keepa.models.backend.BestSellers#
- pydantic model keepa.models.backend.BestSellers#
Backend
BestSellersmodel 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.