/store/order/{orderId}For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| orderId | path | integer(int64) | required | ID of pet that needs to be fetched |
Schema: Order
Order Status
curl -X GET "https://petstore.swagger.io/v2/store/order/{orderId}"