Interface MyCustomerAddShippingAddressIdAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerAddShippingAddressIdAction extends MyCustomerUpdateAction

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()