Interface InventoryEntrySetSupplyChannelAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>
All Known Implementing Classes:
InventoryEntrySetSupplyChannelActionImpl

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()