Get Item Sales DataAsk AIget https://api.apicbase.com/api/v2/analytics/outlets/{outlet_id}/sales/Returns product sales data at a specific outlet.Path Paramsoutlet_idstringrequiredAn outlet's ID.Query Paramsupdated_at__gtdateFilter on the data entry's modification date (greater than).updated_at__ltdateFilter on the data entry's modification date (lower than).sale_datedateFilter on a sale date (exact).sale_date__gtdateFilter on a sale date (greater than).sale_date__ltdateFilter on a sale date (lower than).revenue__gtfloatFilter on a revenue value (greater than).revenue__ltfloatFilter on a revenue value (lower than).pos_item__category_namestringFilter on the name of the category of the sold item.pos_item__plustringFilter on the PLU code of the sold item.pos_item__pos_idstringFilter on the POS ID of the sold item.recipe__accounting_categorystringFilter on the accounting category of the recipe linked to the sold item.recipe__categorystringFilter on the category of the recipe linked to the sold item.recipe__idstringFilter on the ID of the recipe linked to the sold item.Response 200200Updated 7 months ago