Poq.SDK.Node

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

BasketsClient.getBasketsByIDPaymentMethods() method

Gets applicable payment methods for an existing basket considering the open payment amount only.

Signature:

getBasketsByIDPaymentMethods(basketId: string, options?: RequestOptions): Promise<PoqResponse<PaymentMethodResult>>;

Parameters

Parameter Type Description
basketId string the basket id
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<PaymentMethodResult>>