Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.03 KB

CustomerSummaryOrders.md

File metadata and controls

17 lines (9 loc) · 1.03 KB

CustomerSummaryOrders

Properties

Name Type Description Notes
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. [optional]