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-12T14:04:35.930Z", "complete": true } ]
Last updated 22 days ago