Skip to main content

Lego

Lego sets, minifigures, and gear products. Each asset represents a product identity (e.g., "Millennium Falcon") and each configuration represents a specific release (e.g., "UCS Millennium Falcon 75192").

External IDs

FieldRequiredDescriptionExample
LEGO_SETNoOfficial Lego set number"75192"

Asset Details

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset ID (UUID)"e5fe8163-7af8-4521-a437-51fd48b28c5c"
themeNostringLego theme/franchise"Star Wars", "Technic", "City", "Botanical"

Config Details

Configuration-level details distinguish different releases within the same product identity.

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset configuration ID (UUID)"4c4d074c-a173-4096-a1b7-320e472cbb2d"
nameNostringFull product name"Millennium Falcon"
image_urlNostringPrimary product image URL"https://cdn.tradepost.co/media/asset-configurations/.../1000x1000.webp"
set_numberNostringOfficial Lego set number"75192"
varietyNostringProduct type"SET", "MINIFIGURE", "GEAR"
product_lineNostringProduct line within the theme"Ultimate Collector Series", "Microfighters"
piece_countNointegerTotal piece count7541
minifigure_countNointegerNumber of minifigures included10
year_releasedNointegerRelease year2017
retiredNobooleanWhether the set is retired/discontinuedfalse

Product Types:

  • SET: Boxed Lego sets and polybags
  • MINIFIGURE: Individual minifigures (CMF, exclusives)
  • GEAR: Keychains, watches, display items, promotional products

Item Details

FieldRequiredTypeDescriptionExample
key_idNostringInternal Tradepost key ID for grouping items (UUID)"38c9bbe2-1c33-473d-9a69-9568e1c561dc"
key_idsNostring[]Array of internal Tradepost key IDs for this item["38c9bbe2...", "4c4d074c..."]
fair_valuesNoarrayFair value pricing information[]
conditionYesstringProduct condition"UNOPENED"
quantityYesintegerNumber of units1

Condition:

  • UNOPENED: Factory sealed, never opened
  • OPENED: Previously opened
  • DAMAGED: Visible damage to product or packaging

Example

{
"asset_type": "LEGO",
"external_ids": {
"LEGO_SET": "75192"
},
"asset_details": {
"id": "e5fe8163-7af8-4521-a437-51fd48b28c5c",
"theme": "Star Wars"
},
"config_details": {
"id": "4c4d074c-a173-4096-a1b7-320e472cbb2d",
"name": "Millennium Falcon",
"image_url": "https://cdn.tradepost.co/media/asset-configurations/4c4d074c-a173-4096-a1b7-320e472cbb2d/image/1000x1000.webp",
"set_number": "75192",
"variety": "SET",
"product_line": "Ultimate Collector Series",
"piece_count": 7541,
"minifigure_count": 10,
"year_released": 2017,
"retired": false
},
"item_details": {
"key_id": "38c9bbe2-1c33-473d-9a69-9568e1c561dc",
"key_ids": [
"38c9bbe2-1c33-473d-9a69-9568e1c561dc",
"4c4d074c-a173-4096-a1b7-320e472cbb2d"
],
"fair_values": [],
"condition": "UNOPENED",
"quantity": 1
}
}

← Asset Types Overview