reports.json 330 B

1234567891011
  1. {
  2. "reports": [
  3. {
  4. "id": 987,
  5. "name": "Custom App Report",
  6. "shopify_ql": "SHOW quantity_count, total_sales BY product_type, vendor, product_title FROM products SINCE -1m UNTIL -0m ORDER BY total_sales DESC",
  7. "updated_at": "2017-04-12T14:00:54-04:00",
  8. "category": "custom_app_reports"
  9. }
  10. ]
  11. }