Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/commerce/storefront/preview-token

POST/v1/commerce/storefront/preview-token
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
201Created
expires_atstringrequired
slugstringrequired
tokenstringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/commerce/storefront/preview-token"
Response
{
  "expires_at": "string",
  "slug": "string",
  "token": "string"
}