@whiplashmerch/whiplash-api-client 2.0.14 → 2.0.15
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.
|
@@ -4670,8 +4670,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4670
4670
|
* @format date-time
|
|
4671
4671
|
*/
|
|
4672
4672
|
arrived_at?: string;
|
|
4673
|
-
/** BOL proxy for this shipnotice. */
|
|
4674
|
-
bol_proxy?: string | null;
|
|
4675
4673
|
/** shipping carrier */
|
|
4676
4674
|
carrier?: string;
|
|
4677
4675
|
/**
|
|
@@ -4725,8 +4723,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4725
4723
|
inspection_required?: boolean;
|
|
4726
4724
|
/** meta data for this shipnotice as stringified JSON */
|
|
4727
4725
|
meta_data?: string | null;
|
|
4728
|
-
/** MID code for this shipnotice. */
|
|
4729
|
-
mid_code?: string | null;
|
|
4730
4726
|
/** notes by customer */
|
|
4731
4727
|
notes_by_customer?: string | null;
|
|
4732
4728
|
/** notes by whiplash */
|
|
@@ -4817,8 +4813,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4817
4813
|
* @format int32
|
|
4818
4814
|
*/
|
|
4819
4815
|
warehouse_id?: number;
|
|
4820
|
-
/** zone status of this shipnotice. */
|
|
4821
|
-
zone_status?: string | null;
|
|
4822
4816
|
}
|
|
4823
4817
|
/** V2 */
|
|
4824
4818
|
export interface ApiV2EntitiesShipnoticeItem {
|
|
@@ -4900,11 +4894,6 @@ export interface ApiV2EntitiesShipnoticeItem {
|
|
|
4900
4894
|
* @format int32
|
|
4901
4895
|
*/
|
|
4902
4896
|
unallocated?: number;
|
|
4903
|
-
/**
|
|
4904
|
-
* unit cost for this shipnotice item
|
|
4905
|
-
* @format float
|
|
4906
|
-
*/
|
|
4907
|
-
unit_cost?: number | null;
|
|
4908
4897
|
/**
|
|
4909
4898
|
* the shipnotice item last update date and time
|
|
4910
4899
|
* @format date-time
|
|
@@ -8298,8 +8287,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
8298
8287
|
* @format date-time
|
|
8299
8288
|
*/
|
|
8300
8289
|
arrived_at?: string;
|
|
8301
|
-
/** BOL proxy for this shipnotice. */
|
|
8302
|
-
bol_proxy?: string | null;
|
|
8303
8290
|
/**
|
|
8304
8291
|
* the shipnotice must be completed by date and time
|
|
8305
8292
|
* @format date-time
|
|
@@ -8352,8 +8339,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
8352
8339
|
inspection_required?: boolean;
|
|
8353
8340
|
/** meta data for this shipnotice as stringified JSON */
|
|
8354
8341
|
meta_data?: string | null;
|
|
8355
|
-
/** MID code for this shipnotice. */
|
|
8356
|
-
mid_code?: string | null;
|
|
8357
8342
|
/** notes by customer */
|
|
8358
8343
|
notes_by_customer?: string | null;
|
|
8359
8344
|
/** notes by whiplash */
|
|
@@ -8442,8 +8427,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
8442
8427
|
warehouse_id?: number;
|
|
8443
8428
|
/** The name of the associated warehouse */
|
|
8444
8429
|
warehouse_name?: string;
|
|
8445
|
-
/** zone status of this shipnotice. */
|
|
8446
|
-
zone_status?: string | null;
|
|
8447
8430
|
}
|
|
8448
8431
|
/** V2_1 */
|
|
8449
8432
|
export interface ApiV21EntitiesShipnoticeItem {
|
|
@@ -8508,11 +8491,6 @@ export interface ApiV21EntitiesShipnoticeItem {
|
|
|
8508
8491
|
* @format int32
|
|
8509
8492
|
*/
|
|
8510
8493
|
shipnotice_id?: number | null;
|
|
8511
|
-
/**
|
|
8512
|
-
* unit cost for this shipnotice item
|
|
8513
|
-
* @format float
|
|
8514
|
-
*/
|
|
8515
|
-
unit_cost?: number | null;
|
|
8516
8494
|
/**
|
|
8517
8495
|
* the shipnotice item last update date and time
|
|
8518
8496
|
* @format date-time
|
|
@@ -17367,12 +17345,6 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
17367
17345
|
reference?: string;
|
|
17368
17346
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
17369
17347
|
quantities_verified?: object;
|
|
17370
|
-
/** BOL proxy for this shipnotice. */
|
|
17371
|
-
bol_proxy?: string;
|
|
17372
|
-
/** MID code for this shipnotice. */
|
|
17373
|
-
mid_code?: string;
|
|
17374
|
-
/** zone status of this shipnotice. */
|
|
17375
|
-
zone_status?: string;
|
|
17376
17348
|
/** is inspection required? (default: false) */
|
|
17377
17349
|
inspection_required?: boolean;
|
|
17378
17350
|
/**
|
|
@@ -17526,11 +17498,6 @@ export interface PostApiV21ShipnoticesIdShipnoticeItemsRequest {
|
|
|
17526
17498
|
quantity?: number;
|
|
17527
17499
|
/** action to perform on item return */
|
|
17528
17500
|
return_action?: string;
|
|
17529
|
-
/**
|
|
17530
|
-
* Unit cost per item
|
|
17531
|
-
* @format float
|
|
17532
|
-
*/
|
|
17533
|
-
unit_cost?: number;
|
|
17534
17501
|
}
|
|
17535
17502
|
export interface PostApiV21ShipnoticesRequest {
|
|
17536
17503
|
/**
|
|
@@ -17543,8 +17510,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
17543
17510
|
* @format date-time
|
|
17544
17511
|
*/
|
|
17545
17512
|
arrived_at?: string;
|
|
17546
|
-
/** BOL proxy for this shipnotice. */
|
|
17547
|
-
bol_proxy?: string;
|
|
17548
17513
|
carrier?: string;
|
|
17549
17514
|
/**
|
|
17550
17515
|
* the shipnotice completion date and time
|
|
@@ -17583,8 +17548,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
17583
17548
|
/** Included meta fields for associations */
|
|
17584
17549
|
association_fields?: object;
|
|
17585
17550
|
};
|
|
17586
|
-
/** MID code for this shipnotice. */
|
|
17587
|
-
mid_code?: string;
|
|
17588
17551
|
/** notes by customer */
|
|
17589
17552
|
notes_by_customer?: string;
|
|
17590
17553
|
/** notes by whiplash */
|
|
@@ -17689,8 +17652,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
17689
17652
|
* @format int32
|
|
17690
17653
|
*/
|
|
17691
17654
|
warehouse_id?: number;
|
|
17692
|
-
/** zone status of this shipnotice. */
|
|
17693
|
-
zone_status?: string;
|
|
17694
17655
|
}
|
|
17695
17656
|
export interface PostApiV21ShippingAliasesRequest {
|
|
17696
17657
|
/**
|
|
@@ -20988,12 +20949,6 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
20988
20949
|
reference?: string;
|
|
20989
20950
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
20990
20951
|
quantities_verified?: object;
|
|
20991
|
-
/** BOL proxy for this shipnotice. */
|
|
20992
|
-
bol_proxy?: string;
|
|
20993
|
-
/** MID code for this shipnotice. */
|
|
20994
|
-
mid_code?: string;
|
|
20995
|
-
/** zone status of this shipnotice. */
|
|
20996
|
-
zone_status?: string;
|
|
20997
20952
|
/** is inspection required? (default: false) */
|
|
20998
20953
|
inspection_required?: boolean;
|
|
20999
20954
|
/**
|
|
@@ -21147,11 +21102,6 @@ export interface PostApiV2ShipnoticesIdShipnoticeItemsRequest {
|
|
|
21147
21102
|
quantity?: number;
|
|
21148
21103
|
/** action to perform on item return */
|
|
21149
21104
|
return_action?: string;
|
|
21150
|
-
/**
|
|
21151
|
-
* Unit cost per item
|
|
21152
|
-
* @format float
|
|
21153
|
-
*/
|
|
21154
|
-
unit_cost?: number;
|
|
21155
21105
|
}
|
|
21156
21106
|
export interface PostApiV2ShipnoticesRequest {
|
|
21157
21107
|
/**
|
|
@@ -21164,8 +21114,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
21164
21114
|
* @format date-time
|
|
21165
21115
|
*/
|
|
21166
21116
|
arrived_at?: string;
|
|
21167
|
-
/** BOL proxy for this shipnotice. */
|
|
21168
|
-
bol_proxy?: string;
|
|
21169
21117
|
carrier?: string;
|
|
21170
21118
|
/**
|
|
21171
21119
|
* the shipnotice completion date and time
|
|
@@ -21204,8 +21152,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
21204
21152
|
/** Included meta fields for associations */
|
|
21205
21153
|
association_fields?: object;
|
|
21206
21154
|
};
|
|
21207
|
-
/** MID code for this shipnotice. */
|
|
21208
|
-
mid_code?: string;
|
|
21209
21155
|
/** notes by customer */
|
|
21210
21156
|
notes_by_customer?: string;
|
|
21211
21157
|
/** notes by whiplash */
|
|
@@ -21310,8 +21256,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
21310
21256
|
* @format int32
|
|
21311
21257
|
*/
|
|
21312
21258
|
warehouse_id?: number;
|
|
21313
|
-
/** zone status of this shipnotice. */
|
|
21314
|
-
zone_status?: string;
|
|
21315
21259
|
}
|
|
21316
21260
|
export interface PostApiV2ShippingAliasesRequest {
|
|
21317
21261
|
/**
|
|
@@ -24071,11 +24015,6 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
|
|
|
24071
24015
|
* @format int32
|
|
24072
24016
|
*/
|
|
24073
24017
|
quantity?: number;
|
|
24074
|
-
/**
|
|
24075
|
-
* Unit cost per item
|
|
24076
|
-
* @format float
|
|
24077
|
-
*/
|
|
24078
|
-
unit_cost?: number;
|
|
24079
24018
|
}
|
|
24080
24019
|
export interface PutApiV21ShipnoticesIdCallActionRequest {
|
|
24081
24020
|
action?: string;
|
|
@@ -24104,8 +24043,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
24104
24043
|
* @format date-time
|
|
24105
24044
|
*/
|
|
24106
24045
|
arrived_at?: string;
|
|
24107
|
-
/** BOL proxy for this shipnotice. */
|
|
24108
|
-
bol_proxy?: string;
|
|
24109
24046
|
carrier?: string;
|
|
24110
24047
|
/**
|
|
24111
24048
|
* the shipnotice completion date and time
|
|
@@ -24135,8 +24072,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
24135
24072
|
handling_billed?: boolean;
|
|
24136
24073
|
/** meta data for this shipnotice as stringified JSON */
|
|
24137
24074
|
meta_data?: string;
|
|
24138
|
-
/** MID code for this shipnotice. */
|
|
24139
|
-
mid_code?: string;
|
|
24140
24075
|
/** notes by customer */
|
|
24141
24076
|
notes_by_customer?: string;
|
|
24142
24077
|
/** notes by whiplash */
|
|
@@ -24191,8 +24126,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
24191
24126
|
tracking?: string;
|
|
24192
24127
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
24193
24128
|
type?: string;
|
|
24194
|
-
/** zone status of this shipnotice. */
|
|
24195
|
-
zone_status?: string;
|
|
24196
24129
|
}
|
|
24197
24130
|
export interface PutApiV21ShippingAliasesIdRequest {
|
|
24198
24131
|
/**
|
|
@@ -27056,11 +26989,6 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
|
|
|
27056
26989
|
* @format int32
|
|
27057
26990
|
*/
|
|
27058
26991
|
quantity?: number;
|
|
27059
|
-
/**
|
|
27060
|
-
* Unit cost per item
|
|
27061
|
-
* @format float
|
|
27062
|
-
*/
|
|
27063
|
-
unit_cost?: number;
|
|
27064
26992
|
}
|
|
27065
26993
|
export interface PutApiV2ShipnoticesIdCallActionRequest {
|
|
27066
26994
|
action?: string;
|
|
@@ -27089,8 +27017,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
27089
27017
|
* @format date-time
|
|
27090
27018
|
*/
|
|
27091
27019
|
arrived_at?: string;
|
|
27092
|
-
/** BOL proxy for this shipnotice. */
|
|
27093
|
-
bol_proxy?: string;
|
|
27094
27020
|
carrier?: string;
|
|
27095
27021
|
/**
|
|
27096
27022
|
* the shipnotice completion date and time
|
|
@@ -27120,8 +27046,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
27120
27046
|
handling_billed?: boolean;
|
|
27121
27047
|
/** meta data for this shipnotice as stringified JSON */
|
|
27122
27048
|
meta_data?: string;
|
|
27123
|
-
/** MID code for this shipnotice. */
|
|
27124
|
-
mid_code?: string;
|
|
27125
27049
|
/** notes by customer */
|
|
27126
27050
|
notes_by_customer?: string;
|
|
27127
27051
|
/** notes by whiplash */
|
|
@@ -27176,8 +27100,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
27176
27100
|
tracking?: string;
|
|
27177
27101
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
27178
27102
|
type?: string;
|
|
27179
|
-
/** zone status of this shipnotice. */
|
|
27180
|
-
zone_status?: string;
|
|
27181
27103
|
}
|
|
27182
27104
|
export interface PutApiV2ShippingAliasesIdRequest {
|
|
27183
27105
|
/**
|
|
@@ -2141,8 +2141,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2141
2141
|
* @format date-time
|
|
2142
2142
|
*/
|
|
2143
2143
|
arrived_at?: string;
|
|
2144
|
-
/** BOL proxy for this shipnotice. */
|
|
2145
|
-
bol_proxy?: string | null;
|
|
2146
2144
|
/** shipping carrier */
|
|
2147
2145
|
carrier?: string;
|
|
2148
2146
|
/**
|
|
@@ -2196,8 +2194,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2196
2194
|
inspection_required?: boolean;
|
|
2197
2195
|
/** meta data for this shipnotice as stringified JSON */
|
|
2198
2196
|
meta_data?: string | null;
|
|
2199
|
-
/** MID code for this shipnotice. */
|
|
2200
|
-
mid_code?: string | null;
|
|
2201
2197
|
/** notes by customer */
|
|
2202
2198
|
notes_by_customer?: string | null;
|
|
2203
2199
|
/** notes by whiplash */
|
|
@@ -2288,8 +2284,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2288
2284
|
* @format int32
|
|
2289
2285
|
*/
|
|
2290
2286
|
warehouse_id?: number;
|
|
2291
|
-
/** zone status of this shipnotice. */
|
|
2292
|
-
zone_status?: string | null;
|
|
2293
2287
|
}
|
|
2294
2288
|
|
|
2295
2289
|
/** V2 */
|
|
@@ -2372,11 +2366,6 @@ export interface ApiV2EntitiesShipnoticeItem {
|
|
|
2372
2366
|
* @format int32
|
|
2373
2367
|
*/
|
|
2374
2368
|
unallocated?: number;
|
|
2375
|
-
/**
|
|
2376
|
-
* unit cost for this shipnotice item
|
|
2377
|
-
* @format float
|
|
2378
|
-
*/
|
|
2379
|
-
unit_cost?: number | null;
|
|
2380
2369
|
/**
|
|
2381
2370
|
* the shipnotice item last update date and time
|
|
2382
2371
|
* @format date-time
|
|
@@ -4169,8 +4158,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4169
4158
|
* @format date-time
|
|
4170
4159
|
*/
|
|
4171
4160
|
arrived_at?: string;
|
|
4172
|
-
/** BOL proxy for this shipnotice. */
|
|
4173
|
-
bol_proxy?: string | null;
|
|
4174
4161
|
/**
|
|
4175
4162
|
* the shipnotice must be completed by date and time
|
|
4176
4163
|
* @format date-time
|
|
@@ -4223,8 +4210,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4223
4210
|
inspection_required?: boolean;
|
|
4224
4211
|
/** meta data for this shipnotice as stringified JSON */
|
|
4225
4212
|
meta_data?: string | null;
|
|
4226
|
-
/** MID code for this shipnotice. */
|
|
4227
|
-
mid_code?: string | null;
|
|
4228
4213
|
/** notes by customer */
|
|
4229
4214
|
notes_by_customer?: string | null;
|
|
4230
4215
|
/** notes by whiplash */
|
|
@@ -4313,8 +4298,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4313
4298
|
warehouse_id?: number;
|
|
4314
4299
|
/** The name of the associated warehouse */
|
|
4315
4300
|
warehouse_name?: string;
|
|
4316
|
-
/** zone status of this shipnotice. */
|
|
4317
|
-
zone_status?: string | null;
|
|
4318
4301
|
}
|
|
4319
4302
|
|
|
4320
4303
|
/** V2_1 */
|
|
@@ -4380,11 +4363,6 @@ export interface ApiV21EntitiesShipnoticeItem {
|
|
|
4380
4363
|
* @format int32
|
|
4381
4364
|
*/
|
|
4382
4365
|
shipnotice_id?: number | null;
|
|
4383
|
-
/**
|
|
4384
|
-
* unit cost for this shipnotice item
|
|
4385
|
-
* @format float
|
|
4386
|
-
*/
|
|
4387
|
-
unit_cost?: number | null;
|
|
4388
4366
|
/**
|
|
4389
4367
|
* the shipnotice item last update date and time
|
|
4390
4368
|
* @format date-time
|
|
@@ -7435,12 +7413,6 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
7435
7413
|
reference?: string;
|
|
7436
7414
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
7437
7415
|
quantities_verified?: object;
|
|
7438
|
-
/** BOL proxy for this shipnotice. */
|
|
7439
|
-
bol_proxy?: string;
|
|
7440
|
-
/** MID code for this shipnotice. */
|
|
7441
|
-
mid_code?: string;
|
|
7442
|
-
/** zone status of this shipnotice. */
|
|
7443
|
-
zone_status?: string;
|
|
7444
7416
|
/** is inspection required? (default: false) */
|
|
7445
7417
|
inspection_required?: boolean;
|
|
7446
7418
|
/**
|
|
@@ -7545,11 +7517,6 @@ export interface PostApiV21ShipnoticesIdShipnoticeItemsRequest {
|
|
|
7545
7517
|
quantity?: number;
|
|
7546
7518
|
/** action to perform on item return */
|
|
7547
7519
|
return_action?: string;
|
|
7548
|
-
/**
|
|
7549
|
-
* Unit cost per item
|
|
7550
|
-
* @format float
|
|
7551
|
-
*/
|
|
7552
|
-
unit_cost?: number;
|
|
7553
7520
|
}
|
|
7554
7521
|
|
|
7555
7522
|
export interface PostApiV21ShipnoticesRequest {
|
|
@@ -7563,8 +7530,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
7563
7530
|
* @format date-time
|
|
7564
7531
|
*/
|
|
7565
7532
|
arrived_at?: string;
|
|
7566
|
-
/** BOL proxy for this shipnotice. */
|
|
7567
|
-
bol_proxy?: string;
|
|
7568
7533
|
carrier?: string;
|
|
7569
7534
|
/**
|
|
7570
7535
|
* the shipnotice completion date and time
|
|
@@ -7603,8 +7568,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
7603
7568
|
/** Included meta fields for associations */
|
|
7604
7569
|
association_fields?: object;
|
|
7605
7570
|
};
|
|
7606
|
-
/** MID code for this shipnotice. */
|
|
7607
|
-
mid_code?: string;
|
|
7608
7571
|
/** notes by customer */
|
|
7609
7572
|
notes_by_customer?: string;
|
|
7610
7573
|
/** notes by whiplash */
|
|
@@ -7709,8 +7672,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
7709
7672
|
* @format int32
|
|
7710
7673
|
*/
|
|
7711
7674
|
warehouse_id?: number;
|
|
7712
|
-
/** zone status of this shipnotice. */
|
|
7713
|
-
zone_status?: string;
|
|
7714
7675
|
}
|
|
7715
7676
|
|
|
7716
7677
|
export interface PostApiV21SimulateConsumerReturnsCreateRequest {
|
|
@@ -9381,12 +9342,6 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
9381
9342
|
reference?: string;
|
|
9382
9343
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
9383
9344
|
quantities_verified?: object;
|
|
9384
|
-
/** BOL proxy for this shipnotice. */
|
|
9385
|
-
bol_proxy?: string;
|
|
9386
|
-
/** MID code for this shipnotice. */
|
|
9387
|
-
mid_code?: string;
|
|
9388
|
-
/** zone status of this shipnotice. */
|
|
9389
|
-
zone_status?: string;
|
|
9390
9345
|
/** is inspection required? (default: false) */
|
|
9391
9346
|
inspection_required?: boolean;
|
|
9392
9347
|
/**
|
|
@@ -9491,11 +9446,6 @@ export interface PostApiV2ShipnoticesIdShipnoticeItemsRequest {
|
|
|
9491
9446
|
quantity?: number;
|
|
9492
9447
|
/** action to perform on item return */
|
|
9493
9448
|
return_action?: string;
|
|
9494
|
-
/**
|
|
9495
|
-
* Unit cost per item
|
|
9496
|
-
* @format float
|
|
9497
|
-
*/
|
|
9498
|
-
unit_cost?: number;
|
|
9499
9449
|
}
|
|
9500
9450
|
|
|
9501
9451
|
export interface PostApiV2ShipnoticesRequest {
|
|
@@ -9509,8 +9459,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
9509
9459
|
* @format date-time
|
|
9510
9460
|
*/
|
|
9511
9461
|
arrived_at?: string;
|
|
9512
|
-
/** BOL proxy for this shipnotice. */
|
|
9513
|
-
bol_proxy?: string;
|
|
9514
9462
|
carrier?: string;
|
|
9515
9463
|
/**
|
|
9516
9464
|
* the shipnotice completion date and time
|
|
@@ -9549,8 +9497,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
9549
9497
|
/** Included meta fields for associations */
|
|
9550
9498
|
association_fields?: object;
|
|
9551
9499
|
};
|
|
9552
|
-
/** MID code for this shipnotice. */
|
|
9553
|
-
mid_code?: string;
|
|
9554
9500
|
/** notes by customer */
|
|
9555
9501
|
notes_by_customer?: string;
|
|
9556
9502
|
/** notes by whiplash */
|
|
@@ -9655,8 +9601,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
9655
9601
|
* @format int32
|
|
9656
9602
|
*/
|
|
9657
9603
|
warehouse_id?: number;
|
|
9658
|
-
/** zone status of this shipnotice. */
|
|
9659
|
-
zone_status?: string;
|
|
9660
9604
|
}
|
|
9661
9605
|
|
|
9662
9606
|
export interface PostApiV2SimulateConsumerReturnsCreateRequest {
|
|
@@ -10737,11 +10681,6 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
|
|
|
10737
10681
|
* @format int32
|
|
10738
10682
|
*/
|
|
10739
10683
|
quantity?: number;
|
|
10740
|
-
/**
|
|
10741
|
-
* Unit cost per item
|
|
10742
|
-
* @format float
|
|
10743
|
-
*/
|
|
10744
|
-
unit_cost?: number;
|
|
10745
10684
|
}
|
|
10746
10685
|
|
|
10747
10686
|
export interface PutApiV21ShipnoticesIdMetaFieldsRequest {
|
|
@@ -10762,8 +10701,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
10762
10701
|
* @format date-time
|
|
10763
10702
|
*/
|
|
10764
10703
|
arrived_at?: string;
|
|
10765
|
-
/** BOL proxy for this shipnotice. */
|
|
10766
|
-
bol_proxy?: string;
|
|
10767
10704
|
carrier?: string;
|
|
10768
10705
|
/**
|
|
10769
10706
|
* the shipnotice completion date and time
|
|
@@ -10793,8 +10730,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
10793
10730
|
handling_billed?: boolean;
|
|
10794
10731
|
/** meta data for this shipnotice as stringified JSON */
|
|
10795
10732
|
meta_data?: string;
|
|
10796
|
-
/** MID code for this shipnotice. */
|
|
10797
|
-
mid_code?: string;
|
|
10798
10733
|
/** notes by customer */
|
|
10799
10734
|
notes_by_customer?: string;
|
|
10800
10735
|
/** notes by whiplash */
|
|
@@ -10849,8 +10784,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
10849
10784
|
tracking?: string;
|
|
10850
10785
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
10851
10786
|
type?: string;
|
|
10852
|
-
/** zone status of this shipnotice. */
|
|
10853
|
-
zone_status?: string;
|
|
10854
10787
|
}
|
|
10855
10788
|
|
|
10856
10789
|
export interface PutApiV21SimulateConsumerReturnsConsumerReturnIdProcessingRequest {
|
|
@@ -11965,11 +11898,6 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
|
|
|
11965
11898
|
* @format int32
|
|
11966
11899
|
*/
|
|
11967
11900
|
quantity?: number;
|
|
11968
|
-
/**
|
|
11969
|
-
* Unit cost per item
|
|
11970
|
-
* @format float
|
|
11971
|
-
*/
|
|
11972
|
-
unit_cost?: number;
|
|
11973
11901
|
}
|
|
11974
11902
|
|
|
11975
11903
|
export interface PutApiV2ShipnoticesIdMetaFieldsRequest {
|
|
@@ -11990,8 +11918,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
11990
11918
|
* @format date-time
|
|
11991
11919
|
*/
|
|
11992
11920
|
arrived_at?: string;
|
|
11993
|
-
/** BOL proxy for this shipnotice. */
|
|
11994
|
-
bol_proxy?: string;
|
|
11995
11921
|
carrier?: string;
|
|
11996
11922
|
/**
|
|
11997
11923
|
* the shipnotice completion date and time
|
|
@@ -12021,8 +11947,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12021
11947
|
handling_billed?: boolean;
|
|
12022
11948
|
/** meta data for this shipnotice as stringified JSON */
|
|
12023
11949
|
meta_data?: string;
|
|
12024
|
-
/** MID code for this shipnotice. */
|
|
12025
|
-
mid_code?: string;
|
|
12026
11950
|
/** notes by customer */
|
|
12027
11951
|
notes_by_customer?: string;
|
|
12028
11952
|
/** notes by whiplash */
|
|
@@ -12077,8 +12001,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12077
12001
|
tracking?: string;
|
|
12078
12002
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
12079
12003
|
type?: string;
|
|
12080
|
-
/** zone status of this shipnotice. */
|
|
12081
|
-
zone_status?: string;
|
|
12082
12004
|
}
|
|
12083
12005
|
|
|
12084
12006
|
export interface PutApiV2SimulateConsumerReturnsConsumerReturnIdProcessingRequest {
|