keepa.models.backend.TrackingThresholdValue#

pydantic model keepa.models.backend.TrackingThresholdValue#

Backend TrackingThresholdValue model generated from the Keepa Java schema.

Fields:
field csvType: int | None = None#

Integer value of the Product.CsvType for this threshold value

field deltasAreBetweenNotifications: bool | None = None#

not yet available.

field domain: int | None = None#

Integer value of the AmazonLocale this threshold value belongs to. Regardless of the locale, the threshold value is always in the currency of the mainDomainId.

field isDrop: bool | None = None#

Whether or not this tracking threshold value tracks value drops (true) or value increases (false)

field minDeltaAbsolute: int | None = None#

not yet available.

field minDeltaPercentage: int | None = None#

not yet available.

field thresholdValue: int | None = None#

The threshold value (or desired price). Only for creating a tracking!

field thresholdValueCSV: list[int | None] | None = None#

The history of threshold values (or desired prices). Only for existing tracking!

Format: [KeepaTime, value]