interface CartsConfiguration {
    countryTaxRateFallbackEnabled?: boolean;
    deleteDaysAfterLastModification?: number;
}

Properties

countryTaxRateFallbackEnabled?: boolean

Indicates if country - no state Tax Rate fallback should be used when a shipping address state is not explicitly covered in the rates lists of all Tax Categories of a Cart Line Items. This field may not be present on Projects created before June 2020.

deleteDaysAfterLastModification?: number

Default value for the deleteDaysAfterLastModification parameter of the CartDraft and MyCartDraft. If a ChangeSubscription for Carts exists, a ResourceDeletedDeliveryPayload is sent upon deletion of a Cart.

This field may not be present on Projects created before January 2020.

Generated using TypeDoc