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()
 
  • Field Details

    • ADD_SHIPPING_ADDRESS_ID

      static final String ADD_SHIPPING_ADDRESS_ID
      discriminator value for CustomerAddShippingAddressIdAction
      See Also:
  • Method Details