Skip to content

ApiMarketTagDTO

stonepy.models.ApiMarketTagDTO.ApiMarketTagDTO

Bases: ResponseModel

Basic information about a market tag.

market_tag_id class-attribute instance-attribute

market_tag_id: int | None = Field(
    default=None, alias="MarketTagId"
)

A unique identifier for this market tag

name class-attribute instance-attribute

name: str | None = Field(default=None, alias='Name')

The market tag description. Can be localised if required

type class-attribute instance-attribute

type: int | None = Field(default=None, alias='Type')

Used to determine if the market tag is a primary (1) or secondary (2) tag

weighting class-attribute instance-attribute

weighting: int | None = Field(
    default=None, alias="Weighting"
)

Weighting of the market between 0 and 1000 inclusive. Relays the priority of the market in the market search results. The higher the value the more prominent the market should appear