Type Alias ProductSizeGuide

ProductSizeGuide: {
    available_sizes: string[];
    catalog_product_id: number;
    size_tables: SizeTable[];
}

Size Guide information for the Product

Type declaration

  • available_sizes: string[]

    The sizes available for the Product

  • catalog_product_id: number

    Product ID

  • size_tables: SizeTable[]

    Size tables for the product