Skip to content

GET/store/order/{orderId}

Find purchase order by ID

For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.

Parameters 1

NameTypeDescription
orderIdrequiredpath · integerID of order that needs to be fetched

ReturnsOrder

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.