Body
-
terms
string | null Maximum length is
8192
.
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/terms' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"terms":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/terms' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/terms' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"terms": "string"
}
{
"terms": "string"
}
{
"terms": "string"
}