Store
Manage customer orders
Last updated
Was this helpful?
Manage customer orders
Last updated
Was this helpful?
Was this helpful?
GET /v1/store/orders HTTP/1.1
Host: petstore.example.com
Accept: */*
[
{
"id": 1,
"petId": 1,
"quantity": 1,
"shipDate": "2025-12-08T12:46:25.283Z",
"complete": true
}
]