Home > @poq/sdk-sfcc > BasketsClient > getBasketsByIDApproachingDiscounts
Gets the approaching discounts of a basket
Signature:
getBasketsByIDApproachingDiscounts(basketId: string, options?: RequestOptions): Promise<PoqResponse<ApproachingDiscountResult>>;
Parameter | Type | Description |
---|---|---|
basketId | string | The id of the basket to be checked. |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<ApproachingDiscountResult>>