Core
Core plugin endpoints
Body
productIdstringOptional
customerIdstringOptional
Responses
200
empty response
application/json
statusstringOptional
countintegerOptional
delete/b2bsellers-customer-price/batch
DELETE /b2bsellers-customer-price/batch HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"productId": "text",
"customerId": "text"
}200
empty response
{
"status": "text",
"count": 1
}Last updated
Was this helpful?