Logo
1 API Documentation

Find purchase order by ID

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 }



Curl
curl -X GET 'https://petstore.swagger.io/v2/store/order/:orderId' -H 'Accept: application/json'

ENDPOINTS