Poq.SDK.Node

Home > @poq/sdk-sfcc > IPromotionsClient > getPromotionsByIDs

IPromotionsClient.getPromotionsByIDs() method

Signature:

getPromotionsByIDs(ids: Array<string>, locale?: string, options?: RequestOptions): Promise<PoqResponse<PromotionResult>>;

Parameters

Parameter Type Description
ids Array<string>  
locale string (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<PromotionResult>>