socagesishax
  1. store
socagesishax
  • Start your Apidog journey
  • Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks on Audiobook New
  • Download PDF The Runner by Lloyd Devereux Richards
  • PDF EPUB Download Knight Owl by Christopher Denise Full Book
  • epub download Bi-directionality in Human-AI Collaborative Systems by Elsevier Science Ranjeev Mittu MS Donald Sofge PhD Marco Brambilla PhD
  • Online Read Ebook Some Like It Scot A Novel by Pepper Basham
  • Online Read Ebook Frostbite Part of the Orphan and Sage Saga by Amanda S. Burke
  • PDF EPUB Download A Girl Like Us A Novel by Anna Sophia McLoughlin Full Book
  • epub download Talinga by Margaret A Sinclair
  • Download PDF 15th International Munich Chassis Symposium 2024 Volume 3 steering.tech and chassis.tech by Peter E. Pfeffer
  • Read Pdf Crimson Keepsakes by M. A. Skallberg
  • PDF Fatal Error An Ali Reynolds Mystery by J. A. Jance
  • Read pdf No Domain The John McAfee Tapes by
  • Read Pdf I minnets labyrint by Ken Follett Sam J. Lundwall
  • download pdf Decoding the Chessboard of Asian Geopolitics Asian Powerplay in South Asia Central Asia and West Asia by Debasish Nandy Monojit Das
  • Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai on Ipad
  • PDF EPUB Download The Survivor Wants to Die at the End by Adam Silvera Full Book
  • DOWNLOAD PDF EPUB Navigating Landscapes of Dalcroze Practice Histories of Music and Movement by John Habron-James Johanna Laakkonen Selma Landen Odom
  • Read pdf Wonderland A Fantasy Role-Playing Setting by Andrew Kolb
  • Logos that Last How to Create Iconic Visual Branding by Allan Peters on Ipad
  • Pdf ePub The Hidden Dungeon Only I Can Enter Manga Vol. 10 by Meguru Seto Tomoyuki Hino Takehana Note download ebook
  • PDF Download Inside Passage A Corey Logan Thriller by Burt Weissbourd
  • download pdf Target Tehran How Israel Is Using Sabotage Cyberwarfare Assassination - and Secret Diplomacy - to Stop a Nuclear Iran and Create a New Middle East by Yonah Jer
  • PDF EPUB Download The Mastering Engineers Handbook 5th Edition by Bobby Owsinski Full Book
  • PDF Download The Treasure Hunt True Stories of Treasures Lost Stolen and Found by Leisa Stewart-Sharpe Gordy Wright
  • Online Read Ebook Amelia If Only by Becky Albertalli
  • 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 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
}

Request

Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Modified at 2025-08-23 01:12:31
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with