Set auto-selected shipping methods
Choose which shipping methods are shown first at checkout, in priority order. The first one available is pre-selected for the shopper, and methods not listed follow in their usual order.
Send only the methods to put first, not every method. The list replaces the
current one; send an empty list to turn auto-selection off. Read the current
list from autoSelectedShippingMethodIds on the checkout experience.
Requires the checkout_write scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Store ID
"64e5a8a1af49a89df37e4ee7"
Checkout experience ID.
"66b2f1c9e4b0a1d2c3f4a5b6"
Body
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.
Response
Updated
The checkout experience that was written. Read it back with GET /stores/{storeId}/checkout-experiences/{checkoutExperienceId}.
"66b2f1c9e4b0a1d2c3f4a5b6"