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

    Interface VariantAttributesChannelAvailability

    Availability of a Variant in a specific supply Channel.

    interface VariantAttributesChannelAvailability {
        availableQuantity?: number;
        isOnStock?: boolean;
    }
    Index
    availableQuantity?: number

    Number of items of this Variant that are in stock in the specified Channel.

    isOnStock?: boolean

    Indicates whether the Variant is in stock in the specified Channel.