tunipiqikana
  1. store
tunipiqikana
  • Start your Apidog journey
  • Lire en ligne Pour le coeur dun tigre Tome 2
  • Kindle Calamity Rayne Knocked Up - Calamity Rayne 5 téléchargement
  • télécharger pdf Playing in the dark
  • PDF Ancient Enemies A Novel of the Hegemony - Hegemony Trilogy 2 par Brian McKinley
  • Télécharger Pdf Le Quart livre
  • Lire en ligne The Secrets We Keep
  • PDF Kindle Dans la tête dun chat par Jessica Serra Arnaud Tételin
  • Lire en ligne Journal dun noob Intégrale 1
  • téléchargement epub Idéalis Tome 2
  • PDF Lisette of Louisbourg téléchargement
  • Lire en ligne Lets Ride Public Transportation
  • Télécharger Pdf Family 20 Common Words for Q R S T U Volume 5 of 6
  • téléchargement epub Maitresse de la Rédemption - La nature du désir 5
  • téléchargement pdf Verte
  • PDF Kindle Je taime je te trompe - Repenser linfidélité pour réinventer son couple par Esther Perel
  • PDF Maillots cultes - Le guide ultime du collectionneur fan de foot téléchargement
  • Télécharger Pdf Fait semblant pour moi
  • Télécharger PDF Du mein lieber Rainer
  • télécharger pdf The Odyssey
  • TÉLÉCHARGER PDF EPUB Threads of Gold - Threads of Gold 1
  • TÉLÉCHARGEMENTS Interview Like a Pro Secrets of Standing Out and Getting Hired
  • TÉLÉCHARGEMENTS 1001 exercices corrigés de Mathématiques pour réussir sa spécialité Tle
  • PDF Kindle Tata par Valérie Perrin
  • télécharger pdf Le murmure des copeaux de bois givrés
  • PDF Kindle Guarding Lives Finding Myself My Saudi Arabian Story par Ken Macadini
  • Pdf ePub A Hellions Christmas Kiss - Connected by a Kiss 8 par Dawn Brower téléchargement ebook
  • PDF Kindle La reine des gargouilles Tome 3 par Jennifer Estep Steven Cuvelliez
  • Télécharger PDF Beautiful bastard
  • Télécharger PDF Mégara Hadès - New Fairy Tales Tome 3
  • Lire en ligne La maintenance automobile - 3e éd. - en 60 fiches pratiques
  • pet
    • Find pet by ID
    • Finds Pets by status
    • Finds Pets by tags
    • uploads an image
    • Add a new pet to the store
    • Update an existing pet
    • Updates a pet in the store with form data
    • Deletes a pet
  • store
    • Returns pet inventories by status
      GET
    • Place an order for a pet
      POST
    • Find purchase order by ID
      GET
    • Delete purchase order by ID
      DELETE
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. store

Returns pet inventories by status

GET
/store/inventory
Returns a map of status codes to quantities

Request

Authorization
API Key
Add parameter in header
api_key
Example:
api_key: ********************
or

Responses

🟢200OK
application/json
successful operation
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/inventory' \
--header 'api_key: <api-key>'
Response Response Example
{
    "property1": 0,
    "property2": 0
}
Modified at 2025-08-29 23:04:05
Previous
Deletes a pet
Next
Place an order for a pet
Built with