Interface MyCartSetLineItemSupplyChannelAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>
All Known Implementing Classes:
MyCartSetLineItemSupplyChannelActionImpl

Performing this action has no impact on inventory that should be reserved.


Example to create an instance using the builder pattern

     MyCartSetLineItemSupplyChannelAction myCartSetLineItemSupplyChannelAction = MyCartSetLineItemSupplyChannelAction.builder()
             .build()