Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://petstore3.swagger.io/api/v3/store/order \ --header 'Content-Type: application/json' \ --data ' { "id": 10, "petId": 198772, "quantity": 7, "shipDate": "2023-11-07T05:31:56Z", "status": "approved", "complete": true } '
{ "id": 10, "petId": 198772, "quantity": 7, "shipDate": "2023-11-07T05:31:56Z", "status": "approved", "complete": true }
Place a new order in the store.
10
198772
7
Order Status
placed
approved
delivered
"approved"
successful operation
Was this page helpful?