Product

Product(**data)

Bases: BaseModel

The Product object contains information for a product.

ATTRIBUTE DESCRIPTION
product_id

Identifier used by TCGPlayer.

TYPE: int

name

TYPE: str

clean_name

TYPE: str

image_url

TYPE: str

category_id

Id of the Category this product is a part of.

TYPE: int

group_id

Id of the Group this product is a part of.

TYPE: int

url

TYPE: str

modified_on

TYPE: datetime