uwufishonaji
  1. store
uwufishonaji
  • Start your Apidog journey
  • epub download Time Regained In Search of Lost Time Volume 6 by Marcel Proust William C. Carter
  • Cthulhu Cat by PANDANIA Zack Davisson Steve Dutro on Ipad
  • Goodman and Gilmans The Pharmacological Basis of Therapeutics 14th Edition by Laurence Brunton Bjorn Knollmann on Ipad
  • Pdf ePub An Exercise in Uncertainty A Memoir of Illness and Hope by Jonathan Gluck download ebook
  • Problematic Summer Romance by Ali Hazelwood on Ipad
  • Download Pdf Murder at la Villette by Cara Black
  • PDF Download Nebula Awards Showcase 60 by Stephen Kotowych Thomas Ha Caroline M Yoachim
  • DOWNLOADS A Case of Mice and Murder The Trials of Gabriel Ward by Sally Smith
  • download pdf The Man the Moment Demands Master the 10 Characteristics of the Comprehensive Man by Jason Wilson
  • DOWNLOAD PDF EPUB The Rooster and the Sun by Sunshine Orange Studio
  • DOWNLOAD PDF EPUB Water Moon A Novel by Samantha Sotto Yambao
  • PDF Prisoners of Geography The Quiz Book How Much Do You Really Know About the World by Tim Marshall
  • Pdf ePub Tehillim - Book of Psalms The Forgotten Way of the Righteous by Paramjit S Bharj download ebook
  • Read Pdf Understanding Reproduction in Social Contexts A Reader by Caitlin Killian
  • PDF EPUB Download Sean Alemayehu Tewodros Giorgis Presents... Inscribed By 9Ruby Prince Intergalactic Ambassador Blessed Are Those O Children of Ancient Israel Abyssinia
  • Download PDF Winter Warrior by Richard Cullen
  • Sodomys Solicitations A Right to Queerness by Joseph J. Fischel on Ipad
  • Download PDF Rosie The Steinway Grand Piano A musical journey through time by Simon Mills
  • DOWNLOAD PDF EPUB A Vision of Lights by Maria A Eden
  • Read online Kimi ni Todoke From Me to You Soulmate Vol. 1 by Karuho Shiina
  • Pdf ePub The Road to Tender Hearts A Novel by Annie Hartnett download ebook
  • PDF Download A Telegram from Le Touquet by John Bude
  • PDF Kindle Medaka Kuroiwa Is Impervious to My Charms 9 by Ran Kuze
  • download pdf Red White Royal Blue A Novel by Casey McQuiston
  • 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-08-24 21:55:25
Previous
Returns pet inventories by status
Next
Find purchase order by ID
Built with