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

    Interface ShoppingListSetAnonymousIdAction

    If the Shopping List is already associated with a Customer, an InvalidOperation error is returned.

    interface ShoppingListSetAnonymousIdAction {
        action: "setAnonymousId";
        anonymousId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setAnonymousId"
    anonymousId?: string

    Value to set. If empty, any existing value will be removed.