ghahyxeghyth
  1. store
ghahyxeghyth
  • Start your Apidog journey
  • Download Pdf The Geoengineered Transhuman The Hidden Technologies of HAARP Chemtrails 5G 6G Nanotechnology Synthetic Biology and the Scientific Effort to Transform Human
  • Grit and Grace How the Pursuit of Mental Toughness and Emotional Intelligence Changes Everything by Jeff D Standridge on Audiobook New
  • Hicotea A Nightlights Story by Lorena Alvarez on Ipad
  • DOWNLOAD PDF EPUB Homebound A Novel by Meredith Trapp
  • Dork Diaries 16 Tales from a Not-So-Bratty Little Sister by Rachel Renée Russell on Ipad
  • PDF Kindle The New Recruit Comic Vol. 1 by MOSCARETO Zec
  • Download PDF The Fury of the Gods by John Gwynne
  • Nightwing Vol. 1 Leaping into the Light by Tom Taylor Bruno Redondo on Ipad
  • Download Pdf On The Brink of Nowhere A Clients Story of Psychotherapy by Ophelia Wynters
  • epub download Applications of Metal-Organic Framework Composites Exploring the Versatility of MOFs by Hafezeh Nabipour Sohrab Rohani
  • On Healing The Journal by Amitha Kalaichandran on Audiobook New
  • PDF Coaching Through Superiorities Tactical Problem-Solving in Football by Ray Power
  • Sticky Lovers by Navier Haruka 2T on Ipad
  • PDF Indigenous Climate Justice in the Lake Chad Basin by Ngozi Finette Stewart
  • epub download Capturing Kaltenbrunner The Pursuit Capture and Trial of Hitlers Hidden Gestapo Chief SS General Ernst Kaltenbrunner by Robert Matteson Sumner Matteson Fred
  • PDF DOWNLOAD Chinese Domestic Furniture in Photographs and Measured Drawings by Gustav Ecke on Iphone
  • The Power of Together Why Real Relationships Are Vital for Spiritual Growth by Jim Putman on Iphone New Format
  • Read Pdf The Kindly Ones Prix Goncourt Winner by Jonathan Littell
  • The First to Die at the End by Adam Silvera on Ipad
  • DOWNLOADS she followed the moon back to herself by Amanda Lovelace
  • Read Pdf Peter Lindbergh. On Fashion Photography - 40th Anniversary Edition by Peter Lindbergh
  • Download PDF The Villainess and the Demon Knight Manga Vol. 3 by Nekota Asahiko
  • Murder Among the Pyramids by Sara Rosett on Ipad
  • Little Myths Thor The Making of a God by Emma Adams Sam Caldwell on Audiobook New
  • Download Pdf Engineering and Value Change by Christelle Didier Aurélien Béranger Antoine Bouzin Hugo Paris Jérémie Supiot
  • download pdf The Nature of Drugs Vol. 2 History Pharmacology and Social Impact by Alexander Shulgin
  • Online Read Ebook Amanecer Breaking Dawn by Stephenie Meyer
  • Read Pdf The Semantic Web 22nd European Semantic Web Conference ESWC 2025 Portoroz Slovenia June 1-5 2025 Proceedings Part II by Edward Curry Maribel Acosta Maria
  • Read online SIFT-MS From Method Concept to Routine Analysis by Vaughan S Langford Mark J Perkins Patrik Spanel
  • Download PDF The Place Im In What I see when I stop to notice by Miranda Keeling
  • 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-08-30 00:17:45
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with