Interface StagedOrderUpdateItemShippingAddressAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderUpdateItemShippingAddressAction extends StagedOrderUpdateAction

Updates an address in itemShippingAddresses by keeping the Address key.


Example to create an instance using the builder pattern

     StagedOrderUpdateItemShippingAddressAction stagedOrderUpdateItemShippingAddressAction = StagedOrderUpdateItemShippingAddressAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()