v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Customer Orders

List authenticated customer orders

Customer-authenticated storefront endpoint.

get/v3/stores/{store_id}/customers/me/orders

Path parameters

store_idstring required

Store unique_id.

Response

Authenticated customer order list

is_paginatedtrue required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "data": [
    {
      "payment_method": "bank_transfer"
    }
  ]
}