Interface StagedOrderSetCustomerIdAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetCustomerIdAction extends StagedOrderUpdateAction

Setting the Order's customerId does not recalculate prices or discounts on the Order. If the Customer belongs to a Customer Group, customerGroup on the Order is updated automatically.

Produces the OrderCustomerSet Message.


Example to create an instance using the builder pattern

     StagedOrderSetCustomerIdAction stagedOrderSetCustomerIdAction = StagedOrderSetCustomerIdAction.builder()
             .build()
 
  • Field Details

    • SET_CUSTOMER_ID

      static final String SET_CUSTOMER_ID
      discriminator value for StagedOrderSetCustomerIdAction
      See Also:
  • Method Details