PUT /self/{shopId}/settings/terms

PUT /self/{shopId}/settings/terms

Path parameters

Body

  • terms string | null

    Maximum length is 8192.

Body

  • terms string | null

    Maximum length is 8192.

Body

  • terms string | null

    Maximum length is 8192.

PUT /self/{shopId}/settings/terms
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"
Request examples
{
  "terms": "string"
}
Request examples
{
  "terms": "string"
}
Request examples
{
  "terms": "string"
}