Interface CartSetLineItemSupplyChannelAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetLineItemSupplyChannelActionImpl

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


Example to create an instance using the builder pattern

     CartSetLineItemSupplyChannelAction cartSetLineItemSupplyChannelAction = CartSetLineItemSupplyChannelAction.builder()
             .lineItemId("{lineItemId}")
             .build()