Skip to main content

Delete a price

DELETE 

/api/v1/supplier_products/:id/custom_prices/:custom_price_id

This EP allows you to delete a price for a given product, no matter if it's a custom or default price.

Request

Path Parameters

    id stringrequired

    id of the product of which price you want to retrieve

    custom_price_id stringrequired

Responses

Delete a business price

Schema

    any

Loading...