keepa.models.backend.DealResponse#

pydantic model keepa.models.backend.DealResponse#

Backend DealResponse model generated from the Keepa Java schema.

Fields:
field categoryCount: list[int | None] | None = None#

Contains how many deal products in the respective root category are found.

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

Contains all root categoryIds of the matched deal products.

field categoryNames: list[str | None] | None = None#

Contains all root category names of the matched deal products.

field dr: list[Deal | None] | None = None#

Ordered array of all deal objects matching your query.

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

Not yet used / placeholder