Interface MyCartSetLineItemSupplyChannelAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>

public interface MyCartSetLineItemSupplyChannelAction extends MyCartUpdateAction

Performing this action does not reserve stock. Stock is only reserved at Order creation if the InventoryMode of the Cart is TrackOnly or ReserveOnOrder.

This action is subject to InventoryEntry min/max restrictions when applicable. For more information, see Quantity limits.


Example to create an instance using the builder pattern

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