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

    Interface MyCustomerSetCompanyNameAction

    Setting the companyName field on the Customer produces the CustomerCompanyNameSet Message.

    interface MyCustomerSetCompanyNameAction {
        action: "setCompanyName";
        companyName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCompanyName"
    companyName?: string

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