FROM clause. Each dataset covers one area of your store and groups the metrics and dimensions that belong together, so a query only uses the fields its dataset defines.
Metrics are the numbers a dataset lets you measure, like inventory_value or total_revenue. You return them with SHOW.
Dimensions are the attributes you break those metrics down by, like vendor, product or reason. Group by them with GROUP BY, bucket them over time with TIMESERIES, or filter on them with WHERE.
Each dataset’s page below lists its metrics and dimensions with a type and description, plus the filters it supports. Pick the one that holds the data you want.
inventoryDATASET
Metrics
Values you measure
inventory_valuedays_of_supplydays_out_of_stock
Dimensions
Break metrics down by
productvendorsku

