Product
The product module is a fully encapsulated product details component, with real-time availability and all necessary functionality for user interactions.

Usage
import type { FC } from 'react';
import { LiquidProductInfo } from '@liquidcloud/modules-react';
const Component: FC = () => {
return <LiquidProductInfo upc="00619947000020" />;
};
export default Component;
Properties
property
type
default
description
upc
string
-
UPC for the product that the PDP should display.
Last updated