List all Orders
Returns all completed orders placed by the current user in the current store.
GET
List all Orders
Documentation Index
Fetch the complete documentation index at: https://spreecommerce.org/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
Specify the related resources you would like to receive in the response body. More Information.
Specify the fields you would like returned in the response body. More information.
Number of requested page when paginating collection
Number of requested records per page when paginating collection
Response
200 Success - Returns an array of cart objects.
included
(Line Item · object | Promotion · object | Variant · object | Payment · object | User · object | Shipment · object | Digital Link · object | Product · object)[]
- Line Item
- Promotion
- Variant
- Payment
- User
- Shipment
- Digital Link
- Product
List all Orders

