Interface InventoryEntrySetSupplyChannelAction

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

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

Properties

action: "setSupplyChannel"

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

Generated using TypeDoc