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

    Interface InventoryEntrySetSupplyChannelAction

    If an entry with the same sku and supplyChannel already exists, an DuplicateField error is returned.

    interface InventoryEntrySetSupplyChannelAction {
        action: "setSupplyChannel";
        supplyChannel?: ChannelResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setSupplyChannel"

    Value to set. If empty, any existing value will be removed.