> ## Documentation Index
> Fetch the complete documentation index at: https://docs.batchrelay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trader Card Magnets (set of 2)

> Order prepared two-magnet sets with separate front and back assets.

`trader-card-magnets-2` revision `1` produces two 2.5 × 3.5 inch magnets per
quantity.

| Required role | Exact ratio | Example prepared pixels |
| ------------- | ----------- | ----------------------- |
| `front`       | `21:16`     | 2100 × 1600             |
| `back`        | `7:5`       | 1400 × 1000             |

```json theme={null}
{
  "product": { "id": "trader-card-magnets-2", "revision": 1 },
  "quantity": 1,
  "options": [{ "option_id": "paper", "value": "lustre" }],
  "assets": [
    { "role": "front", "url": "https://cdn.example.com/orders/magnet-card-front.jpg", "pixel_width": 2100, "pixel_height": 1600 },
    { "role": "back", "url": "https://cdn.example.com/orders/magnet-card-back.jpg", "pixel_width": 1400, "pixel_height": 1000 }
  ]
}
```

Quantity counts sets of two, not individual magnets. The front and back have
different ratios and must not be swapped.
