ghangymissoth
  1. store
ghangymissoth
  • Start your Apidog journey
  • télécharger pdf La différence invisible
  • Télécharger PDF La Bourse pour les nuls
  • TÉLÉCHARGEMENTS Les califes maudits Tome 2
  • TÉLÉCHARGEMENTS Sent By No One At All
  • Lire en ligne Schulfantasie - Sechs Nächte der Sünde Serie 3
  • PDF Kindle 動畫的人生智慧從經典故事中學習成長 par
  • Pdf ePub Les fondus de moto Tome 13 par Bloz Hervé Richez Christophe Cazenove Pierre Schelle téléchargement ebook
  • PDF Kindle Celestial Bond An Alien Romance par
  • Kindle Borderline Tome 1 téléchargement
  • Kindle Percy Jackson et les Olympiens Tome 1 téléchargement
  • Télécharger Pdf Côte dIvoire - Ma CAN 2023 comme si vous y étiez
  • Télécharger Pdf Lettre dune inconnue
  • Pdf ePub Beyond the Coast - The Coastal Chronicles 1 par téléchargement ebook
  • Pdf ePub Cassidys War - Tales of Xeyeria 1 par Raven Leithe Harlow téléchargement ebook
  • téléchargement epub Chaïm Soutine
  • Télécharger PDF The Madame Chalamet Collection
  • Télécharger Pdf Cherche et trouve Cest Noël
  • PDF Je vais bien par Régis Franc
  • PDF La Última Campanada De Nochebuena par Amaya Evans
  • Télécharger Pdf Lart de la victoire - Autobiographie du fondateur de Nike
  • PDF Paris promenade dessinée téléchargement
  • Télécharger PDF Linfiltrée
  • PDF Disney Stitch - Coloriage avec plus de 100 stickers téléchargement
  • Pdf ePub Campus drivers Tome 2 par C.S. Quill téléchargement ebook
  • PDF Dark Vows téléchargement
  • 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-09-05 23:39:30
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with