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

# 3.5 × 5 Print

> Order one prepared 3.5 × 5 photographic print per quantity.

`print-3.5x5` revision `1` produces one 3.5 × 5 inch print for every quantity.
The decimal output is deliberate; its reduced prepared-artwork ratio is `7:10`.
The paper choices are `lustre` (default), `pearl`, and `deep-matte`; read the
matching catalog `unit_costs` combination and its `pricing_status`.

| Required asset | Accepted ratio   | Example prepared pixels |
| -------------- | ---------------- | ----------------------- |
| `artwork`      | `7:10` or `10:7` | 1400 × 2000             |

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

Omitting `paper` selects the catalog default. This standalone artwork role has
`rotation_policy: "allowed"`, so it accepts either listed orientation. Do not
round the physical output or submit a `2:3` image; neither represents this
product’s prepared-media contract.
