application/json
PUT
/self/{shopId}/customization/storefront
cURL (application/json)
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/storefront' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"title":"string","description":"string","buttonText":"string","disableButton":true,"disableTitle":true,"disableDescription":true}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/storefront' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/customization/storefront' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
{
"title": "string",
"description": "string",
"buttonText": "string",
"disableButton": true,
"disableTitle": true,
"disableDescription": true
}
Request examples
{
"title": "string",
"description": "string",
"buttonText": "string",
"disableButton": true,
"disableTitle": true,
"disableDescription": true
}
Request examples
{
"title": "string",
"description": "string",
"buttonText": "string",
"disableButton": true,
"disableTitle": true,
"disableDescription": true
}