keepa.models.backend.BestSellers#

pydantic model keepa.models.backend.BestSellers#

Backend BestSellers model generated from the Keepa Java schema.

Fields:
field asinList: list[str | None] | None = None#

An ASIN list. The list starts with the best selling product (lowest sales rank).

field categoryId: int | None = None#

The category node id used by Amazon. Represents the identifier of the category. Also part of the Product object’s categories and rootCategory fields. Always a positive Long value or 0 if a product group was used.

field domainId: int | None = None#

Integer value for the Amazon locale this category belongs to. AmazonLocale

field lastUpdate: int | None = None#

States the last time we have updated the list, in Keepa Time minutes.

Use KeepaTime.keepaMinuteToUnixInMillis(int) (long) to get an uncompressed timestamp (Unix epoch time).