Home > @poq/sdk-sfcc > IBasketsClient > getBasketsByIDShipmentsByIDShippingMethods
Gets the applicable shipping methods for a certain shipment of a basket.
Signature:
getBasketsByIDShipmentsByIDShippingMethods(basketId: string, shipmentId: string, options?: RequestOptions): Promise<PoqResponse<ShippingMethodResult>>;
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>>