Skip to main content
POST
Create checkout experience

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"

Body

application/json
name
string
required

Merchant-facing name for the new checkout experience. Must not be blank.

Example:

"Free shipping test"

Response

Created

checkoutExperienceId
string
required

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

Example:

"66b2f1c9e4b0a1d2c3f4a5b6"