Edit Blocked Item

PUT /self/{shopId}/blacklist/{blockedItemId}

Path parameters

Body

Body

Body

Responses

  • Blocked item edited

PUT /self/{shopId}/blacklist/{blockedItemId}
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"data":"string","note":"string","type":0,"customerForShopId":42}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId}' \
 --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
}