kevumocyrydy
  1. store
kevumocyrydy
  • Start your Apidog journey
  • PDF EPUB Download A Cage of Crimson by K F Breene Full Book
  • Read pdf Virtus Draconis Precio en Sangre by Edi ïlvarez Mel Gïmez Jorge Ortiz
  • PDF DOWNLOAD Metal Gear Solid 2 The Novel Sons of Liberty by Raymond Benson on Iphone
  • Download Pdf Crimeucopia - A Load Of Balls by Authors Various
  • The Green Witchs Guide to Herbal Magick A Handbook of Green Hearthcraft and Plant-Based Spellcraft by Annabel Margaret on Iphone New Format
  • El hijo del tiempo El descubrimiento de las brujas 4 by Deborah Harkness on Ipad
  • PDF DOWNLOAD Twice as Dead by Harry Turtledove on Iphone
  • DOWNLOAD PDF EPUB Ghosts of a Holy War The 1929 Massacre in Palestine That Ignited the Arab-Israeli Conflict by Yardena Schwartz
  • PDF Knife Drop Creative Recipes Anyone Can Cook by Nick DiGiovanni Gordon Ramsay
  • Pdf ePub Murdle Volume 1 100 Elementary to Impossible Mysteries to Solve Using Logic Skill and the Power of Deduction by G. T. Karber download ebook
  • PDF Kindle Coming in Hot by Josie Juniper
  • PDF DOWNLOAD She and Her Cat Stories by Makoto Shinkai Naruki Nagakawa Ginny Tapley Takemori on Iphone
  • Passions in Death An Eve Dallas Novel by J. D. Robb on Ipad
  • Innkeeper Chronicles Volume 2 Clean Sweep The Graphic Novel by Ilona Andrews ChrossxXxRodes Shinju Ageha on Ipad
  • epub download Cryptography by Panos Louridas
  • download pdf Éramos desconocidos Before We Were Strangers by Renée Carlino
  • A Marvelous Murder by David S Pederson on Iphone New Format
  • PDF Sonic the Hedgehog 3 The Official Movie Novelization by Kiel Phegley
  • PDF Kindle Fourth Wing by Rebecca Yarros
  • PDF DOWNLOAD Silverleaf Rapids by Jodi Thomas on Iphone
  • Pdf ePub Make a Killing A Billie Levine Mystery by Kimberly G. Giarratano download ebook
  • Formelsammlung Wirtschaftsstatistik Wissen kompakt für Studierende und Praktiker by Franz W. Peren on Iphone New Format
  • PDF Download The Nest by Cynthia DAprix Sweeney
  • epub download Someone Knows A Novel by Vi Keeland
  • DOWNLOADS Deeper Mindfulness The New Way to Rediscover Calm in a Chaotic World by Mark Williams Danny Penman
  • DOWNLOADS Drawing the Female Figure A Guide for Manga Hentai and Comic Book Artists by
  • Download Pdf Arrons Halloween Adventure by Arjun Nagappan
  • The Search for Modern China by Jonathan D. Spence Janet Chen on Iphone New Format
  • Dove cadono le comete by Vito di Battista on Iphone New Format
  • Read Pdf Imposible decir adiós We Do Not Part by Han Kang
  • 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

Place an order for a pet

POST
/store/order
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/order' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Example 1
{
    "id": 44524671,
    "petId": 90180021,
    "quantity": 23,
    "shipDate": "2025-08-15",
    "status": "placed",
    "complete": false
}

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
Modified at 2025-08-22 21:35:50
Previous
Returns pet inventories by status
Next
Find purchase order by ID
Built with