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

    Interface MyCartSetDeleteDaysAfterLastModificationAction

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

    If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
    
    interface MyCartSetDeleteDaysAfterLastModificationAction {
        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.