keepa.models.backend.Notification#
- pydantic model keepa.models.backend.Notification#
Backend
Notificationmodel generated from the Keepa Java schema.- Fields:
- field currentPrices: list[int | None] | None = None#
Contains the prices / values of the product of the time this notification was created.
Uses Product.CsvType indexing.
The price is an integer of the respective Amazon locale’s smallest currency unit (e.g. euro cents or yen). If no offer was available in the given interval (e.g. out of stock) the price has the value -1.
- field domainId: int | None = None#
The main Amazon locale of the tracking which determines the currency used for all prices of this notification.
Integer value for the Amazon locale AmazonLocale
- field notificationDomainId: int | None = None#
The Amazon locale which triggered the notification.
Integer value for the Amazon locale AmazonLocale
- field sentNotificationVia: list[bool | None] | None = None#
States through which notification channels (Tracking.NotificationType) this notification was delivered.