yxytunuxucki
  1. store
yxytunuxucki
  • Start your Apidog journey
  • Online Read Ebook Soul Tending Leadership for Strategic Human Flourishing by Virgil Tanner
  • Read Pdf Loving Spirits at the Vintage Teashop A heart-warming cosy romantic novel with a magical twist by Sharon Booth by Sharon Booth
  • Read pdf The World Under Capitalism Observations on Economics Politics History and Culture by Branko Milanovic
  • PDF Download Soziale Digitalisierung Perspektiven zu den Schnittstellen von Technik und Gesellschaft by Michael Opielka Christian Erfurth
  • PDF Divine Rivals A Novel by Rebecca Ross
  • download pdf We Programmers A Chronicle of Coders from Ada to AI by Robert Martin
  • download pdf Dessert Course Lessons in the Whys and Hows of Baking by Benjamin Delwiche
  • Read Pdf Kids Backyard Safari Red Foxes Explore Their World and Learn Fun Facts by Nicole Orr
  • Leonard Cohen A Novel by Jeffrey Lewis on Audiobook New
  • Chronicles of an Aristocrat Reborn in Another World Manga Vol. 8 by Yashu Nini Mo on Iphone New Format
  • Tales of the Zodiac A Poetic Journey Through the Cosmos by Malika Semper on Ipad
  • Simone LaFray and the Bishop of Mumbai by S P OFarrell on Ipad
  • PDF Download El enigma de la habitación 622 The Enigma in Room 622 by Joel Dicker
  • PDF EPUB Download The Hidden World of the Legal Aid Lawyer Upholding the Heart of Justice by Emma Cooke Full Book
  • Read pdf Loteria by Mario Alberto Zambrano
  • Download Pdf The Miracle Life of Edgar Mint A Novel by Brady Udall
  • Just Last Night A Novel by Mhairi McFarlane on Iphone New Format
  • Read pdf Visionaries Rebels and Machines The story of humanitys extraordinary journey from electrification to cloudification by Jamie Dobson
  • Online Read Ebook Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • pdf download Como arruinar um casamento - Um livro sobre recomeços e amizades improváveis vencedor do prêmio Goodreads by Alison Espach Laura Folgueira
  • Download PDF Job Hunting for the 21st Century A Comprehensive Guide for the Modern PhD by Tina Persson
  • PDF EPUB Download Cambridge International AS and A Level Chemistry Revision Guide by Judith Potter Peter Cann Full Book
  • PDF EPUB Download The Rebel Diet Feed Your Appetite and Lose Weight with 100 Defiantly Delicious Recipes by Benji Xavier Full Book
  • PDF EPUB Download Chainsaw Man Vol. 14 by Tatsuki Fujimoto Full Book
  • PDF Download Haibaras Teenage New Game Volume 8 by Kazuki Amamiya Gin Esther Sun
  • 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-09-05 01:44:40
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with