ExpandedItem: {
    price: ItemPrice;
    product: string | ProductResponse | null;
    productName: string;
    quantity: number;
    sku: string;
    variant: string | ProductVariantResponse | null;
    variantTitle: string;
}

Type declaration

  • price: ItemPrice
  • product: string | ProductResponse | null
  • productName: string
  • quantity: number
  • sku: string
  • variant: string | ProductVariantResponse | null
  • variantTitle: string

Generated using TypeDoc