get https://app.itsacheckmate.com/reporting/v1/view_sold_items_details?location_ids=2729&from_timestamp=2024-11-06 00:00:00&to_timestamp=2024-11-07 00:00:00
Summarizes items sold across orders, including quantities and totals.
Log in to see full request history
Sold Items Details API
The Sold Items Details API provides detailed information about items sold across orders. It tracks item names, types, quantities, and subtotal amounts, offering insights into product performance and customer preferences. This API is invaluable for inventory management and sales trend analysis.
Example Response
After a successful call, the API will return a response similar to the below structure.
[
{
"date_picker": "2024-11-07",
"location_id": 235216,
"order_source": "Ordering Source Name",
"item_name": "Large Natural-Cut Fries",
"item_type": "modifier_item",
"quantity": 5,
"subtotal": "0.0",
"external_store_id": null
}
]
Field Descriptions
Field Name | Description |
---|---|
created_date | The date when the item was added to the menu. |
location_id | Identifier for the restaurant location where the items were sold. |
order_source | Name of the platform or source where the order originated. |
item_name | Name of the sold item. |
item_type | Type of the item (e.g., modifier_item). |
quantity | Total quantity of the item sold. |
subtotal | Subtotal amount for the sold item, excluding taxes. |
external_store_id | Identifier for the external store, if applicable. |
This API enables comprehensive tracking of sales data, aiding businesses in understanding which products are performing well and adjusting inventory and marketing strategies accordingly.
Responses