[ { "model": "core.order", "pk": 1, "fields": { "customer": null, "status": "unfulfilled", "billing_address": null, "shipping_address": 1, "shipping_method": null, "coupon": null, "shipping_total": "9.55", "total_net_amount": "13.40", "weight": "0.0:oz", "created_at": "2022-03-15T17:18:59.584Z", "updated_at": "2022-03-15T17:18:59.584Z" } }, { "model": "core.order", "pk": 2, "fields": { "customer": null, "status": "unfulfilled", "billing_address": null, "shipping_address": 1, "shipping_method": null, "coupon": null, "shipping_total": "9.55", "total_net_amount": "13.40", "weight": "0.0:oz", "created_at": "2022-03-15T17:22:18.440Z", "updated_at": "2022-03-15T17:22:18.440Z" } }, { "model": "core.order", "pk": 3, "fields": { "customer": null, "status": "unfulfilled", "billing_address": null, "shipping_address": 1, "shipping_method": null, "coupon": null, "shipping_total": "9.55", "total_net_amount": "13.40", "weight": "0.0:oz", "created_at": "2022-03-15T17:26:27.869Z", "updated_at": "2022-03-15T17:26:27.869Z" } }, { "model": "core.orderline", "pk": 1, "fields": { "order": 1, "product": 1, "quantity": 2, "quantity_fulfilled": 0, "customer_note": "Whole Beans", "currency": "USD", "unit_price": "13.40", "tax_rate": "2.00" } }, { "model": "core.orderline", "pk": 2, "fields": { "order": 1, "product": 1, "quantity": 1, "quantity_fulfilled": 1, "customer_note": "Espresso", "currency": "USD", "unit_price": "13.40", "tax_rate": "2.00" } }, { "model": "core.orderline", "pk": 3, "fields": { "order": 2, "product": 8, "quantity": 1, "quantity_fulfilled": 1, "customer_note": "Whole Beans", "currency": "USD", "unit_price": "13.40", "tax_rate": "2.00" } }, { "model": "core.orderline", "pk": 4, "fields": { "order": 2, "product": 7, "quantity": 1, "quantity_fulfilled": 1, "customer_note": "Cone Drip", "currency": "USD", "unit_price": "13.40", "tax_rate": "2.00" } }, { "model": "core.orderline", "pk": 5, "fields": { "order": 3, "product": 4, "quantity": 1, "quantity_fulfilled": 0, "customer_note": "Percolator", "currency": "USD", "unit_price": "13.40", "tax_rate": "2.00" } }, { "model": "core.orderline", "pk": 6, "fields": { "order": 3, "product": 6, "quantity": 1, "quantity_fulfilled": 0, "customer_note": "Whole Beans", "currency": "USD", "unit_price": "13.40", "tax_rate": "2.00" } } ]