Quantcast
Channel: Square Developer Forums - Latest topics
Viewing all articles
Browse latest Browse all 1325

Gross value is not matching with the sum of gross_sales_money

$
0
0

Hi, I am trying to the the similar value as in report dashboard.

For Gross Sales the values was not matching.
Date: 2024-03-26
In dashboard: 2460.55
From API: 2453.80

I am using this filter for orders search API

{ location_ids: ["ABCD"],
  query: {
     filter: {
        date_time_filter: {
             closed_at: {
                 start_at: "2024-03-26T00:00:00-07:00",
                 end_at: "2024-03-26T23:59:59-07:00"
             }
        }
     }
 },
  return_entries: false
}

Any idea on how to get the same value?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1325

Trending Articles