Poq.SDK.Node

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

IProductsClient.getProductsByIDAvailability() method

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

Signature:

getProductsByIDAvailability(id: string, inventoryIds?: Array<string>, locale?: string, options?: RequestOptions): Promise<PoqResponse<Product>>;

Parameters

Parameter Type Description
id string The requested product id.
inventoryIds Array<string> (Optional)
locale string (Optional)
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Product>>