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.
| Field | Required | Description | Example |
|---|---|---|---|
| (none required) | - | - | - |
Asset Details
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| id | Yes | string | Internal Tradepost asset ID (UUID) | "b7e4f2a1-3c8d-4e5f-9a6b-1d2e3f4a5b6c" |
| sport | No | string | Sport category | "Baseball", "Basketball", "Football" |
| league | No | string | Professional sports league | "MLB", "NBA", "NFL", "NHL" |
| manufacturer | No | string | Card manufacturer | "Topps", "Panini", "Upper Deck" |
| brand | No | string | Product brand/line name | "Chrome", "Prizm", "Select" |
| set_name | No | string | Full set name | "2020 Topps Chrome Baseball" |
| set_code | No | string | Manufacturer's set code | "TCHROME2020" |
| release_date | No | string | Release 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.).
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| id | Yes | string | Internal Tradepost asset configuration ID (UUID) | "d4e5f6a7-8b9c-0d1e-2f3a-4b5c6d7e8f9a" |
| format_type | No | string | Product format type | "pack", "box", "case", "tin" |
| product_name | No | string | Full product name | "2020 Topps Chrome Hobby Box" |
| format | No | string | Marketing label / box type | "Hobby", "Blaster", "FOTL", "Jumbo", "Retail" |
| distribution_channel | No | string | Distribution channel | "Retail", "Target Exclusive", "Topps.com Exclusive" |
| image_url | No | string | Primary product image URL | "https://cdn.tradepost.co/media/asset-configurations/.../1000x1000.webp" |
Format Types:
pack: Individual booster packbox: Sealed box of packs (hobby box, blaster, ETB, etc.)case: Sealed case of boxestin: Sealed tin product
Item Details
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| key_id | No | string | Internal Tradepost key ID for grouping items (UUID, may be null) | "a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d" |
| key_ids | No | string[] | Array of internal Tradepost key IDs for this item | ["a1b2c3d4...", "b2c3d4e5..."] |
| fair_values | No | array | Fair value pricing information | [] |
| seal_integrity | Yes | string | Seal integrity status | "FACTORY_SEAL" |
| quantity | Yes | integer | Number of units | 1 |
Seal Integrity:
FACTORY_SEAL: Factory sealed, never opened or tampered withRESEALED: Previously opened and resealedOPENED: Seal broken or previously openedUNKNOWN: 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
}
}