Customer Recent Order Items (GraphQL)
Lists up to 5 most-recent distinct products the customer has ordered. The admin Create-Order screen shows this in its sidebar so the admin can re-add previously ordered products. Each row carries type so the client can render type-specific UI.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
customerId | Int! | yes | The customer whose recent items to read. |
Menu overview
See the Customers overview for how the Create-Order sidebar panels work.
All admin operations require an admin Bearer token — see Authentication.

