Body
-
newSubDomain
string Required Minimum length is
3
, maximum length is32
. Format should match the following pattern:[a-zA-Z0-9]+$
.
Minimum length is 3
, maximum length is 32
. Format should match the following pattern: [a-zA-Z0-9]+$
.
Minimum length is 3
, maximum length is 32
. Format should match the following pattern: [a-zA-Z0-9]+$
.
Minimum length is 3
, maximum length is 32
. Format should match the following pattern: [a-zA-Z0-9]+$
.
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"
{
"newSubDomain": "string"
}
{
"newSubDomain": "string"
}
{
"newSubDomain": "string"
}