Skip to content

POST/store/order

Place an order for a pet

Place a new order in the store.

ReturnsOrder

AcceptsOrder

Response examples

200successful operation

application/json example derived from schema

{
  "id": 10,
  "petId": 198772,
  "quantity": 7,
  "shipDate": "2024-01-15T09:30:00Z"
}

Released under the MIT License.