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

    Interface CustomerCreatedMessagePayload

    Generated after a successful Create Customer request.

    interface CustomerCreatedMessagePayload {
        customer: Customer;
        type: "CustomerCreated";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    customer: Customer

    Customer that was created.

    type: "CustomerCreated"