@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderCustomerSetMessagePayload

    Generated after a successful Set Customer ID update action.

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

    Hierarchy (View Summary)

    Index

    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"