Skip to main content
PUT

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storeId
string
required

Store ID

Example:

"64e5a8a1af49a89df37e4ee7"

checkoutExperienceId
string
required

Checkout experience ID.

Example:

"66b2f1c9e4b0a1d2c3f4a5b6"

Body

application/json
shippingMethodIds
string[]
required

Shipping method IDs to show first, highest priority first; the first available is pre-selected. Replaces the current list. Send an empty list to turn auto-selection off.

Example:

Response

Updated

checkoutExperienceId
string
required

The checkout experience that was written. Read it back with GET /stores/{storeId}/checkout-experiences/{checkoutExperienceId}.

Example:

"66b2f1c9e4b0a1d2c3f4a5b6"