Home > @poq/sdk-sfcc > IProductsClient > getProductsByIDs
Signature:
getProductsByIDs(ids: Array<string>, expand?: Array<string>, inventoryIds?: Array<string>, currency?: string, locale?: string, allImages?: boolean, options?: RequestOptions): Promise<PoqResponse<ProductResult>>;
Parameter | Type | Description |
---|---|---|
ids | Array<string> | |
expand | Array<string> | (Optional) |
inventoryIds | Array<string> | (Optional) |
currency | string | (Optional) |
locale | string | (Optional) |
allImages | boolean | (Optional) |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<ProductResult>>