Find purchase order by ID
get/store/order/{orderId}
getOrderById
Find purchase order by ID
Parameters
path
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| orderId | integer | required | ID of pet that needs to be fetched |
Responses
Code Examples
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| orderId | integer | required | ID of pet that needs to be fetched |
curl -X GET 'https://api.example.com/store/order/{orderId}'