Hello,
The last 7days product sales history is not working since last week update. You can quick test this by running simple GrapQL query:
query {
shopifyqlQuery(query: “FROM products SHOW sum(quantity_purchased), sum(purchase_sessions) group by product_id WHERE quantity_purchased>0 SINCE -7d UNTIL today LIMIT 10000”) {
__typename
… on TableResponse {
tableData {
rowData
columns {
name
dataType
displayName
}
}
}
parseErrors {
code
message
range {
start {
line
character
}
end {
line
character
}
}
}
}
}
- The previous update caused the order tags filters in backend admin to stop working - on orders before the update
On our end we are using data from this report in marketing, stock management, etc
Anyone has found a way to handle the data inconsistency?
Thank you