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

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

`print-4x5` revision `1` produces one 4 × 5 inch print for every quantity.

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

The paper choices are `lustre` (default), `pearl`, and `deep-matte`. Read the
matching `unit_costs` combination and its `pricing_status`; a `null` PPU is
unknown, never a zero-dollar print.

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

This standalone artwork role has `rotation_policy: "allowed"`: it may be
portrait `4:5` or landscape `5:4`. WHCC enables its provider placement flag
only for this explicitly rotatable role. Do not submit a square crop.
