Interface MyCustomerAddShippingAddressIdAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>
All Known Implementing Classes:
MyCustomerAddShippingAddressIdActionImpl

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


Example to create an instance using the builder pattern

     MyCustomerAddShippingAddressIdAction myCustomerAddShippingAddressIdAction = MyCustomerAddShippingAddressIdAction.builder()
             .build()