gybozojowhus
  1. store
gybozojowhus
  • Start your Apidog journey
  • PDF The Return of the Witch Book 3 - The Curse of Crow Hollow The Blackened Hand Chronicles 3 téléchargement
  • Lire en ligne Red Sonja
  • TÉLÉCHARGER PDF EPUB Poulpy crochet - Coffret avec 1 crochet de 4mm 1 aiguille à laine 3 pelotes de fil chenille 6 yeux kawaii de 12 mm Ouate de rembourra
  • PDF Pine Lake Resort par Phoenix B Asher Emeraude Stephane Jean-Baptiste Fillon
  • PDF Beware of Gossip Fiction Protecting Yourself from the Poison of Idle Talk - Beware Series Fiction 3 par JOHN JAMES SEKOH
  • Télécharger Pdf La bible du Tage Mage
  • Télécharger PDF Histoire romaine - Tome 1 La destinée dAppien pendant le haut Moyen Age et la tradition indirecte La préface de lHistoire romaine et les
  • Lire en ligne LAMORE ALLE SPALLE
  • Pdf ePub Trois Yakuzas pour une Otaku T15 par Narumi Hasegaki téléchargement ebook
  • Lecture en ligne Ebook Lumière détoile - Loracle pour se reconnecter à son enfant intérieur
  • Lecture en ligne Ebook Wife Bought and Paid for
  • TÉLÉCHARGEMENTS Wolverine 2020 T03 - Le programme du Fauve
  • téléchargement epub Come smettere di ferire chi amiamo
  • Télécharger PDF Die Natur des Ehrgeizes Die unerzählten Geheimnisse von Ehrgeiz Macht und dem menschlichen Wunsch zu gewinnen
  • Télécharger PDF La clé dobsidienne Tome 1
  • Lecture en ligne Ebook La couleur de ses yeux
  • téléchargement epub The Last Alibi - 2024 1
  • PDF Logre le moine et la jeune fille téléchargement
  • PDF Kindle OVNI - Lextraordinaire découverte par Jean-Claude Bourret Jean-Pierre Petit
  • Kindle DAEU options A et B - Tout-en-un téléchargement
  • Pdf ePub Le Petit mari par Roukiata Ouedraogo téléchargement ebook
  • PDF Kindle CRPE - 200 questions sur lenseignement de lEPS à lécole primaire par Michèle Guilleminot
  • téléchargement pdf Wenn die Liebe endet Ein Leitfaden für würdige Heilung - Heilung und persönliches Wachstum 1
  • PDF A Guardian for Christmas par
  • TÉLÉCHARGEMENTS Linnea Learns About da Vinci
  • Kindle Kétamine - C13H16ClNO téléchargement
  • Pdf ePub Manuel très illustré dallaitement par Caroline Guillot téléchargement ebook
  • Télécharger PDF Les films de Danielle Darrieux
  • téléchargement pdf Dancing for Her Stalker - Burlesque in Bourbon Texas
  • TÉLÉCHARGEMENTS The Children of St. Judes
  • 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-24 22:34:05
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with