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

    Interface VariantAttributesAvailability

    Lightweight availability information for a Variant. Present only if InventoryEntries exist for the Variant's SKU.

    interface VariantAttributesAvailability {
        availableQuantity?: number;
        channels?: VariantAttributesChannelAvailabilityMap;
        isOnStock?: boolean;
    }
    Index
    availableQuantity?: number

    Number of items of this Variant that are in stock.

    Per-channel availability for the requested supply Channels. Present only when the filter[supplyChannels] query parameter is provided.

    isOnStock?: boolean

    Indicates whether the Variant is in stock.