Learn by Directing AI
All materials

sales-data.json

jsonsales-data.json
[
  {
    "order_id": "ORD-001001",
    "order_date": "2025-01-01",
    "customer": {
      "customer_id": "CUST-0512",
      "customer_type": "food_producer",
      "channel": "online"
    },
    "line_items": [
      {
        "product_type": "industrial_wrap",
        "quantity": 600,
        "unit_price": 0.09,
        "total": 54.0
      },
      {
        "product_type": "mailer_bag",
        "quantity": 1986,
        "unit_price": 0.06,
        "total": 119.16
      }
    ],
    "delivery_status": "delivered"
  },
  {
    "order_id": "ORD-001002",
    "order_date": "2025-01-01",
    "customer": {
      "customer_id": "CUST-0115",
      "customer_type": "supermarket_chain",
      "channel": "direct"
    },
    "line_items": [
      {
        "product_type": "mailer_bag",
        "quantity": 2830,
        "unit_price": 0.05,
        "total": 141.5
      },
      {
        "product_type": "food_container",
        "quantity": 1120,
        "unit_price": 0.13,
        "total": 145.6
      },
      {
        "product_type": "industrial_wrap",
        "quantity": 900,
        "unit_price": 0.08,
        "total": 72.0
      }
    ],
    "delivery_status": "delivered"
  },
  {
    "order_id": "ORD-001003",
    "order_date": "2025-01-01",
    "customer": {
      "customer_id": "CUST-0510",
      "customer_type": "supermarket_chain",
      "channel": "online"
    },
    "line_items": [
      {
        "product_type": "mailer_bag",
        "quantity": 1640,
        "unit_price": 0.07,
        "total": 114.8
      },
      {
        "product_type": "industrial_wrap",
        "quantity": 1830,
        "unit_price": 0.11,
        "total": 201.3
      },
      {
        "product_type": "food_container",
        "quantity": 1375,
        "unit_price": 0.13,
        "total": 178.75
      }
    ],
    "delivery_status": "delivered"
  },
  {
    "order_id": "ORD-001004",
    "order_date": "2025-01-01",
    "customer": {
      "customer_id": "CUST-0387",
      "customer_type": "supermarket_chain",
      "channel": "direct"
    },
    "line_items": [
      {
        "product_type": "food_container",
        "quantity": 1555,
        "unit_price": 0.14,
        "total": 217.7
      },
Showing first 100 lines of 5504 KB file. Download full file in the materials ZIP.