Interface CustomerAddShippingAddressIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerAddShippingAddressIdActionImpl

Adds an Address from the addresses array to shippingAddressIds. Either addressId or addressKey is required.


Example to create an instance using the builder pattern

     CustomerAddShippingAddressIdAction customerAddShippingAddressIdAction = CustomerAddShippingAddressIdAction.builder()
             .build()