Create Blocked Item

POST /self/{shopId}/blacklist

Path parameters

application/json

Body

Responses

  • 200

    Blocked item created

POST /self/{shopId}/blacklist
curl \
 -X POST https://dev.sellpass.io/self/{shopId}/blacklist \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"data":"string","note":"string","type":0,"customerForShopId":42}'
Request example
{
  "data": "string",
  "note": "string",
  "type": 0,
  "customerForShopId": 42
}