v2
latestOpenAPI 3.0.3Proprietary2026-07-263483431.1 MBHTML Mode Pages
List HTML Mode checkout shipping options
Page-scoped public endpoint used by Scalev.checkout.shippingOptions(payload). It accepts HTML Mode items, destination, and payment_method, then resolves the store from the authenticated page.
post/v3/pages/{page_unique_id}/checkout/shipping-options
Request body
Example request
{
"items": [
{
"type": "product",
"variant_unique_id": "variant_x7f2a9",
"bundle_price_option_unique_id": "bundle_price_option_p4k8q2",
"quantity": 1
}
],
"destination": {
"address": "Jl. Kopi No. 1",
"postal_code": "10510"
},
"payment_method": "bank_transfer"
}Response
HTML Mode checkout shipping options
Example response
{
"data": [
{
"courier_code": "jne",
"service_code": "REG",
"name": "Regular"
}
]
}