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

    Interface MyShoppingListSetDeleteDaysAfterLastModificationAction

    Number of days after the last modification before a Shopping List is deleted.

    interface MyShoppingListSetDeleteDaysAfterLastModificationAction {
        action: "setDeleteDaysAfterLastModification";
        deleteDaysAfterLastModification?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setDeleteDaysAfterLastModification"
    deleteDaysAfterLastModification?: number

    Value to set. If not provided, the default value for this field configured in Project settings is assigned.