The sales report object contains a dashboard identifier (called event_id) and then an array of line sales report records (sales_report_records)

Field Name Type Description Example value
event_id string(UUID) Unique identifier for the dashboard "253723ad-3e3b-4f13-b9f7-8b08d1d88906"
sales_report_records array(sales_report_record) A list of sales_report_records as specified below.

Sales Report Record

Field Name Type Description Example value
terminal_timestamp Unix time Data and time the line item was purchased 1704117600
line_item_id string(UUID) Unique identifier of the line item sale record 782658ad-1c32-4c08-ae0f-8e0c9b36ae8f
purchase_id string(UUID) Unique identifier of the purchase transaction this line item was a part of c02ea67b-09fd-4e0f-b4e4-db19e078e522
item_id string(UUID) Unique identifier of the menu item 0e3f924b-ab6f-4474-851f-122bc1a5954b
item_name string Name of the menu item “Classic Burger”
quantity int Quantity of the item sold 8
item_price int Price of the item in centavos / cents 900
employee_email string Email of the staff account who sold the item "[[email protected]](<mailto:[email protected]>)"
employee_id string(UUID) Unique identifier for the staff account that sold the item "1056396b-03b1-4da5-9ceb-b7004e976213"
vendor_name string Name of the vendor where the item as sold “Pool Bar”
vendor_id string(UUID) Unique identifier for the vendor that sold the item "fc21ee17-1eac-40b7-8266-65dd26650b77"