oknaxepighej
  1. store
oknaxepighej
  • Start your Apidog journey
  • téléchargement epub Anti-Ehe-CEO verliebt sich in mich
  • Pdf ePub Petit Futé San Francisco - Californie du Nord par Petit Futé téléchargement ebook
  • Lecture en ligne Ebook Wenn die Liebe endet Ein Leitfaden für würdige Heilung - Heilung und persönliches Wachstum 1
  • PDF Kindle Le Loup des steppes par Hermann Hesse
  • télécharger pdf Finding His Way - The Protetors 5
  • PDF Kindle Star Wars - Dark Droids par Charles Soule Ethan Sacks Alyssa Wong Greg Pak
  • PDF A Boy Called Pink par Arla Jones
  • PDF Prière de laisser votre écosystème moins absurde que vous lavez trouvé - Réflexions sur notre rapport au vivant et au social par Fabrice Cavarret
  • PDF Kindle People We Meet on Vacation par Emily Henry Sandra Poirier
  • Pdf ePub Mon premier bloc à colorier Marvel par Marvel téléchargement ebook
  • Pdf ePub Les bons baisers saveur sportive par Serge Morinbedou téléchargement ebook
  • PDF Gabby et la maison magique Lannée 2025 - Histoires activités infos téléchargement
  • Kindle Between Chapters téléchargement
  • PDF Kindle Snooks Feeney - Snooks Feeney 1 par Abbey Landry
  • PDF Kindle Alois Irlmaier - Biographie et Prophéties par Claude Delendil
  • Télécharger Pdf Guía Práctica para Generar Ingresos a través de Apuestas Deportivas
  • TÉLÉCHARGER PDF EPUB Les rebelles de sa majesté Tome 1
  • téléchargement epub Bienvenue en Daronnie
  • TÉLÉCHARGEMENTS Les fils Sinclair Tome 5
  • PDF Le pocket oracle des relations dâmes téléchargement
  • télécharger pdf Ancient Enemies A Novel of the Hegemony - Hegemony Trilogy 2
  • TÉLÉCHARGER PDF EPUB Shattered - Unfinished Business 4
  • Lire en ligne Sinitier à la médecine japonaise - 10 enseignements pour repérer rapidement les déséquilibres et y remédier en appliquant la
  • PDF Spider-Man par Jeph Loeb Tim Sale Steve Buccellato Sophie Watine-Vievard
  • téléchargement epub Lessons Companion Short - VarTerels Universe 5.1
  • Pdf ePub Comment peut-on être français par Chahdortt Djavann téléchargement ebook
  • PDF Une parenthèse en hiver Tome 4 téléchargement
  • télécharger pdf Yoga - La voie de la santé holistique
  • Lire en ligne Hearts Entwined
  • PDF The Subtle Art of Not Giving a Fuck - A Counterintuitive Approach to Living a Good Life par Mark Manson
  • 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

Place an order for a pet

POST
/store/order

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/order' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Example 1
{
    "id": 44524671,
    "petId": 90180021,
    "quantity": 23,
    "shipDate": "2025-08-15",
    "status": "placed",
    "complete": false
}
Modified at 2025-09-01 22:23:20
Previous
Returns pet inventories by status
Next
Find purchase order by ID
Built with