Interface StagedOrderRemoveItemShippingAddressAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderRemoveItemShippingAddressActionImpl

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

     StagedOrderRemoveItemShippingAddressAction stagedOrderRemoveItemShippingAddressAction = StagedOrderRemoveItemShippingAddressAction.builder()
             .addressKey("{addressKey}")
             .build()