API showdown///
- Pet Store
Train Travel API
- Find purchase order by ID
Returns pet inventories by status
Place an order for a pet
Delete purchase order by ID
Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/store/order/{orderId}
- https://innovario.apishowdown.com/v3https://innovario.apishowdown.com/v3/store/order/{orderId}
curl -i -X GET \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/store/order/{orderId}'Response
- application/xml
- application/json
<order>
<id>10</id>
<petId>198772</petId>
<quantity>7</quantity>
<shipDate>2019-08-24T14:15:22Z</shipDate>
<status>approved</status>
<complete>true</complete>
</order>