Poq.SDK.Node

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

BasketsClient.getBasketsByIDApproachingDiscounts() method

Gets the approaching discounts of a basket

Signature:

getBasketsByIDApproachingDiscounts(basketId: string, options?: RequestOptions): Promise<PoqResponse<ApproachingDiscountResult>>;

Parameters

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

Returns:

Promise<PoqResponse<ApproachingDiscountResult>>