zyghavotuqyq
  1. store
zyghavotuqyq
  • Start your Apidog journey
  • The Reprise of the Spear Hero Volume 10 The Manga Companion by Aneko Yusagi on Ipad
  • Download PDF Formelsammlung Wirtschaftsstatistik Wissen kompakt für Studierende und Praktiker by Franz W. Peren
  • DOWNLOAD PDF EPUB Sonny Boy A Memoir by Al Pacino
  • PDF Download A Most Puzzling Murder A quirky humorous locked room murder mystery with riddles and puzzles for the reader to solve by Bianca Marais
  • PDF DOWNLOAD George and Frances Roll the Dice by Dianne Freeman on Iphone
  • Read Pdf The Three-Body Problem Vol. 1 comic The Comic Edition by XuDong Cai Jin Cai Twilight Lu Silver Xiao
  • 100 Runs of a Lifetime The Worlds Ultimate Races and Trails by Bart Yasso on Iphone New Format
  • epub download Der Sporenmann Western Helden 15 - Western by U.H. Wilken
  • PDF Someone to Watch Over by William Schreiber
  • download pdf Nuestra parte de noche by Mariana Enriquez
  • Download Pdf Throne of Light by Guy Haley
  • One Way Witch by Nnedi Okorafor on Ipad
  • Download PDF God Chose Me Study Guide Untouchable Confidence for the Unstoppable Christian by Charles Henry Metcalf III
  • Read online Heartbreaker A Memoir by Mike Campbell Ari Surdoval
  • DOWNLOADS Who Can Afford to Be Critical An Inquiry into What We Cant Do Alone as Designers and into What We Might Be Able to Do Together as People by Afonso Matos Alan S
  • Download PDF Student-Led Movements and Political Transformation in Contemporary Chile by Camila Ponce Lara
  • PDF When the Night Comes Falling A Requiem for the Idaho Student Murders by Howard Blum
  • PDF EPUB Download Lean Startup to Lean Company to Rich Exit How to Apply Kenan Systems 1000 In 1.5 Billion Out Principles to Todays Startups by Kenan E Sahin Full Book
  • epub download Bloodmarked by Tracy Deonn
  • Read Pdf Ella Josephine Resident in Charge Book 2 by Nina LaCour Sonia Albert
  • PDF You Will be Able to Draw by the End of this Book Ink by Jake Spicer
  • Pdf ePub Korean Folk Fairy Tales Fables Folklore Ancient Stories by Perry Miller J.K. Jackson download ebook
  • epub download Orbital by Samantha Harvey
  • epub download Naples and the Nation Image Media and Culture in the Second Republic by Ruth Glynn
  • Download Pdf Rascal Does Not Dream of Logical Witch manga by Hajime Kamoshida Tsukako Akina Keji Mizoguchi Andrew Cunningham
  • 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-21 00:52:50
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with