Skip to main content

Sealed Wax

Sealed sports card products — hobby boxes, retail boxes, packs, cases, and tins.

External IDs

None currently required; external IDs may be added as marketplace integrations expand.

Asset details

FieldRequiredTypeDescriptionExample
idYesstringTradepost asset ID (UUID)"b7e4f2a1-3c8d-4e5f-9a6b-1d2e3f4a5b6c"
sportNostringSport"Baseball", "Basketball", "Football"
leagueNostringLeague"MLB", "NBA", "NFL", "NHL"
manufacturerNostringCard manufacturer"Topps", "Panini", "Upper Deck"
brandNostringProduct line"Chrome", "Prizm", "Select"
set_nameNostringFull set name"2020 Topps Chrome Baseball"
set_codeNostringManufacturer's set code"TCHROME2020"
release_dateNostringYYYY-MM-DD or ISO 8601 datetime"2025-03-19"

Config details

Configurations distinguish product formats within the same set — hobby box vs blaster vs pack vs case.

FieldRequiredTypeDescriptionExample
idYesstringTradepost asset configuration ID (UUID)"d4e5f6a7-…"
format_typeNostringpack, box, case, tin"box"
product_nameNostringFull product name"2020 Topps Chrome Hobby Box"
formatNostringMarketing label / box type"Hobby", "Blaster", "FOTL", "Jumbo", "Retail"
distribution_channelNostringDistribution channel"Retail", "Target Exclusive"
image_urlNostringPrimary image URL

Item details

FieldRequiredTypeDescriptionExample
key_idNostringTradepost key ID (UUID, may be null)"24c0f194-…"
key_idsNostring[]All key IDs for this item["24c0f194-…"]
fair_valuesNoarrayFair value entries — see Key Fair Values[]
conditionYesstringMINT (factory sealed), NEAR_MINT (opened), DAMAGED"MINT"
quantityYesintegerNumber of units1

Example

{
"asset_type": "SEALED_WAX",
"external_ids": {},
"asset_details": {
"id": "7dbc77e0-2403-428a-a123-d62388af4164",
"sport": "Baseball",
"league": "MLB",
"manufacturer": "Topps",
"brand": "NOW",
"set_name": "2025 Topps NOW Opening Day Tokyo Baseball",
"release_date": "2025-03-19"
},
"config_details": {
"id": "885adda5-6cdf-4eaf-98e4-7ce69ca107ee",
"format_type": "box",
"product_name": "2025 Topps NOW Opening Day Tokyo Baseball Box (20 Cards)",
"format": "Opening Day Tokyo",
"image_url": "https://cdn.tradepost.co/media/asset-configurations/885adda5-6cdf-4eaf-98e4-7ce69ca107ee/image/1000x1000.webp"
},
"item_details": {
"key_id": "24c0f194-93a0-4b94-a062-a12e3ea1831f",
"key_ids": [
"24c0f194-93a0-4b94-a062-a12e3ea1831f",
"eb0e39ce-1be7-4a5b-a835-d9a3a05f3bbf"
],
"fair_values": [],
"condition": "MINT",
"quantity": 4
}
}