For the complete documentation index, see llms.txt. This page is also available as Markdown.

Core

Core plugin endpoints

Core plugin endpoints

Delete customer prices by customer and/or product ids

delete

Delete customer prices by customer and/or product ids

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?