Generated after a successful Set Customer Group update action.

interface OrderCustomerGroupSetMessagePayload {
    customerGroup?: CustomerGroupReference;
    oldCustomerGroup?: CustomerGroupReference;
    type: "OrderCustomerGroupSet";
}

Properties

customerGroup?: CustomerGroupReference

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

oldCustomerGroup?: CustomerGroupReference

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

type: "OrderCustomerGroupSet"

Generated using TypeDoc