cURL
curl --request GET \ --url https://petstore3.swagger.io/api/v3/store/order/{orderId}
{ "id": 10, "petId": 198772, "quantity": 7, "shipDate": "2023-11-07T05:31:56Z", "status": "approved", "complete": true }
ID of order that needs to be fetched
successful operation
10
198772
7
Order Status
placed
approved
delivered
"approved"
Was this page helpful?