Get the Conversion Rate from the Benchmark dataset

Hi,

I am trying to query the Benchmark dataset with the Graphql Admin API and the shopifyQl query. I don’t know what table should I query if I want the conversion rate for example.

I tried the following query for example :

FROM benchmark SHOW conversion SINCE … UNTIL …

Thanks in advance.

Hey @Skrypt - can you try using FROM benchmarks SHOW conversion SINCE … UNTIL … in your query? The table should be referenced with the benchmark table pluralized. Let us know if we can clarify anything - hope this helps!