Poq.SDK.Node

Home > @poq/sdk-sfcc > BasketsClient > postBasketsByIDPriceAdjustments

BasketsClient.postBasketsByIDPriceAdjustments() method

Adds a custom manual price adjustment to the basket.

Signature:

postBasketsByIDPriceAdjustments(basketId: string, body: PriceAdjustmentRequest, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the id of the basket to be modified
body PriceAdjustmentRequest  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>