@whiplashmerch/whiplash-api-client 2.0.19 → 2.0.20
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.
|
@@ -4672,8 +4672,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4672
4672
|
* @format date-time
|
|
4673
4673
|
*/
|
|
4674
4674
|
arrived_at?: string;
|
|
4675
|
-
/** BOL proxy for this shipnotice. */
|
|
4676
|
-
bol_proxy?: string | null;
|
|
4677
4675
|
/** shipping carrier */
|
|
4678
4676
|
carrier?: string;
|
|
4679
4677
|
/**
|
|
@@ -4727,8 +4725,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4727
4725
|
inspection_required?: boolean;
|
|
4728
4726
|
/** meta data for this shipnotice as stringified JSON */
|
|
4729
4727
|
meta_data?: string | null;
|
|
4730
|
-
/** MID code for this shipnotice. */
|
|
4731
|
-
mid_code?: string | null;
|
|
4732
4728
|
/** notes by customer */
|
|
4733
4729
|
notes_by_customer?: string | null;
|
|
4734
4730
|
/** notes by whiplash */
|
|
@@ -4819,8 +4815,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4819
4815
|
* @format int32
|
|
4820
4816
|
*/
|
|
4821
4817
|
warehouse_id?: number;
|
|
4822
|
-
/** zone status of this shipnotice. */
|
|
4823
|
-
zone_status?: string | null;
|
|
4824
4818
|
}
|
|
4825
4819
|
/** V2 */
|
|
4826
4820
|
export interface ApiV2EntitiesShipnoticeItem {
|
|
@@ -4902,11 +4896,6 @@ export interface ApiV2EntitiesShipnoticeItem {
|
|
|
4902
4896
|
* @format int32
|
|
4903
4897
|
*/
|
|
4904
4898
|
unallocated?: number;
|
|
4905
|
-
/**
|
|
4906
|
-
* unit cost for this shipnotice item
|
|
4907
|
-
* @format float
|
|
4908
|
-
*/
|
|
4909
|
-
unit_cost?: number | null;
|
|
4910
4899
|
/**
|
|
4911
4900
|
* the shipnotice item last update date and time
|
|
4912
4901
|
* @format date-time
|
|
@@ -8302,8 +8291,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
8302
8291
|
* @format date-time
|
|
8303
8292
|
*/
|
|
8304
8293
|
arrived_at?: string;
|
|
8305
|
-
/** BOL proxy for this shipnotice. */
|
|
8306
|
-
bol_proxy?: string | null;
|
|
8307
8294
|
/**
|
|
8308
8295
|
* the shipnotice must be completed by date and time
|
|
8309
8296
|
* @format date-time
|
|
@@ -8356,8 +8343,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
8356
8343
|
inspection_required?: boolean;
|
|
8357
8344
|
/** meta data for this shipnotice as stringified JSON */
|
|
8358
8345
|
meta_data?: string | null;
|
|
8359
|
-
/** MID code for this shipnotice. */
|
|
8360
|
-
mid_code?: string | null;
|
|
8361
8346
|
/** notes by customer */
|
|
8362
8347
|
notes_by_customer?: string | null;
|
|
8363
8348
|
/** notes by whiplash */
|
|
@@ -8446,8 +8431,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
8446
8431
|
warehouse_id?: number;
|
|
8447
8432
|
/** The name of the associated warehouse */
|
|
8448
8433
|
warehouse_name?: string;
|
|
8449
|
-
/** zone status of this shipnotice. */
|
|
8450
|
-
zone_status?: string | null;
|
|
8451
8434
|
}
|
|
8452
8435
|
/** V2_1 */
|
|
8453
8436
|
export interface ApiV21EntitiesShipnoticeItem {
|
|
@@ -8512,11 +8495,6 @@ export interface ApiV21EntitiesShipnoticeItem {
|
|
|
8512
8495
|
* @format int32
|
|
8513
8496
|
*/
|
|
8514
8497
|
shipnotice_id?: number | null;
|
|
8515
|
-
/**
|
|
8516
|
-
* unit cost for this shipnotice item
|
|
8517
|
-
* @format float
|
|
8518
|
-
*/
|
|
8519
|
-
unit_cost?: number | null;
|
|
8520
8498
|
/**
|
|
8521
8499
|
* the shipnotice item last update date and time
|
|
8522
8500
|
* @format date-time
|
|
@@ -17373,12 +17351,6 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
17373
17351
|
reference?: string;
|
|
17374
17352
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
17375
17353
|
quantities_verified?: object;
|
|
17376
|
-
/** BOL proxy for this shipnotice. */
|
|
17377
|
-
bol_proxy?: string;
|
|
17378
|
-
/** MID code for this shipnotice. */
|
|
17379
|
-
mid_code?: string;
|
|
17380
|
-
/** zone status of this shipnotice. */
|
|
17381
|
-
zone_status?: string;
|
|
17382
17354
|
/** is inspection required? (default: false) */
|
|
17383
17355
|
inspection_required?: boolean;
|
|
17384
17356
|
/**
|
|
@@ -17532,11 +17504,6 @@ export interface PostApiV21ShipnoticesIdShipnoticeItemsRequest {
|
|
|
17532
17504
|
quantity?: number;
|
|
17533
17505
|
/** action to perform on item return */
|
|
17534
17506
|
return_action?: string;
|
|
17535
|
-
/**
|
|
17536
|
-
* Unit cost per item
|
|
17537
|
-
* @format float
|
|
17538
|
-
*/
|
|
17539
|
-
unit_cost?: number;
|
|
17540
17507
|
}
|
|
17541
17508
|
export interface PostApiV21ShipnoticesRequest {
|
|
17542
17509
|
/**
|
|
@@ -17549,8 +17516,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
17549
17516
|
* @format date-time
|
|
17550
17517
|
*/
|
|
17551
17518
|
arrived_at?: string;
|
|
17552
|
-
/** BOL proxy for this shipnotice. */
|
|
17553
|
-
bol_proxy?: string;
|
|
17554
17519
|
carrier?: string;
|
|
17555
17520
|
/**
|
|
17556
17521
|
* the shipnotice completion date and time
|
|
@@ -17589,8 +17554,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
17589
17554
|
/** Included meta fields for associations */
|
|
17590
17555
|
association_fields?: object;
|
|
17591
17556
|
};
|
|
17592
|
-
/** MID code for this shipnotice. */
|
|
17593
|
-
mid_code?: string;
|
|
17594
17557
|
/** notes by customer */
|
|
17595
17558
|
notes_by_customer?: string;
|
|
17596
17559
|
/** notes by whiplash */
|
|
@@ -17695,8 +17658,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
17695
17658
|
* @format int32
|
|
17696
17659
|
*/
|
|
17697
17660
|
warehouse_id?: number;
|
|
17698
|
-
/** zone status of this shipnotice. */
|
|
17699
|
-
zone_status?: string;
|
|
17700
17661
|
}
|
|
17701
17662
|
export interface PostApiV21ShippingAliasesRequest {
|
|
17702
17663
|
/**
|
|
@@ -20996,12 +20957,6 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
20996
20957
|
reference?: string;
|
|
20997
20958
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
20998
20959
|
quantities_verified?: object;
|
|
20999
|
-
/** BOL proxy for this shipnotice. */
|
|
21000
|
-
bol_proxy?: string;
|
|
21001
|
-
/** MID code for this shipnotice. */
|
|
21002
|
-
mid_code?: string;
|
|
21003
|
-
/** zone status of this shipnotice. */
|
|
21004
|
-
zone_status?: string;
|
|
21005
20960
|
/** is inspection required? (default: false) */
|
|
21006
20961
|
inspection_required?: boolean;
|
|
21007
20962
|
/**
|
|
@@ -21155,11 +21110,6 @@ export interface PostApiV2ShipnoticesIdShipnoticeItemsRequest {
|
|
|
21155
21110
|
quantity?: number;
|
|
21156
21111
|
/** action to perform on item return */
|
|
21157
21112
|
return_action?: string;
|
|
21158
|
-
/**
|
|
21159
|
-
* Unit cost per item
|
|
21160
|
-
* @format float
|
|
21161
|
-
*/
|
|
21162
|
-
unit_cost?: number;
|
|
21163
21113
|
}
|
|
21164
21114
|
export interface PostApiV2ShipnoticesRequest {
|
|
21165
21115
|
/**
|
|
@@ -21172,8 +21122,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
21172
21122
|
* @format date-time
|
|
21173
21123
|
*/
|
|
21174
21124
|
arrived_at?: string;
|
|
21175
|
-
/** BOL proxy for this shipnotice. */
|
|
21176
|
-
bol_proxy?: string;
|
|
21177
21125
|
carrier?: string;
|
|
21178
21126
|
/**
|
|
21179
21127
|
* the shipnotice completion date and time
|
|
@@ -21212,8 +21160,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
21212
21160
|
/** Included meta fields for associations */
|
|
21213
21161
|
association_fields?: object;
|
|
21214
21162
|
};
|
|
21215
|
-
/** MID code for this shipnotice. */
|
|
21216
|
-
mid_code?: string;
|
|
21217
21163
|
/** notes by customer */
|
|
21218
21164
|
notes_by_customer?: string;
|
|
21219
21165
|
/** notes by whiplash */
|
|
@@ -21318,8 +21264,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
21318
21264
|
* @format int32
|
|
21319
21265
|
*/
|
|
21320
21266
|
warehouse_id?: number;
|
|
21321
|
-
/** zone status of this shipnotice. */
|
|
21322
|
-
zone_status?: string;
|
|
21323
21267
|
}
|
|
21324
21268
|
export interface PostApiV2ShippingAliasesRequest {
|
|
21325
21269
|
/**
|
|
@@ -24079,11 +24023,6 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
|
|
|
24079
24023
|
* @format int32
|
|
24080
24024
|
*/
|
|
24081
24025
|
quantity?: number;
|
|
24082
|
-
/**
|
|
24083
|
-
* Unit cost per item
|
|
24084
|
-
* @format float
|
|
24085
|
-
*/
|
|
24086
|
-
unit_cost?: number;
|
|
24087
24026
|
}
|
|
24088
24027
|
export interface PutApiV21ShipnoticesIdCallActionRequest {
|
|
24089
24028
|
action?: string;
|
|
@@ -24112,8 +24051,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
24112
24051
|
* @format date-time
|
|
24113
24052
|
*/
|
|
24114
24053
|
arrived_at?: string;
|
|
24115
|
-
/** BOL proxy for this shipnotice. */
|
|
24116
|
-
bol_proxy?: string;
|
|
24117
24054
|
carrier?: string;
|
|
24118
24055
|
/**
|
|
24119
24056
|
* the shipnotice completion date and time
|
|
@@ -24143,8 +24080,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
24143
24080
|
handling_billed?: boolean;
|
|
24144
24081
|
/** meta data for this shipnotice as stringified JSON */
|
|
24145
24082
|
meta_data?: string;
|
|
24146
|
-
/** MID code for this shipnotice. */
|
|
24147
|
-
mid_code?: string;
|
|
24148
24083
|
/** notes by customer */
|
|
24149
24084
|
notes_by_customer?: string;
|
|
24150
24085
|
/** notes by whiplash */
|
|
@@ -24199,8 +24134,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
24199
24134
|
tracking?: string;
|
|
24200
24135
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
24201
24136
|
type?: string;
|
|
24202
|
-
/** zone status of this shipnotice. */
|
|
24203
|
-
zone_status?: string;
|
|
24204
24137
|
}
|
|
24205
24138
|
export interface PutApiV21ShippingAliasesIdRequest {
|
|
24206
24139
|
/**
|
|
@@ -27064,11 +26997,6 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
|
|
|
27064
26997
|
* @format int32
|
|
27065
26998
|
*/
|
|
27066
26999
|
quantity?: number;
|
|
27067
|
-
/**
|
|
27068
|
-
* Unit cost per item
|
|
27069
|
-
* @format float
|
|
27070
|
-
*/
|
|
27071
|
-
unit_cost?: number;
|
|
27072
27000
|
}
|
|
27073
27001
|
export interface PutApiV2ShipnoticesIdCallActionRequest {
|
|
27074
27002
|
action?: string;
|
|
@@ -27097,8 +27025,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
27097
27025
|
* @format date-time
|
|
27098
27026
|
*/
|
|
27099
27027
|
arrived_at?: string;
|
|
27100
|
-
/** BOL proxy for this shipnotice. */
|
|
27101
|
-
bol_proxy?: string;
|
|
27102
27028
|
carrier?: string;
|
|
27103
27029
|
/**
|
|
27104
27030
|
* the shipnotice completion date and time
|
|
@@ -27128,8 +27054,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
27128
27054
|
handling_billed?: boolean;
|
|
27129
27055
|
/** meta data for this shipnotice as stringified JSON */
|
|
27130
27056
|
meta_data?: string;
|
|
27131
|
-
/** MID code for this shipnotice. */
|
|
27132
|
-
mid_code?: string;
|
|
27133
27057
|
/** notes by customer */
|
|
27134
27058
|
notes_by_customer?: string;
|
|
27135
27059
|
/** notes by whiplash */
|
|
@@ -27184,8 +27108,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
27184
27108
|
tracking?: string;
|
|
27185
27109
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
27186
27110
|
type?: string;
|
|
27187
|
-
/** zone status of this shipnotice. */
|
|
27188
|
-
zone_status?: string;
|
|
27189
27111
|
}
|
|
27190
27112
|
export interface PutApiV2ShippingAliasesIdRequest {
|
|
27191
27113
|
/**
|
|
@@ -2143,8 +2143,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2143
2143
|
* @format date-time
|
|
2144
2144
|
*/
|
|
2145
2145
|
arrived_at?: string;
|
|
2146
|
-
/** BOL proxy for this shipnotice. */
|
|
2147
|
-
bol_proxy?: string | null;
|
|
2148
2146
|
/** shipping carrier */
|
|
2149
2147
|
carrier?: string;
|
|
2150
2148
|
/**
|
|
@@ -2198,8 +2196,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2198
2196
|
inspection_required?: boolean;
|
|
2199
2197
|
/** meta data for this shipnotice as stringified JSON */
|
|
2200
2198
|
meta_data?: string | null;
|
|
2201
|
-
/** MID code for this shipnotice. */
|
|
2202
|
-
mid_code?: string | null;
|
|
2203
2199
|
/** notes by customer */
|
|
2204
2200
|
notes_by_customer?: string | null;
|
|
2205
2201
|
/** notes by whiplash */
|
|
@@ -2290,8 +2286,6 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2290
2286
|
* @format int32
|
|
2291
2287
|
*/
|
|
2292
2288
|
warehouse_id?: number;
|
|
2293
|
-
/** zone status of this shipnotice. */
|
|
2294
|
-
zone_status?: string | null;
|
|
2295
2289
|
}
|
|
2296
2290
|
|
|
2297
2291
|
/** V2 */
|
|
@@ -2374,11 +2368,6 @@ export interface ApiV2EntitiesShipnoticeItem {
|
|
|
2374
2368
|
* @format int32
|
|
2375
2369
|
*/
|
|
2376
2370
|
unallocated?: number;
|
|
2377
|
-
/**
|
|
2378
|
-
* unit cost for this shipnotice item
|
|
2379
|
-
* @format float
|
|
2380
|
-
*/
|
|
2381
|
-
unit_cost?: number | null;
|
|
2382
2371
|
/**
|
|
2383
2372
|
* the shipnotice item last update date and time
|
|
2384
2373
|
* @format date-time
|
|
@@ -4173,8 +4162,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4173
4162
|
* @format date-time
|
|
4174
4163
|
*/
|
|
4175
4164
|
arrived_at?: string;
|
|
4176
|
-
/** BOL proxy for this shipnotice. */
|
|
4177
|
-
bol_proxy?: string | null;
|
|
4178
4165
|
/**
|
|
4179
4166
|
* the shipnotice must be completed by date and time
|
|
4180
4167
|
* @format date-time
|
|
@@ -4227,8 +4214,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4227
4214
|
inspection_required?: boolean;
|
|
4228
4215
|
/** meta data for this shipnotice as stringified JSON */
|
|
4229
4216
|
meta_data?: string | null;
|
|
4230
|
-
/** MID code for this shipnotice. */
|
|
4231
|
-
mid_code?: string | null;
|
|
4232
4217
|
/** notes by customer */
|
|
4233
4218
|
notes_by_customer?: string | null;
|
|
4234
4219
|
/** notes by whiplash */
|
|
@@ -4317,8 +4302,6 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4317
4302
|
warehouse_id?: number;
|
|
4318
4303
|
/** The name of the associated warehouse */
|
|
4319
4304
|
warehouse_name?: string;
|
|
4320
|
-
/** zone status of this shipnotice. */
|
|
4321
|
-
zone_status?: string | null;
|
|
4322
4305
|
}
|
|
4323
4306
|
|
|
4324
4307
|
/** V2_1 */
|
|
@@ -4384,11 +4367,6 @@ export interface ApiV21EntitiesShipnoticeItem {
|
|
|
4384
4367
|
* @format int32
|
|
4385
4368
|
*/
|
|
4386
4369
|
shipnotice_id?: number | null;
|
|
4387
|
-
/**
|
|
4388
|
-
* unit cost for this shipnotice item
|
|
4389
|
-
* @format float
|
|
4390
|
-
*/
|
|
4391
|
-
unit_cost?: number | null;
|
|
4392
4370
|
/**
|
|
4393
4371
|
* the shipnotice item last update date and time
|
|
4394
4372
|
* @format date-time
|
|
@@ -7441,12 +7419,6 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
7441
7419
|
reference?: string;
|
|
7442
7420
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
7443
7421
|
quantities_verified?: object;
|
|
7444
|
-
/** BOL proxy for this shipnotice. */
|
|
7445
|
-
bol_proxy?: string;
|
|
7446
|
-
/** MID code for this shipnotice. */
|
|
7447
|
-
mid_code?: string;
|
|
7448
|
-
/** zone status of this shipnotice. */
|
|
7449
|
-
zone_status?: string;
|
|
7450
7422
|
/** is inspection required? (default: false) */
|
|
7451
7423
|
inspection_required?: boolean;
|
|
7452
7424
|
/**
|
|
@@ -7551,11 +7523,6 @@ export interface PostApiV21ShipnoticesIdShipnoticeItemsRequest {
|
|
|
7551
7523
|
quantity?: number;
|
|
7552
7524
|
/** action to perform on item return */
|
|
7553
7525
|
return_action?: string;
|
|
7554
|
-
/**
|
|
7555
|
-
* Unit cost per item
|
|
7556
|
-
* @format float
|
|
7557
|
-
*/
|
|
7558
|
-
unit_cost?: number;
|
|
7559
7526
|
}
|
|
7560
7527
|
|
|
7561
7528
|
export interface PostApiV21ShipnoticesRequest {
|
|
@@ -7569,8 +7536,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
7569
7536
|
* @format date-time
|
|
7570
7537
|
*/
|
|
7571
7538
|
arrived_at?: string;
|
|
7572
|
-
/** BOL proxy for this shipnotice. */
|
|
7573
|
-
bol_proxy?: string;
|
|
7574
7539
|
carrier?: string;
|
|
7575
7540
|
/**
|
|
7576
7541
|
* the shipnotice completion date and time
|
|
@@ -7609,8 +7574,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
7609
7574
|
/** Included meta fields for associations */
|
|
7610
7575
|
association_fields?: object;
|
|
7611
7576
|
};
|
|
7612
|
-
/** MID code for this shipnotice. */
|
|
7613
|
-
mid_code?: string;
|
|
7614
7577
|
/** notes by customer */
|
|
7615
7578
|
notes_by_customer?: string;
|
|
7616
7579
|
/** notes by whiplash */
|
|
@@ -7715,8 +7678,6 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
7715
7678
|
* @format int32
|
|
7716
7679
|
*/
|
|
7717
7680
|
warehouse_id?: number;
|
|
7718
|
-
/** zone status of this shipnotice. */
|
|
7719
|
-
zone_status?: string;
|
|
7720
7681
|
}
|
|
7721
7682
|
|
|
7722
7683
|
export interface PostApiV21SimulateConsumerReturnsCreateRequest {
|
|
@@ -9389,12 +9350,6 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
9389
9350
|
reference?: string;
|
|
9390
9351
|
/** JSON object of required and optional receiving quantities verified by staff */
|
|
9391
9352
|
quantities_verified?: object;
|
|
9392
|
-
/** BOL proxy for this shipnotice. */
|
|
9393
|
-
bol_proxy?: string;
|
|
9394
|
-
/** MID code for this shipnotice. */
|
|
9395
|
-
mid_code?: string;
|
|
9396
|
-
/** zone status of this shipnotice. */
|
|
9397
|
-
zone_status?: string;
|
|
9398
9353
|
/** is inspection required? (default: false) */
|
|
9399
9354
|
inspection_required?: boolean;
|
|
9400
9355
|
/**
|
|
@@ -9499,11 +9454,6 @@ export interface PostApiV2ShipnoticesIdShipnoticeItemsRequest {
|
|
|
9499
9454
|
quantity?: number;
|
|
9500
9455
|
/** action to perform on item return */
|
|
9501
9456
|
return_action?: string;
|
|
9502
|
-
/**
|
|
9503
|
-
* Unit cost per item
|
|
9504
|
-
* @format float
|
|
9505
|
-
*/
|
|
9506
|
-
unit_cost?: number;
|
|
9507
9457
|
}
|
|
9508
9458
|
|
|
9509
9459
|
export interface PostApiV2ShipnoticesRequest {
|
|
@@ -9517,8 +9467,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
9517
9467
|
* @format date-time
|
|
9518
9468
|
*/
|
|
9519
9469
|
arrived_at?: string;
|
|
9520
|
-
/** BOL proxy for this shipnotice. */
|
|
9521
|
-
bol_proxy?: string;
|
|
9522
9470
|
carrier?: string;
|
|
9523
9471
|
/**
|
|
9524
9472
|
* the shipnotice completion date and time
|
|
@@ -9557,8 +9505,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
9557
9505
|
/** Included meta fields for associations */
|
|
9558
9506
|
association_fields?: object;
|
|
9559
9507
|
};
|
|
9560
|
-
/** MID code for this shipnotice. */
|
|
9561
|
-
mid_code?: string;
|
|
9562
9508
|
/** notes by customer */
|
|
9563
9509
|
notes_by_customer?: string;
|
|
9564
9510
|
/** notes by whiplash */
|
|
@@ -9663,8 +9609,6 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
9663
9609
|
* @format int32
|
|
9664
9610
|
*/
|
|
9665
9611
|
warehouse_id?: number;
|
|
9666
|
-
/** zone status of this shipnotice. */
|
|
9667
|
-
zone_status?: string;
|
|
9668
9612
|
}
|
|
9669
9613
|
|
|
9670
9614
|
export interface PostApiV2SimulateConsumerReturnsCreateRequest {
|
|
@@ -10745,11 +10689,6 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
|
|
|
10745
10689
|
* @format int32
|
|
10746
10690
|
*/
|
|
10747
10691
|
quantity?: number;
|
|
10748
|
-
/**
|
|
10749
|
-
* Unit cost per item
|
|
10750
|
-
* @format float
|
|
10751
|
-
*/
|
|
10752
|
-
unit_cost?: number;
|
|
10753
10692
|
}
|
|
10754
10693
|
|
|
10755
10694
|
export interface PutApiV21ShipnoticesIdMetaFieldsRequest {
|
|
@@ -10770,8 +10709,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
10770
10709
|
* @format date-time
|
|
10771
10710
|
*/
|
|
10772
10711
|
arrived_at?: string;
|
|
10773
|
-
/** BOL proxy for this shipnotice. */
|
|
10774
|
-
bol_proxy?: string;
|
|
10775
10712
|
carrier?: string;
|
|
10776
10713
|
/**
|
|
10777
10714
|
* the shipnotice completion date and time
|
|
@@ -10801,8 +10738,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
10801
10738
|
handling_billed?: boolean;
|
|
10802
10739
|
/** meta data for this shipnotice as stringified JSON */
|
|
10803
10740
|
meta_data?: string;
|
|
10804
|
-
/** MID code for this shipnotice. */
|
|
10805
|
-
mid_code?: string;
|
|
10806
10741
|
/** notes by customer */
|
|
10807
10742
|
notes_by_customer?: string;
|
|
10808
10743
|
/** notes by whiplash */
|
|
@@ -10857,8 +10792,6 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
10857
10792
|
tracking?: string;
|
|
10858
10793
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
10859
10794
|
type?: string;
|
|
10860
|
-
/** zone status of this shipnotice. */
|
|
10861
|
-
zone_status?: string;
|
|
10862
10795
|
}
|
|
10863
10796
|
|
|
10864
10797
|
export interface PutApiV21SimulateConsumerReturnsConsumerReturnIdProcessingRequest {
|
|
@@ -11973,11 +11906,6 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
|
|
|
11973
11906
|
* @format int32
|
|
11974
11907
|
*/
|
|
11975
11908
|
quantity?: number;
|
|
11976
|
-
/**
|
|
11977
|
-
* Unit cost per item
|
|
11978
|
-
* @format float
|
|
11979
|
-
*/
|
|
11980
|
-
unit_cost?: number;
|
|
11981
11909
|
}
|
|
11982
11910
|
|
|
11983
11911
|
export interface PutApiV2ShipnoticesIdMetaFieldsRequest {
|
|
@@ -11998,8 +11926,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
11998
11926
|
* @format date-time
|
|
11999
11927
|
*/
|
|
12000
11928
|
arrived_at?: string;
|
|
12001
|
-
/** BOL proxy for this shipnotice. */
|
|
12002
|
-
bol_proxy?: string;
|
|
12003
11929
|
carrier?: string;
|
|
12004
11930
|
/**
|
|
12005
11931
|
* the shipnotice completion date and time
|
|
@@ -12029,8 +11955,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12029
11955
|
handling_billed?: boolean;
|
|
12030
11956
|
/** meta data for this shipnotice as stringified JSON */
|
|
12031
11957
|
meta_data?: string;
|
|
12032
|
-
/** MID code for this shipnotice. */
|
|
12033
|
-
mid_code?: string;
|
|
12034
11958
|
/** notes by customer */
|
|
12035
11959
|
notes_by_customer?: string;
|
|
12036
11960
|
/** notes by whiplash */
|
|
@@ -12085,8 +12009,6 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12085
12009
|
tracking?: string;
|
|
12086
12010
|
/** shipnotice type (Shipnotice, ConsumerReturn) */
|
|
12087
12011
|
type?: string;
|
|
12088
|
-
/** zone status of this shipnotice. */
|
|
12089
|
-
zone_status?: string;
|
|
12090
12012
|
}
|
|
12091
12013
|
|
|
12092
12014
|
export interface PutApiV2SimulateConsumerReturnsConsumerReturnIdProcessingRequest {
|