> ## 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.

# 4 × 5 Magnet

> Order one prepared 4 × 5 photo magnet per quantity.

`magnet-4x5` revision `1` produces one 4 × 5 photo magnet per quantity.

| Required asset | Accepted ratio | Example prepared pixels |
| -------------- | -------------- | ----------------------- |
| `artwork`      | `4:5` or `5:4` | 1600 × 2000             |

```json theme={null}
{
  "product": { "id": "magnet-4x5", "revision": 1 },
  "quantity": 1,
  "assets": [{
    "role": "artwork",
    "url": "https://cdn.example.com/orders/magnet.jpg",
    "pixel_width": 1600,
    "pixel_height": 2000
  }]
}
```

This product has no paper option and no separate front/back asset roles. Its
standalone artwork role has `rotation_policy: "allowed"`, so it accepts either
listed orientation; a provider placement adjustment never substitutes for that
validation.
