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