report.json 307 B

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