{
  "data": {
    "product": {
      "id": 1234567890123,
      "title": "Example Product",
      "body_html": "<p>This is an example product.</p>",
      "vendor": "Example Vendor",
      "product_type": "Example Category",
      "created_at": "2025-01-07T00:00:00Z",
      "handle": "example-product-1",
      "updated_at": "2025-01-07T00:00:01Z",
      "published_at": null,
      "template_suffix": null,
      "tags": "example-tag",
      "status": "active",
      "admin_graphql_api_id": "gid://shopify/Product/1234567890123",
      "variants": [
        {
          "id": 9876543210987,
          "product_id": 1234567890123,
          "title": "Example Variant",
          "price": "10.00",
          "position": 1,
          "inventory_policy": "DENY",
          "compare_at_price": null,
          "created_at": "2025-01-07T00:00:01Z",
          "updated_at": "2025-01-07T00:00:01Z",
          "taxable": true,
          "barcode": "123456789012",
          "requires_shipping": true,
          "sku": "EX-001",
          "weight": 1,
          "weight_unit": "POUNDS",
          "inventory_item_id": 11223344556677,
          "inventory_quantity": 100,
          "admin_graphql_api_id": "gid://shopify/ProductVariant/9876543210987"
        }
      ],
      "options": [
        {
          "id": 99887766554433,
          "product_id": 1234567890123,
          "name": "Size",
          "position": 1,
          "values": [
            "Small",
            "Medium",
            "Large"
          ]
        }
      ],
      "images": [
        {
          "id": 66554433221100,
          "alt": "Example Image",
          "position": 1,
          "product_id": 1234567890123,
          "created_at": "2025-01-07T00:00:00Z",
          "updated_at": "2025-01-07T00:00:01Z",
          "admin_graphql_api_id": "gid://shopify/MediaImage/66554433221100",
          "width": null,
          "height": null,
          "src": null
        }
      ],
      "image": {
        "id": 66554433221100,
        "alt": "Example Image",
        "product_id": 1234567890123,
        "created_at": "2025-01-07T00:00:00Z",
        "updated_at": "2025-01-07T00:00:01Z",
        "admin_graphql_api_id": "gid://shopify/MediaImage/66554433221100",
        "width": null,
        "height": null,
        "src": null
      }
    }
  }
}