@whiplashmerch/whiplash-api-client 3.0.9 → 3.0.11
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.
|
@@ -615,6 +615,11 @@ export interface ApiV2EntitiesConsumerReturn {
|
|
|
615
615
|
*/
|
|
616
616
|
eta?: string | null;
|
|
617
617
|
exchange_order?: ApiV2EntitiesOrder;
|
|
618
|
+
/**
|
|
619
|
+
* the id of the exhange order
|
|
620
|
+
* @format int32
|
|
621
|
+
*/
|
|
622
|
+
exchange_order_id?: number | null;
|
|
618
623
|
/** was handling billed? */
|
|
619
624
|
handling_billed?: boolean | null;
|
|
620
625
|
/**
|
|
@@ -841,6 +846,8 @@ export interface ApiV2EntitiesCustomer {
|
|
|
841
846
|
* @format int32
|
|
842
847
|
*/
|
|
843
848
|
id?: number;
|
|
849
|
+
/** Customer incoterm. */
|
|
850
|
+
incoterm?: string;
|
|
844
851
|
/** Customer instructions. */
|
|
845
852
|
instructions?: string | null;
|
|
846
853
|
/** Customer has item scanning preference? */
|
|
@@ -1087,6 +1094,8 @@ export interface ApiV2EntitiesCustomerShallow {
|
|
|
1087
1094
|
* @format int32
|
|
1088
1095
|
*/
|
|
1089
1096
|
id?: number;
|
|
1097
|
+
/** Customer incoterm. */
|
|
1098
|
+
incoterm?: string;
|
|
1090
1099
|
/** Customer instructions. */
|
|
1091
1100
|
instructions?: string;
|
|
1092
1101
|
/** Customer has item scanning preference? */
|
|
@@ -2208,7 +2217,7 @@ export interface ApiV2EntitiesItemWarehouseQuantity {
|
|
|
2208
2217
|
* @format float
|
|
2209
2218
|
*/
|
|
2210
2219
|
vat?: number;
|
|
2211
|
-
warehouse_features?:
|
|
2220
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
2212
2221
|
}
|
|
2213
2222
|
/** V2 */
|
|
2214
2223
|
export interface ApiV2EntitiesListValue {
|
|
@@ -5618,7 +5627,7 @@ export interface ApiV2EntitiesWarehouse {
|
|
|
5618
5627
|
* @format float
|
|
5619
5628
|
*/
|
|
5620
5629
|
vat?: number | null;
|
|
5621
|
-
warehouse_features?:
|
|
5630
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
5622
5631
|
}
|
|
5623
5632
|
/** V2 */
|
|
5624
5633
|
export interface ApiV2EntitiesWarehouseFeature {
|
|
@@ -5641,7 +5650,7 @@ export interface ApiV2EntitiesWarehouseFeature {
|
|
|
5641
5650
|
* @format date-time
|
|
5642
5651
|
*/
|
|
5643
5652
|
updated_at?: string | null;
|
|
5644
|
-
warehouses?:
|
|
5653
|
+
warehouses?: ApiV2EntitiesWarehouse[];
|
|
5645
5654
|
}
|
|
5646
5655
|
/** V2 */
|
|
5647
5656
|
export interface ApiV2EntitiesWarehouseShallow {
|
|
@@ -5774,7 +5783,7 @@ export interface ApiV2EntitiesWarehouseShallow {
|
|
|
5774
5783
|
* @format float
|
|
5775
5784
|
*/
|
|
5776
5785
|
vat?: number;
|
|
5777
|
-
warehouse_features?:
|
|
5786
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
5778
5787
|
}
|
|
5779
5788
|
/** V2 */
|
|
5780
5789
|
export interface ApiV2EntitiesWholesale {
|
|
@@ -6494,6 +6503,11 @@ export interface ApiV21EntitiesConsumerReturn {
|
|
|
6494
6503
|
* @format date-time
|
|
6495
6504
|
*/
|
|
6496
6505
|
eta?: string | null;
|
|
6506
|
+
/**
|
|
6507
|
+
* the id of the exhange order
|
|
6508
|
+
* @format int32
|
|
6509
|
+
*/
|
|
6510
|
+
exchange_order_id?: number | null;
|
|
6497
6511
|
/** was handling billed? */
|
|
6498
6512
|
handling_billed?: boolean | null;
|
|
6499
6513
|
/**
|
|
@@ -6702,6 +6716,8 @@ export interface ApiV21EntitiesCustomer {
|
|
|
6702
6716
|
* @format int32
|
|
6703
6717
|
*/
|
|
6704
6718
|
id?: number;
|
|
6719
|
+
/** Customer incoterm. */
|
|
6720
|
+
incoterm?: string;
|
|
6705
6721
|
/** Customer instructions. */
|
|
6706
6722
|
instructions?: string | null;
|
|
6707
6723
|
/** Customer has item scanning preference? */
|
|
@@ -16904,6 +16920,11 @@ export interface PostApiV21ConsumerReturnsBulkRequest {
|
|
|
16904
16920
|
due_at?: string;
|
|
16905
16921
|
/** purchase order number or other human readable token to another system */
|
|
16906
16922
|
reference?: string;
|
|
16923
|
+
/**
|
|
16924
|
+
* the id of the exhange order
|
|
16925
|
+
* @format int32
|
|
16926
|
+
*/
|
|
16927
|
+
exchange_order_id?: number;
|
|
16907
16928
|
shipnotice_items_attributes?: {
|
|
16908
16929
|
/**
|
|
16909
16930
|
* the shipnotice item item id
|
|
@@ -17020,6 +17041,11 @@ export interface PostApiV21ConsumerReturnsRequest {
|
|
|
17020
17041
|
eta?: string;
|
|
17021
17042
|
/** List of whiplash item ids to be added to an exchange order */
|
|
17022
17043
|
exchange_items?: number[];
|
|
17044
|
+
/**
|
|
17045
|
+
* the id of the exhange order
|
|
17046
|
+
* @format int32
|
|
17047
|
+
*/
|
|
17048
|
+
exchange_order_id?: number;
|
|
17023
17049
|
/** was handling billed? */
|
|
17024
17050
|
handling_billed?: boolean;
|
|
17025
17051
|
/** Hash of key value pairs (must conform to available meta keys) */
|
|
@@ -17229,6 +17255,8 @@ export interface PostApiV21CustomersRequest {
|
|
|
17229
17255
|
full_logo_url?: string;
|
|
17230
17256
|
/** Customer Global-E GUID. */
|
|
17231
17257
|
global_e_guid?: string;
|
|
17258
|
+
/** Customer incoterm. */
|
|
17259
|
+
incoterm?: string;
|
|
17232
17260
|
/** Customer instructions. */
|
|
17233
17261
|
instructions?: string;
|
|
17234
17262
|
/** Customer has item scanning preference? */
|
|
@@ -20576,6 +20604,11 @@ export interface PostApiV2ConsumerReturnsBulkRequest {
|
|
|
20576
20604
|
due_at?: string;
|
|
20577
20605
|
/** purchase order number or other human readable token to another system */
|
|
20578
20606
|
reference?: string;
|
|
20607
|
+
/**
|
|
20608
|
+
* the id of the exhange order
|
|
20609
|
+
* @format int32
|
|
20610
|
+
*/
|
|
20611
|
+
exchange_order_id?: number;
|
|
20579
20612
|
shipnotice_items_attributes?: {
|
|
20580
20613
|
/**
|
|
20581
20614
|
* the shipnotice item item id
|
|
@@ -20692,6 +20725,11 @@ export interface PostApiV2ConsumerReturnsRequest {
|
|
|
20692
20725
|
eta?: string;
|
|
20693
20726
|
/** List of whiplash item ids to be added to an exchange order */
|
|
20694
20727
|
exchange_items?: number[];
|
|
20728
|
+
/**
|
|
20729
|
+
* the id of the exhange order
|
|
20730
|
+
* @format int32
|
|
20731
|
+
*/
|
|
20732
|
+
exchange_order_id?: number;
|
|
20695
20733
|
/** was handling billed? */
|
|
20696
20734
|
handling_billed?: boolean;
|
|
20697
20735
|
/** Hash of key value pairs (must conform to available meta keys) */
|
|
@@ -20901,6 +20939,8 @@ export interface PostApiV2CustomersRequest {
|
|
|
20901
20939
|
full_logo_url?: string;
|
|
20902
20940
|
/** Customer Global-E GUID. */
|
|
20903
20941
|
global_e_guid?: string;
|
|
20942
|
+
/** Customer incoterm. */
|
|
20943
|
+
incoterm?: string;
|
|
20904
20944
|
/** Customer instructions. */
|
|
20905
20945
|
instructions?: string;
|
|
20906
20946
|
/** Customer has item scanning preference? */
|
|
@@ -24233,6 +24273,8 @@ export interface PutApiV21CustomersIdRequest {
|
|
|
24233
24273
|
full_logo_url?: string;
|
|
24234
24274
|
/** Customer Global-E GUID. */
|
|
24235
24275
|
global_e_guid?: string;
|
|
24276
|
+
/** Customer incoterm. */
|
|
24277
|
+
incoterm?: string;
|
|
24236
24278
|
/** Customer instructions. */
|
|
24237
24279
|
instructions?: string;
|
|
24238
24280
|
/** Customer has item scanning preference? */
|
|
@@ -26574,6 +26616,7 @@ export interface PutApiV21WarehouseFeaturesIdRequest {
|
|
|
26574
26616
|
feature_code?: string;
|
|
26575
26617
|
/** List of warehouse ids for the warehouse feature */
|
|
26576
26618
|
warehouse_ids?: number[];
|
|
26619
|
+
warehouses?: string;
|
|
26577
26620
|
}
|
|
26578
26621
|
export interface PutApiV21WarehousesIdCallActionRequest {
|
|
26579
26622
|
action?: string;
|
|
@@ -27245,6 +27288,8 @@ export interface PutApiV2CustomersIdRequest {
|
|
|
27245
27288
|
full_logo_url?: string;
|
|
27246
27289
|
/** Customer Global-E GUID. */
|
|
27247
27290
|
global_e_guid?: string;
|
|
27291
|
+
/** Customer incoterm. */
|
|
27292
|
+
incoterm?: string;
|
|
27248
27293
|
/** Customer instructions. */
|
|
27249
27294
|
instructions?: string;
|
|
27250
27295
|
/** Customer has item scanning preference? */
|
|
@@ -29586,6 +29631,7 @@ export interface PutApiV2WarehouseFeaturesIdRequest {
|
|
|
29586
29631
|
feature_code?: string;
|
|
29587
29632
|
/** List of warehouse ids for the warehouse feature */
|
|
29588
29633
|
warehouse_ids?: number[];
|
|
29634
|
+
warehouses?: string;
|
|
29589
29635
|
}
|
|
29590
29636
|
export interface PutApiV2WarehousesIdCallActionRequest {
|
|
29591
29637
|
action?: string;
|
|
@@ -136,6 +136,11 @@ export interface ApiV2EntitiesConsumerReturn {
|
|
|
136
136
|
*/
|
|
137
137
|
eta?: string | null;
|
|
138
138
|
exchange_order?: ApiV2EntitiesOrder;
|
|
139
|
+
/**
|
|
140
|
+
* the id of the exhange order
|
|
141
|
+
* @format int32
|
|
142
|
+
*/
|
|
143
|
+
exchange_order_id?: number | null;
|
|
139
144
|
/** was handling billed? */
|
|
140
145
|
handling_billed?: boolean | null;
|
|
141
146
|
/**
|
|
@@ -338,6 +343,8 @@ export interface ApiV2EntitiesCustomer {
|
|
|
338
343
|
* @format int32
|
|
339
344
|
*/
|
|
340
345
|
id?: number;
|
|
346
|
+
/** Customer incoterm. */
|
|
347
|
+
incoterm?: string;
|
|
341
348
|
/** Customer instructions. */
|
|
342
349
|
instructions?: string | null;
|
|
343
350
|
/** Customer has item scanning preference? */
|
|
@@ -585,6 +592,8 @@ export interface ApiV2EntitiesCustomerShallow {
|
|
|
585
592
|
* @format int32
|
|
586
593
|
*/
|
|
587
594
|
id?: number;
|
|
595
|
+
/** Customer incoterm. */
|
|
596
|
+
incoterm?: string;
|
|
588
597
|
/** Customer instructions. */
|
|
589
598
|
instructions?: string;
|
|
590
599
|
/** Customer has item scanning preference? */
|
|
@@ -1178,7 +1187,7 @@ export interface ApiV2EntitiesItemWarehouseQuantity {
|
|
|
1178
1187
|
* @format float
|
|
1179
1188
|
*/
|
|
1180
1189
|
vat?: number;
|
|
1181
|
-
warehouse_features?:
|
|
1190
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
1182
1191
|
}
|
|
1183
1192
|
|
|
1184
1193
|
/** V2 */
|
|
@@ -2779,7 +2788,31 @@ export interface ApiV2EntitiesWarehouse {
|
|
|
2779
2788
|
* @format float
|
|
2780
2789
|
*/
|
|
2781
2790
|
vat?: number | null;
|
|
2782
|
-
warehouse_features?:
|
|
2791
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
/** V2 */
|
|
2795
|
+
export interface ApiV2EntitiesWarehouseFeature {
|
|
2796
|
+
/**
|
|
2797
|
+
* the warehouse feature creation date and time
|
|
2798
|
+
* @format date-time
|
|
2799
|
+
*/
|
|
2800
|
+
created_at?: string | null;
|
|
2801
|
+
/** the warehouse feature feature */
|
|
2802
|
+
feature?: string;
|
|
2803
|
+
/** the code for the warehouse feature */
|
|
2804
|
+
feature_code?: string | null;
|
|
2805
|
+
/**
|
|
2806
|
+
* the warehouse feature id
|
|
2807
|
+
* @format int32
|
|
2808
|
+
*/
|
|
2809
|
+
id?: number;
|
|
2810
|
+
/**
|
|
2811
|
+
* the warehouse feature last update date and time
|
|
2812
|
+
* @format date-time
|
|
2813
|
+
*/
|
|
2814
|
+
updated_at?: string | null;
|
|
2815
|
+
warehouses?: ApiV2EntitiesWarehouse[];
|
|
2783
2816
|
}
|
|
2784
2817
|
|
|
2785
2818
|
/** V2 */
|
|
@@ -2913,7 +2946,7 @@ export interface ApiV2EntitiesWarehouseShallow {
|
|
|
2913
2946
|
* @format float
|
|
2914
2947
|
*/
|
|
2915
2948
|
vat?: number;
|
|
2916
|
-
warehouse_features?:
|
|
2949
|
+
warehouse_features?: ApiV2EntitiesWarehouseFeature[];
|
|
2917
2950
|
}
|
|
2918
2951
|
|
|
2919
2952
|
/** V2 */
|
|
@@ -3173,6 +3206,11 @@ export interface ApiV21EntitiesConsumerReturn {
|
|
|
3173
3206
|
* @format date-time
|
|
3174
3207
|
*/
|
|
3175
3208
|
eta?: string | null;
|
|
3209
|
+
/**
|
|
3210
|
+
* the id of the exhange order
|
|
3211
|
+
* @format int32
|
|
3212
|
+
*/
|
|
3213
|
+
exchange_order_id?: number | null;
|
|
3176
3214
|
/** was handling billed? */
|
|
3177
3215
|
handling_billed?: boolean | null;
|
|
3178
3216
|
/**
|
|
@@ -3357,6 +3395,8 @@ export interface ApiV21EntitiesCustomer {
|
|
|
3357
3395
|
* @format int32
|
|
3358
3396
|
*/
|
|
3359
3397
|
id?: number;
|
|
3398
|
+
/** Customer incoterm. */
|
|
3399
|
+
incoterm?: string;
|
|
3360
3400
|
/** Customer instructions. */
|
|
3361
3401
|
instructions?: string | null;
|
|
3362
3402
|
/** Customer has item scanning preference? */
|
|
@@ -6412,6 +6452,11 @@ export interface PostApiV21ConsumerReturnsBulkRequest {
|
|
|
6412
6452
|
due_at?: string;
|
|
6413
6453
|
/** purchase order number or other human readable token to another system */
|
|
6414
6454
|
reference?: string;
|
|
6455
|
+
/**
|
|
6456
|
+
* the id of the exhange order
|
|
6457
|
+
* @format int32
|
|
6458
|
+
*/
|
|
6459
|
+
exchange_order_id?: number;
|
|
6415
6460
|
shipnotice_items_attributes?: {
|
|
6416
6461
|
/**
|
|
6417
6462
|
* the shipnotice item item id
|
|
@@ -6506,6 +6551,11 @@ export interface PostApiV21ConsumerReturnsRequest {
|
|
|
6506
6551
|
eta?: string;
|
|
6507
6552
|
/** List of whiplash item ids to be added to an exchange order */
|
|
6508
6553
|
exchange_items?: number[];
|
|
6554
|
+
/**
|
|
6555
|
+
* the id of the exhange order
|
|
6556
|
+
* @format int32
|
|
6557
|
+
*/
|
|
6558
|
+
exchange_order_id?: number;
|
|
6509
6559
|
/** was handling billed? */
|
|
6510
6560
|
handling_billed?: boolean;
|
|
6511
6561
|
/** Hash of key value pairs (must conform to available meta keys) */
|
|
@@ -8391,6 +8441,11 @@ export interface PostApiV2ConsumerReturnsBulkRequest {
|
|
|
8391
8441
|
due_at?: string;
|
|
8392
8442
|
/** purchase order number or other human readable token to another system */
|
|
8393
8443
|
reference?: string;
|
|
8444
|
+
/**
|
|
8445
|
+
* the id of the exhange order
|
|
8446
|
+
* @format int32
|
|
8447
|
+
*/
|
|
8448
|
+
exchange_order_id?: number;
|
|
8394
8449
|
shipnotice_items_attributes?: {
|
|
8395
8450
|
/**
|
|
8396
8451
|
* the shipnotice item item id
|
|
@@ -8485,6 +8540,11 @@ export interface PostApiV2ConsumerReturnsRequest {
|
|
|
8485
8540
|
eta?: string;
|
|
8486
8541
|
/** List of whiplash item ids to be added to an exchange order */
|
|
8487
8542
|
exchange_items?: number[];
|
|
8543
|
+
/**
|
|
8544
|
+
* the id of the exhange order
|
|
8545
|
+
* @format int32
|
|
8546
|
+
*/
|
|
8547
|
+
exchange_order_id?: number;
|
|
8488
8548
|
/** was handling billed? */
|
|
8489
8549
|
handling_billed?: boolean;
|
|
8490
8550
|
/** Hash of key value pairs (must conform to available meta keys) */
|
|
@@ -10422,6 +10482,8 @@ export interface PutApiV21CustomersIdRequest {
|
|
|
10422
10482
|
full_logo_url?: string;
|
|
10423
10483
|
/** Customer Global-E GUID. */
|
|
10424
10484
|
global_e_guid?: string;
|
|
10485
|
+
/** Customer incoterm. */
|
|
10486
|
+
incoterm?: string;
|
|
10425
10487
|
/** Customer instructions. */
|
|
10426
10488
|
instructions?: string;
|
|
10427
10489
|
/** Customer has item scanning preference? */
|
|
@@ -11663,6 +11725,8 @@ export interface PutApiV2CustomersIdRequest {
|
|
|
11663
11725
|
full_logo_url?: string;
|
|
11664
11726
|
/** Customer Global-E GUID. */
|
|
11665
11727
|
global_e_guid?: string;
|
|
11728
|
+
/** Customer incoterm. */
|
|
11729
|
+
incoterm?: string;
|
|
11666
11730
|
/** Customer instructions. */
|
|
11667
11731
|
instructions?: string;
|
|
11668
11732
|
/** Customer has item scanning preference? */
|