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

    Interface VariantAttributesVariant

    A Variant with its requested Attributes and lightweight availability information.

    interface VariantAttributesVariant {
        attributes: Attribute[];
        availability?: VariantAttributesAvailability;
        id: string;
        key?: string;
        sku?: string;
    }
    Index
    attributes: Attribute[]

    Requested Attributes of the Variant. Only Variant-level Attributes that exist on this Variant and were requested via filter[attributes] are included.

    Availability information for this variant. Present only if InventoryEntries exist for the variant's SKU.

    id: string

    Unique identifier of the Variant.

    key?: string

    Key of the Variant.

    sku?: string

    SKU of the Variant.