Checkout Experiences
Duplicate checkout experience
Copy a checkout experience, including its settings and shipping methods. The copy’s shipping methods get new IDs, and the copy is not live until the store’s checkout tree routes shoppers to it.
Requires the checkout_write scope.
POST
Duplicate checkout experience
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Store ID
Example:
"64e5a8a1af49a89df37e4ee7"
Checkout experience ID.
Example:
"66b2f1c9e4b0a1d2c3f4a5b6"
Response
The copy was created. checkoutExperienceId is the copy's ID.
The checkout experience that was written. Read it back with GET /stores/{storeId}/checkout-experiences/{checkoutExperienceId}.
Example:
"66b2f1c9e4b0a1d2c3f4a5b6"