Create Blocked Item

POST /self/{shopId}/blacklist

Path parameters

Body

Body

Body

Responses

  • Blocked item created

POST /self/{shopId}/blacklist
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/blacklist' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"data":"string","note":"string","type":0,"customerForShopId":42}'
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/blacklist' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://dev.sellpass.io/self/{shopId}/blacklist' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}
Request examples
{
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}
Request examples
{
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}