v2

OpenAPI 3.0.3Proprietary2026-07-263483431.1 MB
Storefront

List guest checkout shipping options

Public storefront endpoint. Direct items use the same typed checkout item union as final public checkout. When direct items are omitted, the guest cart referenced by X-Scalev-Guest-Token is used as the item source. Digital-only carts return an empty non-paginated collection.

post/v3/stores/{store_id}/public/checkout/shipping-options

Request body

payment_methodstring

Example request

{
  "payment_method": "bank_transfer"
}

Response

Guest checkout shipping options

is_paginatedfalse required

Example response

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