Skip to main content

Sealed Wax

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

External IDs

No platform-specific external IDs are currently required for sealed wax products. External IDs may be added in the future as marketplace integrations expand.

FieldRequiredDescriptionExample
(none required)---

Asset Details

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset ID (UUID)"b7e4f2a1-3c8d-4e5f-9a6b-1d2e3f4a5b6c"
sportNostringSport category"Baseball", "Basketball", "Football"
leagueNostringProfessional sports league"MLB", "NBA", "NFL", "NHL"
manufacturerNostringCard manufacturer"Topps", "Panini", "Upper Deck"
brandNostringProduct brand/line name"Chrome", "Prizm", "Select"
set_nameNostringFull set name"2020 Topps Chrome Baseball"
set_codeNostringManufacturer's set code"TCHROME2020"
release_dateNostringRelease date (YYYY-MM-DD or ISO 8601 datetime)"2025-03-19"

Config Details

Configuration-level details distinguish different product formats within the same set (hobby box vs blaster box vs pack vs case, etc.).

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset configuration ID (UUID)"d4e5f6a7-8b9c-0d1e-2f3a-4b5c6d7e8f9a"
format_typeNostringProduct format type"pack", "box", "case", "tin"
product_nameNostringFull product name"2020 Topps Chrome Hobby Box"
formatNostringMarketing label / box type"Hobby", "Blaster", "FOTL", "Jumbo", "Retail"
distribution_channelNostringDistribution channel"Retail", "Target Exclusive", "Topps.com Exclusive"
image_urlNostringPrimary product image URL"https://cdn.tradepost.co/media/asset-configurations/.../1000x1000.webp"

Format Types:

  • pack: Individual booster pack
  • box: Sealed box of packs (hobby box, blaster, ETB, etc.)
  • case: Sealed case of boxes
  • tin: Sealed tin product

Item Details

FieldRequiredTypeDescriptionExample
key_idNostringInternal Tradepost key ID for grouping items (UUID, may be null)"a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"
key_idsNostring[]Array of internal Tradepost key IDs for this item["a1b2c3d4...", "b2c3d4e5..."]
fair_valuesNoarrayFair value pricing information[]
seal_integrityYesstringSeal integrity status"FACTORY_SEAL"
quantityYesintegerNumber of units1

Seal Integrity:

  • FACTORY_SEAL: Factory sealed, never opened or tampered with
  • RESEALED: Previously opened and resealed
  • OPENED: Seal broken or previously opened
  • UNKNOWN: Seal status cannot be determined

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": [],
"seal_integrity": "FACTORY_SEAL",
"quantity": 4
}
}

← Asset Types Overview