Interface CartRemoveItemShippingAddressAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartRemoveItemShippingAddressAction extends CartUpdateAction

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