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

# 8 × 10 Print

> Order one prepared 8 × 10 photographic print per quantity.

`print-8x10` revision `1` produces one 8 × 10 inch print for every quantity.
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`      | `4:5` or `5:4` | 2400 × 3000             |

```json theme={null}
{
  "product": { "id": "print-8x10", "revision": 1 },
  "quantity": 1,
  "options": [{ "option_id": "paper", "value": "lustre" }],
  "assets": [{
    "role": "artwork",
    "url": "https://cdn.example.com/orders/award-8x10.jpg",
    "pixel_width": 2400,
    "pixel_height": 3000
  }]
}
```

The requested quantity is copies of this one prepared artwork. Use separate
order lines when different artwork needs separate fulfillment. This standalone
artwork role has `rotation_policy: "allowed"`, so it accepts either listed
orientation.
