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

    Interface MyCustomerSetFirstNameAction

    Setting the first name of the Customer produces the CustomerFirstNameSet Message.

    interface MyCustomerSetFirstNameAction {
        action: "setFirstName";
        firstName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setFirstName"
    firstName?: string

    Value to set. If empty, any existing value is removed.