v2

latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Customer Checkout

Get checkout shipping options

Customer-authenticated storefront endpoint. Direct items use the same typed checkout item union as final customer checkout. When direct items are omitted, cart_id selects the customer cart item source.

post/v3/stores/{store_id}/customers/me/checkout/shipping-options

Path parameters

store_idstring required

Store unique_id.

Request body

postal_codestring
payment_methodstring

Customer checkout payment method code selected by the buyer.

Example request

{
  "payment_method": "bank_transfer"
}

Response

Checkout shipping options

is_paginatedfalse required

Example response

{
  "data": [
    {
      "courier_code": "jne",
      "service_code": "REG",
      "name": "Regular"
    }
  ]
}