Interface CustomerAddShippingAddressIdAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerAddShippingAddressIdAction extends CustomerUpdateAction

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