ProductVariant: {
    description: string;
    price: PriceType;
    productId: string;
    sku: string;
    title: string;
}

Type declaration

  • description: string
  • price: PriceType
  • productId: string
  • sku: string
  • title: string

Description

Product variant

Path

order

Generated using TypeDoc