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

# 5 × 7 Print

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

`print-5x7` revision `1` produces one 5 × 7 inch print for every quantity.

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

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-5x7", "revision": 1 },
  "quantity": 1,
  "options": [{ "option_id": "paper", "value": "lustre" }],
  "assets": [{
    "role": "artwork",
    "url": "https://cdn.example.com/orders/team-5x7.jpg",
    "pixel_width": 2000,
    "pixel_height": 2800
  }]
}
```

This standalone artwork role has `rotation_policy: "allowed"`: it accepts
portrait `5:7` and landscape `7:5`. WHCC enables its provider placement flag
for this role only; that permission never transfers to a Memory Mate or other
fixed template role.
