ProductInfo Class

Product information (entity type: "productInfo").

Constructor

pydantic model ProductInfo

Parameters

Name Description
type
Required
str

The type of the entity, always "productInfo".

id
Required
str

The unique identifier for the product.

Keyword-Only Parameters

Name Description
type
Default value: ProductInfo
id
Default value: None

Attributes

additional_properties

Returns the set of properties that are not None.

id

field id: str = None

type

field type: Literal['ProductInfo'] = 'ProductInfo'