PUT /self/{shopId}/customization/storefront

PUT /self/{shopId}/customization/storefront

Path parameters

  • shopId integer(int32) Required

Body

  • title string | null
  • description string | null
  • buttonText string | null
  • disableButton boolean
  • disableTitle boolean
  • disableDescription boolean

Body

  • title string | null
  • description string | null
  • buttonText string | null
  • disableButton boolean
  • disableTitle boolean
  • disableDescription boolean

Body

  • title string | null
  • description string | null
  • buttonText string | null
  • disableButton boolean
  • disableTitle boolean
  • disableDescription boolean

Responses

  • 200

    Success

PUT /self/{shopId}/customization/storefront
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
}