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/place-order.md.
Get started →

Place an order for a pet

post/store/order
placeOrder
Place an order for a pet
Parameters
body
NameTypeRequiredDescriptionDefault
bodyobjectrequiredorder placed for purchasing the pet
Responses
Code Examples
curl -X POST 'https://api.example.com/store/order' \
  -H 'Content-Type: application/json'