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

    Interface MyCartSetCustomerEmailAction

    interface MyCartSetCustomerEmailAction {
        action: "setCustomerEmail";
        email?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setCustomerEmail"
    email?: string

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