pekuryheshoj
  1. store
pekuryheshoj
  • Start your Apidog journey
  • télécharger pdf Treaded like a Rag
  • Télécharger PDF Les aventures des acro-pattes Tome 2
  • PDF Braqueur par Rédoine Faïd
  • TÉLÉCHARGER PDF EPUB Amsterdam
  • Kindle Deadly Surprise in Portmore - Sudden Death Series 3 téléchargement
  • Kindle Rescued by the Rugged Mountain Man - Bearclaw Search and Rescue 1 téléchargement
  • TÉLÉCHARGER PDF EPUB Blitz Tome 1
  • téléchargement pdf La tempête avant le calme
  • Lire en ligne Le chien qui suivait létoile - Conte de Noël
  • Lecture en ligne Ebook Le loup noir Tome 2
  • Lecture en ligne Ebook Le bébé de nuit de cendrillon
  • Télécharger PDF Le code - Le compte à rebours a commencé
  • PDF Marchesi 1824 - Savoring the spirit of Milan téléchargement
  • PDF Renascer entre as Grades - Cura e Crescimento Pessoal 3 téléchargement
  • PDF Shared Claimed By The Alpha Workmen Older Man Younger Woman Erotica Romance - Forbidden Age Gap Erotic Romance 13 par Sara King
  • Lire en ligne Nach dem Kauf durch den entstellten CEO
  • Lecture en ligne Ebook Lou Tome 7
  • Télécharger PDF Sıfırdan Ingilizce
  • téléchargement pdf Tout un tas de petites choses
  • Pdf ePub The Power Of EQ Sculpting Your Sound par PRODUCERGENIE téléchargement ebook
  • PDF Young Avengers téléchargement
  • téléchargement pdf Bonjour Saint-Esprit
  • Télécharger PDF LArbre-Monde
  • PDF LitLab rocks - Texte aus dem Literaturlabor par Helmut Ziegler
  • PDF La Passe-miroir Tome 1 par Christelle Dabos
  • TÉLÉCHARGEMENTS Les mots de la musique
  • Kindle 1500 CHISTES De HUMOR NEGRO Que Harán LLORAR a Tu MADRE téléchargement
  • TÉLÉCHARGEMENTS Thermodynamique appliquée à lénergétique - Cours et exercices corrigés
  • Lecture en ligne Ebook Lou Tome 7
  • Kindle Code de la route 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-08-28 21:54:00
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with