v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBCustomer 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
Example request
{
"payment_method": "bank_transfer"
}Response
Checkout shipping options
Example response
{
"data": [
{
"courier_code": "jne",
"service_code": "REG",
"name": "Regular"
}
]
}