MyAccount
List orders for the authenticated customer
Returns the authenticated customer's order history — completed baskets along with item details. Intended for the "My Bookings" screens of customer-facing apps and the storefront.
Requires customer authentication; staff API tokens cannot use this endpoint (use GET /shop/orders instead).
get/shop/my-account/orders
Query parameters
pageinteger
The page to retrieve results from
per_pageinteger
The number of results to return per page
Response
The Orders were successfully retrieved
Changes
No recorded changes to this endpoint across all 1 revision of this API.