/
Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/store/order/{orderId}
- Default serverhttps://petstore.swagger.io/v2/store/order/{orderId}
- Sandbox serverhttps://petstore.swagger.io/sandbox/store/order/{orderId}
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/petstore/store/order/{orderId}'successful operation
Response
- application/json
- application/xml
{ "id": 0, "petId": 0, "quantity": 1, "shipDate": "2019-08-24T14:15:22Z", "status": "placed", "complete": false }