Poq.SDK.Node

Home > @poq/sdk-sfcc > IProductsClient > getProductsByIDShippingMethods

IProductsClient.getProductsByIDShippingMethods() method

Retrieves the applicable shipping methods for a certain product.

Signature:

getProductsByIDShippingMethods(id: string, options?: RequestOptions): Promise<PoqResponse<ShippingMethodResult>>;

Parameters

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

Returns:

Promise<PoqResponse<ShippingMethodResult>>