Interface InventoryEntrySetSupplyChannelAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

public interface InventoryEntrySetSupplyChannelAction extends InventoryEntryUpdateAction

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


Example to create an instance using the builder pattern

     InventoryEntrySetSupplyChannelAction inventoryEntrySetSupplyChannelAction = InventoryEntrySetSupplyChannelAction.builder()
             .build()