PUT /self/{shopId}/settings/subdomain

PUT /self/{shopId}/settings/subdomain

Path parameters

Body

  • newSubDomain string Required

    Minimum length is 3, maximum length is 32. Format should match the following pattern: [a-zA-Z0-9]+$.

Body

  • newSubDomain string Required

    Minimum length is 3, maximum length is 32. Format should match the following pattern: [a-zA-Z0-9]+$.

Body

  • newSubDomain string Required

    Minimum length is 3, maximum length is 32. Format should match the following pattern: [a-zA-Z0-9]+$.

PUT /self/{shopId}/settings/subdomain
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/subdomain' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"newSubDomain":"string"}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/subdomain' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/subdomain' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "newSubDomain": "string"
}
Request examples
{
  "newSubDomain": "string"
}
Request examples
{
  "newSubDomain": "string"
}