Home > widget-integration > CombinedProductListingsService > fetchProductData
CombinedProductListingsService.fetchProductData() method
Fetch combined listing product data (parent and children) from the API.
Signature:
fetchProductData(productId: string | number): Promise<CombinedProductListingResponse | null>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
productId |
string | number |
Returns:
Promise<CombinedProductListingResponse | null>