I'm here to help you with the docs.
Manage customer orders
Array of orders
GET /v1/store/orders HTTP/1.1 Host: petstore.example.com Accept: */*
[ { "id": 1, "petId": 1, "quantity": 1, "shipDate": "2025-11-14T15:57:21.356Z", "complete": true } ]
Last updated 4 hours ago