Liquid Modules
  • Modules
    • Getting Started
    • Authentication
    • React
      • Breadcrumbs
      • Carousel
        • Category Carousel
        • Product Carousel
      • Cart
      • Checkout
      • Order Confirmation
      • Order Tracking
      • Product
      • Product List Page
Powered by GitBook
On this page
  1. Modules
  2. React

Order Tracking

The Order Tracking module integrates with Order API to provide tracking for a specific order.

Usage

  import type { FC } from 'react';
  import { LiquidOrderTracking } from '@liquidcloud/modules-react';

  const Component: FC = () => {
    return <LiquidOrderTracking />;
  };

  export default Component;
PreviousOrder ConfirmationNextProduct

Last updated 1 year ago