utigungegopu
  1. store
utigungegopu
  • Start your Apidog journey
  • Art Labour Text and Radical Care by Adam Walker on Ipad
  • DOWNLOADS All of Our Demise by Amanda Foody Christine Lynn Herman
  • Download Pdf No Mans Land by Simon Gaul
  • PDF Download How to Carry What Cant Be Fixed A Journal for Grief by Megan Devine
  • PDF West Virginias War The Civil War in Documents by William Kerrigan
  • PDF Download The Pros and Cons of Us by Emma Miller
  • PDF EPUB Download IT-Security - Der praktische Leitfaden Von Asset Management bis Penetrationstests by Amanda Berlin Lee Brotherston William F. Reyor III Kathrin Lichte
  • Read pdf Music In The 80s One Mans Journey Through A Golden Decade Of Studio Recording by Peter Woolliscroft
  • PDF EPUB Download Les 30 lois du succès - 30 habitudes indispensables pour développer ses compétences et réussir by Bodo Schäfer Virginie Doppagne
  • Read Pdf Philip Jaisohn Dr. Soh Jai-pil Korean Edition by Young Cho
  • download pdf Murray the Viking by Adam Stower
  • DOWNLOAD PDF EPUB The Lamb Brothers Mind Tricks by Kaiden Powell Ricardo Mossini
  • download pdf Local Content Requirements Promises and Pitfalls by Lili Yan Ing Gene Grossman
  • Read online Frank Herberts Dune Saga Collection Books 1 - 6 by Frank Herbert
  • epub download Never After The End of the Story by Melissa de la Cruz
  • epub download A Cultural History of Education in the Age of Empire by Heather Ellis
  • DOWNLOAD PDF EPUB Not Your Biggest Fan by Sara Ney
  • pdf download Wearable Technology IEEE CASS Seasonal School 2024 by Levis Chiri Kamau Beth Gichanga Kevin Maina Mike Muthomi Gikundi Lewis Murimi Murithi
  • Download Pdf Hildas Book of Beasts and Spirits by Emily Hibbs Jason Chan P.L.
  • pdf download Revitalizing Criminological Theory Advances in Ultra-Realism by Steve Hall Simon Winlow
  • PDF Kindle The Good Negress A Novel by A. J. Verdelle
  • PDF Im kleinen Nordsee-Hafen 3 Sommerküsse im kleinen Norsee-Hafen by Carolin von Campen
  • download pdf The Tearsmith A Novel by Erin Doom
  • epub download Stormvalor An Epic Noblebright Fantasy by Starr Z Davies
  • PDF Kindle Atlas of Brutalist Architecture by Phaidon Editors
  • PDF Kindle Eternal Magic by Alexandra Ivy
  • Read pdf Where Is Babys Belly Button 25th Anniversary Edition by Karen Katz
  • DOWNLOADS The Art of Cuphead The Delicious Last Course Deluxe Edition by Studio MDHR
  • Online Read Ebook The Infinite and The Divine by Robert Rath
  • Read online Blood in the Water by Tiffany D. Jackson
  • 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

Find purchase order by ID

GET
/store/order/{orderId}

For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions

Request

Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/order/'
Response Response Example
200 - Example 1
{
    "id": 40238436,
    "petId": 69923630,
    "quantity": 87,
    "shipDate": "2024-12-09",
    "status": "approved",
    "complete": false
}
Modified at 2025-09-07 21:25:50
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with