Edit Blocked Item

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

Path parameters

application/json

Body

Responses

  • 200

    Blocked item edited

PUT /self/{shopId}/blacklist/{blockedItemId}
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/blacklist/{blockedItemId} \
 -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
}