pure-orm 2.0.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/README.md +36 -11
  2. package/examples/order-more/bo/customer.js +18 -0
  3. package/examples/order-more/bo/customers.js +9 -0
  4. package/examples/order-more/bo/line-item.js +33 -0
  5. package/examples/order-more/bo/line-items.js +9 -0
  6. package/examples/order-more/bo/order.js +49 -0
  7. package/examples/order-more/bo/orders.js +9 -0
  8. package/examples/order-more/bo/parcel-event.js +19 -0
  9. package/examples/order-more/bo/parcel-events.js +9 -0
  10. package/examples/order-more/bo/parcel-line-item.js +24 -0
  11. package/examples/order-more/bo/parcel-line-items.js +9 -0
  12. package/examples/order-more/bo/parcel.js +18 -0
  13. package/examples/order-more/bo/parcels.js +9 -0
  14. package/examples/order-more/bo/physical-address.js +30 -0
  15. package/examples/order-more/bo/physical-addresses.js +12 -0
  16. package/examples/order-more/bo/refund.js +28 -0
  17. package/examples/order-more/bo/refunds.js +9 -0
  18. package/examples/order-more/bo/utm-medium.js +13 -0
  19. package/examples/order-more/bo/utm-source.js +13 -0
  20. package/examples/order-more/business-objects.js +11 -1
  21. package/package.json +1 -1
  22. package/src/bo/base-bo.js +31 -18
  23. package/src/bo/base-bo.spec.js +180 -0
  24. package/test-utils/eleven/results.json +818 -0
  25. package/test-utils/nine/bo/base.js +5 -0
  26. package/test-utils/nine/bo/feature-switch.js +18 -0
  27. package/test-utils/nine/bo/feature-switches.js +12 -0
  28. package/test-utils/nine/business-objects.js +7 -0
  29. package/test-utils/nine/results.json +12 -0
  30. package/test-utils/ten/results.json +899 -0
  31. package/test-utils/twelve/bo/base.js +5 -0
  32. package/test-utils/twelve/bo/member.js +16 -0
  33. package/test-utils/twelve/bo/members.js +9 -0
  34. package/test-utils/twelve/bo/prompt.js +20 -0
  35. package/test-utils/twelve/bo/prompts.js +9 -0
  36. package/test-utils/twelve/business-objects.js +8 -0
  37. package/test-utils/twelve/results.json +8 -0
@@ -0,0 +1,899 @@
1
+ [
2
+ {
3
+ "order#id": 24591,
4
+ "order#customer_id": 5390,
5
+ "order#shipping_address_id": 48982,
6
+ "order#billing_address_id": 29381,
7
+ "order#utm_source_id": null,
8
+ "order#utm_medium_id": null,
9
+ "order#utm_campaign": null,
10
+ "order#utm_content": null,
11
+ "order#utm_term": null,
12
+ "refund#id": null,
13
+ "refund#order_id": null,
14
+ "line_item#id": 29883,
15
+ "line_item#fulfillment_status_id": null,
16
+ "line_item#product_variant_id": 158,
17
+ "line_item#order_id": 24591,
18
+ "product_variant#id": 158,
19
+ "product_variant#product_id": 1,
20
+ "product_variant#actual_product_variant_id": 3,
21
+ "product_variant#color_id": 3,
22
+ "product_variant#gender_id": 1,
23
+ "product_variant#size_id": 9,
24
+ "product_variant_image#id": 17,
25
+ "product_variant_image#product_variant_id": 158,
26
+ "gender#id": 1,
27
+ "size#id": 9,
28
+ "color#id": 3,
29
+ "product#id": 1,
30
+ "customer#id": 5390,
31
+ "physical_address#id": 48982,
32
+ "utm_source#id": null,
33
+ "utm_medium#id": null,
34
+ "parcel_line_item#id": 6100,
35
+ "parcel_line_item#parcel_id": 5942,
36
+ "parcel_line_item#line_item_id": 29883,
37
+ "parcel#id": 5942,
38
+ "parcel_event#id": 193775,
39
+ "parcel_event#parcel_id": 5942
40
+ },
41
+ {
42
+ "order#id": 24591,
43
+ "order#customer_id": 5390,
44
+ "order#shipping_address_id": 48982,
45
+ "order#billing_address_id": 29381,
46
+ "order#utm_source_id": null,
47
+ "order#utm_medium_id": null,
48
+ "order#utm_campaign": null,
49
+ "order#utm_content": null,
50
+ "order#utm_term": null,
51
+ "refund#id": null,
52
+ "refund#order_id": null,
53
+ "line_item#id": 29883,
54
+ "line_item#fulfillment_status_id": null,
55
+ "line_item#product_variant_id": 158,
56
+ "line_item#order_id": 24591,
57
+ "product_variant#id": 158,
58
+ "product_variant#product_id": 1,
59
+ "product_variant#actual_product_variant_id": 3,
60
+ "product_variant#color_id": 3,
61
+ "product_variant#gender_id": 1,
62
+ "product_variant#size_id": 9,
63
+ "product_variant_image#id": 17,
64
+ "product_variant_image#product_variant_id": 158,
65
+ "gender#id": 1,
66
+ "size#id": 9,
67
+ "color#id": 3,
68
+ "product#id": 1,
69
+ "customer#id": 5390,
70
+ "physical_address#id": 48982,
71
+ "utm_source#id": null,
72
+ "utm_medium#id": null,
73
+ "parcel_line_item#id": 6100,
74
+ "parcel_line_item#parcel_id": 5942,
75
+ "parcel_line_item#line_item_id": 29883,
76
+ "parcel#id": 5942,
77
+ "parcel_event#id": 193774,
78
+ "parcel_event#parcel_id": 5942
79
+ },
80
+ {
81
+ "order#id": 24591,
82
+ "order#customer_id": 5390,
83
+ "order#shipping_address_id": 48982,
84
+ "order#billing_address_id": 29381,
85
+ "order#utm_source_id": null,
86
+ "order#utm_medium_id": null,
87
+ "order#utm_campaign": null,
88
+ "order#utm_content": null,
89
+ "order#utm_term": null,
90
+ "refund#id": null,
91
+ "refund#order_id": null,
92
+ "line_item#id": 29883,
93
+ "line_item#fulfillment_status_id": null,
94
+ "line_item#product_variant_id": 158,
95
+ "line_item#order_id": 24591,
96
+ "product_variant#id": 158,
97
+ "product_variant#product_id": 1,
98
+ "product_variant#actual_product_variant_id": 3,
99
+ "product_variant#color_id": 3,
100
+ "product_variant#gender_id": 1,
101
+ "product_variant#size_id": 9,
102
+ "product_variant_image#id": 17,
103
+ "product_variant_image#product_variant_id": 158,
104
+ "gender#id": 1,
105
+ "size#id": 9,
106
+ "color#id": 3,
107
+ "product#id": 1,
108
+ "customer#id": 5390,
109
+ "physical_address#id": 48982,
110
+ "utm_source#id": null,
111
+ "utm_medium#id": null,
112
+ "parcel_line_item#id": 6100,
113
+ "parcel_line_item#parcel_id": 5942,
114
+ "parcel_line_item#line_item_id": 29883,
115
+ "parcel#id": 5942,
116
+ "parcel_event#id": 193773,
117
+ "parcel_event#parcel_id": 5942
118
+ },
119
+ {
120
+ "order#id": 24591,
121
+ "order#customer_id": 5390,
122
+ "order#shipping_address_id": 48982,
123
+ "order#billing_address_id": 29381,
124
+ "order#utm_source_id": null,
125
+ "order#utm_medium_id": null,
126
+ "order#utm_campaign": null,
127
+ "order#utm_content": null,
128
+ "order#utm_term": null,
129
+ "refund#id": null,
130
+ "refund#order_id": null,
131
+ "line_item#id": 29883,
132
+ "line_item#fulfillment_status_id": null,
133
+ "line_item#product_variant_id": 158,
134
+ "line_item#order_id": 24591,
135
+ "product_variant#id": 158,
136
+ "product_variant#product_id": 1,
137
+ "product_variant#actual_product_variant_id": 3,
138
+ "product_variant#color_id": 3,
139
+ "product_variant#gender_id": 1,
140
+ "product_variant#size_id": 9,
141
+ "product_variant_image#id": 17,
142
+ "product_variant_image#product_variant_id": 158,
143
+ "gender#id": 1,
144
+ "size#id": 9,
145
+ "color#id": 3,
146
+ "product#id": 1,
147
+ "customer#id": 5390,
148
+ "physical_address#id": 48982,
149
+ "utm_source#id": null,
150
+ "utm_medium#id": null,
151
+ "parcel_line_item#id": 6100,
152
+ "parcel_line_item#parcel_id": 5942,
153
+ "parcel_line_item#line_item_id": 29883,
154
+ "parcel#id": 5942,
155
+ "parcel_event#id": 193425,
156
+ "parcel_event#parcel_id": 5942
157
+ },
158
+ {
159
+ "order#id": 24591,
160
+ "order#customer_id": 5390,
161
+ "order#shipping_address_id": 48982,
162
+ "order#billing_address_id": 29381,
163
+ "order#utm_source_id": null,
164
+ "order#utm_medium_id": null,
165
+ "order#utm_campaign": null,
166
+ "order#utm_content": null,
167
+ "order#utm_term": null,
168
+ "refund#id": null,
169
+ "refund#order_id": null,
170
+ "line_item#id": 29883,
171
+ "line_item#fulfillment_status_id": null,
172
+ "line_item#product_variant_id": 158,
173
+ "line_item#order_id": 24591,
174
+ "product_variant#id": 158,
175
+ "product_variant#product_id": 1,
176
+ "product_variant#actual_product_variant_id": 3,
177
+ "product_variant#color_id": 3,
178
+ "product_variant#gender_id": 1,
179
+ "product_variant#size_id": 9,
180
+ "product_variant_image#id": 17,
181
+ "product_variant_image#product_variant_id": 158,
182
+ "gender#id": 1,
183
+ "size#id": 9,
184
+ "color#id": 3,
185
+ "product#id": 1,
186
+ "customer#id": 5390,
187
+ "physical_address#id": 48982,
188
+ "utm_source#id": null,
189
+ "utm_medium#id": null,
190
+ "parcel_line_item#id": 6100,
191
+ "parcel_line_item#parcel_id": 5942,
192
+ "parcel_line_item#line_item_id": 29883,
193
+ "parcel#id": 5942,
194
+ "parcel_event#id": 193424,
195
+ "parcel_event#parcel_id": 5942
196
+ },
197
+ {
198
+ "order#id": 24591,
199
+ "order#customer_id": 5390,
200
+ "order#shipping_address_id": 48982,
201
+ "order#billing_address_id": 29381,
202
+ "order#utm_source_id": null,
203
+ "order#utm_medium_id": null,
204
+ "order#utm_campaign": null,
205
+ "order#utm_content": null,
206
+ "order#utm_term": null,
207
+ "refund#id": null,
208
+ "refund#order_id": null,
209
+ "line_item#id": 29883,
210
+ "line_item#fulfillment_status_id": null,
211
+ "line_item#product_variant_id": 158,
212
+ "line_item#order_id": 24591,
213
+ "product_variant#id": 158,
214
+ "product_variant#product_id": 1,
215
+ "product_variant#actual_product_variant_id": 3,
216
+ "product_variant#color_id": 3,
217
+ "product_variant#gender_id": 1,
218
+ "product_variant#size_id": 9,
219
+ "product_variant_image#id": 17,
220
+ "product_variant_image#product_variant_id": 158,
221
+ "gender#id": 1,
222
+ "size#id": 9,
223
+ "color#id": 3,
224
+ "product#id": 1,
225
+ "customer#id": 5390,
226
+ "physical_address#id": 48982,
227
+ "utm_source#id": null,
228
+ "utm_medium#id": null,
229
+ "parcel_line_item#id": 6100,
230
+ "parcel_line_item#parcel_id": 5942,
231
+ "parcel_line_item#line_item_id": 29883,
232
+ "parcel#id": 5942,
233
+ "parcel_event#id": 193423,
234
+ "parcel_event#parcel_id": 5942
235
+ },
236
+ {
237
+ "order#id": 24591,
238
+ "order#customer_id": 5390,
239
+ "order#shipping_address_id": 48982,
240
+ "order#billing_address_id": 29381,
241
+ "order#utm_source_id": null,
242
+ "order#utm_medium_id": null,
243
+ "order#utm_campaign": null,
244
+ "order#utm_content": null,
245
+ "order#utm_term": null,
246
+ "refund#id": null,
247
+ "refund#order_id": null,
248
+ "line_item#id": 29883,
249
+ "line_item#fulfillment_status_id": null,
250
+ "line_item#product_variant_id": 158,
251
+ "line_item#order_id": 24591,
252
+ "product_variant#id": 158,
253
+ "product_variant#product_id": 1,
254
+ "product_variant#actual_product_variant_id": 3,
255
+ "product_variant#color_id": 3,
256
+ "product_variant#gender_id": 1,
257
+ "product_variant#size_id": 9,
258
+ "product_variant_image#id": 17,
259
+ "product_variant_image#product_variant_id": 158,
260
+ "gender#id": 1,
261
+ "size#id": 9,
262
+ "color#id": 3,
263
+ "product#id": 1,
264
+ "customer#id": 5390,
265
+ "physical_address#id": 48982,
266
+ "utm_source#id": null,
267
+ "utm_medium#id": null,
268
+ "parcel_line_item#id": 6100,
269
+ "parcel_line_item#parcel_id": 5942,
270
+ "parcel_line_item#line_item_id": 29883,
271
+ "parcel#id": 5942,
272
+ "parcel_event#id": 192713,
273
+ "parcel_event#parcel_id": 5942
274
+ },
275
+ {
276
+ "order#id": 24591,
277
+ "order#customer_id": 5390,
278
+ "order#shipping_address_id": 48982,
279
+ "order#billing_address_id": 29381,
280
+ "order#utm_source_id": null,
281
+ "order#utm_medium_id": null,
282
+ "order#utm_campaign": null,
283
+ "order#utm_content": null,
284
+ "order#utm_term": null,
285
+ "refund#id": null,
286
+ "refund#order_id": null,
287
+ "line_item#id": 29883,
288
+ "line_item#fulfillment_status_id": null,
289
+ "line_item#product_variant_id": 158,
290
+ "line_item#order_id": 24591,
291
+ "product_variant#id": 158,
292
+ "product_variant#product_id": 1,
293
+ "product_variant#actual_product_variant_id": 3,
294
+ "product_variant#color_id": 3,
295
+ "product_variant#gender_id": 1,
296
+ "product_variant#size_id": 9,
297
+ "product_variant_image#id": 17,
298
+ "product_variant_image#product_variant_id": 158,
299
+ "gender#id": 1,
300
+ "size#id": 9,
301
+ "color#id": 3,
302
+ "product#id": 1,
303
+ "customer#id": 5390,
304
+ "physical_address#id": 48982,
305
+ "utm_source#id": null,
306
+ "utm_medium#id": null,
307
+ "parcel_line_item#id": 6100,
308
+ "parcel_line_item#parcel_id": 5942,
309
+ "parcel_line_item#line_item_id": 29883,
310
+ "parcel#id": 5942,
311
+ "parcel_event#id": 192712,
312
+ "parcel_event#parcel_id": 5942
313
+ },
314
+ {
315
+ "order#id": 24591,
316
+ "order#customer_id": 5390,
317
+ "order#shipping_address_id": 48982,
318
+ "order#billing_address_id": 29381,
319
+ "order#utm_source_id": null,
320
+ "order#utm_medium_id": null,
321
+ "order#utm_campaign": null,
322
+ "order#utm_content": null,
323
+ "order#utm_term": null,
324
+ "refund#id": null,
325
+ "refund#order_id": null,
326
+ "line_item#id": 29883,
327
+ "line_item#fulfillment_status_id": null,
328
+ "line_item#product_variant_id": 158,
329
+ "line_item#order_id": 24591,
330
+ "product_variant#id": 158,
331
+ "product_variant#product_id": 1,
332
+ "product_variant#actual_product_variant_id": 3,
333
+ "product_variant#color_id": 3,
334
+ "product_variant#gender_id": 1,
335
+ "product_variant#size_id": 9,
336
+ "product_variant_image#id": 17,
337
+ "product_variant_image#product_variant_id": 158,
338
+ "gender#id": 1,
339
+ "size#id": 9,
340
+ "color#id": 3,
341
+ "product#id": 1,
342
+ "customer#id": 5390,
343
+ "physical_address#id": 48982,
344
+ "utm_source#id": null,
345
+ "utm_medium#id": null,
346
+ "parcel_line_item#id": 6100,
347
+ "parcel_line_item#parcel_id": 5942,
348
+ "parcel_line_item#line_item_id": 29883,
349
+ "parcel#id": 5942,
350
+ "parcel_event#id": 192711,
351
+ "parcel_event#parcel_id": 5942
352
+ },
353
+ {
354
+ "order#id": 24591,
355
+ "order#customer_id": 5390,
356
+ "order#shipping_address_id": 48982,
357
+ "order#billing_address_id": 29381,
358
+ "order#utm_source_id": null,
359
+ "order#utm_medium_id": null,
360
+ "order#utm_campaign": null,
361
+ "order#utm_content": null,
362
+ "order#utm_term": null,
363
+ "refund#id": null,
364
+ "refund#order_id": null,
365
+ "line_item#id": 29883,
366
+ "line_item#fulfillment_status_id": null,
367
+ "line_item#product_variant_id": 158,
368
+ "line_item#order_id": 24591,
369
+ "product_variant#id": 158,
370
+ "product_variant#product_id": 1,
371
+ "product_variant#actual_product_variant_id": 3,
372
+ "product_variant#color_id": 3,
373
+ "product_variant#gender_id": 1,
374
+ "product_variant#size_id": 9,
375
+ "product_variant_image#id": 17,
376
+ "product_variant_image#product_variant_id": 158,
377
+ "gender#id": 1,
378
+ "size#id": 9,
379
+ "color#id": 3,
380
+ "product#id": 1,
381
+ "customer#id": 5390,
382
+ "physical_address#id": 48982,
383
+ "utm_source#id": null,
384
+ "utm_medium#id": null,
385
+ "parcel_line_item#id": 6100,
386
+ "parcel_line_item#parcel_id": 5942,
387
+ "parcel_line_item#line_item_id": 29883,
388
+ "parcel#id": 5942,
389
+ "parcel_event#id": 192709,
390
+ "parcel_event#parcel_id": 5942
391
+ },
392
+ {
393
+ "order#id": 24591,
394
+ "order#customer_id": 5390,
395
+ "order#shipping_address_id": 48982,
396
+ "order#billing_address_id": 29381,
397
+ "order#utm_source_id": null,
398
+ "order#utm_medium_id": null,
399
+ "order#utm_campaign": null,
400
+ "order#utm_content": null,
401
+ "order#utm_term": null,
402
+ "refund#id": null,
403
+ "refund#order_id": null,
404
+ "line_item#id": 29883,
405
+ "line_item#fulfillment_status_id": null,
406
+ "line_item#product_variant_id": 158,
407
+ "line_item#order_id": 24591,
408
+ "product_variant#id": 158,
409
+ "product_variant#product_id": 1,
410
+ "product_variant#actual_product_variant_id": 3,
411
+ "product_variant#color_id": 3,
412
+ "product_variant#gender_id": 1,
413
+ "product_variant#size_id": 9,
414
+ "product_variant_image#id": 17,
415
+ "product_variant_image#product_variant_id": 158,
416
+ "gender#id": 1,
417
+ "size#id": 9,
418
+ "color#id": 3,
419
+ "product#id": 1,
420
+ "customer#id": 5390,
421
+ "physical_address#id": 48982,
422
+ "utm_source#id": null,
423
+ "utm_medium#id": null,
424
+ "parcel_line_item#id": 6100,
425
+ "parcel_line_item#parcel_id": 5942,
426
+ "parcel_line_item#line_item_id": 29883,
427
+ "parcel#id": 5942,
428
+ "parcel_event#id": 192171,
429
+ "parcel_event#parcel_id": 5942
430
+ },
431
+ {
432
+ "order#id": 24591,
433
+ "order#customer_id": 5390,
434
+ "order#shipping_address_id": 48982,
435
+ "order#billing_address_id": 29381,
436
+ "order#utm_source_id": null,
437
+ "order#utm_medium_id": null,
438
+ "order#utm_campaign": null,
439
+ "order#utm_content": null,
440
+ "order#utm_term": null,
441
+ "refund#id": null,
442
+ "refund#order_id": null,
443
+ "line_item#id": 29883,
444
+ "line_item#fulfillment_status_id": null,
445
+ "line_item#product_variant_id": 158,
446
+ "line_item#order_id": 24591,
447
+ "product_variant#id": 158,
448
+ "product_variant#product_id": 1,
449
+ "product_variant#actual_product_variant_id": 3,
450
+ "product_variant#color_id": 3,
451
+ "product_variant#gender_id": 1,
452
+ "product_variant#size_id": 9,
453
+ "product_variant_image#id": 17,
454
+ "product_variant_image#product_variant_id": 158,
455
+ "gender#id": 1,
456
+ "size#id": 9,
457
+ "color#id": 3,
458
+ "product#id": 1,
459
+ "customer#id": 5390,
460
+ "physical_address#id": 48982,
461
+ "utm_source#id": null,
462
+ "utm_medium#id": null,
463
+ "parcel_line_item#id": 6100,
464
+ "parcel_line_item#parcel_id": 5942,
465
+ "parcel_line_item#line_item_id": 29883,
466
+ "parcel#id": 5942,
467
+ "parcel_event#id": 192170,
468
+ "parcel_event#parcel_id": 5942
469
+ },
470
+ {
471
+ "order#id": 24591,
472
+ "order#customer_id": 5390,
473
+ "order#shipping_address_id": 48982,
474
+ "order#billing_address_id": 29381,
475
+ "order#utm_source_id": null,
476
+ "order#utm_medium_id": null,
477
+ "order#utm_campaign": null,
478
+ "order#utm_content": null,
479
+ "order#utm_term": null,
480
+ "refund#id": null,
481
+ "refund#order_id": null,
482
+ "line_item#id": 29883,
483
+ "line_item#fulfillment_status_id": null,
484
+ "line_item#product_variant_id": 158,
485
+ "line_item#order_id": 24591,
486
+ "product_variant#id": 158,
487
+ "product_variant#product_id": 1,
488
+ "product_variant#actual_product_variant_id": 3,
489
+ "product_variant#color_id": 3,
490
+ "product_variant#gender_id": 1,
491
+ "product_variant#size_id": 9,
492
+ "product_variant_image#id": 17,
493
+ "product_variant_image#product_variant_id": 158,
494
+ "gender#id": 1,
495
+ "size#id": 9,
496
+ "color#id": 3,
497
+ "product#id": 1,
498
+ "customer#id": 5390,
499
+ "physical_address#id": 48982,
500
+ "utm_source#id": null,
501
+ "utm_medium#id": null,
502
+ "parcel_line_item#id": 6100,
503
+ "parcel_line_item#parcel_id": 5942,
504
+ "parcel_line_item#line_item_id": 29883,
505
+ "parcel#id": 5942,
506
+ "parcel_event#id": 192169,
507
+ "parcel_event#parcel_id": 5942
508
+ },
509
+ {
510
+ "order#id": 24591,
511
+ "order#customer_id": 5390,
512
+ "order#shipping_address_id": 48982,
513
+ "order#billing_address_id": 29381,
514
+ "order#utm_source_id": null,
515
+ "order#utm_medium_id": null,
516
+ "order#utm_campaign": null,
517
+ "order#utm_content": null,
518
+ "order#utm_term": null,
519
+ "refund#id": null,
520
+ "refund#order_id": null,
521
+ "line_item#id": 29883,
522
+ "line_item#fulfillment_status_id": null,
523
+ "line_item#product_variant_id": 158,
524
+ "line_item#order_id": 24591,
525
+ "product_variant#id": 158,
526
+ "product_variant#product_id": 1,
527
+ "product_variant#actual_product_variant_id": 3,
528
+ "product_variant#color_id": 3,
529
+ "product_variant#gender_id": 1,
530
+ "product_variant#size_id": 9,
531
+ "product_variant_image#id": 17,
532
+ "product_variant_image#product_variant_id": 158,
533
+ "gender#id": 1,
534
+ "size#id": 9,
535
+ "color#id": 3,
536
+ "product#id": 1,
537
+ "customer#id": 5390,
538
+ "physical_address#id": 48982,
539
+ "utm_source#id": null,
540
+ "utm_medium#id": null,
541
+ "parcel_line_item#id": 6100,
542
+ "parcel_line_item#parcel_id": 5942,
543
+ "parcel_line_item#line_item_id": 29883,
544
+ "parcel#id": 5942,
545
+ "parcel_event#id": 191790,
546
+ "parcel_event#parcel_id": 5942
547
+ },
548
+ {
549
+ "order#id": 24589,
550
+ "order#customer_id": 5390,
551
+ "order#shipping_address_id": 48982,
552
+ "order#billing_address_id": 29381,
553
+ "order#utm_source_id": null,
554
+ "order#utm_medium_id": null,
555
+ "order#utm_campaign": null,
556
+ "order#utm_content": null,
557
+ "order#utm_term": null,
558
+ "refund#id": 1072,
559
+ "refund#order_id": 24589,
560
+ "line_item#id": 29880,
561
+ "line_item#fulfillment_status_id": null,
562
+ "line_item#product_variant_id": 158,
563
+ "line_item#order_id": 24589,
564
+ "product_variant#id": 158,
565
+ "product_variant#product_id": 1,
566
+ "product_variant#actual_product_variant_id": 3,
567
+ "product_variant#color_id": 3,
568
+ "product_variant#gender_id": 1,
569
+ "product_variant#size_id": 9,
570
+ "product_variant_image#id": 17,
571
+ "product_variant_image#product_variant_id": 158,
572
+ "gender#id": 1,
573
+ "size#id": 9,
574
+ "color#id": 3,
575
+ "product#id": 1,
576
+ "customer#id": 5390,
577
+ "physical_address#id": 48982,
578
+ "utm_source#id": null,
579
+ "utm_medium#id": null,
580
+ "parcel_line_item#id": null,
581
+ "parcel_line_item#parcel_id": null,
582
+ "parcel_line_item#line_item_id": null,
583
+ "parcel#id": null,
584
+ "parcel_event#id": null,
585
+ "parcel_event#parcel_id": null
586
+ },
587
+ {
588
+ "order#id": 24587,
589
+ "order#customer_id": 5390,
590
+ "order#shipping_address_id": 28145,
591
+ "order#billing_address_id": 29381,
592
+ "order#utm_source_id": null,
593
+ "order#utm_medium_id": null,
594
+ "order#utm_campaign": null,
595
+ "order#utm_content": null,
596
+ "order#utm_term": null,
597
+ "refund#id": 1071,
598
+ "refund#order_id": 24587,
599
+ "line_item#id": 29877,
600
+ "line_item#fulfillment_status_id": null,
601
+ "line_item#product_variant_id": 158,
602
+ "line_item#order_id": 24587,
603
+ "product_variant#id": 158,
604
+ "product_variant#product_id": 1,
605
+ "product_variant#actual_product_variant_id": 3,
606
+ "product_variant#color_id": 3,
607
+ "product_variant#gender_id": 1,
608
+ "product_variant#size_id": 9,
609
+ "product_variant_image#id": 17,
610
+ "product_variant_image#product_variant_id": 158,
611
+ "gender#id": 1,
612
+ "size#id": 9,
613
+ "color#id": 3,
614
+ "product#id": 1,
615
+ "customer#id": 5390,
616
+ "physical_address#id": 28145,
617
+ "utm_source#id": null,
618
+ "utm_medium#id": null,
619
+ "parcel_line_item#id": 6070,
620
+ "parcel_line_item#parcel_id": 5914,
621
+ "parcel_line_item#line_item_id": 29877,
622
+ "parcel#id": 5914,
623
+ "parcel_event#id": 189194,
624
+ "parcel_event#parcel_id": 5914
625
+ },
626
+ {
627
+ "order#id": 14219,
628
+ "order#customer_id": 5390,
629
+ "order#shipping_address_id": 28145,
630
+ "order#billing_address_id": 28145,
631
+ "order#utm_source_id": null,
632
+ "order#utm_medium_id": null,
633
+ "order#utm_campaign": null,
634
+ "order#utm_content": null,
635
+ "order#utm_term": null,
636
+ "refund#id": null,
637
+ "refund#order_id": null,
638
+ "line_item#id": 17298,
639
+ "line_item#fulfillment_status_id": null,
640
+ "line_item#product_variant_id": 353,
641
+ "line_item#order_id": 14219,
642
+ "product_variant#id": 353,
643
+ "product_variant#product_id": 8,
644
+ "product_variant#actual_product_variant_id": 90,
645
+ "product_variant#color_id": 10,
646
+ "product_variant#gender_id": 3,
647
+ "product_variant#size_id": 20,
648
+ "product_variant_image#id": 789,
649
+ "product_variant_image#product_variant_id": 353,
650
+ "gender#id": 3,
651
+ "size#id": 20,
652
+ "color#id": 10,
653
+ "product#id": 8,
654
+ "customer#id": 5390,
655
+ "physical_address#id": 28145,
656
+ "utm_source#id": null,
657
+ "utm_medium#id": null,
658
+ "parcel_line_item#id": 3338,
659
+ "parcel_line_item#parcel_id": 3304,
660
+ "parcel_line_item#line_item_id": 17298,
661
+ "parcel#id": 3304,
662
+ "parcel_event#id": 87279,
663
+ "parcel_event#parcel_id": 3304
664
+ },
665
+ {
666
+ "order#id": 14219,
667
+ "order#customer_id": 5390,
668
+ "order#shipping_address_id": 28145,
669
+ "order#billing_address_id": 28145,
670
+ "order#utm_source_id": null,
671
+ "order#utm_medium_id": null,
672
+ "order#utm_campaign": null,
673
+ "order#utm_content": null,
674
+ "order#utm_term": null,
675
+ "refund#id": null,
676
+ "refund#order_id": null,
677
+ "line_item#id": 17298,
678
+ "line_item#fulfillment_status_id": null,
679
+ "line_item#product_variant_id": 353,
680
+ "line_item#order_id": 14219,
681
+ "product_variant#id": 353,
682
+ "product_variant#product_id": 8,
683
+ "product_variant#actual_product_variant_id": 90,
684
+ "product_variant#color_id": 10,
685
+ "product_variant#gender_id": 3,
686
+ "product_variant#size_id": 20,
687
+ "product_variant_image#id": 789,
688
+ "product_variant_image#product_variant_id": 353,
689
+ "gender#id": 3,
690
+ "size#id": 20,
691
+ "color#id": 10,
692
+ "product#id": 8,
693
+ "customer#id": 5390,
694
+ "physical_address#id": 28145,
695
+ "utm_source#id": null,
696
+ "utm_medium#id": null,
697
+ "parcel_line_item#id": 3338,
698
+ "parcel_line_item#parcel_id": 3304,
699
+ "parcel_line_item#line_item_id": 17298,
700
+ "parcel#id": 3304,
701
+ "parcel_event#id": 87278,
702
+ "parcel_event#parcel_id": 3304
703
+ },
704
+ {
705
+ "order#id": 14219,
706
+ "order#customer_id": 5390,
707
+ "order#shipping_address_id": 28145,
708
+ "order#billing_address_id": 28145,
709
+ "order#utm_source_id": null,
710
+ "order#utm_medium_id": null,
711
+ "order#utm_campaign": null,
712
+ "order#utm_content": null,
713
+ "order#utm_term": null,
714
+ "refund#id": null,
715
+ "refund#order_id": null,
716
+ "line_item#id": 17298,
717
+ "line_item#fulfillment_status_id": null,
718
+ "line_item#product_variant_id": 353,
719
+ "line_item#order_id": 14219,
720
+ "product_variant#id": 353,
721
+ "product_variant#product_id": 8,
722
+ "product_variant#actual_product_variant_id": 90,
723
+ "product_variant#color_id": 10,
724
+ "product_variant#gender_id": 3,
725
+ "product_variant#size_id": 20,
726
+ "product_variant_image#id": 789,
727
+ "product_variant_image#product_variant_id": 353,
728
+ "gender#id": 3,
729
+ "size#id": 20,
730
+ "color#id": 10,
731
+ "product#id": 8,
732
+ "customer#id": 5390,
733
+ "physical_address#id": 28145,
734
+ "utm_source#id": null,
735
+ "utm_medium#id": null,
736
+ "parcel_line_item#id": 3338,
737
+ "parcel_line_item#parcel_id": 3304,
738
+ "parcel_line_item#line_item_id": 17298,
739
+ "parcel#id": 3304,
740
+ "parcel_event#id": 84361,
741
+ "parcel_event#parcel_id": 3304
742
+ },
743
+ {
744
+ "order#id": 14219,
745
+ "order#customer_id": 5390,
746
+ "order#shipping_address_id": 28145,
747
+ "order#billing_address_id": 28145,
748
+ "order#utm_source_id": null,
749
+ "order#utm_medium_id": null,
750
+ "order#utm_campaign": null,
751
+ "order#utm_content": null,
752
+ "order#utm_term": null,
753
+ "refund#id": null,
754
+ "refund#order_id": null,
755
+ "line_item#id": 17297,
756
+ "line_item#fulfillment_status_id": null,
757
+ "line_item#product_variant_id": 344,
758
+ "line_item#order_id": 14219,
759
+ "product_variant#id": 344,
760
+ "product_variant#product_id": 6,
761
+ "product_variant#actual_product_variant_id": 86,
762
+ "product_variant#color_id": 8,
763
+ "product_variant#gender_id": 3,
764
+ "product_variant#size_id": 22,
765
+ "product_variant_image#id": 780,
766
+ "product_variant_image#product_variant_id": 344,
767
+ "gender#id": 3,
768
+ "size#id": 22,
769
+ "color#id": 8,
770
+ "product#id": 6,
771
+ "customer#id": 5390,
772
+ "physical_address#id": 28145,
773
+ "utm_source#id": null,
774
+ "utm_medium#id": null,
775
+ "parcel_line_item#id": 2311,
776
+ "parcel_line_item#parcel_id": 2317,
777
+ "parcel_line_item#line_item_id": 17297,
778
+ "parcel#id": 2317,
779
+ "parcel_event#id": 52627,
780
+ "parcel_event#parcel_id": 2317
781
+ },
782
+ {
783
+ "order#id": 14219,
784
+ "order#customer_id": 5390,
785
+ "order#shipping_address_id": 28145,
786
+ "order#billing_address_id": 28145,
787
+ "order#utm_source_id": null,
788
+ "order#utm_medium_id": null,
789
+ "order#utm_campaign": null,
790
+ "order#utm_content": null,
791
+ "order#utm_term": null,
792
+ "refund#id": null,
793
+ "refund#order_id": null,
794
+ "line_item#id": 17297,
795
+ "line_item#fulfillment_status_id": null,
796
+ "line_item#product_variant_id": 344,
797
+ "line_item#order_id": 14219,
798
+ "product_variant#id": 344,
799
+ "product_variant#product_id": 6,
800
+ "product_variant#actual_product_variant_id": 86,
801
+ "product_variant#color_id": 8,
802
+ "product_variant#gender_id": 3,
803
+ "product_variant#size_id": 22,
804
+ "product_variant_image#id": 780,
805
+ "product_variant_image#product_variant_id": 344,
806
+ "gender#id": 3,
807
+ "size#id": 22,
808
+ "color#id": 8,
809
+ "product#id": 6,
810
+ "customer#id": 5390,
811
+ "physical_address#id": 28145,
812
+ "utm_source#id": null,
813
+ "utm_medium#id": null,
814
+ "parcel_line_item#id": 2311,
815
+ "parcel_line_item#parcel_id": 2317,
816
+ "parcel_line_item#line_item_id": 17297,
817
+ "parcel#id": 2317,
818
+ "parcel_event#id": 52626,
819
+ "parcel_event#parcel_id": 2317
820
+ },
821
+ {
822
+ "order#id": 14219,
823
+ "order#customer_id": 5390,
824
+ "order#shipping_address_id": 28145,
825
+ "order#billing_address_id": 28145,
826
+ "order#utm_source_id": null,
827
+ "order#utm_medium_id": null,
828
+ "order#utm_campaign": null,
829
+ "order#utm_content": null,
830
+ "order#utm_term": null,
831
+ "refund#id": null,
832
+ "refund#order_id": null,
833
+ "line_item#id": 17297,
834
+ "line_item#fulfillment_status_id": null,
835
+ "line_item#product_variant_id": 344,
836
+ "line_item#order_id": 14219,
837
+ "product_variant#id": 344,
838
+ "product_variant#product_id": 6,
839
+ "product_variant#actual_product_variant_id": 86,
840
+ "product_variant#color_id": 8,
841
+ "product_variant#gender_id": 3,
842
+ "product_variant#size_id": 22,
843
+ "product_variant_image#id": 780,
844
+ "product_variant_image#product_variant_id": 344,
845
+ "gender#id": 3,
846
+ "size#id": 22,
847
+ "color#id": 8,
848
+ "product#id": 6,
849
+ "customer#id": 5390,
850
+ "physical_address#id": 28145,
851
+ "utm_source#id": null,
852
+ "utm_medium#id": null,
853
+ "parcel_line_item#id": 2311,
854
+ "parcel_line_item#parcel_id": 2317,
855
+ "parcel_line_item#line_item_id": 17297,
856
+ "parcel#id": 2317,
857
+ "parcel_event#id": 48326,
858
+ "parcel_event#parcel_id": 2317
859
+ },
860
+ {
861
+ "order#id": 13888,
862
+ "order#customer_id": 5390,
863
+ "order#shipping_address_id": 7608,
864
+ "order#billing_address_id": 27483,
865
+ "order#utm_source_id": null,
866
+ "order#utm_medium_id": null,
867
+ "order#utm_campaign": null,
868
+ "order#utm_content": null,
869
+ "order#utm_term": null,
870
+ "refund#id": null,
871
+ "refund#order_id": null,
872
+ "line_item#id": 16900,
873
+ "line_item#fulfillment_status_id": null,
874
+ "line_item#product_variant_id": 363,
875
+ "line_item#order_id": 13888,
876
+ "product_variant#id": 363,
877
+ "product_variant#product_id": 5,
878
+ "product_variant#actual_product_variant_id": 100,
879
+ "product_variant#color_id": 12,
880
+ "product_variant#gender_id": 1,
881
+ "product_variant#size_id": 8,
882
+ "product_variant_image#id": 829,
883
+ "product_variant_image#product_variant_id": 363,
884
+ "gender#id": 1,
885
+ "size#id": 8,
886
+ "color#id": 12,
887
+ "product#id": 5,
888
+ "customer#id": 5390,
889
+ "physical_address#id": 7608,
890
+ "utm_source#id": null,
891
+ "utm_medium#id": null,
892
+ "parcel_line_item#id": null,
893
+ "parcel_line_item#parcel_id": null,
894
+ "parcel_line_item#line_item_id": null,
895
+ "parcel#id": null,
896
+ "parcel_event#id": null,
897
+ "parcel_event#parcel_id": null
898
+ }
899
+ ]