{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "seller_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "pricing_discount_applied", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "item_net_total", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "item_promotion", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "item_shipping_handling", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "purchase_ppu", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "listed_ppu", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "part_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "item_model_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "manufacturer", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "brand", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "unspsc", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "title", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "asin", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "product_category", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "shipment_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "agency_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "order_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "product_condition", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "brand_code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "payment_amount", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "discount_program", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "item_tax", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "pricing_discount_applied_1", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "payment_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "item_subtotal", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "item_quantity", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] } ] }