PUT /self/{shopId}/settings/subdomain
Body
-
Minimum length is
3
, maximum length is32
. Format should match the following pattern:[a-zA-Z0-9]+$
.
PUT /self/{shopId}/settings/subdomain
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/settings/subdomain \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"newSubDomain":"string"}'
Request example
{
"newSubDomain": "string"
}
Request examples
{
"newSubDomain": "string"
}