Home > @poq/sdk-sfcc > IBasketsClient > deleteBasketsByIDPriceAdjustmentsByID
Removes a custom manual price adjustment from the basket.
Signature:
deleteBasketsByIDPriceAdjustmentsByID(basketId: string, priceAdjustmentId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;
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>>