Type Alias VariantImages

VariantImages: {
    catalog_variant_id: number;
    color: string | null;
    images: VariantImage[];
    primary_hex_color: string | null;
    secondary_hex_color: string | null;
}

Type declaration

  • catalog_variant_id: number

    Variant ID

  • color: string | null

    Variant color

  • images: VariantImage[]

    Variant's images

  • primary_hex_color: string | null

    Primary variant hex color used. Use this hex color to fill the mockup.

  • secondary_hex_color: string | null

    Secondary variant hex color used. Use this hex color to fill the mockup.