delete https://{environment}.neomode.com.br/management/catalog/prices
Deletes product prices by using the seller ID.
The body param is an array, so you can delete more than one price by query.
Result
A 204- No Content result means that the price was successfully deleted.
Request body example:
[
{
"sellerId":"aa09fce3-5fd6-4f0a-a5fb-0991c05c5038",
"productId":"409027D7-D72B-4FF9-AAF2-00055901DE9A"
}
]
Responses