Generated after a successful Set Customer Id update action.

interface OrderCustomerSetMessagePayload {
    customer?: CustomerReference;
    customerGroup?: CustomerGroupReference;
    oldCustomer?: CustomerReference;
    oldCustomerGroup?: CustomerGroupReference;
    type: "OrderCustomerSet";
}

Properties

Customer on the Order after the Set Customer Id update action.

customerGroup?: CustomerGroupReference

CustomerGroup on the Order after the Set Customer Id update action.

oldCustomer?: CustomerReference

Customer on the Order before the Set Customer Id update action.

oldCustomerGroup?: CustomerGroupReference

CustomerGroup on the Order before the Set Customer Id update action.

type: "OrderCustomerSet"

Generated using TypeDoc