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

    Interface ShoppingListSetSlugAction

    interface ShoppingListSetSlugAction {
        action: "setSlug";
        slug?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setSlug"

    Value to set. If empty, any existing value will be removed. Each slug is unique across a Project, but a ShoppingList can have the same slug for different languages. Must match the pattern ^[A-Za-z0-9_-]{2,256}+$