Poq.SDK.Node

Home > @poq/sdk-sfcc > IBasketsClient > deleteBasketsByIDPriceAdjustmentsByID

IBasketsClient.deleteBasketsByIDPriceAdjustmentsByID() method

Removes a custom manual price adjustment from the basket.

Signature:

deleteBasketsByIDPriceAdjustmentsByID(basketId: string, priceAdjustmentId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the id of the basket to be modified
priceAdjustmentId string the uuid of the adjustment to be removed
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>