For AI agents: the complete documentation index is available at https://ciderpress.dev/llms.txt, the full documentation bundle is available at https://ciderpress.dev/llms-full.txt, and this page is available as Markdown at https://ciderpress.dev/petstore/get-order-by-id.md.
Get started →

Find purchase order by ID

get/store/order/{orderId}
getOrderById
Find purchase order by ID
Parameters
path
NameTypeRequiredDescriptionDefault
orderIdintegerrequiredID of pet that needs to be fetched
Responses
Code Examples
curl -X GET 'https://api.example.com/store/order/{orderId}'