Interface CartRemoveItemShippingAddressAction

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

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

     CartRemoveItemShippingAddressAction cartRemoveItemShippingAddressAction = CartRemoveItemShippingAddressAction.builder()
             .addressKey("{addressKey}")
             .build()