ydanorakithu
  1. store
ydanorakithu
  • Start your Apidog journey
  • PDF A Little Christmas Dream téléchargement
  • TÉLÉCHARGEMENTS Mémoires dun spéculateur
  • PDF From Self-Doubt to Self-Assurance A Step-by-Step Guide téléchargement
  • TÉLÉCHARGER PDF EPUB Lécole sous emprise
  • Lecture en ligne Ebook Personal Development Magazine - Volume Eleven - Personal Development Magazine 11
  • Lecture en ligne Ebook Libère les couleurs de la mer - Avec 1 pinceau magique à leau
  • téléchargement pdf Lady of Darkness
  • Télécharger Pdf Bel ami
  • Pdf ePub Bosss Plus-One Demand par Louise Fuller téléchargement ebook
  • Kindle The Love We Planned - under our star 5 téléchargement
  • TÉLÉCHARGER PDF EPUB Tant pis pour lamour. Ou comment jai survécu à un manipulateur
  • PDF Mes cloches à paillettes - 2 magnifiques cloches à décorer téléchargement
  • téléchargement epub Mes bracelets damitié - 20 bijoux à créer et à collectionner Coffret avec accessoires
  • téléchargement pdf Malcolm - Traduit de langlais écossais par Antoine Tabary
  • Télécharger PDF La couleur de ses yeux
  • TÉLÉCHARGEMENTS Goddess Energy Liberate the Divine Feminine in You Radiate Magnetic Confidence and Embrace Sexuality Self-Love and Sacred Healing by Awakening th
  • Lire en ligne Hans Arp and Sophie Taeuber-Arp
  • télécharger pdf Mémento Comptable
  • TÉLÉCHARGER PDF EPUB Golden Straw
  • Lecture en ligne Ebook The Titanium Mysteries Box Set - The Titanium Mysteries
  • Lecture en ligne Ebook Basic Information of Indian Stock Market in English Stock Market Guide English Share Market Book for Beginners
  • téléchargement pdf Celle qui reste
  • Pdf ePub Discover Paraguay A Travelers Guide to Hidden Gems and Vibrant Culture par Ruchini Kaushalya téléchargement ebook
  • TÉLÉCHARGER PDF EPUB Just a little crush
  • PDF Kindle Ouest Canadien et Ontario par Brendan Sainsbury John Lee Anna Kaminski Liza Prado
  • TÉLÉCHARGEMENTS Divine Economics Understanding Gods Blueprint for Prosperity - Divine Economics 1
  • Télécharger PDF Le nouvel esprit du capitalisme
  • PDF Kindle Les échos du destin par Hocine Alane
  • Télécharger Pdf Maya and Kenyas Journey of Feelings
  • Lire en ligne Crossing Lines - Gay Love in the Shadows of War
  • 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 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
}

Request

Body Params application/json

Examples

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
Modified at 2025-08-31 22:24:01
Previous
Returns pet inventories by status
Next
Find purchase order by ID
Built with