tethetogusem
  1. store
tethetogusem
  • Start your Apidog journey
  • pdf download The Years Best Sports Writing 2024 by Jane McManus Glenn Stout
  • PDF Art Above Everything One Womans Global Exploration of the Joys and Torments of a Creative Life by Stephanie Elizondo Griest
  • Read Pdf The English Masterpiece A Novel by Katherine Reay
  • Deadly Words - Een Geboren Slecht-roman by Meghan OFlynn on Iphone New Format
  • PDF EPUB Download Lucky Tomorrow Stories by Deborah Jiang-Stein Full Book
  • PDF EPUB Download Binding Materials for Sustainable Construction by Nakshatra Bahadur Singh PhD Raju Goyal Bernhard Middendorf Prof. Dr. rer. nat. Full Book
  • Download Pdf Tangible Grace Ministry Interventions for Teen Dating Violence by Evelyn L. Parker
  • PDF Kindle Las mujeres del Club Briar by Kate Quinn Victoria León Varela
  • DOWNLOADS God of War by Rina Kent
  • PDF DOWNLOAD Faith folk and the far right Racist and anti-racist Heathenry and Occultism in Britain by Dominic Alessio Robert J. Wallis on Iphone
  • DOWNLOAD PDF EPUB Hambre de hombre Hunger for Men by Anamar Orihuela
  • Read pdf If We Survive This by Racquel Marie
  • epub download The Long Game Game Changers 6 by Rachel Reid
  • PDF Candy Cain Kills Again The Second Slaying by Brian McAuley
  • Pdf ePub The Ripple Effect A Novel by Maggie North download ebook
  • PDF EPUB Download Adipositas und Diabetes Praxisnahe Strategien für eine individuelle und effiziente Betreuung by Veronika Hollenrieder Full Book
  • Read online Senseless by Ronald Malfi
  • PDF EPUB Download Walk with Me A Journey through the Landscape of Trauma by Ellen Corcella Full Book
  • Download Pdf Sweet Dreams A Novel by Carla Stewart
  • Online Read Ebook City of Gods and Monsters by Kayla Edwards
  • download pdf Code the Classics Volume II by Simon Brew Allister Brimble David Crookes Andrew Gillett Dan Malone
  • Read Pdf Boosting the Transition to Circular Economy in the Water Sector Insights from EU Demonstration Case Studies Current Developments in Biotechnology and Bioengineering
  • Read Pdf La Sociedad Secreta de Brujas Rebeldes The Very Secret Society of Irregular Witches by Sangu Mandanna
  • The Ojanox Omnibus Edition by Daemon Manx on Ipad
  • Download PDF Pave Your Way with Chronic Illness A Self-Discovery Journal by Pippa Stacey Victoria Barron
  • 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-27 23:36:01
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with