Interface StagedOrderRemoveItemShippingAddressAction

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

StagedOrderRemoveItemShippingAddressAction
Example to create an instance using the builder pattern

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