bykithuzysug
  1. store
bykithuzysug
  • Start your Apidog journey
  • download pdf Yarrick The Omnibus by David Annandale
  • PDF EPUB Download Doctor Who Fear Death by Water by Emily Cook Full Book
  • Download PDF Wild Houses by Colin Barrett
  • Mobile Suit Gundam Thunderbolt Vol. 20 by Yasuo Ohtagaki Hajime Yatate Yoshiyuki Tomino on Ipad
  • Read pdf Optimization An Introduction by Libor Pekar
  • Online Read Ebook Eater of Storms by Marin Blackthorn
  • Pdf ePub Treasure on Shell Island by Tolar Miles download ebook
  • Download PDF Genesis Artificial Intelligence Hope and the Human Spirit by Henry Kissinger Eric Schmidt Craig Mundie Niall Ferguson
  • Gemini A Love Letter by Heidi Rose Robbins on Audiobook New
  • Pdf ePub The Marriage Vendetta A Novel by Caroline Madden download ebook
  • DOWNLOADS Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai
  • Read Pdf New Surrealism The Uncanny in Contemporary Painting by Robert Zeller
  • Killing Stalking Deluxe Edition Vol. 1 by Koogi on Audiobook New
  • The White Bear by Henrik Pontoppidan Paul Larkin on Iphone New Format
  • The Bloomsbury Handbook of Gender and Sexuality in Early Childhood by Jessica Prioletta Adam Davies Kylie Smith on Ipad
  • DOWNLOADS Wildfire Days A Woman a Hotshot Crew and the Burning American West by Kelly Ramsey
  • Download PDF Critical Role Bells Hells--What Doesnt Break by Cassandra Khaw Critical Role
  • PDF The Adventures of Mila and Ranger by Cornelia Benites Daniel Morris
  • Download Pdf Complicated Transformed by Orlando Moore
  • Read online Tying the Knot With an Amagami Sister 10 by Marcey Naito
  • PDF EPUB Download Egeria Theological and Ecclesial Knowledge Between Eastern and Western Traditions by Anni Maria Laato Full Book
  • Read online Crimeucopia - A Load Of Balls by Authors Various
  • Swing by Audrey Meeker Sarah Davidson on Audiobook New
  • Pdf ePub This Is Not a Ghost Story A Novel by Amerie download ebook
  • Princeton Review AP Statistics Prep 20th Edition 5 Practice Tests Complete Content Review Strategies Techniques by The Princeton Review on Audiobook New
  • 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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/inventory' \
--header 'api_key;'
Response Response Example
{
    "property1": 0,
    "property2": 0
}

Request

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

Responses

🟢200OK
application/json
successful operation
Body

Modified at 2025-08-22 23:14:30
Previous
Deletes a pet
Next
Place an order for a pet
Built with