Interface MyCartRemoveItemShippingAddressAction

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

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()