Poq.SDK.Node

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

BasketsClient.getBasketsByIDShipmentsByIDShippingMethods() method

Gets the applicable shipping methods for a certain shipment of a basket.

Signature:

getBasketsByIDShipmentsByIDShippingMethods(basketId: string, shipmentId: string, options?: RequestOptions): Promise<PoqResponse<ShippingMethodResult>>;

Parameters

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

Returns:

Promise<PoqResponse<ShippingMethodResult>>