@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductVariantTailoring

    The tailoring of a ProductVariant or Variant (BETA).

    interface ProductVariantTailoring {
        assets?: Asset[];
        attributes?: ProductTailoringAttribute[];
        id: number;
        images?: Image[];
    }
    Index
    assets?: Asset[]

    Media assets of the tailored Product Variant. If present, these assets will override the assets of the corresponding ProductVariant or Variant (BETA) in total.

    Attributes of the tailored Product Variant. If present, these Attributes are selectively merged into the attributes of the corresponding ProductVariant or Variant (BETA):

    - If the ProductVariant or Variant ([BETA](/offering/compatibility#public-beta)) contains an Attribute with the same `name`, its `value` is overwritten. Otherwise, the Attribute and its value are added to the ProductVariant or Variant ([BETA](/offering/compatibility#public-beta)).
    
    id: number

    The id of the tailored ProductVariant or Variant (BETA).

    images?: Image[]

    Images of the tailored Product Variant. If present, these images will override the images of the corresponding ProductVariant or Variant (BETA) in total.