Interface MyCartRemoveItemShippingAddressAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>

public interface MyCartRemoveItemShippingAddressAction extends MyCartUpdateAction

An address can only be removed if it is not referenced in any ItemShippingTarget of the Cart.


Example to create an instance using the builder pattern

     MyCartRemoveItemShippingAddressAction myCartRemoveItemShippingAddressAction = MyCartRemoveItemShippingAddressAction.builder()
             .addressKey("{addressKey}")
             .build()