Use this specification to explore, test, and integrate with our APIs: Markets, Exchange, Wallets, Banking, News, Chat, and Blog.
curl --location --request POST 'https://prod.your-api-server.com/store/order' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"id": 44524671,
"petId": 90180021,
"quantity": 23,
"shipDate": "2025-08-15",
"status": "placed",
"complete": false
}