@whiplashmerch/whiplash-api-client 3.0.1 → 3.0.2

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.
@@ -1 +1,1135 @@
1
- export declare const ApiV2OrderAllExample: never[];
1
+ export declare const ApiV2OrderAllExample: ({
2
+ id: number;
3
+ customer_id: number;
4
+ order_batch_id: null;
5
+ quote_id: null;
6
+ warehouse_id: number;
7
+ return_warehouse_id: null;
8
+ shipping_method_id: number;
9
+ estimated_shipping_method_id: null;
10
+ humanize_id: string;
11
+ status: number;
12
+ status_name: string;
13
+ previous_status: number;
14
+ order_orig: null;
15
+ package_label_reference: null;
16
+ level1_token: null;
17
+ level2_token: null;
18
+ workable_at: string;
19
+ skip_street_date: boolean;
20
+ due_at: null;
21
+ created_at: string;
22
+ updated_at: string;
23
+ meta_data: null;
24
+ customer_provided_label_carrier: null;
25
+ purchase_order: null;
26
+ order_type: string;
27
+ batch_priority: boolean;
28
+ email: string;
29
+ address_verified: null;
30
+ items_updateable: boolean;
31
+ address_message: null;
32
+ scac: null;
33
+ tms_id: null;
34
+ tms_required: null;
35
+ shop_warehouse_ids: never[];
36
+ shop_shipping_method_currency: null;
37
+ shop_created_at: null;
38
+ shop_updated_at: null;
39
+ shop_shipping_method_text: null;
40
+ shop_shipping_method_price: string;
41
+ billing_company: null;
42
+ billing_address_1: null;
43
+ billing_address_2: null;
44
+ billing_address_3: null;
45
+ billing_city: null;
46
+ billing_state: null;
47
+ billing_zip: null;
48
+ billing_country: null;
49
+ billing_phone: null;
50
+ billed: boolean;
51
+ billing_name: null;
52
+ first_name: null;
53
+ last_name: null;
54
+ full_name: null;
55
+ shipping_name: string;
56
+ shipping_company: null;
57
+ shipping_address_1: string;
58
+ shipping_address_2: null;
59
+ shipping_city: string;
60
+ shipping_state: string;
61
+ shipping_zip: string;
62
+ shipping_country: string;
63
+ shipping_country_iso2: string;
64
+ shipping_phone: string;
65
+ requested_address: null;
66
+ residential: boolean;
67
+ expedited: boolean;
68
+ require_signature: boolean;
69
+ require_adult_signature: boolean;
70
+ saturday_delivery: boolean;
71
+ gift: boolean;
72
+ insure: boolean;
73
+ contains_alcohol: boolean;
74
+ customs_required: boolean;
75
+ incoterm: null;
76
+ shipping_carrier_facility: null;
77
+ shipping_hold_for_pickup: null;
78
+ ship_actual_cost: null;
79
+ shipped_on: null;
80
+ ship_notes: null;
81
+ shipping_confirmation_sent: boolean;
82
+ ship_3rdparty_cost: string;
83
+ ship_3rdparty_account: null;
84
+ ship_3rdparty_zip: null;
85
+ ship_3rdparty_country: null;
86
+ payment_type: string;
87
+ public_note: null;
88
+ days_in_transit: number;
89
+ days_in_transit_carrier_estimate: null;
90
+ req_insurance_value: null;
91
+ ship_method: string;
92
+ packingslip_pdf_url: null;
93
+ cf_packingslip_pdf_url: null;
94
+ customs_vat_number: null;
95
+ customs_eori_number: null;
96
+ customs_ioss_number: null;
97
+ customs_receiver_tax_id: null;
98
+ tracking: never[];
99
+ tracking_links: never[];
100
+ approximate_delivery_date: null;
101
+ global_e_ge_order: boolean;
102
+ calculated_time_limit: number;
103
+ within_return_time_limit: boolean;
104
+ return_name: null;
105
+ return_company: null;
106
+ return_address_1: null;
107
+ return_address_2: null;
108
+ return_city: null;
109
+ return_state: null;
110
+ return_country: null;
111
+ return_zip: null;
112
+ return_phone: null;
113
+ return_email: null;
114
+ return_address_verified: null;
115
+ return_time_limit: null;
116
+ is_workable: boolean;
117
+ is_gestating: boolean;
118
+ permissions_limited: boolean;
119
+ order_items: {
120
+ id: number;
121
+ order_id: number;
122
+ customer_id: number;
123
+ item_id: number;
124
+ package_id: number;
125
+ quote_item_id: null;
126
+ sku: string;
127
+ description: string;
128
+ quantity: number;
129
+ price: string;
130
+ created_at: string;
131
+ updated_at: string;
132
+ unshippable: boolean;
133
+ available: boolean;
134
+ packed: number;
135
+ packaging: boolean;
136
+ wholesale_cost: null;
137
+ is_bundle: boolean;
138
+ retail_fee: null;
139
+ promo: boolean;
140
+ returnable: null;
141
+ currency: string;
142
+ wholesale_fee: null;
143
+ hazmat: boolean;
144
+ misc: null;
145
+ request_serial_number: boolean;
146
+ case_quantity: null;
147
+ carton_quantity: null;
148
+ goh: boolean;
149
+ originator: {
150
+ id: number;
151
+ originated_id: number;
152
+ originated_type: string;
153
+ shop_id: null;
154
+ provider: string;
155
+ original_id: null;
156
+ group_id: null;
157
+ misc: null;
158
+ active: boolean;
159
+ integration_id: null;
160
+ last_notified_at: null;
161
+ last_notification_status: null;
162
+ last_synced_at: null;
163
+ distinct_originator_key: null;
164
+ created_at: string;
165
+ updated_at: string;
166
+ application_id: null;
167
+ };
168
+ wholesale_item: null;
169
+ }[];
170
+ originator: {
171
+ id: number;
172
+ originated_id: null;
173
+ originated_type: string;
174
+ shop_id: number;
175
+ provider: string;
176
+ original_id: string;
177
+ group_id: string;
178
+ misc: null;
179
+ active: boolean;
180
+ integration_id: null;
181
+ last_notified_at: null;
182
+ last_notification_status: null;
183
+ last_synced_at: null;
184
+ distinct_originator_key: null;
185
+ created_at: string;
186
+ updated_at: string;
187
+ application_id: null;
188
+ };
189
+ proto_originator_id: string;
190
+ packages: {
191
+ id: number;
192
+ order_id: number;
193
+ shipped_on: null;
194
+ ship_actual_cost: null;
195
+ actual_weight: null;
196
+ actual_width: null;
197
+ actual_height: null;
198
+ actual_length: null;
199
+ actual_dimensional_weight: null;
200
+ tracking: null;
201
+ tracking_link: null;
202
+ order_item_ids: number[];
203
+ created_at: string;
204
+ updated_at: string;
205
+ ucc128: null;
206
+ barcode_sscc18: null;
207
+ ship_actual_currency: null;
208
+ manifest_id: null;
209
+ }[];
210
+ shipping_method: {
211
+ id: number;
212
+ carrier: string;
213
+ service: string;
214
+ description: string;
215
+ name: string;
216
+ international: boolean;
217
+ active: boolean;
218
+ flat_rate: boolean;
219
+ expedited: boolean;
220
+ trackable: boolean;
221
+ origins: string[];
222
+ extended_description: null;
223
+ multi_parcel: boolean;
224
+ created_at: string;
225
+ updated_at: string;
226
+ };
227
+ serial_numbers: never[];
228
+ } | {
229
+ id: number;
230
+ customer_id: number;
231
+ order_batch_id: null;
232
+ quote_id: null;
233
+ warehouse_id: number;
234
+ return_warehouse_id: null;
235
+ shipping_method_id: number;
236
+ estimated_shipping_method_id: null;
237
+ humanize_id: string;
238
+ status: number;
239
+ status_name: string;
240
+ previous_status: number;
241
+ order_orig: null;
242
+ package_label_reference: null;
243
+ level1_token: null;
244
+ level2_token: null;
245
+ workable_at: null;
246
+ skip_street_date: boolean;
247
+ due_at: null;
248
+ created_at: string;
249
+ updated_at: string;
250
+ meta_data: null;
251
+ customer_provided_label_carrier: null;
252
+ purchase_order: null;
253
+ order_type: string;
254
+ batch_priority: boolean;
255
+ email: string;
256
+ address_verified: null;
257
+ items_updateable: boolean;
258
+ address_message: null;
259
+ scac: null;
260
+ shop_warehouse_ids: never[];
261
+ shop_shipping_method_currency: null;
262
+ shop_created_at: null;
263
+ shop_updated_at: null;
264
+ shop_shipping_method_text: null;
265
+ shop_shipping_method_price: string;
266
+ billing_company: null;
267
+ billing_address_1: null;
268
+ billing_address_2: null;
269
+ billing_address_3: null;
270
+ billing_city: null;
271
+ billing_state: null;
272
+ billing_zip: null;
273
+ billing_country: null;
274
+ billing_phone: null;
275
+ billed: boolean;
276
+ billing_name: null;
277
+ first_name: null;
278
+ last_name: null;
279
+ full_name: null;
280
+ shipping_name: string;
281
+ shipping_company: null;
282
+ shipping_address_1: string;
283
+ shipping_address_2: null;
284
+ shipping_city: string;
285
+ shipping_state: string;
286
+ shipping_zip: string;
287
+ shipping_country: string;
288
+ shipping_country_iso2: string;
289
+ shipping_phone: string;
290
+ requested_address: null;
291
+ residential: boolean;
292
+ expedited: boolean;
293
+ require_signature: boolean;
294
+ require_adult_signature: boolean;
295
+ saturday_delivery: boolean;
296
+ gift: boolean;
297
+ insure: boolean;
298
+ contains_alcohol: boolean;
299
+ customs_required: boolean;
300
+ incoterm: null;
301
+ shipping_carrier_facility: null;
302
+ shipping_hold_for_pickup: null;
303
+ ship_actual_cost: null;
304
+ shipped_on: null;
305
+ ship_notes: null;
306
+ shipping_confirmation_sent: boolean;
307
+ ship_3rdparty_cost: string;
308
+ ship_3rdparty_account: null;
309
+ ship_3rdparty_zip: null;
310
+ ship_3rdparty_country: null;
311
+ public_note: null;
312
+ days_in_transit: number;
313
+ days_in_transit_carrier_estimate: null;
314
+ req_insurance_value: null;
315
+ ship_method: string;
316
+ packingslip_pdf_url: null;
317
+ cf_packingslip_pdf_url: null;
318
+ customs_vat_number: null;
319
+ customs_eori_number: null;
320
+ customs_ioss_number: null;
321
+ customs_receiver_tax_id: null;
322
+ tracking: never[];
323
+ tracking_links: never[];
324
+ approximate_delivery_date: null;
325
+ global_e_ge_order: boolean;
326
+ calculated_time_limit: number;
327
+ within_return_time_limit: boolean;
328
+ return_name: null;
329
+ return_company: null;
330
+ return_address_1: null;
331
+ return_address_2: null;
332
+ return_city: null;
333
+ return_state: null;
334
+ return_country: null;
335
+ return_zip: null;
336
+ return_phone: null;
337
+ return_email: null;
338
+ return_address_verified: null;
339
+ return_time_limit: null;
340
+ is_workable: boolean;
341
+ is_gestating: null;
342
+ permissions_limited: boolean;
343
+ order_items: {
344
+ id: number;
345
+ order_id: number;
346
+ customer_id: number;
347
+ item_id: number;
348
+ package_id: number;
349
+ quote_item_id: null;
350
+ sku: string;
351
+ description: string;
352
+ quantity: number;
353
+ price: string;
354
+ created_at: string;
355
+ updated_at: string;
356
+ unshippable: boolean;
357
+ available: boolean;
358
+ packed: number;
359
+ packaging: boolean;
360
+ wholesale_cost: null;
361
+ is_bundle: boolean;
362
+ retail_fee: null;
363
+ promo: boolean;
364
+ returnable: null;
365
+ currency: string;
366
+ wholesale_fee: null;
367
+ hazmat: boolean;
368
+ misc: null;
369
+ request_serial_number: boolean;
370
+ case_quantity: null;
371
+ carton_quantity: null;
372
+ goh: boolean;
373
+ originator: {
374
+ id: number;
375
+ originated_id: number;
376
+ originated_type: string;
377
+ shop_id: null;
378
+ provider: string;
379
+ original_id: null;
380
+ group_id: null;
381
+ misc: null;
382
+ active: boolean;
383
+ integration_id: null;
384
+ last_notified_at: null;
385
+ last_notification_status: null;
386
+ distinct_originator_key: null;
387
+ created_at: string;
388
+ updated_at: string;
389
+ application_id: null;
390
+ };
391
+ wholesale_item: null;
392
+ }[];
393
+ originator: {
394
+ id: number;
395
+ originated_id: null;
396
+ originated_type: string;
397
+ shop_id: number;
398
+ provider: string;
399
+ original_id: string;
400
+ group_id: string;
401
+ misc: null;
402
+ active: boolean;
403
+ integration_id: null;
404
+ last_notified_at: null;
405
+ last_notification_status: null;
406
+ distinct_originator_key: null;
407
+ created_at: string;
408
+ updated_at: string;
409
+ application_id: null;
410
+ last_synced_at?: undefined;
411
+ };
412
+ proto_originator_id: string;
413
+ packages: {
414
+ id: number;
415
+ order_id: number;
416
+ shipped_on: null;
417
+ ship_actual_cost: null;
418
+ actual_weight: null;
419
+ actual_width: null;
420
+ actual_height: null;
421
+ actual_length: null;
422
+ actual_dimensional_weight: null;
423
+ tracking: null;
424
+ tracking_link: null;
425
+ order_item_ids: number[];
426
+ created_at: string;
427
+ updated_at: string;
428
+ ucc128: null;
429
+ barcode_sscc18: null;
430
+ ship_actual_currency: null;
431
+ manifest_id: null;
432
+ }[];
433
+ shipping_method: {
434
+ id: number;
435
+ carrier: string;
436
+ service: string;
437
+ description: string;
438
+ name: string;
439
+ international: boolean;
440
+ active: boolean;
441
+ flat_rate: boolean;
442
+ expedited: boolean;
443
+ trackable: boolean;
444
+ origins: string[];
445
+ extended_description: null;
446
+ multi_parcel: boolean;
447
+ created_at: string;
448
+ updated_at: string;
449
+ };
450
+ serial_numbers: never[];
451
+ tms_id?: undefined;
452
+ tms_required?: undefined;
453
+ payment_type?: undefined;
454
+ } | {
455
+ id: number;
456
+ customer_id: number;
457
+ order_batch_id: null;
458
+ quote_id: null;
459
+ warehouse_id: number;
460
+ return_warehouse_id: null;
461
+ shipping_method_id: number;
462
+ estimated_shipping_method_id: null;
463
+ humanize_id: string;
464
+ status: number;
465
+ status_name: string;
466
+ previous_status: number;
467
+ order_orig: null;
468
+ package_label_reference: null;
469
+ level1_token: null;
470
+ level2_token: null;
471
+ workable_at: null;
472
+ skip_street_date: boolean;
473
+ due_at: null;
474
+ created_at: string;
475
+ updated_at: string;
476
+ meta_data: null;
477
+ customer_provided_label_carrier: null;
478
+ purchase_order: null;
479
+ order_type: string;
480
+ batch_priority: boolean;
481
+ email: string;
482
+ address_verified: null;
483
+ items_updateable: boolean;
484
+ address_message: null;
485
+ scac: null;
486
+ tms_id: null;
487
+ tms_required: null;
488
+ shop_warehouse_ids: never[];
489
+ shop_shipping_method_currency: null;
490
+ shop_created_at: null;
491
+ shop_updated_at: null;
492
+ shop_shipping_method_text: null;
493
+ shop_shipping_method_price: string;
494
+ billing_company: null;
495
+ billing_address_1: null;
496
+ billing_address_2: null;
497
+ billing_address_3: null;
498
+ billing_city: null;
499
+ billing_state: null;
500
+ billing_zip: null;
501
+ billing_country: null;
502
+ billing_phone: null;
503
+ billed: boolean;
504
+ billing_name: null;
505
+ first_name: null;
506
+ last_name: null;
507
+ full_name: null;
508
+ shipping_name: string;
509
+ shipping_company: null;
510
+ shipping_address_1: string;
511
+ shipping_address_2: null;
512
+ shipping_city: string;
513
+ shipping_state: string;
514
+ shipping_zip: string;
515
+ shipping_country: string;
516
+ shipping_country_iso2: string;
517
+ shipping_phone: string;
518
+ requested_address: null;
519
+ residential: boolean;
520
+ expedited: boolean;
521
+ require_signature: boolean;
522
+ require_adult_signature: boolean;
523
+ saturday_delivery: boolean;
524
+ gift: boolean;
525
+ insure: boolean;
526
+ contains_alcohol: boolean;
527
+ customs_required: boolean;
528
+ incoterm: null;
529
+ shipping_carrier_facility: null;
530
+ shipping_hold_for_pickup: null;
531
+ ship_actual_cost: null;
532
+ shipped_on: null;
533
+ ship_notes: null;
534
+ shipping_confirmation_sent: boolean;
535
+ ship_3rdparty_cost: string;
536
+ ship_3rdparty_account: null;
537
+ ship_3rdparty_zip: null;
538
+ ship_3rdparty_country: null;
539
+ payment_type: string;
540
+ public_note: null;
541
+ days_in_transit: number;
542
+ days_in_transit_carrier_estimate: null;
543
+ req_insurance_value: null;
544
+ ship_method: string;
545
+ packingslip_pdf_url: null;
546
+ cf_packingslip_pdf_url: null;
547
+ customs_vat_number: null;
548
+ customs_eori_number: null;
549
+ customs_ioss_number: null;
550
+ customs_receiver_tax_id: null;
551
+ tracking: never[];
552
+ tracking_links: never[];
553
+ approximate_delivery_date: null;
554
+ global_e_ge_order: boolean;
555
+ calculated_time_limit: number;
556
+ within_return_time_limit: boolean;
557
+ return_name: null;
558
+ return_company: null;
559
+ return_address_1: null;
560
+ return_address_2: null;
561
+ return_city: null;
562
+ return_state: null;
563
+ return_country: null;
564
+ return_zip: null;
565
+ return_phone: null;
566
+ return_email: null;
567
+ return_address_verified: null;
568
+ return_time_limit: null;
569
+ is_workable: boolean;
570
+ is_gestating: null;
571
+ permissions_limited: boolean;
572
+ order_items: {
573
+ id: number;
574
+ order_id: number;
575
+ customer_id: number;
576
+ item_id: number;
577
+ package_id: number;
578
+ quote_item_id: null;
579
+ sku: string;
580
+ description: string;
581
+ quantity: number;
582
+ price: string;
583
+ created_at: string;
584
+ updated_at: string;
585
+ unshippable: boolean;
586
+ available: boolean;
587
+ packed: number;
588
+ packaging: boolean;
589
+ wholesale_cost: null;
590
+ is_bundle: boolean;
591
+ retail_fee: null;
592
+ promo: boolean;
593
+ returnable: null;
594
+ currency: string;
595
+ wholesale_fee: null;
596
+ hazmat: boolean;
597
+ misc: null;
598
+ request_serial_number: boolean;
599
+ case_quantity: null;
600
+ carton_quantity: null;
601
+ goh: boolean;
602
+ originator: {
603
+ id: number;
604
+ originated_id: number;
605
+ originated_type: string;
606
+ shop_id: null;
607
+ provider: string;
608
+ original_id: null;
609
+ group_id: null;
610
+ misc: null;
611
+ active: boolean;
612
+ integration_id: null;
613
+ last_notified_at: null;
614
+ last_notification_status: null;
615
+ last_synced_at: null;
616
+ distinct_originator_key: null;
617
+ created_at: string;
618
+ updated_at: string;
619
+ application_id: null;
620
+ };
621
+ wholesale_item: null;
622
+ }[];
623
+ originator: {
624
+ id: number;
625
+ originated_id: null;
626
+ originated_type: string;
627
+ shop_id: number;
628
+ provider: string;
629
+ original_id: string;
630
+ group_id: string;
631
+ misc: null;
632
+ active: boolean;
633
+ integration_id: null;
634
+ last_notified_at: null;
635
+ last_notification_status: null;
636
+ last_synced_at: null;
637
+ distinct_originator_key: null;
638
+ created_at: string;
639
+ updated_at: string;
640
+ application_id: null;
641
+ };
642
+ proto_originator_id: string;
643
+ packages: {
644
+ id: number;
645
+ order_id: number;
646
+ shipped_on: null;
647
+ ship_actual_cost: null;
648
+ actual_weight: null;
649
+ actual_width: null;
650
+ actual_height: null;
651
+ actual_length: null;
652
+ actual_dimensional_weight: null;
653
+ tracking: null;
654
+ tracking_link: null;
655
+ order_item_ids: number[];
656
+ created_at: string;
657
+ updated_at: string;
658
+ ucc128: null;
659
+ barcode_sscc18: null;
660
+ ship_actual_currency: null;
661
+ manifest_id: null;
662
+ }[];
663
+ shipping_method: {
664
+ id: number;
665
+ carrier: string;
666
+ service: string;
667
+ description: string;
668
+ name: string;
669
+ international: boolean;
670
+ active: boolean;
671
+ flat_rate: boolean;
672
+ expedited: boolean;
673
+ trackable: boolean;
674
+ origins: string[];
675
+ extended_description: null;
676
+ multi_parcel: boolean;
677
+ created_at: string;
678
+ updated_at: string;
679
+ };
680
+ serial_numbers: never[];
681
+ } | {
682
+ id: number;
683
+ customer_id: number;
684
+ order_batch_id: null;
685
+ quote_id: null;
686
+ warehouse_id: number;
687
+ return_warehouse_id: null;
688
+ shipping_method_id: number;
689
+ estimated_shipping_method_id: null;
690
+ humanize_id: string;
691
+ status: number;
692
+ status_name: string;
693
+ previous_status: number;
694
+ order_orig: null;
695
+ package_label_reference: null;
696
+ level1_token: null;
697
+ level2_token: null;
698
+ workable_at: string;
699
+ skip_street_date: boolean;
700
+ due_at: null;
701
+ created_at: string;
702
+ updated_at: string;
703
+ meta_data: null;
704
+ customer_provided_label_carrier: null;
705
+ purchase_order: null;
706
+ order_type: string;
707
+ batch_priority: boolean;
708
+ email: string;
709
+ address_verified: null;
710
+ items_updateable: boolean;
711
+ address_message: null;
712
+ scac: null;
713
+ tms_id: null;
714
+ tms_required: null;
715
+ shop_warehouse_ids: never[];
716
+ shop_shipping_method_currency: null;
717
+ shop_created_at: null;
718
+ shop_updated_at: null;
719
+ shop_shipping_method_text: null;
720
+ shop_shipping_method_price: string;
721
+ billing_company: null;
722
+ billing_address_1: null;
723
+ billing_address_2: null;
724
+ billing_address_3: null;
725
+ billing_city: null;
726
+ billing_state: null;
727
+ billing_zip: null;
728
+ billing_country: null;
729
+ billing_phone: null;
730
+ billed: boolean;
731
+ billing_name: null;
732
+ first_name: null;
733
+ last_name: null;
734
+ full_name: null;
735
+ shipping_name: string;
736
+ shipping_company: null;
737
+ shipping_address_1: string;
738
+ shipping_address_2: null;
739
+ shipping_city: string;
740
+ shipping_state: string;
741
+ shipping_zip: string;
742
+ shipping_country: string;
743
+ shipping_country_iso2: string;
744
+ shipping_phone: string;
745
+ requested_address: null;
746
+ residential: boolean;
747
+ expedited: boolean;
748
+ require_signature: boolean;
749
+ require_adult_signature: boolean;
750
+ saturday_delivery: boolean;
751
+ gift: boolean;
752
+ insure: boolean;
753
+ contains_alcohol: boolean;
754
+ customs_required: boolean;
755
+ incoterm: null;
756
+ shipping_carrier_facility: null;
757
+ shipping_hold_for_pickup: null;
758
+ ship_actual_cost: null;
759
+ shipped_on: null;
760
+ ship_notes: null;
761
+ shipping_confirmation_sent: boolean;
762
+ ship_3rdparty_cost: string;
763
+ ship_3rdparty_account: null;
764
+ ship_3rdparty_zip: null;
765
+ ship_3rdparty_country: null;
766
+ payment_type: string;
767
+ public_note: null;
768
+ days_in_transit: number;
769
+ days_in_transit_carrier_estimate: null;
770
+ req_insurance_value: null;
771
+ ship_method: string;
772
+ packingslip_pdf_url: null;
773
+ cf_packingslip_pdf_url: null;
774
+ customs_vat_number: null;
775
+ customs_eori_number: null;
776
+ customs_ioss_number: null;
777
+ customs_receiver_tax_id: null;
778
+ tracking: never[];
779
+ tracking_links: never[];
780
+ approximate_delivery_date: null;
781
+ global_e_ge_order: boolean;
782
+ calculated_time_limit: number;
783
+ within_return_time_limit: boolean;
784
+ return_name: null;
785
+ return_company: null;
786
+ return_address_1: null;
787
+ return_address_2: null;
788
+ return_city: null;
789
+ return_state: null;
790
+ return_country: null;
791
+ return_zip: null;
792
+ return_phone: null;
793
+ return_email: null;
794
+ return_address_verified: null;
795
+ return_time_limit: null;
796
+ is_workable: boolean;
797
+ is_gestating: boolean;
798
+ permissions_limited: boolean;
799
+ order_items: {
800
+ id: number;
801
+ order_id: number;
802
+ customer_id: number;
803
+ item_id: number;
804
+ package_id: number;
805
+ quote_item_id: null;
806
+ sku: string;
807
+ description: string;
808
+ quantity: number;
809
+ price: string;
810
+ created_at: string;
811
+ updated_at: string;
812
+ unshippable: boolean;
813
+ available: boolean;
814
+ packed: number;
815
+ packaging: boolean;
816
+ wholesale_cost: null;
817
+ is_bundle: boolean;
818
+ retail_fee: null;
819
+ promo: boolean;
820
+ returnable: null;
821
+ currency: string;
822
+ wholesale_fee: null;
823
+ hazmat: boolean;
824
+ misc: null;
825
+ request_serial_number: boolean;
826
+ case_quantity: null;
827
+ carton_quantity: null;
828
+ goh: boolean;
829
+ originator: {
830
+ id: number;
831
+ originated_id: number;
832
+ originated_type: string;
833
+ shop_id: null;
834
+ provider: string;
835
+ original_id: null;
836
+ group_id: null;
837
+ misc: null;
838
+ active: boolean;
839
+ integration_id: null;
840
+ last_notified_at: null;
841
+ last_notification_status: null;
842
+ last_synced_at: null;
843
+ distinct_originator_key: null;
844
+ created_at: string;
845
+ updated_at: string;
846
+ application_id: null;
847
+ };
848
+ wholesale_item: null;
849
+ }[];
850
+ originator: {
851
+ id: number;
852
+ originated_id: null;
853
+ originated_type: string;
854
+ shop_id: number;
855
+ provider: string;
856
+ original_id: string;
857
+ group_id: string;
858
+ misc: null;
859
+ active: boolean;
860
+ integration_id: null;
861
+ last_notified_at: null;
862
+ last_notification_status: null;
863
+ last_synced_at: null;
864
+ distinct_originator_key: null;
865
+ created_at: string;
866
+ updated_at: string;
867
+ application_id: null;
868
+ };
869
+ proto_originator_id: string;
870
+ packages: {
871
+ id: number;
872
+ order_id: number;
873
+ shipped_on: null;
874
+ ship_actual_cost: null;
875
+ actual_weight: null;
876
+ actual_width: null;
877
+ actual_height: null;
878
+ actual_length: null;
879
+ actual_dimensional_weight: number;
880
+ tracking: null;
881
+ tracking_link: null;
882
+ order_item_ids: number[];
883
+ created_at: string;
884
+ updated_at: string;
885
+ ucc128: null;
886
+ barcode_sscc18: null;
887
+ ship_actual_currency: null;
888
+ manifest_id: null;
889
+ }[];
890
+ shipping_method: {
891
+ id: number;
892
+ carrier: string;
893
+ service: string;
894
+ description: string;
895
+ name: string;
896
+ international: boolean;
897
+ active: boolean;
898
+ flat_rate: boolean;
899
+ expedited: boolean;
900
+ trackable: boolean;
901
+ origins: string[];
902
+ extended_description: null;
903
+ multi_parcel: boolean;
904
+ created_at: string;
905
+ updated_at: string;
906
+ };
907
+ serial_numbers: never[];
908
+ } | {
909
+ id: number;
910
+ customer_id: number;
911
+ order_batch_id: number;
912
+ quote_id: null;
913
+ warehouse_id: number;
914
+ return_warehouse_id: null;
915
+ shipping_method_id: number;
916
+ estimated_shipping_method_id: null;
917
+ humanize_id: string;
918
+ status: number;
919
+ status_name: string;
920
+ previous_status: number;
921
+ order_orig: null;
922
+ package_label_reference: null;
923
+ level1_token: null;
924
+ level2_token: null;
925
+ workable_at: string;
926
+ skip_street_date: boolean;
927
+ due_at: null;
928
+ created_at: string;
929
+ updated_at: string;
930
+ meta_data: null;
931
+ customer_provided_label_carrier: null;
932
+ purchase_order: null;
933
+ order_type: string;
934
+ batch_priority: boolean;
935
+ email: string;
936
+ address_verified: null;
937
+ items_updateable: boolean;
938
+ address_message: null;
939
+ scac: null;
940
+ tms_id: null;
941
+ tms_required: null;
942
+ shop_warehouse_ids: never[];
943
+ shop_shipping_method_currency: null;
944
+ shop_created_at: null;
945
+ shop_updated_at: null;
946
+ shop_shipping_method_text: null;
947
+ shop_shipping_method_price: string;
948
+ billing_company: null;
949
+ billing_address_1: null;
950
+ billing_address_2: null;
951
+ billing_address_3: null;
952
+ billing_city: null;
953
+ billing_state: null;
954
+ billing_zip: null;
955
+ billing_country: null;
956
+ billing_phone: null;
957
+ billed: boolean;
958
+ billing_name: null;
959
+ first_name: null;
960
+ last_name: null;
961
+ full_name: null;
962
+ shipping_name: string;
963
+ shipping_company: null;
964
+ shipping_address_1: string;
965
+ shipping_address_2: null;
966
+ shipping_city: string;
967
+ shipping_state: string;
968
+ shipping_zip: string;
969
+ shipping_country: string;
970
+ shipping_country_iso2: string;
971
+ shipping_phone: string;
972
+ requested_address: null;
973
+ residential: boolean;
974
+ expedited: boolean;
975
+ require_signature: boolean;
976
+ require_adult_signature: boolean;
977
+ saturday_delivery: boolean;
978
+ gift: boolean;
979
+ insure: boolean;
980
+ contains_alcohol: boolean;
981
+ customs_required: boolean;
982
+ incoterm: null;
983
+ shipping_carrier_facility: null;
984
+ shipping_hold_for_pickup: null;
985
+ ship_actual_cost: string;
986
+ shipped_on: string;
987
+ ship_notes: null;
988
+ shipping_confirmation_sent: boolean;
989
+ ship_3rdparty_cost: string;
990
+ ship_3rdparty_account: null;
991
+ ship_3rdparty_zip: null;
992
+ ship_3rdparty_country: null;
993
+ payment_type: string;
994
+ public_note: null;
995
+ days_in_transit: number;
996
+ days_in_transit_carrier_estimate: null;
997
+ req_insurance_value: null;
998
+ ship_method: string;
999
+ packingslip_pdf_url: string;
1000
+ cf_packingslip_pdf_url: string;
1001
+ customs_vat_number: null;
1002
+ customs_eori_number: null;
1003
+ customs_ioss_number: null;
1004
+ customs_receiver_tax_id: null;
1005
+ tracking: never[];
1006
+ tracking_links: never[];
1007
+ approximate_delivery_date: null;
1008
+ global_e_ge_order: boolean;
1009
+ calculated_time_limit: number;
1010
+ within_return_time_limit: boolean;
1011
+ return_name: null;
1012
+ return_company: null;
1013
+ return_address_1: null;
1014
+ return_address_2: null;
1015
+ return_city: null;
1016
+ return_state: null;
1017
+ return_country: null;
1018
+ return_zip: null;
1019
+ return_phone: null;
1020
+ return_email: null;
1021
+ return_address_verified: null;
1022
+ return_time_limit: null;
1023
+ is_workable: boolean;
1024
+ is_gestating: boolean;
1025
+ permissions_limited: boolean;
1026
+ order_items: {
1027
+ id: number;
1028
+ order_id: number;
1029
+ customer_id: number;
1030
+ item_id: number;
1031
+ package_id: number;
1032
+ quote_item_id: null;
1033
+ sku: string;
1034
+ description: string;
1035
+ quantity: number;
1036
+ price: string;
1037
+ created_at: string;
1038
+ updated_at: string;
1039
+ unshippable: boolean;
1040
+ available: boolean;
1041
+ packed: number;
1042
+ packaging: boolean;
1043
+ wholesale_cost: null;
1044
+ is_bundle: boolean;
1045
+ retail_fee: null;
1046
+ promo: boolean;
1047
+ returnable: null;
1048
+ currency: string;
1049
+ wholesale_fee: null;
1050
+ hazmat: boolean;
1051
+ misc: null;
1052
+ request_serial_number: boolean;
1053
+ case_quantity: null;
1054
+ carton_quantity: null;
1055
+ goh: boolean;
1056
+ originator: {
1057
+ id: number;
1058
+ originated_id: number;
1059
+ originated_type: string;
1060
+ shop_id: null;
1061
+ provider: string;
1062
+ original_id: null;
1063
+ group_id: null;
1064
+ misc: null;
1065
+ active: boolean;
1066
+ integration_id: null;
1067
+ last_notified_at: null;
1068
+ last_notification_status: null;
1069
+ last_synced_at: null;
1070
+ distinct_originator_key: null;
1071
+ created_at: string;
1072
+ updated_at: string;
1073
+ application_id: null;
1074
+ };
1075
+ wholesale_item: null;
1076
+ }[];
1077
+ originator: {
1078
+ id: number;
1079
+ originated_id: null;
1080
+ originated_type: string;
1081
+ shop_id: number;
1082
+ provider: string;
1083
+ original_id: string;
1084
+ group_id: string;
1085
+ misc: null;
1086
+ active: boolean;
1087
+ integration_id: null;
1088
+ last_notified_at: null;
1089
+ last_notification_status: null;
1090
+ last_synced_at: null;
1091
+ distinct_originator_key: null;
1092
+ created_at: string;
1093
+ updated_at: string;
1094
+ application_id: null;
1095
+ };
1096
+ proto_originator_id: string;
1097
+ packages: {
1098
+ id: number;
1099
+ order_id: number;
1100
+ shipped_on: null;
1101
+ ship_actual_cost: null;
1102
+ actual_weight: null;
1103
+ actual_width: null;
1104
+ actual_height: null;
1105
+ actual_length: null;
1106
+ actual_dimensional_weight: number;
1107
+ tracking: null;
1108
+ tracking_link: null;
1109
+ order_item_ids: number[];
1110
+ created_at: string;
1111
+ updated_at: string;
1112
+ ucc128: null;
1113
+ barcode_sscc18: null;
1114
+ ship_actual_currency: null;
1115
+ manifest_id: null;
1116
+ }[];
1117
+ shipping_method: {
1118
+ id: number;
1119
+ carrier: string;
1120
+ service: string;
1121
+ description: string;
1122
+ name: string;
1123
+ international: boolean;
1124
+ active: boolean;
1125
+ flat_rate: boolean;
1126
+ expedited: boolean;
1127
+ trackable: boolean;
1128
+ origins: string[];
1129
+ extended_description: null;
1130
+ multi_parcel: boolean;
1131
+ created_at: string;
1132
+ updated_at: string;
1133
+ };
1134
+ serial_numbers: never[];
1135
+ })[];