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
| Name | Type | Description |
|---|---|---|
orderIdrequired | path · integer | ID of order that needs to be fetched |
ReturnsOrder
Response examples
200successful operation
{
"id": 10,
"petId": 198772,
"quantity": 7,
"shipDate": "2024-01-15T09:30:00Z"
}