Customer Compare Items
The products the customer has added to their compare list. Right-sidebar panel on the Create-Order screen.
| Endpoint | Method |
|---|---|
/api/admin/customers/{customerId}/compare-items | GET |
Response Fields
Returns the standard { data, meta } envelope. Each row in data:
| Field | Type | Description |
|---|---|---|
id | integer | Compare item ID. |
productId | integer | The product. |
sku | string | Product SKU. |
name | string | Product name. |
price | number | Unit price. |
formattedPrice | string | Currency-formatted unit price. |
productImage | string | null | Product thumbnail URL for the badge. |
Requires an admin Bearer token.
TIP
For how the Create-Order helper panels fit together, see the Customers overview.

