PUT /self/{shopId}/settings/terms
PUT /self/{shopId}/settings/terms
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/settings/terms \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"terms":"string"}'
Request example
{
"terms": "string"
}
Request examples
{
"terms": "string"
}