Customer Wishlist Items (GraphQL)
Lists the customer's full wishlist. The admin Create-Order screen shows this in its sidebar so the admin can add wishlisted products to the draft order.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
customerId | Int! | yes | The customer whose wishlist 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.

