| Name | Type | Description |
|---|---|---|
| totalAmount | Integer | The total amount spent by the customer. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. |
| totalCount | Integer | Total number of orders made by the customer. |
| averageAmount | Integer | Average amount spent on orders. `total_amount` ÷ `total_count`. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. |
| lastOrderAmount | Integer | Amount spent on last order. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. |
| lastOrderDate | OffsetDateTime | Timestamp representing the date and time of the customer's last order in ISO 8601 format. |
This repository was archived by the owner on Apr 8, 2026. It is now read-only.