2023-08-22 21:59:08 -06:00

142 lines
3.7 KiB
JSON

[
{
"model": "core.order",
"pk": 1,
"fields": {
"customer": 1,
"status": "unfulfilled",
"shipping_first_name": "Nathan",
"shipping_last_name": "Chapman",
"shipping_street_address_1": "1504 N 230 E",
"shipping_street_address_2": "",
"shipping_city": "North Logan",
"shipping_state": "UT",
"shipping_postal_code": "84341",
"coupon": null,
"subtotal_amount": "26.80",
"coupon_amount": "0.00",
"shipping_total": "9.55",
"total_amount": "36.35",
"weight": "32.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": 1,
"status": "unfulfilled",
"shipping_first_name": "Nathan",
"shipping_last_name": "Chapman",
"shipping_street_address_1": "1504 N 230 E",
"shipping_street_address_2": "",
"shipping_city": "North Logan",
"shipping_state": "UT",
"shipping_postal_code": "84341",
"coupon": null,
"subtotal_amount": "26.80",
"coupon_amount": "0.00",
"shipping_total": "9.55",
"total_amount": "36.35",
"weight": "32.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": 2,
"status": "unfulfilled",
"shipping_first_name": "John",
"shipping_last_name": "Doe",
"shipping_street_address_1": "90415 Pollich Skyway",
"shipping_street_address_2": "",
"shipping_city": "Jaskolskiburgh",
"shipping_state": "MS",
"shipping_postal_code": "32715",
"coupon": null,
"subtotal_amount": "26.80",
"coupon_amount": "0.00",
"shipping_total": "9.55",
"total_amount": "36.35",
"weight": "32.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,
"variant": 1,
"quantity": 2,
"quantity_fulfilled": 0,
"customer_note": "Grind: Whole Beans",
"currency": "USD",
"unit_price": "13.40"
}
}, {
"model": "core.orderline",
"pk": 2,
"fields": {
"order": 1,
"variant": 1,
"quantity": 1,
"quantity_fulfilled": 1,
"customer_note": "Grind: Espresso",
"currency": "USD",
"unit_price": "13.40"
}
}, {
"model": "core.orderline",
"pk": 3,
"fields": {
"order": 2,
"variant": 8,
"quantity": 1,
"quantity_fulfilled": 1,
"customer_note": "Grind: Whole Beans",
"currency": "USD",
"unit_price": "13.40"
}
}, {
"model": "core.orderline",
"pk": 4,
"fields": {
"order": 2,
"variant": 7,
"quantity": 1,
"quantity_fulfilled": 1,
"customer_note": "Grind: Cone Drip",
"currency": "USD",
"unit_price": "13.40"
}
}, {
"model": "core.orderline",
"pk": 5,
"fields": {
"order": 3,
"variant": 4,
"quantity": 1,
"quantity_fulfilled": 0,
"customer_note": "Grind: Percolator",
"currency": "USD",
"unit_price": "13.40"
}
}, {
"model": "core.orderline",
"pk": 6,
"fields": {
"order": 3,
"variant": 6,
"quantity": 1,
"quantity_fulfilled": 0,
"customer_note": "Grind: Whole Beans",
"currency": "USD",
"unit_price": "13.40"
}
}
]