Interface StoreSetSupplyChannelsAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>, StoreUpdateAction

public interface StoreSetSupplyChannelsAction extends StoreUpdateAction

Setting a supply channel produces the StoreSupplyChannelsChanged Message.

Setting a Channel without the InventorySupply ChannelRoleEnum returns a MissingRoleOnChannel error.


Example to create an instance using the builder pattern

     StoreSetSupplyChannelsAction storeSetSupplyChannelsAction = StoreSetSupplyChannelsAction.builder()
             .build()
 
  • Field Details

    • SET_SUPPLY_CHANNELS

      static final String SET_SUPPLY_CHANNELS
      discriminator value for StoreSetSupplyChannelsAction
      See Also:
  • Method Details