Interface ProductVariantChannelAvailabilityMap

JSON object where the key is a supply Channel id and the value is the ProductVariantChannelAvailability of the InventoryEntry.

interface ProductVariantChannelAvailabilityMap {
    [key: string]: ProductVariantChannelAvailability;
}

Indexable

Generated using TypeDoc