GET {{baseUrl}}/store/order/:orderId
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": -46984272,
"petId": -8321101,
"quantity": -89349998,
"shipDate": "1969-01-10T06:06:20.972Z",
"status": "approved",
"complete": false
} |