mywegotowhat
  1. store
mywegotowhat
  • Start your Apidog journey
  • TÉLÉCHARGEMENTS Michel a tout jamais
  • PDF Le secret de Miette téléchargement
  • télécharger pdf Meilleurs voeux - Les plus beaux textes à lire pour la nouvelle année
  • TÉLÉCHARGEMENTS Savage Conquest
  • Kindle Loracle de la femme enracinée téléchargement
  • Télécharger Pdf From Self-Doubt to Self-Assurance A Step-by-Step Guide
  • PDF Soumise contrainte téléchargement
  • Télécharger Pdf Réussir son BTS GTLA
  • PDF Kindle Les aventures de Keira OConnor par Pascal Dague
  • Pdf ePub La belle de mai - Fabrique de révolutions par Mathilde Ramadier Elodie Durand téléchargement ebook
  • téléchargement epub Sinitier à la médecine japonaise - 10 enseignements pour repérer rapidement les déséquilibres et y remédier en appl
  • Télécharger PDF Le Marteau des sorcières - Malleus Maleficarum
  • TÉLÉCHARGEMENTS Mindfulness for Stress and Anxiety Reduction A Comprehensive Guide to Reducing Stress and Anxiety Through Mindfulness Practices
  • TÉLÉCHARGEMENTS Hydroxyde de magnésium - Une panacée à connaître le Chlorumagène
  • TÉLÉCHARGEMENTS Woodcut
  • PDF Kétamine - C13H16ClNO par Zoe Sagan
  • téléchargement pdf Correspondance
  • Kindle Le génie de lennéagramme - Changez dhistoire pour devenir Vous téléchargement
  • Kindle Eléments de microéconomie - Tome 1 Théorie et applications téléchargement
  • téléchargement epub Dawn of Green Lantern Tome 2
  • télécharger pdf Rêves - 80 Françaises et Français imaginent lavenir de leurs pays
  • TÉLÉCHARGER PDF EPUB Vieille peau
  • Kindle Le serpent vert téléchargement
  • télécharger pdf No Crypto - Comment Bitcoin a envoûté la planète
  • TÉLÉCHARGEMENTS Deux poings - Ouvrez les guillemets
  • 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-29 22:54:00
Previous
Place an order for a pet
Next
Delete purchase order by ID
Built with