The Order Tracking module integrates with Order API to provide tracking for a specific order.
import type { FC } from 'react'; import { LiquidOrderTracking } from '@liquidcloud/modules-react'; const Component: FC = () => { return <LiquidOrderTracking />; }; export default Component;
Last updated 1 year ago