Interface MyCartSetDeleteDaysAfterLastModificationAction

Number of days after which a Cart with Active CartState is deleted since its last modification.

If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
interface MyCartSetDeleteDaysAfterLastModificationAction {
    action: "setDeleteDaysAfterLastModification";
    deleteDaysAfterLastModification?: number;
}

Properties

action: "setDeleteDaysAfterLastModification"
deleteDaysAfterLastModification?: number

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

Generated using TypeDoc