View Categories

Inventory by status

< 1 min read

GET/store/inventory

Code Samples #

  • 💻 cURL
  • 📄 JavaScript
  • 🐍 Python
  • 🐘 PHP
  • 🔷 C#
  • Java
Copy
curl --request GET \
  --url 'https://petstore.example.com/v1/store/inventory' \
  --header 'X-Api-Key: YOUR_API_KEY'

Responses #

200 — Map of status to quantity #

📋
Example 200 response
Copy
{}

Response #

200
{}

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.