Home > @poq/sdk-sfcc > IContentClient > getContentByIDs
Signature:
getContentByIDs(ids: Array<string>, locale?: string, options?: RequestOptions): Promise<PoqResponse<ContentResult>>;
Parameter | Type | Description |
---|---|---|
ids | Array<string> | |
locale | string | (Optional) |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<ContentResult>>