Poq.SDK.Node

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

IProductsClient.getProductsByIDPromotions() method

Access product promotion information of products that are online and assigned to site catalog.

Signature:

getProductsByIDPromotions(id: string, currency?: string, locale?: string, options?: RequestOptions): Promise<PoqResponse<Product>>;

Parameters

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

Returns:

Promise<PoqResponse<Product>>