Home > @poq/sdk-sfcc > BatchProductsClient
BatchPRoductsClient provides an API to work with SFCC PRoducts but some methods are overloaded to support split requests to take data in batches
Signature:
export declare class BatchProductsClient extends BaseProductClient
Extends: BaseProductClient
Specifically getProductsByIDs method can request only 24 items per invocation to overcome this limitation and comply with optimal request size the class is introduced.
Covers: - getProductsByIDs
Method | Modifiers | Description |
---|---|---|
getProductsByIDs(ids, expand, inventoryIds, currency, locale, allImages, options) |