Customer Compare Items (GraphQL)
Lists the products the customer has added to their compare list. The admin Create-Order screen shows this in its sidebar so the admin can add compared products to the draft order.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
customerId | Int! | yes | The customer whose compare list 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.

