@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,573 @@
1
- export declare const ApiV21OrderAllExample: never[];
1
+ export declare const ApiV21OrderAllExample: ({
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_id: null;
36
+ shop_warehouse_ids: never[];
37
+ shop_shipping_method_currency: null;
38
+ shop_created_at: null;
39
+ shop_updated_at: null;
40
+ shop_shipping_method_text: null;
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
+ packingslip_pdf_url: null;
92
+ cf_packingslip_pdf_url: null;
93
+ customs_vat_number: null;
94
+ customs_eori_number: null;
95
+ customs_ioss_number: null;
96
+ customs_receiver_tax_id: null;
97
+ global_e_ge_order: boolean;
98
+ return_name: null;
99
+ return_company: null;
100
+ return_address_1: null;
101
+ return_address_2: null;
102
+ return_city: null;
103
+ return_state: null;
104
+ return_country: null;
105
+ return_zip: null;
106
+ return_phone: null;
107
+ return_email: null;
108
+ return_address_verified: null;
109
+ return_time_limit: null;
110
+ permissions_limited: boolean;
111
+ originator: {
112
+ id: number;
113
+ originated_id: null;
114
+ originated_type: string;
115
+ shop_id: number;
116
+ provider: string;
117
+ original_id: string;
118
+ group_id: string;
119
+ misc: null;
120
+ active: boolean;
121
+ integration_id: null;
122
+ last_notified_at: null;
123
+ last_notification_status: null;
124
+ distinct_originator_key: null;
125
+ created_at: string;
126
+ updated_at: string;
127
+ application_id: null;
128
+ };
129
+ shop_shipping_method_price: string;
130
+ order_item_count: number;
131
+ order_item_quantity: number;
132
+ shipping_method_name: string;
133
+ shipping_method_carrier: string;
134
+ international: boolean;
135
+ customer_name: string;
136
+ warehouse_name: string;
137
+ pickup: boolean;
138
+ is_workable: boolean;
139
+ is_gestating: boolean;
140
+ customs_info: null;
141
+ wholesale: null;
142
+ tracking: never[];
143
+ tracking_links: never[];
144
+ } | {
145
+ id: number;
146
+ customer_id: number;
147
+ order_batch_id: null;
148
+ quote_id: null;
149
+ warehouse_id: number;
150
+ return_warehouse_id: null;
151
+ shipping_method_id: number;
152
+ estimated_shipping_method_id: null;
153
+ humanize_id: string;
154
+ status: number;
155
+ status_name: string;
156
+ previous_status: number;
157
+ order_orig: null;
158
+ package_label_reference: null;
159
+ level1_token: null;
160
+ level2_token: null;
161
+ workable_at: null;
162
+ skip_street_date: boolean;
163
+ due_at: null;
164
+ created_at: string;
165
+ updated_at: string;
166
+ meta_data: null;
167
+ customer_provided_label_carrier: null;
168
+ purchase_order: null;
169
+ order_type: string;
170
+ batch_priority: boolean;
171
+ email: string;
172
+ address_verified: null;
173
+ items_updateable: boolean;
174
+ address_message: null;
175
+ scac: null;
176
+ shop_warehouse_ids: never[];
177
+ shop_shipping_method_currency: null;
178
+ shop_created_at: null;
179
+ shop_updated_at: null;
180
+ shop_shipping_method_text: null;
181
+ billing_company: null;
182
+ billing_address_1: null;
183
+ billing_address_2: null;
184
+ billing_address_3: null;
185
+ billing_city: null;
186
+ billing_state: null;
187
+ billing_zip: null;
188
+ billing_country: null;
189
+ billing_phone: null;
190
+ billed: boolean;
191
+ billing_name: null;
192
+ first_name: null;
193
+ last_name: null;
194
+ full_name: null;
195
+ shipping_name: string;
196
+ shipping_company: null;
197
+ shipping_address_1: string;
198
+ shipping_address_2: null;
199
+ shipping_city: string;
200
+ shipping_state: string;
201
+ shipping_zip: string;
202
+ shipping_country: string;
203
+ shipping_country_iso2: string;
204
+ shipping_phone: string;
205
+ requested_address: null;
206
+ residential: boolean;
207
+ expedited: boolean;
208
+ require_signature: boolean;
209
+ require_adult_signature: boolean;
210
+ saturday_delivery: boolean;
211
+ gift: boolean;
212
+ insure: boolean;
213
+ contains_alcohol: boolean;
214
+ customs_required: boolean;
215
+ incoterm: null;
216
+ shipping_carrier_facility: null;
217
+ shipping_hold_for_pickup: null;
218
+ ship_actual_cost: null;
219
+ shipped_on: null;
220
+ ship_notes: null;
221
+ shipping_confirmation_sent: boolean;
222
+ ship_3rdparty_cost: string;
223
+ ship_3rdparty_account: null;
224
+ ship_3rdparty_zip: null;
225
+ ship_3rdparty_country: null;
226
+ public_note: null;
227
+ days_in_transit: number;
228
+ days_in_transit_carrier_estimate: null;
229
+ req_insurance_value: null;
230
+ packingslip_pdf_url: null;
231
+ cf_packingslip_pdf_url: null;
232
+ customs_vat_number: null;
233
+ customs_eori_number: null;
234
+ customs_ioss_number: null;
235
+ customs_receiver_tax_id: null;
236
+ tracking: never[];
237
+ tracking_links: never[];
238
+ global_e_ge_order: boolean;
239
+ return_name: null;
240
+ return_company: null;
241
+ return_address_1: null;
242
+ return_address_2: null;
243
+ return_city: null;
244
+ return_state: null;
245
+ return_country: null;
246
+ return_zip: null;
247
+ return_phone: null;
248
+ return_email: null;
249
+ return_address_verified: null;
250
+ return_time_limit: null;
251
+ is_workable: boolean;
252
+ is_gestating: null;
253
+ permissions_limited: boolean;
254
+ originator: {
255
+ id: number;
256
+ originated_id: null;
257
+ originated_type: string;
258
+ shop_id: number;
259
+ provider: string;
260
+ original_id: string;
261
+ group_id: string;
262
+ misc: null;
263
+ active: boolean;
264
+ integration_id: null;
265
+ last_notified_at: null;
266
+ last_notification_status: null;
267
+ distinct_originator_key: null;
268
+ created_at: string;
269
+ updated_at: string;
270
+ application_id: null;
271
+ };
272
+ shop_shipping_method_price: string;
273
+ order_item_count: number;
274
+ order_item_quantity: number;
275
+ shipping_method_name: string;
276
+ shipping_method_carrier: string;
277
+ international: boolean;
278
+ customer_name: string;
279
+ warehouse_name: string;
280
+ pickup: boolean;
281
+ tms_id?: undefined;
282
+ tms_required?: undefined;
283
+ shop_warehouse_id?: undefined;
284
+ payment_type?: undefined;
285
+ customs_info?: undefined;
286
+ wholesale?: undefined;
287
+ } | {
288
+ id: number;
289
+ customer_id: number;
290
+ order_batch_id: null;
291
+ quote_id: null;
292
+ warehouse_id: number;
293
+ return_warehouse_id: null;
294
+ shipping_method_id: number;
295
+ estimated_shipping_method_id: null;
296
+ humanize_id: string;
297
+ status: number;
298
+ status_name: string;
299
+ previous_status: number;
300
+ order_orig: null;
301
+ package_label_reference: null;
302
+ level1_token: null;
303
+ level2_token: null;
304
+ workable_at: null;
305
+ skip_street_date: boolean;
306
+ due_at: null;
307
+ created_at: string;
308
+ updated_at: string;
309
+ meta_data: null;
310
+ customer_provided_label_carrier: null;
311
+ purchase_order: null;
312
+ order_type: string;
313
+ batch_priority: boolean;
314
+ email: string;
315
+ address_verified: null;
316
+ items_updateable: boolean;
317
+ address_message: null;
318
+ scac: null;
319
+ tms_id: null;
320
+ tms_required: null;
321
+ shop_warehouse_id: null;
322
+ shop_warehouse_ids: never[];
323
+ shop_shipping_method_currency: null;
324
+ shop_created_at: null;
325
+ shop_updated_at: null;
326
+ shop_shipping_method_text: null;
327
+ billing_company: null;
328
+ billing_address_1: null;
329
+ billing_address_2: null;
330
+ billing_address_3: null;
331
+ billing_city: null;
332
+ billing_state: null;
333
+ billing_zip: null;
334
+ billing_country: null;
335
+ billing_phone: null;
336
+ billed: boolean;
337
+ billing_name: null;
338
+ first_name: null;
339
+ last_name: null;
340
+ full_name: null;
341
+ shipping_name: string;
342
+ shipping_company: null;
343
+ shipping_address_1: string;
344
+ shipping_address_2: null;
345
+ shipping_city: string;
346
+ shipping_state: string;
347
+ shipping_zip: string;
348
+ shipping_country: string;
349
+ shipping_country_iso2: string;
350
+ shipping_phone: string;
351
+ requested_address: null;
352
+ residential: boolean;
353
+ expedited: boolean;
354
+ require_signature: boolean;
355
+ require_adult_signature: boolean;
356
+ saturday_delivery: boolean;
357
+ gift: boolean;
358
+ insure: boolean;
359
+ contains_alcohol: boolean;
360
+ customs_required: boolean;
361
+ incoterm: null;
362
+ shipping_carrier_facility: null;
363
+ shipping_hold_for_pickup: null;
364
+ ship_actual_cost: null;
365
+ shipped_on: null;
366
+ ship_notes: null;
367
+ shipping_confirmation_sent: boolean;
368
+ ship_3rdparty_cost: string;
369
+ ship_3rdparty_account: null;
370
+ ship_3rdparty_zip: null;
371
+ ship_3rdparty_country: null;
372
+ payment_type: string;
373
+ public_note: null;
374
+ days_in_transit: number;
375
+ days_in_transit_carrier_estimate: null;
376
+ req_insurance_value: null;
377
+ packingslip_pdf_url: null;
378
+ cf_packingslip_pdf_url: null;
379
+ customs_vat_number: null;
380
+ customs_eori_number: null;
381
+ customs_ioss_number: null;
382
+ customs_receiver_tax_id: null;
383
+ global_e_ge_order: boolean;
384
+ return_name: null;
385
+ return_company: null;
386
+ return_address_1: null;
387
+ return_address_2: null;
388
+ return_city: null;
389
+ return_state: null;
390
+ return_country: null;
391
+ return_zip: null;
392
+ return_phone: null;
393
+ return_email: null;
394
+ return_address_verified: null;
395
+ return_time_limit: null;
396
+ permissions_limited: boolean;
397
+ originator: {
398
+ id: number;
399
+ originated_id: null;
400
+ originated_type: string;
401
+ shop_id: number;
402
+ provider: string;
403
+ original_id: string;
404
+ group_id: string;
405
+ misc: null;
406
+ active: boolean;
407
+ integration_id: null;
408
+ last_notified_at: null;
409
+ last_notification_status: null;
410
+ distinct_originator_key: null;
411
+ created_at: string;
412
+ updated_at: string;
413
+ application_id: null;
414
+ };
415
+ shop_shipping_method_price: string;
416
+ order_item_count: number;
417
+ order_item_quantity: number;
418
+ shipping_method_name: string;
419
+ shipping_method_carrier: string;
420
+ international: boolean;
421
+ customer_name: string;
422
+ warehouse_name: string;
423
+ pickup: boolean;
424
+ is_workable: boolean;
425
+ is_gestating: null;
426
+ customs_info: null;
427
+ wholesale: null;
428
+ tracking: never[];
429
+ tracking_links: never[];
430
+ } | {
431
+ id: number;
432
+ customer_id: number;
433
+ order_batch_id: number;
434
+ quote_id: null;
435
+ warehouse_id: number;
436
+ return_warehouse_id: null;
437
+ shipping_method_id: number;
438
+ estimated_shipping_method_id: null;
439
+ humanize_id: string;
440
+ status: number;
441
+ status_name: string;
442
+ previous_status: number;
443
+ order_orig: null;
444
+ package_label_reference: null;
445
+ level1_token: null;
446
+ level2_token: null;
447
+ workable_at: string;
448
+ skip_street_date: boolean;
449
+ due_at: null;
450
+ created_at: string;
451
+ updated_at: string;
452
+ meta_data: null;
453
+ customer_provided_label_carrier: null;
454
+ purchase_order: null;
455
+ order_type: string;
456
+ batch_priority: boolean;
457
+ email: string;
458
+ address_verified: null;
459
+ items_updateable: boolean;
460
+ address_message: null;
461
+ scac: null;
462
+ tms_id: null;
463
+ tms_required: null;
464
+ shop_warehouse_id: null;
465
+ shop_warehouse_ids: never[];
466
+ shop_shipping_method_currency: null;
467
+ shop_created_at: null;
468
+ shop_updated_at: null;
469
+ shop_shipping_method_text: null;
470
+ billing_company: null;
471
+ billing_address_1: null;
472
+ billing_address_2: null;
473
+ billing_address_3: null;
474
+ billing_city: null;
475
+ billing_state: null;
476
+ billing_zip: null;
477
+ billing_country: null;
478
+ billing_phone: null;
479
+ billed: boolean;
480
+ billing_name: null;
481
+ first_name: null;
482
+ last_name: null;
483
+ full_name: null;
484
+ shipping_name: string;
485
+ shipping_company: null;
486
+ shipping_address_1: string;
487
+ shipping_address_2: null;
488
+ shipping_city: string;
489
+ shipping_state: string;
490
+ shipping_zip: string;
491
+ shipping_country: string;
492
+ shipping_country_iso2: string;
493
+ shipping_phone: string;
494
+ requested_address: null;
495
+ residential: boolean;
496
+ expedited: boolean;
497
+ require_signature: boolean;
498
+ require_adult_signature: boolean;
499
+ saturday_delivery: boolean;
500
+ gift: boolean;
501
+ insure: boolean;
502
+ contains_alcohol: boolean;
503
+ customs_required: boolean;
504
+ incoterm: null;
505
+ shipping_carrier_facility: null;
506
+ shipping_hold_for_pickup: null;
507
+ ship_actual_cost: string;
508
+ shipped_on: string;
509
+ ship_notes: null;
510
+ shipping_confirmation_sent: boolean;
511
+ ship_3rdparty_cost: string;
512
+ ship_3rdparty_account: null;
513
+ ship_3rdparty_zip: null;
514
+ ship_3rdparty_country: null;
515
+ payment_type: string;
516
+ public_note: null;
517
+ days_in_transit: number;
518
+ days_in_transit_carrier_estimate: null;
519
+ req_insurance_value: null;
520
+ packingslip_pdf_url: string;
521
+ cf_packingslip_pdf_url: string;
522
+ customs_vat_number: null;
523
+ customs_eori_number: null;
524
+ customs_ioss_number: null;
525
+ customs_receiver_tax_id: null;
526
+ global_e_ge_order: boolean;
527
+ return_name: null;
528
+ return_company: null;
529
+ return_address_1: null;
530
+ return_address_2: null;
531
+ return_city: null;
532
+ return_state: null;
533
+ return_country: null;
534
+ return_zip: null;
535
+ return_phone: null;
536
+ return_email: null;
537
+ return_address_verified: null;
538
+ return_time_limit: null;
539
+ permissions_limited: boolean;
540
+ originator: {
541
+ id: number;
542
+ originated_id: null;
543
+ originated_type: string;
544
+ shop_id: number;
545
+ provider: string;
546
+ original_id: string;
547
+ group_id: string;
548
+ misc: null;
549
+ active: boolean;
550
+ integration_id: null;
551
+ last_notified_at: null;
552
+ last_notification_status: null;
553
+ distinct_originator_key: null;
554
+ created_at: string;
555
+ updated_at: string;
556
+ application_id: null;
557
+ };
558
+ shop_shipping_method_price: string;
559
+ order_item_count: number;
560
+ order_item_quantity: number;
561
+ shipping_method_name: string;
562
+ shipping_method_carrier: string;
563
+ international: boolean;
564
+ customer_name: string;
565
+ warehouse_name: string;
566
+ pickup: boolean;
567
+ is_workable: boolean;
568
+ is_gestating: boolean;
569
+ customs_info: null;
570
+ wholesale: null;
571
+ tracking: never[];
572
+ tracking_links: never[];
573
+ })[];