Skip to content
ogygia playground
POST /store/order

Place an order for a pet

Place a new order in the store.

Request body

application/json

  • id integer · int64
  • petId integer · int64
  • quantity integer · int32
  • shipDate string · date-time
  • status string

    Order Status

    string "placed""approved""delivered"
  • complete boolean

Responses

  • 200 successful operation application/json
  • 405 Invalid input