Body
-
data
string | null -
note
string | null -
type
integer(int32) " Ip = 0 Email = 1 Country = 2 "
Values are
0
,1
, or2
. -
customerForShopId
integer(int64) | null
" Ip = 0 Email = 1 Country = 2 "
Values are 0
, 1
, or 2
.
" Ip = 0 Email = 1 Country = 2 "
Values are 0
, 1
, or 2
.
" Ip = 0 Email = 1 Country = 2 "
Values are 0
, 1
, or 2
.
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"
{
"data": "string",
"note": "string",
"type": 0,
"customerForShopId": 42
}
{
"data": "string",
"note": "string",
"type": 0,
"customerForShopId": 42
}
{
"data": "string",
"note": "string",
"type": 0,
"customerForShopId": 42
}