Home > @poq/sdk-sfcc > IProductsClient > getProductsByIDShippingMethods
Retrieves the applicable shipping methods for a certain product.
Signature:
getProductsByIDShippingMethods(id: string, options?: RequestOptions): Promise<PoqResponse<ShippingMethodResult>>;
Parameter | Type | Description |
---|---|---|
id | string | the requested product id |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<ShippingMethodResult>>