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

  • Optionalcatalog_variant_id?: number

    Variant ID

  • Optionalcolor?: string | null

    Variant color

  • Optionalimages?: VariantImage[]

    Variant's images

  • Optionalprimary_hex_color?: string | null

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

  • Optionalsecondary_hex_color?: string | null

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