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-13T11:36:22.940Z", "complete": true } ]
Last updated 8 minutes ago