@whiplashmerch/whiplash-api-client 0.4.106 → 0.4.108
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.
- package/dist/client.esm.js +316 -1
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/data-contracts.d.ts +176 -16
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/items.d.ts +72 -0
- package/generated/data-contracts.ts +144 -12
- package/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -18091,6 +18091,17 @@ const putApiV21WholesalesId = (client, id, putApiV21WholesalesId, params = {}) =
|
|
|
18091
18091
|
* ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
|
|
18092
18092
|
* ---------------------------------------------------------------
|
|
18093
18093
|
*/
|
|
18094
|
+
/**
|
|
18095
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
18096
|
+
* @format int32
|
|
18097
|
+
*/
|
|
18098
|
+
var ApiV21EntitiesCustomerShipStrategy;
|
|
18099
|
+
(function (ApiV21EntitiesCustomerShipStrategy) {
|
|
18100
|
+
ApiV21EntitiesCustomerShipStrategy[ApiV21EntitiesCustomerShipStrategy["Value0"] = 0] = "Value0";
|
|
18101
|
+
ApiV21EntitiesCustomerShipStrategy[ApiV21EntitiesCustomerShipStrategy["Value1"] = 1] = "Value1";
|
|
18102
|
+
ApiV21EntitiesCustomerShipStrategy[ApiV21EntitiesCustomerShipStrategy["Value2"] = 2] = "Value2";
|
|
18103
|
+
ApiV21EntitiesCustomerShipStrategy[ApiV21EntitiesCustomerShipStrategy["Value3"] = 3] = "Value3";
|
|
18104
|
+
})(ApiV21EntitiesCustomerShipStrategy || (ApiV21EntitiesCustomerShipStrategy = {}));
|
|
18094
18105
|
/** hazmat class */
|
|
18095
18106
|
var ApiV21EntitiesItemHazmatType;
|
|
18096
18107
|
(function (ApiV21EntitiesItemHazmatType) {
|
|
@@ -18410,6 +18421,17 @@ var ApiV21EntitiesItemPackagingType;
|
|
|
18410
18421
|
ApiV21EntitiesItemPackagingType["SmallParcel"] = "SmallParcel";
|
|
18411
18422
|
ApiV21EntitiesItemPackagingType["MediumParcel"] = "MediumParcel";
|
|
18412
18423
|
})(ApiV21EntitiesItemPackagingType || (ApiV21EntitiesItemPackagingType = {}));
|
|
18424
|
+
/**
|
|
18425
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
18426
|
+
* @format int32
|
|
18427
|
+
*/
|
|
18428
|
+
var ApiV21EntitiesItemShipStrategy;
|
|
18429
|
+
(function (ApiV21EntitiesItemShipStrategy) {
|
|
18430
|
+
ApiV21EntitiesItemShipStrategy[ApiV21EntitiesItemShipStrategy["Value0"] = 0] = "Value0";
|
|
18431
|
+
ApiV21EntitiesItemShipStrategy[ApiV21EntitiesItemShipStrategy["Value1"] = 1] = "Value1";
|
|
18432
|
+
ApiV21EntitiesItemShipStrategy[ApiV21EntitiesItemShipStrategy["Value2"] = 2] = "Value2";
|
|
18433
|
+
ApiV21EntitiesItemShipStrategy[ApiV21EntitiesItemShipStrategy["Value3"] = 3] = "Value3";
|
|
18434
|
+
})(ApiV21EntitiesItemShipStrategy || (ApiV21EntitiesItemShipStrategy = {}));
|
|
18413
18435
|
/**
|
|
18414
18436
|
* Pickable, backstock, etc
|
|
18415
18437
|
* @default "pickable"
|
|
@@ -18512,6 +18534,17 @@ var ApiV2EntitiesChromalistResourceType;
|
|
|
18512
18534
|
ApiV2EntitiesChromalistResourceType["ShippingMethod"] = "ShippingMethod";
|
|
18513
18535
|
ApiV2EntitiesChromalistResourceType["Template"] = "Template";
|
|
18514
18536
|
})(ApiV2EntitiesChromalistResourceType || (ApiV2EntitiesChromalistResourceType = {}));
|
|
18537
|
+
/**
|
|
18538
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
18539
|
+
* @format int32
|
|
18540
|
+
*/
|
|
18541
|
+
var ApiV2EntitiesCustomerShipStrategy;
|
|
18542
|
+
(function (ApiV2EntitiesCustomerShipStrategy) {
|
|
18543
|
+
ApiV2EntitiesCustomerShipStrategy[ApiV2EntitiesCustomerShipStrategy["Value0"] = 0] = "Value0";
|
|
18544
|
+
ApiV2EntitiesCustomerShipStrategy[ApiV2EntitiesCustomerShipStrategy["Value1"] = 1] = "Value1";
|
|
18545
|
+
ApiV2EntitiesCustomerShipStrategy[ApiV2EntitiesCustomerShipStrategy["Value2"] = 2] = "Value2";
|
|
18546
|
+
ApiV2EntitiesCustomerShipStrategy[ApiV2EntitiesCustomerShipStrategy["Value3"] = 3] = "Value3";
|
|
18547
|
+
})(ApiV2EntitiesCustomerShipStrategy || (ApiV2EntitiesCustomerShipStrategy = {}));
|
|
18515
18548
|
/** hazmat class */
|
|
18516
18549
|
var ApiV2EntitiesItemHazmatType;
|
|
18517
18550
|
(function (ApiV2EntitiesItemHazmatType) {
|
|
@@ -18831,6 +18864,17 @@ var ApiV2EntitiesItemPackagingType;
|
|
|
18831
18864
|
ApiV2EntitiesItemPackagingType["SmallParcel"] = "SmallParcel";
|
|
18832
18865
|
ApiV2EntitiesItemPackagingType["MediumParcel"] = "MediumParcel";
|
|
18833
18866
|
})(ApiV2EntitiesItemPackagingType || (ApiV2EntitiesItemPackagingType = {}));
|
|
18867
|
+
/**
|
|
18868
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
18869
|
+
* @format int32
|
|
18870
|
+
*/
|
|
18871
|
+
var ApiV2EntitiesItemShipStrategy;
|
|
18872
|
+
(function (ApiV2EntitiesItemShipStrategy) {
|
|
18873
|
+
ApiV2EntitiesItemShipStrategy[ApiV2EntitiesItemShipStrategy["Value0"] = 0] = "Value0";
|
|
18874
|
+
ApiV2EntitiesItemShipStrategy[ApiV2EntitiesItemShipStrategy["Value1"] = 1] = "Value1";
|
|
18875
|
+
ApiV2EntitiesItemShipStrategy[ApiV2EntitiesItemShipStrategy["Value2"] = 2] = "Value2";
|
|
18876
|
+
ApiV2EntitiesItemShipStrategy[ApiV2EntitiesItemShipStrategy["Value3"] = 3] = "Value3";
|
|
18877
|
+
})(ApiV2EntitiesItemShipStrategy || (ApiV2EntitiesItemShipStrategy = {}));
|
|
18834
18878
|
/**
|
|
18835
18879
|
* Pickable, backstock, etc
|
|
18836
18880
|
* @default "pickable"
|
|
@@ -19192,6 +19236,17 @@ var PostApiV21ChromalistsResourceType;
|
|
|
19192
19236
|
PostApiV21ChromalistsResourceType["ShippingMethod"] = "ShippingMethod";
|
|
19193
19237
|
PostApiV21ChromalistsResourceType["Template"] = "Template";
|
|
19194
19238
|
})(PostApiV21ChromalistsResourceType || (PostApiV21ChromalistsResourceType = {}));
|
|
19239
|
+
/**
|
|
19240
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
19241
|
+
* @format int32
|
|
19242
|
+
*/
|
|
19243
|
+
var PostApiV21CustomersShipStrategy;
|
|
19244
|
+
(function (PostApiV21CustomersShipStrategy) {
|
|
19245
|
+
PostApiV21CustomersShipStrategy[PostApiV21CustomersShipStrategy["Value0"] = 0] = "Value0";
|
|
19246
|
+
PostApiV21CustomersShipStrategy[PostApiV21CustomersShipStrategy["Value1"] = 1] = "Value1";
|
|
19247
|
+
PostApiV21CustomersShipStrategy[PostApiV21CustomersShipStrategy["Value2"] = 2] = "Value2";
|
|
19248
|
+
PostApiV21CustomersShipStrategy[PostApiV21CustomersShipStrategy["Value3"] = 3] = "Value3";
|
|
19249
|
+
})(PostApiV21CustomersShipStrategy || (PostApiV21CustomersShipStrategy = {}));
|
|
19195
19250
|
/** Which resource you are searching */
|
|
19196
19251
|
var PostApiV21FilterSetsType;
|
|
19197
19252
|
(function (PostApiV21FilterSetsType) {
|
|
@@ -19559,6 +19614,17 @@ var PostApiV21ItemsPackagingType;
|
|
|
19559
19614
|
PostApiV21ItemsPackagingType["SmallParcel"] = "SmallParcel";
|
|
19560
19615
|
PostApiV21ItemsPackagingType["MediumParcel"] = "MediumParcel";
|
|
19561
19616
|
})(PostApiV21ItemsPackagingType || (PostApiV21ItemsPackagingType = {}));
|
|
19617
|
+
/**
|
|
19618
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
19619
|
+
* @format int32
|
|
19620
|
+
*/
|
|
19621
|
+
var PostApiV21ItemsShipStrategy;
|
|
19622
|
+
(function (PostApiV21ItemsShipStrategy) {
|
|
19623
|
+
PostApiV21ItemsShipStrategy[PostApiV21ItemsShipStrategy["Value0"] = 0] = "Value0";
|
|
19624
|
+
PostApiV21ItemsShipStrategy[PostApiV21ItemsShipStrategy["Value1"] = 1] = "Value1";
|
|
19625
|
+
PostApiV21ItemsShipStrategy[PostApiV21ItemsShipStrategy["Value2"] = 2] = "Value2";
|
|
19626
|
+
PostApiV21ItemsShipStrategy[PostApiV21ItemsShipStrategy["Value3"] = 3] = "Value3";
|
|
19627
|
+
})(PostApiV21ItemsShipStrategy || (PostApiV21ItemsShipStrategy = {}));
|
|
19562
19628
|
/** [object Object] */
|
|
19563
19629
|
var PostApiV21LocationAuditsState;
|
|
19564
19630
|
(function (PostApiV21LocationAuditsState) {
|
|
@@ -19991,6 +20057,17 @@ var PostApiV2ChromalistsResourceType;
|
|
|
19991
20057
|
PostApiV2ChromalistsResourceType["ShippingMethod"] = "ShippingMethod";
|
|
19992
20058
|
PostApiV2ChromalistsResourceType["Template"] = "Template";
|
|
19993
20059
|
})(PostApiV2ChromalistsResourceType || (PostApiV2ChromalistsResourceType = {}));
|
|
20060
|
+
/**
|
|
20061
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
20062
|
+
* @format int32
|
|
20063
|
+
*/
|
|
20064
|
+
var PostApiV2CustomersShipStrategy;
|
|
20065
|
+
(function (PostApiV2CustomersShipStrategy) {
|
|
20066
|
+
PostApiV2CustomersShipStrategy[PostApiV2CustomersShipStrategy["Value0"] = 0] = "Value0";
|
|
20067
|
+
PostApiV2CustomersShipStrategy[PostApiV2CustomersShipStrategy["Value1"] = 1] = "Value1";
|
|
20068
|
+
PostApiV2CustomersShipStrategy[PostApiV2CustomersShipStrategy["Value2"] = 2] = "Value2";
|
|
20069
|
+
PostApiV2CustomersShipStrategy[PostApiV2CustomersShipStrategy["Value3"] = 3] = "Value3";
|
|
20070
|
+
})(PostApiV2CustomersShipStrategy || (PostApiV2CustomersShipStrategy = {}));
|
|
19994
20071
|
/** Which resource you are searching */
|
|
19995
20072
|
var PostApiV2FilterSetsType;
|
|
19996
20073
|
(function (PostApiV2FilterSetsType) {
|
|
@@ -20358,6 +20435,17 @@ var PostApiV2ItemsPackagingType;
|
|
|
20358
20435
|
PostApiV2ItemsPackagingType["SmallParcel"] = "SmallParcel";
|
|
20359
20436
|
PostApiV2ItemsPackagingType["MediumParcel"] = "MediumParcel";
|
|
20360
20437
|
})(PostApiV2ItemsPackagingType || (PostApiV2ItemsPackagingType = {}));
|
|
20438
|
+
/**
|
|
20439
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
20440
|
+
* @format int32
|
|
20441
|
+
*/
|
|
20442
|
+
var PostApiV2ItemsShipStrategy;
|
|
20443
|
+
(function (PostApiV2ItemsShipStrategy) {
|
|
20444
|
+
PostApiV2ItemsShipStrategy[PostApiV2ItemsShipStrategy["Value0"] = 0] = "Value0";
|
|
20445
|
+
PostApiV2ItemsShipStrategy[PostApiV2ItemsShipStrategy["Value1"] = 1] = "Value1";
|
|
20446
|
+
PostApiV2ItemsShipStrategy[PostApiV2ItemsShipStrategy["Value2"] = 2] = "Value2";
|
|
20447
|
+
PostApiV2ItemsShipStrategy[PostApiV2ItemsShipStrategy["Value3"] = 3] = "Value3";
|
|
20448
|
+
})(PostApiV2ItemsShipStrategy || (PostApiV2ItemsShipStrategy = {}));
|
|
20361
20449
|
/** [object Object] */
|
|
20362
20450
|
var PostApiV2LocationAuditsState;
|
|
20363
20451
|
(function (PostApiV2LocationAuditsState) {
|
|
@@ -20765,6 +20853,17 @@ var PostApiV2WarehousesShippingLabelFormat;
|
|
|
20765
20853
|
PostApiV2WarehousesShippingLabelFormat["Epl2"] = "epl2";
|
|
20766
20854
|
PostApiV2WarehousesShippingLabelFormat["Zpl"] = "zpl";
|
|
20767
20855
|
})(PostApiV2WarehousesShippingLabelFormat || (PostApiV2WarehousesShippingLabelFormat = {}));
|
|
20856
|
+
/**
|
|
20857
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
20858
|
+
* @format int32
|
|
20859
|
+
*/
|
|
20860
|
+
var PutApiV21CustomersIdShipStrategy;
|
|
20861
|
+
(function (PutApiV21CustomersIdShipStrategy) {
|
|
20862
|
+
PutApiV21CustomersIdShipStrategy[PutApiV21CustomersIdShipStrategy["Value0"] = 0] = "Value0";
|
|
20863
|
+
PutApiV21CustomersIdShipStrategy[PutApiV21CustomersIdShipStrategy["Value1"] = 1] = "Value1";
|
|
20864
|
+
PutApiV21CustomersIdShipStrategy[PutApiV21CustomersIdShipStrategy["Value2"] = 2] = "Value2";
|
|
20865
|
+
PutApiV21CustomersIdShipStrategy[PutApiV21CustomersIdShipStrategy["Value3"] = 3] = "Value3";
|
|
20866
|
+
})(PutApiV21CustomersIdShipStrategy || (PutApiV21CustomersIdShipStrategy = {}));
|
|
20768
20867
|
var PutApiV21FilterSetsIdBatchBatchStrategy;
|
|
20769
20868
|
(function (PutApiV21FilterSetsIdBatchBatchStrategy) {
|
|
20770
20869
|
PutApiV21FilterSetsIdBatchBatchStrategy["Proximity"] = "proximity";
|
|
@@ -21156,6 +21255,17 @@ var PutApiV21IncidentsIdPackagingType;
|
|
|
21156
21255
|
PutApiV21IncidentsIdPackagingType["SmallParcel"] = "SmallParcel";
|
|
21157
21256
|
PutApiV21IncidentsIdPackagingType["MediumParcel"] = "MediumParcel";
|
|
21158
21257
|
})(PutApiV21IncidentsIdPackagingType || (PutApiV21IncidentsIdPackagingType = {}));
|
|
21258
|
+
/**
|
|
21259
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
21260
|
+
* @format int32
|
|
21261
|
+
*/
|
|
21262
|
+
var PutApiV21IncidentsIdShipStrategy;
|
|
21263
|
+
(function (PutApiV21IncidentsIdShipStrategy) {
|
|
21264
|
+
PutApiV21IncidentsIdShipStrategy[PutApiV21IncidentsIdShipStrategy["Value0"] = 0] = "Value0";
|
|
21265
|
+
PutApiV21IncidentsIdShipStrategy[PutApiV21IncidentsIdShipStrategy["Value1"] = 1] = "Value1";
|
|
21266
|
+
PutApiV21IncidentsIdShipStrategy[PutApiV21IncidentsIdShipStrategy["Value2"] = 2] = "Value2";
|
|
21267
|
+
PutApiV21IncidentsIdShipStrategy[PutApiV21IncidentsIdShipStrategy["Value3"] = 3] = "Value3";
|
|
21268
|
+
})(PutApiV21IncidentsIdShipStrategy || (PutApiV21IncidentsIdShipStrategy = {}));
|
|
21159
21269
|
/** hazmat class */
|
|
21160
21270
|
var PutApiV21ItemsIdHazmatType;
|
|
21161
21271
|
(function (PutApiV21ItemsIdHazmatType) {
|
|
@@ -21475,6 +21585,17 @@ var PutApiV21ItemsIdPackagingType;
|
|
|
21475
21585
|
PutApiV21ItemsIdPackagingType["SmallParcel"] = "SmallParcel";
|
|
21476
21586
|
PutApiV21ItemsIdPackagingType["MediumParcel"] = "MediumParcel";
|
|
21477
21587
|
})(PutApiV21ItemsIdPackagingType || (PutApiV21ItemsIdPackagingType = {}));
|
|
21588
|
+
/**
|
|
21589
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
21590
|
+
* @format int32
|
|
21591
|
+
*/
|
|
21592
|
+
var PutApiV21ItemsIdShipStrategy;
|
|
21593
|
+
(function (PutApiV21ItemsIdShipStrategy) {
|
|
21594
|
+
PutApiV21ItemsIdShipStrategy[PutApiV21ItemsIdShipStrategy["Value0"] = 0] = "Value0";
|
|
21595
|
+
PutApiV21ItemsIdShipStrategy[PutApiV21ItemsIdShipStrategy["Value1"] = 1] = "Value1";
|
|
21596
|
+
PutApiV21ItemsIdShipStrategy[PutApiV21ItemsIdShipStrategy["Value2"] = 2] = "Value2";
|
|
21597
|
+
PutApiV21ItemsIdShipStrategy[PutApiV21ItemsIdShipStrategy["Value3"] = 3] = "Value3";
|
|
21598
|
+
})(PutApiV21ItemsIdShipStrategy || (PutApiV21ItemsIdShipStrategy = {}));
|
|
21478
21599
|
/** hazmat class */
|
|
21479
21600
|
var PutApiV21ItemsOriginatorOriginatorIdHazmatType;
|
|
21480
21601
|
(function (PutApiV21ItemsOriginatorOriginatorIdHazmatType) {
|
|
@@ -21794,6 +21915,17 @@ var PutApiV21ItemsOriginatorOriginatorIdPackagingType;
|
|
|
21794
21915
|
PutApiV21ItemsOriginatorOriginatorIdPackagingType["SmallParcel"] = "SmallParcel";
|
|
21795
21916
|
PutApiV21ItemsOriginatorOriginatorIdPackagingType["MediumParcel"] = "MediumParcel";
|
|
21796
21917
|
})(PutApiV21ItemsOriginatorOriginatorIdPackagingType || (PutApiV21ItemsOriginatorOriginatorIdPackagingType = {}));
|
|
21918
|
+
/**
|
|
21919
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
21920
|
+
* @format int32
|
|
21921
|
+
*/
|
|
21922
|
+
var PutApiV21ItemsOriginatorOriginatorIdShipStrategy;
|
|
21923
|
+
(function (PutApiV21ItemsOriginatorOriginatorIdShipStrategy) {
|
|
21924
|
+
PutApiV21ItemsOriginatorOriginatorIdShipStrategy[PutApiV21ItemsOriginatorOriginatorIdShipStrategy["Value0"] = 0] = "Value0";
|
|
21925
|
+
PutApiV21ItemsOriginatorOriginatorIdShipStrategy[PutApiV21ItemsOriginatorOriginatorIdShipStrategy["Value1"] = 1] = "Value1";
|
|
21926
|
+
PutApiV21ItemsOriginatorOriginatorIdShipStrategy[PutApiV21ItemsOriginatorOriginatorIdShipStrategy["Value2"] = 2] = "Value2";
|
|
21927
|
+
PutApiV21ItemsOriginatorOriginatorIdShipStrategy[PutApiV21ItemsOriginatorOriginatorIdShipStrategy["Value3"] = 3] = "Value3";
|
|
21928
|
+
})(PutApiV21ItemsOriginatorOriginatorIdShipStrategy || (PutApiV21ItemsOriginatorOriginatorIdShipStrategy = {}));
|
|
21797
21929
|
/**
|
|
21798
21930
|
* Pickable, backstock, etc
|
|
21799
21931
|
* @default "pickable"
|
|
@@ -22133,6 +22265,17 @@ var PutApiV21UsersIdRole;
|
|
|
22133
22265
|
PutApiV21UsersIdRole["Customer"] = "customer";
|
|
22134
22266
|
PutApiV21UsersIdRole["Partner"] = "partner";
|
|
22135
22267
|
})(PutApiV21UsersIdRole || (PutApiV21UsersIdRole = {}));
|
|
22268
|
+
/**
|
|
22269
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
22270
|
+
* @format int32
|
|
22271
|
+
*/
|
|
22272
|
+
var PutApiV2CustomersIdShipStrategy;
|
|
22273
|
+
(function (PutApiV2CustomersIdShipStrategy) {
|
|
22274
|
+
PutApiV2CustomersIdShipStrategy[PutApiV2CustomersIdShipStrategy["Value0"] = 0] = "Value0";
|
|
22275
|
+
PutApiV2CustomersIdShipStrategy[PutApiV2CustomersIdShipStrategy["Value1"] = 1] = "Value1";
|
|
22276
|
+
PutApiV2CustomersIdShipStrategy[PutApiV2CustomersIdShipStrategy["Value2"] = 2] = "Value2";
|
|
22277
|
+
PutApiV2CustomersIdShipStrategy[PutApiV2CustomersIdShipStrategy["Value3"] = 3] = "Value3";
|
|
22278
|
+
})(PutApiV2CustomersIdShipStrategy || (PutApiV2CustomersIdShipStrategy = {}));
|
|
22136
22279
|
var PutApiV2FilterSetsIdBatchBatchStrategy;
|
|
22137
22280
|
(function (PutApiV2FilterSetsIdBatchBatchStrategy) {
|
|
22138
22281
|
PutApiV2FilterSetsIdBatchBatchStrategy["Proximity"] = "proximity";
|
|
@@ -22494,6 +22637,17 @@ var PutApiV2IncidentsIdPackagingType;
|
|
|
22494
22637
|
PutApiV2IncidentsIdPackagingType["SmallParcel"] = "SmallParcel";
|
|
22495
22638
|
PutApiV2IncidentsIdPackagingType["MediumParcel"] = "MediumParcel";
|
|
22496
22639
|
})(PutApiV2IncidentsIdPackagingType || (PutApiV2IncidentsIdPackagingType = {}));
|
|
22640
|
+
/**
|
|
22641
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
22642
|
+
* @format int32
|
|
22643
|
+
*/
|
|
22644
|
+
var PutApiV2IncidentsIdShipStrategy;
|
|
22645
|
+
(function (PutApiV2IncidentsIdShipStrategy) {
|
|
22646
|
+
PutApiV2IncidentsIdShipStrategy[PutApiV2IncidentsIdShipStrategy["Value0"] = 0] = "Value0";
|
|
22647
|
+
PutApiV2IncidentsIdShipStrategy[PutApiV2IncidentsIdShipStrategy["Value1"] = 1] = "Value1";
|
|
22648
|
+
PutApiV2IncidentsIdShipStrategy[PutApiV2IncidentsIdShipStrategy["Value2"] = 2] = "Value2";
|
|
22649
|
+
PutApiV2IncidentsIdShipStrategy[PutApiV2IncidentsIdShipStrategy["Value3"] = 3] = "Value3";
|
|
22650
|
+
})(PutApiV2IncidentsIdShipStrategy || (PutApiV2IncidentsIdShipStrategy = {}));
|
|
22497
22651
|
/** hazmat class */
|
|
22498
22652
|
var PutApiV2ItemsIdHazmatType;
|
|
22499
22653
|
(function (PutApiV2ItemsIdHazmatType) {
|
|
@@ -22813,6 +22967,17 @@ var PutApiV2ItemsIdPackagingType;
|
|
|
22813
22967
|
PutApiV2ItemsIdPackagingType["SmallParcel"] = "SmallParcel";
|
|
22814
22968
|
PutApiV2ItemsIdPackagingType["MediumParcel"] = "MediumParcel";
|
|
22815
22969
|
})(PutApiV2ItemsIdPackagingType || (PutApiV2ItemsIdPackagingType = {}));
|
|
22970
|
+
/**
|
|
22971
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
22972
|
+
* @format int32
|
|
22973
|
+
*/
|
|
22974
|
+
var PutApiV2ItemsIdShipStrategy;
|
|
22975
|
+
(function (PutApiV2ItemsIdShipStrategy) {
|
|
22976
|
+
PutApiV2ItemsIdShipStrategy[PutApiV2ItemsIdShipStrategy["Value0"] = 0] = "Value0";
|
|
22977
|
+
PutApiV2ItemsIdShipStrategy[PutApiV2ItemsIdShipStrategy["Value1"] = 1] = "Value1";
|
|
22978
|
+
PutApiV2ItemsIdShipStrategy[PutApiV2ItemsIdShipStrategy["Value2"] = 2] = "Value2";
|
|
22979
|
+
PutApiV2ItemsIdShipStrategy[PutApiV2ItemsIdShipStrategy["Value3"] = 3] = "Value3";
|
|
22980
|
+
})(PutApiV2ItemsIdShipStrategy || (PutApiV2ItemsIdShipStrategy = {}));
|
|
22816
22981
|
/** hazmat class */
|
|
22817
22982
|
var PutApiV2ItemsOriginatorOriginatorIdHazmatType;
|
|
22818
22983
|
(function (PutApiV2ItemsOriginatorOriginatorIdHazmatType) {
|
|
@@ -23132,6 +23297,17 @@ var PutApiV2ItemsOriginatorOriginatorIdPackagingType;
|
|
|
23132
23297
|
PutApiV2ItemsOriginatorOriginatorIdPackagingType["SmallParcel"] = "SmallParcel";
|
|
23133
23298
|
PutApiV2ItemsOriginatorOriginatorIdPackagingType["MediumParcel"] = "MediumParcel";
|
|
23134
23299
|
})(PutApiV2ItemsOriginatorOriginatorIdPackagingType || (PutApiV2ItemsOriginatorOriginatorIdPackagingType = {}));
|
|
23300
|
+
/**
|
|
23301
|
+
* which locations to pick first: Default, FIFO, FEFO
|
|
23302
|
+
* @format int32
|
|
23303
|
+
*/
|
|
23304
|
+
var PutApiV2ItemsOriginatorOriginatorIdShipStrategy;
|
|
23305
|
+
(function (PutApiV2ItemsOriginatorOriginatorIdShipStrategy) {
|
|
23306
|
+
PutApiV2ItemsOriginatorOriginatorIdShipStrategy[PutApiV2ItemsOriginatorOriginatorIdShipStrategy["Value0"] = 0] = "Value0";
|
|
23307
|
+
PutApiV2ItemsOriginatorOriginatorIdShipStrategy[PutApiV2ItemsOriginatorOriginatorIdShipStrategy["Value1"] = 1] = "Value1";
|
|
23308
|
+
PutApiV2ItemsOriginatorOriginatorIdShipStrategy[PutApiV2ItemsOriginatorOriginatorIdShipStrategy["Value2"] = 2] = "Value2";
|
|
23309
|
+
PutApiV2ItemsOriginatorOriginatorIdShipStrategy[PutApiV2ItemsOriginatorOriginatorIdShipStrategy["Value3"] = 3] = "Value3";
|
|
23310
|
+
})(PutApiV2ItemsOriginatorOriginatorIdShipStrategy || (PutApiV2ItemsOriginatorOriginatorIdShipStrategy = {}));
|
|
23135
23311
|
/**
|
|
23136
23312
|
* Pickable, backstock, etc
|
|
23137
23313
|
* @default "pickable"
|
|
@@ -24475,5 +24651,144 @@ const getApiV21SipnoticeItemReceivingTimeline = (client, shipnoticeItemId) => {
|
|
|
24475
24651
|
});
|
|
24476
24652
|
};
|
|
24477
24653
|
|
|
24478
|
-
export { ApiV21EntitiesItemHazmatType, ApiV21EntitiesItemLabelFormat, ApiV21EntitiesItemOriginCountry, ApiV21EntitiesItemPackagingType, ApiV21EntitiesLocationRole, ApiV21EntitiesOrderIncoterm, ApiV21EntitiesOrderStatus, ApiV21EntitiesUserLocale, ApiV21EntitiesUserRole, ApiV2EntitiesBillOfLadingBolType, ApiV2EntitiesChromalistChroma, ApiV2EntitiesChromalistResourceType, ApiV2EntitiesItemHazmatType, ApiV2EntitiesItemLabelFormat, ApiV2EntitiesItemOriginCountry, ApiV2EntitiesItemPackagingType, ApiV2EntitiesLocationRole, ApiV2EntitiesOrderIncoterm, ApiV2EntitiesOrderStatus, ApiV2EntitiesReturnAddressCountryIso2, ApiV2EntitiesUserLocale, ApiV2EntitiesUserRole, ContentType, HttpClient, PostApiV21BillOfLadingsIdAddressesAddressType, PostApiV21CarrierAccountsProvider, PostApiV21ChromalistsChroma, PostApiV21ChromalistsResourceType, PostApiV21FilterSetsType, PostApiV21ItemsHazmatType, PostApiV21ItemsIdLocationsOwnerType, PostApiV21ItemsIdLocationsRole, PostApiV21ItemsLabelFormat, PostApiV21ItemsOriginCountry, PostApiV21ItemsPackagingType, PostApiV21LocationAuditsState, PostApiV21OrdersBulkIncoterm, PostApiV21OrdersBulkOrderType, PostApiV21OrdersBulkStatus, PostApiV21OrdersIncoterm, PostApiV21OrdersOrderType, PostApiV21OrdersStatus, PostApiV21ReturnAddressesCountryIso2, PostApiV21RulesState, PostApiV21RulesType, PostApiV21UsersLocale, PostApiV21UsersRole, PostApiV21UtilitiesPresignUrlResourceType, PostApiV21WarehousesDefaultPickStrategy, PostApiV21WarehousesShippingLabelFormat, PostApiV2BillOfLadingsIdAddressesAddressType, PostApiV2CarrierAccountsProvider, PostApiV2ChromalistsChroma, PostApiV2ChromalistsResourceType, PostApiV2FilterSetsType, PostApiV2ItemsHazmatType, PostApiV2ItemsIdLocationsOwnerType, PostApiV2ItemsIdLocationsRole, PostApiV2ItemsLabelFormat, PostApiV2ItemsOriginCountry, PostApiV2ItemsPackagingType, PostApiV2LocationAuditsState, PostApiV2OrdersBulkIncoterm, PostApiV2OrdersBulkOrderType, PostApiV2OrdersBulkStatus, PostApiV2OrdersIncoterm, PostApiV2OrdersOrderType, PostApiV2OrdersStatus, PostApiV2ReturnAddressesCountryIso2, PostApiV2RulesState, PostApiV2RulesType, PostApiV2UsersLocale, PostApiV2UsersRole, PostApiV2UtilitiesPresignUrlResourceType, PostApiV2WarehousesDefaultPickStrategy, PostApiV2WarehousesShippingLabelFormat, PusherBatchResponses, PusherJobStatus, PutApiV21FilterSetsIdBatchBatchStrategy, PutApiV21FilterSetsIdBatchGroupBy, PutApiV21FilterSetsIdBatchLocationRoles, PutApiV21FilterSetsIdBatchPickStrategy, PutApiV21FilterSetsIdBatchWaveStrategy, PutApiV21FilterSetsUpsertType, PutApiV21IncidentsIdHazmatType, PutApiV21IncidentsIdLabelFormat, PutApiV21IncidentsIdOriginCountry, PutApiV21IncidentsIdPackagingType, PutApiV21ItemsIdHazmatType, PutApiV21ItemsIdLabelFormat, PutApiV21ItemsIdOriginCountry, PutApiV21ItemsIdPackagingType, PutApiV21ItemsOriginatorOriginatorIdHazmatType, PutApiV21ItemsOriginatorOriginatorIdLabelFormat, PutApiV21ItemsOriginatorOriginatorIdOriginCountry, PutApiV21ItemsOriginatorOriginatorIdPackagingType, PutApiV21LocationsIdRole, PutApiV21OrdersIdIncoterm, PutApiV21OrdersOriginatorOriginatorIdIncoterm, PutApiV21ReturnAddressesIdCountryIso2, PutApiV21RulesIdState, PutApiV21SimulateOrdersOrderIdProcessingStatus, PutApiV21UsersIdLocale, PutApiV21UsersIdRole, PutApiV2FilterSetsIdBatchBatchStrategy, PutApiV2FilterSetsIdBatchPickStrategy, PutApiV2FilterSetsIdBatchWaveStrategy, PutApiV2FilterSetsUpsertType, PutApiV2IncidentsIdHazmatType, PutApiV2IncidentsIdLabelFormat, PutApiV2IncidentsIdOriginCountry, PutApiV2IncidentsIdPackagingType, PutApiV2ItemsIdHazmatType, PutApiV2ItemsIdLabelFormat, PutApiV2ItemsIdOriginCountry, PutApiV2ItemsIdPackagingType, PutApiV2ItemsOriginatorOriginatorIdHazmatType, PutApiV2ItemsOriginatorOriginatorIdLabelFormat, PutApiV2ItemsOriginatorOriginatorIdOriginCountry, PutApiV2ItemsOriginatorOriginatorIdPackagingType, PutApiV2LocationsIdRole, PutApiV2OrdersIdIncoterm, PutApiV2OrdersOriginatorOriginatorIdIncoterm, PutApiV2ReturnAddressesIdCountryIso2, PutApiV2RulesIdState, PutApiV2SimulateOrdersOrderIdProcessingStatus, PutApiV2UsersIdLocale, PutApiV2UsersIdRole, customerMock, deleteApiV21AccountsId, deleteApiV21AllocationsId, deleteApiV21BillOfLadingsId, deleteApiV21BroadcastsId, deleteApiV21BundleItemsId, deleteApiV21CacheKey, deleteApiV21CarrierAccountsId, deleteApiV21ChromalistsId, deleteApiV21ConsumerReturnsId, deleteApiV21ConsumerReturnsOriginatorOriginatorId, deleteApiV21CurrenciesId, deleteApiV21DocumentsId, deleteApiV21FilterSetsId, deleteApiV21ImporterOfRecordsId, deleteApiV21IncidentsId, deleteApiV21ItemsId, deleteApiV21ItemsOriginatorOriginatorId, deleteApiV21LocationAuditsId, deleteApiV21LocationTransfersId, deleteApiV21LocationsId, deleteApiV21LotsId, deleteApiV21NotificationSubscriptionsId, deleteApiV21OrderDocumentsId, deleteApiV21OrderItemsId, deleteApiV21PackagesId, deleteApiV21PartnersId, deleteApiV21ProjectTasksId, deleteApiV21ProjectsId, deleteApiV21ReturnAddressesId, deleteApiV21RuleDismissalsId, deleteApiV21RulesId, deleteApiV21ShipnoticeItemsId, deleteApiV21ShipnoticesId, deleteApiV21ShipnoticesOriginatorOriginatorId, deleteApiV21ShippingAliasesId, deleteApiV21ShippingBlacklistedMethodsId, deleteApiV21ShippingMethodsId, deleteApiV21TemplatesId, deleteApiV21UsersId, deleteApiV21WarehouseFeaturesId, deleteApiV21WarehousesId, deleteApiV2AccountsId, deleteApiV2AddressesId, deleteApiV2AllocationsId, deleteApiV2BillOfLadingsId, deleteApiV2BroadcastsId, deleteApiV2BundleItemsId, deleteApiV2CacheKey, deleteApiV2CarrierAccountsId, deleteApiV2ChromalistsId, deleteApiV2ConsumerReturnsId, deleteApiV2ConsumerReturnsOriginatorOriginatorId, deleteApiV2CurrenciesId, deleteApiV2DocumentsId, deleteApiV2FilterSetsId, deleteApiV2ImporterOfRecordsId, deleteApiV2IncidentsId, deleteApiV2ItemsId, deleteApiV2ItemsOriginatorOriginatorId, deleteApiV2LocationAdjustmentsIdTags, deleteApiV2LocationAuditsId, deleteApiV2LocationTransfersId, deleteApiV2LocationsId, deleteApiV2LotsId, deleteApiV2NotificationSubscriptionsId, deleteApiV2OrderDocumentsId, deleteApiV2OrderItemsId, deleteApiV2PackagesId, deleteApiV2PartnersId, deleteApiV2ProjectTasksId, deleteApiV2ProjectsId, deleteApiV2ReturnAddressesId, deleteApiV2RuleDismissalsId, deleteApiV2RulesId, deleteApiV2ShipnoticeItemsId, deleteApiV2ShipnoticeItemsIdTags, deleteApiV2ShipnoticesId, deleteApiV2ShipnoticesOriginatorOriginatorId, deleteApiV2ShippingAliasesId, deleteApiV2ShippingBlacklistedMethodsId, deleteApiV2ShippingMethodsId, deleteApiV2SurchargeMarkupsId, deleteApiV2TemplatesId, deleteApiV2TransportationMarkupsId, deleteApiV2UsersId, deleteApiV2WarehouseFeaturesId, deleteApiV2WarehousesId, errorHandler, getAllCustomersUrl, getAllWarehousesUrl, getApiV21AccountTransactions, getApiV21AccountTransactionsCount, getApiV21AccountTransactionsId, getApiV21Accounts, getApiV21AccountsCount, getApiV21AccountsId, getApiV21AccountsIdAccountTransactions, getApiV21AccountsIdSuggestedRefill, getApiV21Allocations, getApiV21BillOfLadings, getApiV21BillOfLadingsId, getApiV21BillOfLadingsIdAddresses, getApiV21Broadcasts, getApiV21BroadcastsCount, getApiV21BroadcastsId, getApiV21BroadcastsLevels, getApiV21BundleItemsId, getApiV21CacheKey, getApiV21CarrierAccounts, getApiV21CarrierAccountsCount, getApiV21CarrierAccountsId, getApiV21CarrierAccountsIdMetaFields, getApiV21CarrierAccountsIdProviderAccount, getApiV21CarrierAccountsProviderAccounts, getApiV21Carriers, getApiV21Chromalists, getApiV21ConsumerReturnIdReturnItems, getApiV21ConsumerReturns, getApiV21ConsumerReturnsAggregate, getApiV21ConsumerReturnsCount, getApiV21ConsumerReturnsId, getApiV21ConsumerReturnsIdCallTrait, getApiV21ConsumerReturnsIdIncidents, getApiV21ConsumerReturnsIdIncidentsCount, getApiV21ConsumerReturnsIdMetaFields, getApiV21ConsumerReturnsIdOriginator, getApiV21ConsumerReturnsIdTraits, getApiV21ConsumerReturnsOriginatorOriginatorId, getApiV21ConsumerReturnsTraits, getApiV21Currencies, getApiV21Customers, getApiV21CustomersActions, getApiV21CustomersCount, getApiV21CustomersId, getApiV21CustomersIdCallTrait, getApiV21CustomersIdEnablePendingReturns, getApiV21CustomersIdGoEnabled, getApiV21CustomersIdMetaFields, getApiV21CustomersIdShops, getApiV21CustomersIdTraits, getApiV21CustomersTraits, getApiV21CustomsInfos, getApiV21CustomsInfosId, getApiV21Dashboards, getApiV21DashboardsId, getApiV21Documents, getApiV21DocumentsActions, getApiV21DocumentsId, getApiV21ExtAppAuthenticateProvider, getApiV21FilterSets, getApiV21FilterSetsCount, getApiV21FilterSetsId, getApiV21FilterSetsIdResults, getApiV21FilterSetsIdResultsAggregate, getApiV21FilterSetsIdResultsCount, getApiV21FilterSetsOptions, getApiV21ImporterOfRecords, getApiV21ImporterOfRecordsId, getApiV21Incidents, getApiV21IncidentsActions, getApiV21IncidentsCount, getApiV21InvoiceItems, getApiV21InvoiceItemsCount, getApiV21InvoiceItemsId, getApiV21Invoices, getApiV21InvoicesCount, getApiV21InvoicesId, getApiV21InvoicesIdCallTrait, getApiV21InvoicesIdTraits, getApiV21InvoicesTraits, getApiV21Items, getApiV21ItemsActions, getApiV21ItemsAggregate, getApiV21ItemsCount, getApiV21ItemsId, getApiV21ItemsIdBundleItems, getApiV21ItemsIdCallTrait, getApiV21ItemsIdInBundles, getApiV21ItemsIdInbound, getApiV21ItemsIdIncidents, getApiV21ItemsIdIncidentsCount, getApiV21ItemsIdLocations, getApiV21ItemsIdLocationsCount, getApiV21ItemsIdMetaFields, getApiV21ItemsIdOriginators, getApiV21ItemsIdScancodes, getApiV21ItemsIdShipnoticeItems, getApiV21ItemsIdShipnoticeItemsCount, getApiV21ItemsIdTraits, getApiV21ItemsIdTransactions, getApiV21ItemsIdTransactionsCount, getApiV21ItemsIdWarehouseQuantities, getApiV21ItemsOriginatorOriginatorId, getApiV21ItemsOriginatorOriginatorIdBundleItems, getApiV21ItemsOriginatorOriginatorIdInBundles, getApiV21ItemsOriginatorOriginatorIdInbound, getApiV21ItemsOriginatorOriginatorIdScancodes, getApiV21ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV21ItemsTraits, getApiV21Locales, getApiV21LocationAudits, getApiV21LocationAuditsAggregate, getApiV21LocationAuditsCount, getApiV21LocationAuditsId, getApiV21LocationAuditsIdAllocations, getApiV21LocationTransfers, getApiV21LocationTransfersAggregate, getApiV21LocationTransfersCount, getApiV21LocationTransfersId, getApiV21LocationTransfersIdAllocations, getApiV21Locations, getApiV21LocationsAggregate, getApiV21LocationsCount, getApiV21LocationsId, getApiV21LocationsIdIncidents, getApiV21LocationsIdIncidentsCount, getApiV21Lots, getApiV21LotsCount, getApiV21LotsId, getApiV21Manifests, getApiV21ManifestsCount, getApiV21ManifestsId, getApiV21ManifestsIdBatch, getApiV21ManifestsIdScanForm, getApiV21Me, getApiV21Nav, getApiV21NavItems, getApiV21NotificationEvents, getApiV21NotificationEventsId, getApiV21NotificationSubscriptions, getApiV21NotificationSubscriptionsCount, getApiV21NotificationSubscriptionsId, getApiV21NotificationSubscriptionsIdTest, getApiV21OrderBatchItems, getApiV21OrderBatchItemsAggregate, getApiV21OrderBatchRequests, getApiV21OrderBatchRequestsId, getApiV21OrderBatches, getApiV21OrderBatchesActions, getApiV21OrderBatchesAggregate, getApiV21OrderBatchesId, getApiV21OrderBatchesIdCallTrait, getApiV21OrderBatchesIdIncidents, getApiV21OrderBatchesIdIncidentsCount, getApiV21OrderBatchesIdMetaFields, getApiV21OrderBatchesIdOrderBatchItems, getApiV21OrderBatchesIdOrderCountsByStatus, getApiV21OrderBatchesIdPackedPercent, getApiV21OrderBatchesIdPackingslips, getApiV21OrderBatchesIdPublicPackingslipUrl, getApiV21OrderBatchesIdPublicPicklistUrl, getApiV21OrderBatchesIdSummary, getApiV21OrderBatchesIdTraits, getApiV21OrderBatchesTraits, getApiV21OrderDocumentsId, getApiV21OrderItems, getApiV21OrderItemsActions, getApiV21OrderItemsAggregate, getApiV21OrderItemsId, getApiV21OrderItemsIdLots, getApiV21OrderItemsIdMetaFields, getApiV21OrderItemsIdOriginator, getApiV21OrderItemsIdSerialNumbers, getApiV21OrderTotes, getApiV21Orders, getApiV21OrdersActions, getApiV21OrdersAggregate, getApiV21OrdersCount, getApiV21OrdersId, getApiV21OrdersIdCallTrait, getApiV21OrdersIdCommercialInvoice, getApiV21OrdersIdCustomsInfo, getApiV21OrdersIdEvents, getApiV21OrdersIdEventsCount, getApiV21OrdersIdHasGlobalEInvoice, getApiV21OrdersIdHasOuterPackaging, getApiV21OrdersIdIncidents, getApiV21OrdersIdIncidentsCount, getApiV21OrdersIdLots, getApiV21OrdersIdMessages, getApiV21OrdersIdMessagesCount, getApiV21OrdersIdMeta, getApiV21OrdersIdMetaFields, getApiV21OrdersIdOrderDocuments, getApiV21OrdersIdOrderItems, getApiV21OrdersIdOrderItemsCount, getApiV21OrdersIdOriginator, getApiV21OrdersIdPackages, getApiV21OrdersIdPackingRulesWithSuggestedItems, getApiV21OrdersIdPackingslip, getApiV21OrdersIdPublicInsertUrl, getApiV21OrdersIdPublicPackingslipUrl, getApiV21OrdersIdRuleDismissals, getApiV21OrdersIdSerialNumbers, getApiV21OrdersIdShipmentRates, getApiV21OrdersIdShippingRates, getApiV21OrdersIdShippingWeight, getApiV21OrdersIdSkipPackingslip, getApiV21OrdersIdToteCode, getApiV21OrdersIdTraits, getApiV21OrdersIdWholesale, getApiV21OrdersOriginatorOriginatorId, getApiV21OrdersTraits, getApiV21Originators, getApiV21Packages, getApiV21PackagesActions, getApiV21PackagesAggregate, getApiV21PackagesId, getApiV21PackagesIdCallTrait, getApiV21PackagesIdShipment, getApiV21PackagesIdTraits, getApiV21PackagesTraits, getApiV21Partners, getApiV21PartnersCount, getApiV21PartnersId, getApiV21ProjectTasksId, getApiV21Projects, getApiV21ProjectsCount, getApiV21ProjectsId, getApiV21ProjectsIdProjectTasks, getApiV21ProjectsIdProjectTasksCount, getApiV21Rates, getApiV21RatesCount, getApiV21RatesId, getApiV21RelocateInventoryTransfers, getApiV21RelocateInventoryTransfersCount, getApiV21ReturnAddresses, getApiV21ReturnAddressesId, getApiV21Rules, getApiV21RulesCount, getApiV21RulesId, getApiV21RulesIdHistory, getApiV21SerialNumbers, getApiV21SerialNumbersActions, getApiV21ShipnoticeItems, getApiV21ShipnoticeItemsActions, getApiV21ShipnoticeItemsAggregate, getApiV21ShipnoticeItemsCount, getApiV21ShipnoticeItemsId, getApiV21ShipnoticeItemsIdAllocations, getApiV21ShipnoticeItemsIdCallTrait, getApiV21ShipnoticeItemsIdLocations, getApiV21ShipnoticeItemsIdMetaFields, getApiV21ShipnoticeItemsIdOriginator, getApiV21ShipnoticeItemsIdReceived, getApiV21ShipnoticeItemsIdTraits, getApiV21ShipnoticeItemsTraits, getApiV21Shipnotices, getApiV21ShipnoticesActions, getApiV21ShipnoticesAggregate, getApiV21ShipnoticesCount, getApiV21ShipnoticesId, getApiV21ShipnoticesIdCallTrait, getApiV21ShipnoticesIdCustomerReservedReceiving, getApiV21ShipnoticesIdIncidents, getApiV21ShipnoticesIdIncidentsCount, getApiV21ShipnoticesIdMessages, getApiV21ShipnoticesIdMessagesCount, getApiV21ShipnoticesIdMetaFields, getApiV21ShipnoticesIdOrdersWaiting, getApiV21ShipnoticesIdOriginator, getApiV21ShipnoticesIdShipnoticeItems, getApiV21ShipnoticesIdShipnoticeItemsCount, getApiV21ShipnoticesIdTraits, getApiV21ShipnoticesOriginatorOriginatorId, getApiV21ShipnoticesTraits, getApiV21ShippingAliases, getApiV21ShippingAliasesCount, getApiV21ShippingAliasesId, getApiV21ShippingBlacklistedMethods, getApiV21ShippingBlacklistedMethodsCount, getApiV21ShippingBlacklistedMethodsId, getApiV21ShippingMethods, getApiV21ShippingMethodsCount, getApiV21ShippingMethodsId, getApiV21ShopsIdMetaFields, getApiV21SipnoticeItemReceivingTimeline, getApiV21StatsSidekiq, getApiV21StatsSidekiqBatchStatusId, getApiV21StatsSidekiqName, getApiV21TemplateTypes, getApiV21Templates, getApiV21TemplatesId, getApiV21TemplatesIdRenderResourceId, getApiV21TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV21Users, getApiV21UsersCount, getApiV21UsersId, getApiV21UsersIdBroadcasts, getApiV21UsersIdCallTrait, getApiV21UsersIdTraits, getApiV21UsersJwt, getApiV21UsersTraits, getApiV21WarehouseFeatures, getApiV21WarehouseFeaturesCount, getApiV21WarehouseFeaturesId, getApiV21Warehouses, getApiV21WarehousesActions, getApiV21WarehousesCount, getApiV21WarehousesId, getApiV21WarehousesIdCallTrait, getApiV21WarehousesIdCarrierAccounts, getApiV21WarehousesIdTraits, getApiV21WarehousesTraits, getApiV21Wholesales, getApiV21WholesalesId, getApiV2AccountTransactions, getApiV2AccountTransactionsCount, getApiV2AccountTransactionsId, getApiV2Accounts, getApiV2AccountsCount, getApiV2AccountsId, getApiV2AccountsIdAccountTransactions, getApiV2AccountsIdAudits, getApiV2AccountsIdSuggestedRefill, getApiV2Allocations, getApiV2BillOfLadings, getApiV2BillOfLadingsId, getApiV2BillOfLadingsIdAddresses, getApiV2Broadcasts, getApiV2BroadcastsCount, getApiV2BroadcastsId, getApiV2BroadcastsLevels, getApiV2BundleItemsId, getApiV2CacheKey, getApiV2CarrierAccounts, getApiV2CarrierAccountsCount, getApiV2CarrierAccountsId, getApiV2CarrierAccountsIdAudits, getApiV2CarrierAccountsIdMetaFields, getApiV2CarrierAccountsIdProviderAccount, getApiV2CarrierAccountsProviderAccounts, getApiV2Carriers, getApiV2Chromalists, getApiV2ConsumerReturns, getApiV2ConsumerReturnsAggregate, getApiV2ConsumerReturnsCount, getApiV2ConsumerReturnsId, getApiV2ConsumerReturnsIdCallTrait, getApiV2ConsumerReturnsIdIncidents, getApiV2ConsumerReturnsIdIncidentsCount, getApiV2ConsumerReturnsIdMetaFields, getApiV2ConsumerReturnsIdOriginator, getApiV2ConsumerReturnsIdTraits, getApiV2ConsumerReturnsOriginatorOriginatorId, getApiV2ConsumerReturnsTraits, getApiV2Currencies, getApiV2Customers, getApiV2CustomersActions, getApiV2CustomersCount, getApiV2CustomersId, getApiV2CustomersIdAudits, getApiV2CustomersIdCallTrait, getApiV2CustomersIdMetaFields, getApiV2CustomersIdShops, getApiV2CustomersIdTraits, getApiV2CustomersTraits, getApiV2CustomsInfos, getApiV2CustomsInfosId, getApiV2Dashboards, getApiV2DashboardsId, getApiV2Documents, getApiV2DocumentsActions, getApiV2DocumentsId, getApiV2ExtAppAuthenticateProvider, getApiV2FilterSets, getApiV2FilterSetsCount, getApiV2FilterSetsId, getApiV2FilterSetsIdResults, getApiV2FilterSetsIdResultsAggregate, getApiV2FilterSetsIdResultsCount, getApiV2FilterSetsOptions, getApiV2ImporterOfRecords, getApiV2ImporterOfRecordsId, getApiV2Incidents, getApiV2IncidentsActions, getApiV2IncidentsCount, getApiV2InvoiceItems, getApiV2InvoiceItemsCount, getApiV2InvoiceItemsId, getApiV2Invoices, getApiV2InvoicesCount, getApiV2InvoicesId, getApiV2InvoicesIdCallTrait, getApiV2InvoicesIdTraits, getApiV2InvoicesTraits, getApiV2Items, getApiV2ItemsActions, getApiV2ItemsAggregate, getApiV2ItemsCount, getApiV2ItemsId, getApiV2ItemsIdAudits, getApiV2ItemsIdBundleItems, getApiV2ItemsIdCallTrait, getApiV2ItemsIdInBundles, getApiV2ItemsIdInbound, getApiV2ItemsIdIncidents, getApiV2ItemsIdIncidentsCount, getApiV2ItemsIdLocations, getApiV2ItemsIdLocationsCount, getApiV2ItemsIdMetaFields, getApiV2ItemsIdOriginators, getApiV2ItemsIdScancodes, getApiV2ItemsIdShipnoticeItems, getApiV2ItemsIdShipnoticeItemsCount, getApiV2ItemsIdTraits, getApiV2ItemsIdTransactions, getApiV2ItemsIdTransactionsCount, getApiV2ItemsIdWarehouseQuantities, getApiV2ItemsOriginatorOriginatorId, getApiV2ItemsOriginatorOriginatorIdBundleItems, getApiV2ItemsOriginatorOriginatorIdInBundles, getApiV2ItemsOriginatorOriginatorIdInbound, getApiV2ItemsOriginatorOriginatorIdScancodes, getApiV2ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV2ItemsTraits, getApiV2Locales, getApiV2LocationAdjustments, getApiV2LocationAdjustmentsCount, getApiV2LocationAdjustmentsId, getApiV2LocationAdjustmentsIdTags, getApiV2LocationAudits, getApiV2LocationAuditsAggregate, getApiV2LocationAuditsCount, getApiV2LocationAuditsId, getApiV2LocationAuditsIdAllocations, getApiV2LocationTransfers, getApiV2LocationTransfersAggregate, getApiV2LocationTransfersCount, getApiV2LocationTransfersId, getApiV2LocationTransfersIdAllocations, getApiV2Locations, getApiV2LocationsAggregate, getApiV2LocationsCount, getApiV2LocationsId, getApiV2LocationsIdAudits, getApiV2LocationsIdIncidents, getApiV2LocationsIdIncidentsCount, getApiV2Lots, getApiV2LotsCount, getApiV2LotsId, getApiV2LotsIdAudits, getApiV2Manifests, getApiV2ManifestsCount, getApiV2ManifestsId, getApiV2ManifestsIdBatch, getApiV2ManifestsIdScanForm, getApiV2Me, getApiV2Nav, getApiV2NavItems, getApiV2NotificationEvents, getApiV2NotificationEventsId, getApiV2NotificationSubscriptions, getApiV2NotificationSubscriptionsCount, getApiV2NotificationSubscriptionsId, getApiV2NotificationSubscriptionsIdTest, getApiV2OrderBatchItems, getApiV2OrderBatchItemsAggregate, getApiV2OrderBatchRequests, getApiV2OrderBatchRequestsId, getApiV2OrderBatches, getApiV2OrderBatchesActions, getApiV2OrderBatchesAggregate, getApiV2OrderBatchesId, getApiV2OrderBatchesIdAudits, getApiV2OrderBatchesIdCallTrait, getApiV2OrderBatchesIdIncidents, getApiV2OrderBatchesIdIncidentsCount, getApiV2OrderBatchesIdMetaFields, getApiV2OrderBatchesIdOrderBatchItems, getApiV2OrderBatchesIdPackingslips, getApiV2OrderBatchesIdTraits, getApiV2OrderBatchesTraits, getApiV2OrderDocumentsId, getApiV2OrderItems, getApiV2OrderItemsActions, getApiV2OrderItemsAggregate, getApiV2OrderItemsId, getApiV2OrderItemsIdAudits, getApiV2OrderItemsIdLots, getApiV2OrderItemsIdMetaFields, getApiV2OrderItemsIdOriginator, getApiV2OrderItemsIdSerialNumbers, getApiV2OrderTotes, getApiV2Orders, getApiV2OrdersActions, getApiV2OrdersAggregate, getApiV2OrdersCount, getApiV2OrdersId, getApiV2OrdersIdAudits, getApiV2OrdersIdCallTrait, getApiV2OrdersIdCustomsInfo, getApiV2OrdersIdEvents, getApiV2OrdersIdEventsCount, getApiV2OrdersIdIncidents, getApiV2OrdersIdIncidentsCount, getApiV2OrdersIdLots, getApiV2OrdersIdMessages, getApiV2OrdersIdMessagesCount, getApiV2OrdersIdMeta, getApiV2OrdersIdMetaFields, getApiV2OrdersIdOrderDocuments, getApiV2OrdersIdOrderItems, getApiV2OrdersIdOrderItemsCount, getApiV2OrdersIdOriginator, getApiV2OrdersIdPackages, getApiV2OrdersIdPackingslip, getApiV2OrdersIdRuleDismissals, getApiV2OrdersIdSerialNumbers, getApiV2OrdersIdShipmentRates, getApiV2OrdersIdShippingRates, getApiV2OrdersIdShippingWeight, getApiV2OrdersIdTraits, getApiV2OrdersIdWholesale, getApiV2OrdersOriginatorOriginatorId, getApiV2OrdersTraits, getApiV2Originators, getApiV2OriginatorsIdAudits, getApiV2Packages, getApiV2PackagesActions, getApiV2PackagesAggregate, getApiV2PackagesId, getApiV2PackagesIdAudits, getApiV2PackagesIdCallTrait, getApiV2PackagesIdShipment, getApiV2PackagesIdTraits, getApiV2PackagesTraits, getApiV2Partners, getApiV2PartnersCount, getApiV2PartnersId, getApiV2ProjectTasksId, getApiV2Projects, getApiV2ProjectsCount, getApiV2ProjectsId, getApiV2ProjectsIdProjectTasks, getApiV2ProjectsIdProjectTasksCount, getApiV2Rates, getApiV2RatesCount, getApiV2RatesId, getApiV2RatesIdAudits, getApiV2ReasonCodes, getApiV2ReasonCodesId, getApiV2RelocateInventoryTransfers, getApiV2RelocateInventoryTransfersCount, getApiV2ReturnAddresses, getApiV2ReturnAddressesId, getApiV2Rules, getApiV2RulesCount, getApiV2RulesId, getApiV2RulesIdAudits, getApiV2RulesIdHistory, getApiV2Scancodes, getApiV2SerialNumbers, getApiV2SerialNumbersActions, getApiV2ShipnoticeItems, getApiV2ShipnoticeItemsActions, getApiV2ShipnoticeItemsAggregate, getApiV2ShipnoticeItemsCount, getApiV2ShipnoticeItemsId, getApiV2ShipnoticeItemsIdAllocations, getApiV2ShipnoticeItemsIdAudits, getApiV2ShipnoticeItemsIdCallTrait, getApiV2ShipnoticeItemsIdLocations, getApiV2ShipnoticeItemsIdMetaFields, getApiV2ShipnoticeItemsIdOriginator, getApiV2ShipnoticeItemsIdReceived, getApiV2ShipnoticeItemsIdTags, getApiV2ShipnoticeItemsIdTraits, getApiV2ShipnoticeItemsTraits, getApiV2Shipnotices, getApiV2ShipnoticesActions, getApiV2ShipnoticesAggregate, getApiV2ShipnoticesCount, getApiV2ShipnoticesId, getApiV2ShipnoticesIdAudits, getApiV2ShipnoticesIdCallTrait, getApiV2ShipnoticesIdIncidents, getApiV2ShipnoticesIdIncidentsCount, getApiV2ShipnoticesIdMessages, getApiV2ShipnoticesIdMessagesCount, getApiV2ShipnoticesIdMetaFields, getApiV2ShipnoticesIdOrdersWaiting, getApiV2ShipnoticesIdOriginator, getApiV2ShipnoticesIdShipnoticeItems, getApiV2ShipnoticesIdShipnoticeItemsCount, getApiV2ShipnoticesIdTraits, getApiV2ShipnoticesOriginatorOriginatorId, getApiV2ShipnoticesTraits, getApiV2ShippingAliases, getApiV2ShippingAliasesCount, getApiV2ShippingAliasesId, getApiV2ShippingAliasesIdAudits, getApiV2ShippingBlacklistedMethods, getApiV2ShippingBlacklistedMethodsCount, getApiV2ShippingBlacklistedMethodsId, getApiV2ShippingMethodMarkupsIdAudits, getApiV2ShippingMethods, getApiV2ShippingMethodsCount, getApiV2ShippingMethodsId, getApiV2ShopsIdAudits, getApiV2ShopsIdMetaFields, getApiV2StatsSidekiq, getApiV2StatsSidekiqBatchStatusId, getApiV2StatsSidekiqName, getApiV2SurchargeMarkups, getApiV2SurchargeMarkupsCount, getApiV2SurchargeMarkupsId, getApiV2TemplateTypes, getApiV2Templates, getApiV2TemplatesId, getApiV2TemplatesIdAudits, getApiV2TemplatesIdRenderResourceId, getApiV2TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV2TransactionsIdAudits, getApiV2TransportationMarkups, getApiV2TransportationMarkupsCount, getApiV2TransportationMarkupsId, getApiV2Users, getApiV2UsersCount, getApiV2UsersId, getApiV2UsersIdAudits, getApiV2UsersIdBroadcasts, getApiV2UsersIdCallTrait, getApiV2UsersIdTraits, getApiV2UsersJwt, getApiV2UsersTraits, getApiV2WarehouseFeatures, getApiV2WarehouseFeaturesCount, getApiV2WarehouseFeaturesId, getApiV2Warehouses, getApiV2WarehousesActions, getApiV2WarehousesAddresses, getApiV2WarehousesCount, getApiV2WarehousesId, getApiV2WarehousesIdCallTrait, getApiV2WarehousesIdCarrierAccounts, getApiV2WarehousesIdTraits, getApiV2WarehousesTraits, getApiV2Wholesales, getApiV2WholesalesId, getBroadcastFromPusherResponse, getLocaleUrl, getLogoutUrl, getNavDataUrlBySlug, getPartnerBillingUrl, getSearchUrl, getUserChannelName, getUserSummary, getWarehouseIdOpenBatchesAgainstShelf, labeledSearchTypes, navMock, postApiV21Accounts, postApiV21AccountsIdAccountTransactions, postApiV21BillOfLadings, postApiV21BillOfLadingsIdAddresses, postApiV21Broadcasts, postApiV21Cache, postApiV21CarrierAccounts, postApiV21Chromalists, postApiV21ConsumerReturns, postApiV21ConsumerReturnsBulk, postApiV21ConsumerReturnsIdIncidents, postApiV21Currencies, postApiV21Customers, postApiV21Documents, postApiV21ExtAppAuthenticateProvider, postApiV21FilterSets, postApiV21ImporterOfRecords, postApiV21Incidents, postApiV21Items, postApiV21ItemsIdBundleItems, postApiV21ItemsIdIncidents, postApiV21ItemsIdLocations, postApiV21ItemsIdOriginators, postApiV21LocationAudits, postApiV21LocationTransfers, postApiV21LocationsIdIncidents, postApiV21Lots, postApiV21Manifests, postApiV21NotificationSubscriptions, postApiV21OrderBatchesIdIncidents, postApiV21Orders, postApiV21OrdersBulk, postApiV21OrdersIdDuplicate, postApiV21OrdersIdIncidents, postApiV21OrdersIdMessages, postApiV21OrdersIdOrderDocuments, postApiV21OrdersIdOrderItems, postApiV21OrdersIdPackages, postApiV21OrdersIdRuleDismissals, postApiV21Partners, postApiV21Projects, postApiV21ProjectsIdProjectTasks, postApiV21Rates, postApiV21ReturnAddresses, postApiV21Rules, postApiV21Shipnotices, postApiV21ShipnoticesBulk, postApiV21ShipnoticesIdIncidents, postApiV21ShipnoticesIdMessages, postApiV21ShipnoticesIdShipnoticeItems, postApiV21ShippingAliases, postApiV21ShippingBlacklistedMethods, postApiV21ShippingMethods, postApiV21SimulateConsumerReturnsCreate, postApiV21SimulateOrdersCreate, postApiV21SimulateShipnoticesCreate, postApiV21Templates, postApiV21Users, postApiV21UsersAuthorize, postApiV21UtilitiesPresignUrl, postApiV21UtilitiesPublicUrl, postApiV21UtilsPublicUrl, postApiV21WarehouseFeatures, postApiV21Warehouses, postApiV2Accounts, postApiV2AccountsIdAccountTransactions, postApiV2BillOfLadings, postApiV2BillOfLadingsIdAddresses, postApiV2Broadcasts, postApiV2Cache, postApiV2CarrierAccounts, postApiV2Chromalists, postApiV2ConsumerReturns, postApiV2ConsumerReturnsBulk, postApiV2ConsumerReturnsIdIncidents, postApiV2Currencies, postApiV2Customers, postApiV2Documents, postApiV2ExtAppAuthenticateProvider, postApiV2FilterSets, postApiV2ImporterOfRecords, postApiV2Incidents, postApiV2Items, postApiV2ItemsIdBundleItems, postApiV2ItemsIdIncidents, postApiV2ItemsIdLocations, postApiV2ItemsIdOriginators, postApiV2LocationAdjustments, postApiV2LocationAdjustmentsIdTags, postApiV2LocationAudits, postApiV2LocationTransfers, postApiV2LocationsIdIncidents, postApiV2Lots, postApiV2Manifests, postApiV2NotificationSubscriptions, postApiV2OrderBatchesIdIncidents, postApiV2Orders, postApiV2OrdersBulk, postApiV2OrdersIdDuplicate, postApiV2OrdersIdIncidents, postApiV2OrdersIdMessages, postApiV2OrdersIdOrderDocuments, postApiV2OrdersIdOrderItems, postApiV2OrdersIdPackages, postApiV2OrdersIdRuleDismissals, postApiV2Partners, postApiV2Prepacks, postApiV2Projects, postApiV2ProjectsIdProjectTasks, postApiV2Rates, postApiV2ReturnAddresses, postApiV2Rules, postApiV2ShipnoticeItemsIdTags, postApiV2Shipnotices, postApiV2ShipnoticesBulk, postApiV2ShipnoticesIdIncidents, postApiV2ShipnoticesIdMessages, postApiV2ShipnoticesIdShipnoticeItems, postApiV2ShippingAliases, postApiV2ShippingBlacklistedMethods, postApiV2ShippingMethods, postApiV2SimulateConsumerReturnsCreate, postApiV2SimulateOrdersCreate, postApiV2SimulateShipnoticesCreate, postApiV2SurchargeMarkups, postApiV2Templates, postApiV2TransportationMarkups, postApiV2Users, postApiV2UsersAuthorize, postApiV2UtilitiesPresignUrl, postApiV2UtilitiesPublicUrl, postApiV2WarehouseFeatures, postApiV2Warehouses, putApiV21AccountsId, putApiV21BillOfLadingsId, putApiV21BroadcastsId, putApiV21BroadcastsIdConsume, putApiV21BroadcastsIdExpire, putApiV21BundleItemsId, putApiV21CarrierAccountsId, putApiV21CarrierAccountsIdMetaFields, putApiV21ConsumerReturnsId, putApiV21ConsumerReturnsIdMetaFields, putApiV21ConsumerReturnsOriginatorOriginatorId, putApiV21CustomersId, putApiV21CustomersIdCallAction, putApiV21CustomersIdCallAsyncAction, putApiV21CustomersIdMetaFields, putApiV21CustomsInfosId, putApiV21DocumentsIdCallAction, putApiV21DocumentsIdCallAsyncAction, putApiV21FilterSetsId, putApiV21FilterSetsIdBatch, putApiV21FilterSetsIdCallAction, putApiV21FilterSetsIdCallEachAction, putApiV21FilterSetsIdExport, putApiV21FilterSetsIdSnapshot, putApiV21FilterSetsUpsert, putApiV21ImporterOfRecordsId, putApiV21IncidentsId, putApiV21IncidentsIdCallAction, putApiV21ItemsId, putApiV21ItemsIdCallAction, putApiV21ItemsIdCallAsyncAction, putApiV21ItemsIdMetaFields, putApiV21ItemsOriginatorOriginatorId, putApiV21LocationAuditsId, putApiV21LocationAuditsIdCallAction, putApiV21LocationTransfersId, putApiV21LocationTransfersIdCallAction, putApiV21LocationsId, putApiV21LocationsIdCallAction, putApiV21LocationsIdUpdateQuantity, putApiV21LotsId, putApiV21ManifestsIdCallAction, putApiV21NotificationSubscriptionsId, putApiV21OrderBatchItemsIdCallAction, putApiV21OrderBatchesId, putApiV21OrderBatchesIdCallAction, putApiV21OrderBatchesIdCallAsyncAction, putApiV21OrderBatchesIdForcePick, putApiV21OrderBatchesIdMetaFields, putApiV21OrderBatchesIdReleaseUnshipped, putApiV21OrderBatchesIdSetCache, putApiV21OrderBatchesIdbuyLabels, putApiV21OrderDocumentsId, putApiV21OrderItemsId, putApiV21OrderItemsIdCallAction, putApiV21OrderItemsIdMetaFields, putApiV21OrderItemsIdSeparate, putApiV21OrderItemsIdSplit, putApiV21OrdersId, putApiV21OrdersIdCallAction, putApiV21OrdersIdCallAsyncAction, putApiV21OrdersIdCustomsInfo, putApiV21OrdersIdMetaFields, putApiV21OrdersIdPackItem, putApiV21OrdersIdWholesale, putApiV21OrdersOriginatorOriginatorId, putApiV21OriginatorsId, putApiV21PackagesId, putApiV21PackagesIdCallAction, putApiV21PartnersId, putApiV21ProjectTasksId, putApiV21ProjectsId, putApiV21ProjectsIdCallAction, putApiV21RatesId, putApiV21RatesIdCallAction, putApiV21ReturnAddressesId, putApiV21RulesId, putApiV21RulesIdCallAction, putApiV21SerialNumbersIdCallAction, putApiV21ShipnoticeItemsId, putApiV21ShipnoticeItemsIdCallAction, putApiV21ShipnoticeItemsIdCallAsyncAction, putApiV21ShipnoticeItemsIdMetaFields, putApiV21ShipnoticeItemsIdReceive, putApiV21ShipnoticesId, putApiV21ShipnoticesIdCallAction, putApiV21ShipnoticesIdCallAsyncAction, putApiV21ShipnoticesIdMetaFields, putApiV21ShipnoticesOriginatorOriginatorId, putApiV21ShippingAliasesId, putApiV21ShippingBlacklistedMethodsId, putApiV21ShippingMethodsId, putApiV21ShopsIdMetaFields, putApiV21SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV21SimulateOrdersOrderIdProcessing, putApiV21SimulateShipnoticesShipnoticeIdProcessing, putApiV21TemplatesId, putApiV21TemplatesIdCallAction, putApiV21TemplatesIdCallAsyncAction, putApiV21UsersId, putApiV21UsersIdCallAction, putApiV21WarehouseFeaturesId, putApiV21WarehousesId, putApiV21WarehousesIdCallAction, putApiV21WarehousesIdCallAsyncAction, putApiV21WholesalesId, putApiV2AccountsId, putApiV2AddressesId, putApiV2BillOfLadingsId, putApiV2BroadcastsId, putApiV2BroadcastsIdConsume, putApiV2BroadcastsIdExpire, putApiV2BundleItemsId, putApiV2CarrierAccountsId, putApiV2CarrierAccountsIdMetaFields, putApiV2ConsumerReturnsId, putApiV2ConsumerReturnsIdMetaFields, putApiV2ConsumerReturnsOriginatorOriginatorId, putApiV2CustomersId, putApiV2CustomersIdCallAction, putApiV2CustomersIdCallAsyncAction, putApiV2CustomersIdMetaFields, putApiV2CustomsInfosId, putApiV2DocumentsIdCallAction, putApiV2DocumentsIdCallAsyncAction, putApiV2FilterSetsId, putApiV2FilterSetsIdBatch, putApiV2FilterSetsIdCallAction, putApiV2FilterSetsIdCallEachAction, putApiV2FilterSetsIdExport, putApiV2FilterSetsIdSnapshot, putApiV2FilterSetsUpsert, putApiV2ImporterOfRecordsId, putApiV2IncidentsId, putApiV2IncidentsIdCallAction, putApiV2ItemsId, putApiV2ItemsIdCallAction, putApiV2ItemsIdCallAsyncAction, putApiV2ItemsIdMetaFields, putApiV2ItemsOriginatorOriginatorId, putApiV2LocationAuditsId, putApiV2LocationAuditsIdCallAction, putApiV2LocationTransfersId, putApiV2LocationTransfersIdCallAction, putApiV2LocationsId, putApiV2LocationsIdCallAction, putApiV2LocationsIdUpdateQuantity, putApiV2LotsId, putApiV2ManifestsIdCallAction, putApiV2NotificationSubscriptionsId, putApiV2OrderBatchItemsIdCallAction, putApiV2OrderBatchesId, putApiV2OrderBatchesIdCallAction, putApiV2OrderBatchesIdCallAsyncAction, putApiV2OrderBatchesIdMetaFields, putApiV2OrderDocumentsId, putApiV2OrderItemsId, putApiV2OrderItemsIdCallAction, putApiV2OrderItemsIdMetaFields, putApiV2OrderItemsIdSeparate, putApiV2OrderItemsIdSplit, putApiV2OrdersId, putApiV2OrdersIdCallAction, putApiV2OrdersIdCallAsyncAction, putApiV2OrdersIdCustomsInfo, putApiV2OrdersIdMetaFields, putApiV2OrdersIdWholesale, putApiV2OrdersOriginatorOriginatorId, putApiV2OriginatorsId, putApiV2PackagesId, putApiV2PackagesIdCallAction, putApiV2PartnersId, putApiV2ProjectTasksId, putApiV2ProjectsId, putApiV2ProjectsIdCallAction, putApiV2RatesId, putApiV2RatesIdCallAction, putApiV2ReturnAddressesId, putApiV2RulesId, putApiV2RulesIdCallAction, putApiV2ScancodesId, putApiV2SerialNumbersIdCallAction, putApiV2ShipnoticeItemsId, putApiV2ShipnoticeItemsIdCallAction, putApiV2ShipnoticeItemsIdCallAsyncAction, putApiV2ShipnoticeItemsIdMetaFields, putApiV2ShipnoticeItemsIdReceive, putApiV2ShipnoticesId, putApiV2ShipnoticesIdCallAction, putApiV2ShipnoticesIdCallAsyncAction, putApiV2ShipnoticesIdMetaFields, putApiV2ShipnoticesOriginatorOriginatorId, putApiV2ShippingAliasesId, putApiV2ShippingBlacklistedMethodsId, putApiV2ShippingMethodsId, putApiV2ShopsIdMetaFields, putApiV2SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV2SimulateOrdersOrderIdProcessing, putApiV2SimulateShipnoticesShipnoticeIdProcessing, putApiV2SurchargeMarkupsId, putApiV2TemplatesId, putApiV2TemplatesIdCallAction, putApiV2TemplatesIdCallAsyncAction, putApiV2TransportationMarkupsId, putApiV2UsersId, putApiV2UsersIdCallAction, putApiV2WarehouseFeaturesId, putApiV2WarehousesId, putApiV2WarehousesIdCallAction, putApiV2WarehousesIdCallAsyncAction, putApiV2WholesalesId, putProcessShelfToShelfTransfer, searchTypes, setUserCustomer, setUserWarehouse, subscribe, subscribeToUserChannel, unsetUserCustomer, unsetUserWarehouse, unsubscribe, unsubscribeFromUserChannel, userMock, waitForBatch, waitForJob, warehouseMock };
|
|
24654
|
+
const LabeledHazmatTypes = new Map([
|
|
24655
|
+
[ApiV21EntitiesItemHazmatType.Lithium, 'Lithium'],
|
|
24656
|
+
[ApiV21EntitiesItemHazmatType.Ormd, 'Ormd'],
|
|
24657
|
+
]);
|
|
24658
|
+
var WhiplashPackagingType;
|
|
24659
|
+
(function (WhiplashPackagingType) {
|
|
24660
|
+
WhiplashPackagingType["WhiplashBag"] = "WhiplashBag";
|
|
24661
|
+
WhiplashPackagingType["WhiplashBox"] = "WhiplashBox";
|
|
24662
|
+
WhiplashPackagingType["WhiplashBubbleMailer"] = "WhiplashBubbleMailer";
|
|
24663
|
+
WhiplashPackagingType["WhiplashFill"] = "WhiplashFill";
|
|
24664
|
+
WhiplashPackagingType["WhiplashFlat"] = "WhiplashFlat";
|
|
24665
|
+
WhiplashPackagingType["WhiplashTube"] = "WhiplashTube";
|
|
24666
|
+
WhiplashPackagingType["WhiplashNoPackaging"] = "WhiplashNoPackaging";
|
|
24667
|
+
WhiplashPackagingType["WhiplashPallet"] = "WhiplashPallet";
|
|
24668
|
+
})(WhiplashPackagingType || (WhiplashPackagingType = {}));
|
|
24669
|
+
const LabeledWhiplashPackagingType = new Map([
|
|
24670
|
+
[WhiplashPackagingType.WhiplashBag, 'Whiplash Bag'],
|
|
24671
|
+
[WhiplashPackagingType.WhiplashBox, 'Whiplash Box'],
|
|
24672
|
+
[WhiplashPackagingType.WhiplashBubbleMailer, 'Whiplash Bubble Mailer'],
|
|
24673
|
+
[WhiplashPackagingType.WhiplashFill, 'Whiplash Fill'],
|
|
24674
|
+
[WhiplashPackagingType.WhiplashFlat, 'Whiplash Flat'],
|
|
24675
|
+
[WhiplashPackagingType.WhiplashTube, 'Whiplash Tube'],
|
|
24676
|
+
[WhiplashPackagingType.WhiplashNoPackaging, 'Whiplash No Packaging'],
|
|
24677
|
+
[WhiplashPackagingType.WhiplashPallet, 'Whiplash Pallet'],
|
|
24678
|
+
]);
|
|
24679
|
+
var UspsPackagingType;
|
|
24680
|
+
(function (UspsPackagingType) {
|
|
24681
|
+
UspsPackagingType["Card"] = "Card";
|
|
24682
|
+
UspsPackagingType["Letter"] = "Letter";
|
|
24683
|
+
UspsPackagingType["Flat"] = "Flat";
|
|
24684
|
+
UspsPackagingType["Parcel"] = "Parcel";
|
|
24685
|
+
UspsPackagingType["LargeParcel"] = "LargeParcel";
|
|
24686
|
+
UspsPackagingType["IrregularParcel"] = "IrregularParcel";
|
|
24687
|
+
UspsPackagingType["FlatRateEnvelope"] = "FlatRateEnvelope";
|
|
24688
|
+
UspsPackagingType["FlatRateLegalEnvelope"] = "FlatRateLegalEnvelope";
|
|
24689
|
+
UspsPackagingType["FlatRatePaddedEnvelope"] = "FlatRatePaddedEnvelope";
|
|
24690
|
+
UspsPackagingType["FlatRateGiftCardEnvelope"] = "FlatRateGiftCardEnvelope";
|
|
24691
|
+
UspsPackagingType["FlatRateWindowEnvelope"] = "FlatRateWindowEnvelope";
|
|
24692
|
+
UspsPackagingType["FlatRateCardboardEnvelope"] = "FlatRateCardboardEnvelope";
|
|
24693
|
+
UspsPackagingType["SmallFlatRateEnvelope"] = "SmallFlatRateEnvelope";
|
|
24694
|
+
UspsPackagingType["SmallFlatRateBox"] = "SmallFlatRateBox";
|
|
24695
|
+
UspsPackagingType["MediumFlatRateBox"] = "MediumFlatRateBox";
|
|
24696
|
+
UspsPackagingType["LargeFlatRateBox"] = "LargeFlatRateBox";
|
|
24697
|
+
UspsPackagingType["RegionalRateBoxA"] = "RegionalRateBoxA";
|
|
24698
|
+
UspsPackagingType["RegionalRateBoxB"] = "RegionalRateBoxB";
|
|
24699
|
+
UspsPackagingType["RegionalRateBoxC"] = "RegionalRateBoxC";
|
|
24700
|
+
UspsPackagingType["LargeFlatRateBoardGameBox"] = "LargeFlatRateBoardGameBox";
|
|
24701
|
+
})(UspsPackagingType || (UspsPackagingType = {}));
|
|
24702
|
+
const LabeledUspsPackagingType = new Map([
|
|
24703
|
+
[UspsPackagingType.Card, 'Card'],
|
|
24704
|
+
[UspsPackagingType.Letter, 'Letter'],
|
|
24705
|
+
[UspsPackagingType.Flat, 'Flat'],
|
|
24706
|
+
[UspsPackagingType.Parcel, 'Parcel'],
|
|
24707
|
+
[UspsPackagingType.LargeParcel, 'Large Parcel'],
|
|
24708
|
+
[UspsPackagingType.IrregularParcel, 'Irregular Parcel'],
|
|
24709
|
+
[UspsPackagingType.FlatRateEnvelope, 'Flat Rate Envelope'],
|
|
24710
|
+
[UspsPackagingType.FlatRateLegalEnvelope, 'Flat Rate Legal Envelope'],
|
|
24711
|
+
[UspsPackagingType.FlatRatePaddedEnvelope, 'Flat Rate Padded Envelope'],
|
|
24712
|
+
[UspsPackagingType.FlatRateGiftCardEnvelope, 'Flat Rate Gift Card Envelope'],
|
|
24713
|
+
[UspsPackagingType.FlatRateWindowEnvelope, 'Flat Rate Window Envelope'],
|
|
24714
|
+
[UspsPackagingType.FlatRateCardboardEnvelope, 'Flat Rate Cardboard Envelope'],
|
|
24715
|
+
[UspsPackagingType.SmallFlatRateEnvelope, 'Small Flat Rate Envelope'],
|
|
24716
|
+
[UspsPackagingType.SmallFlatRateBox, 'Small Flat Rate Box'],
|
|
24717
|
+
[UspsPackagingType.MediumFlatRateBox, 'Medium Flat Rate Box'],
|
|
24718
|
+
[UspsPackagingType.LargeFlatRateBox, 'Large Flat Rate Box'],
|
|
24719
|
+
[UspsPackagingType.RegionalRateBoxA, 'Regional Rate Box A'],
|
|
24720
|
+
[UspsPackagingType.RegionalRateBoxB, 'Regional Rate Box B'],
|
|
24721
|
+
[UspsPackagingType.RegionalRateBoxC, 'Regional Rate Box C'],
|
|
24722
|
+
[UspsPackagingType.LargeFlatRateBoardGameBox, 'Large Flat Rate Board Game Box'],
|
|
24723
|
+
]);
|
|
24724
|
+
var UpsPackagingType;
|
|
24725
|
+
(function (UpsPackagingType) {
|
|
24726
|
+
UpsPackagingType["UPSLetter"] = "UPSLetter";
|
|
24727
|
+
UpsPackagingType["UPSExpressBox"] = "UPSExpressBox";
|
|
24728
|
+
UpsPackagingType["UPS25kgBox"] = "UPS25kgBox";
|
|
24729
|
+
UpsPackagingType["UPS10kgBox"] = "UPS10kgBox";
|
|
24730
|
+
UpsPackagingType["Tube"] = "Tube";
|
|
24731
|
+
UpsPackagingType["Pak"] = "Pak";
|
|
24732
|
+
UpsPackagingType["Pallet"] = "Pallet";
|
|
24733
|
+
UpsPackagingType["SmallExpressBox"] = "SmallExpressBox";
|
|
24734
|
+
UpsPackagingType["MediumExpressBox"] = "MediumExpressBox";
|
|
24735
|
+
UpsPackagingType["LargeExpressBox"] = "LargeExpressBox";
|
|
24736
|
+
})(UpsPackagingType || (UpsPackagingType = {}));
|
|
24737
|
+
const LabeledUpsPackagingType = new Map([
|
|
24738
|
+
[UpsPackagingType.UPSLetter, 'UPS Letter'],
|
|
24739
|
+
[UpsPackagingType.UPSExpressBox, 'UPS Express Box'],
|
|
24740
|
+
[UpsPackagingType.UPS25kgBox, 'UPS 25kg Box'],
|
|
24741
|
+
[UpsPackagingType.UPS10kgBox, 'UPS 10kg Box'],
|
|
24742
|
+
[UpsPackagingType.Tube, 'Tube'],
|
|
24743
|
+
[UpsPackagingType.Pak, 'Pak'],
|
|
24744
|
+
[UpsPackagingType.Pallet, 'Pallet'],
|
|
24745
|
+
[UpsPackagingType.SmallExpressBox, 'Small Express Box'],
|
|
24746
|
+
[UpsPackagingType.MediumExpressBox, 'Medium Express Box'],
|
|
24747
|
+
[UpsPackagingType.LargeExpressBox, 'Large Express Box'],
|
|
24748
|
+
]);
|
|
24749
|
+
var FedExPackagingType;
|
|
24750
|
+
(function (FedExPackagingType) {
|
|
24751
|
+
FedExPackagingType["FedExEnvelope"] = "FedExEnvelope";
|
|
24752
|
+
FedExPackagingType["FedExBox"] = "FedExBox";
|
|
24753
|
+
FedExPackagingType["FedExPak"] = "FedExPak";
|
|
24754
|
+
FedExPackagingType["FedExTube"] = "FedExTube";
|
|
24755
|
+
FedExPackagingType["FedEx10kgBox"] = "FedEx10kgBox";
|
|
24756
|
+
FedExPackagingType["FedEx25kgBox"] = "FedEx25kgBox";
|
|
24757
|
+
})(FedExPackagingType || (FedExPackagingType = {}));
|
|
24758
|
+
const LabeledFedExPackagingType = new Map([
|
|
24759
|
+
[FedExPackagingType.FedExEnvelope, 'FedEx Envelope'],
|
|
24760
|
+
[FedExPackagingType.FedExBox, 'FedEx Box'],
|
|
24761
|
+
[FedExPackagingType.FedExPak, 'FedEx Pak'],
|
|
24762
|
+
[FedExPackagingType.FedExTube, 'FedEx Tube'],
|
|
24763
|
+
[FedExPackagingType.FedEx10kgBox, 'FedEx 10kg Box'],
|
|
24764
|
+
[FedExPackagingType.FedEx25kgBox, 'FedEx 25kg Box'],
|
|
24765
|
+
]);
|
|
24766
|
+
var DhlPackagingType;
|
|
24767
|
+
(function (DhlPackagingType) {
|
|
24768
|
+
DhlPackagingType["BPM"] = "BPM";
|
|
24769
|
+
DhlPackagingType["Letter"] = "Letter";
|
|
24770
|
+
DhlPackagingType["Flat"] = "Flat";
|
|
24771
|
+
DhlPackagingType["Parcel"] = "Parcel";
|
|
24772
|
+
})(DhlPackagingType || (DhlPackagingType = {}));
|
|
24773
|
+
const LabeledDhlPackagingType = new Map([
|
|
24774
|
+
[DhlPackagingType.BPM, 'BPM'],
|
|
24775
|
+
[DhlPackagingType.Letter, 'Letter'],
|
|
24776
|
+
[DhlPackagingType.Flat, 'Flat'],
|
|
24777
|
+
[DhlPackagingType.Parcel, 'Parcel'],
|
|
24778
|
+
]);
|
|
24779
|
+
var RoyalMailPackagingType;
|
|
24780
|
+
(function (RoyalMailPackagingType) {
|
|
24781
|
+
RoyalMailPackagingType["Letter"] = "Letter";
|
|
24782
|
+
RoyalMailPackagingType["LargeLetter"] = "LargeLetter";
|
|
24783
|
+
RoyalMailPackagingType["SmallParcel"] = "SmallParcel";
|
|
24784
|
+
RoyalMailPackagingType["MediumParcel"] = "MediumParcel";
|
|
24785
|
+
})(RoyalMailPackagingType || (RoyalMailPackagingType = {}));
|
|
24786
|
+
const LabeledRoyalMailPackagingType = new Map([
|
|
24787
|
+
[RoyalMailPackagingType.Letter, 'Letter'],
|
|
24788
|
+
[RoyalMailPackagingType.LargeLetter, 'Large Letter'],
|
|
24789
|
+
[RoyalMailPackagingType.SmallParcel, 'Small Parcel'],
|
|
24790
|
+
[RoyalMailPackagingType.MediumParcel, 'Medium Parcel'],
|
|
24791
|
+
]);
|
|
24792
|
+
|
|
24793
|
+
export { ApiV21EntitiesCustomerShipStrategy, ApiV21EntitiesItemHazmatType, ApiV21EntitiesItemLabelFormat, ApiV21EntitiesItemOriginCountry, ApiV21EntitiesItemPackagingType, ApiV21EntitiesItemShipStrategy, ApiV21EntitiesLocationRole, ApiV21EntitiesOrderIncoterm, ApiV21EntitiesOrderStatus, ApiV21EntitiesUserLocale, ApiV21EntitiesUserRole, ApiV2EntitiesBillOfLadingBolType, ApiV2EntitiesChromalistChroma, ApiV2EntitiesChromalistResourceType, ApiV2EntitiesCustomerShipStrategy, ApiV2EntitiesItemHazmatType, ApiV2EntitiesItemLabelFormat, ApiV2EntitiesItemOriginCountry, ApiV2EntitiesItemPackagingType, ApiV2EntitiesItemShipStrategy, ApiV2EntitiesLocationRole, ApiV2EntitiesOrderIncoterm, ApiV2EntitiesOrderStatus, ApiV2EntitiesReturnAddressCountryIso2, ApiV2EntitiesUserLocale, ApiV2EntitiesUserRole, ContentType, DhlPackagingType, FedExPackagingType, HttpClient, LabeledDhlPackagingType, LabeledFedExPackagingType, LabeledHazmatTypes, LabeledRoyalMailPackagingType, LabeledUpsPackagingType, LabeledUspsPackagingType, LabeledWhiplashPackagingType, PostApiV21BillOfLadingsIdAddressesAddressType, PostApiV21CarrierAccountsProvider, PostApiV21ChromalistsChroma, PostApiV21ChromalistsResourceType, PostApiV21CustomersShipStrategy, PostApiV21FilterSetsType, PostApiV21ItemsHazmatType, PostApiV21ItemsIdLocationsOwnerType, PostApiV21ItemsIdLocationsRole, PostApiV21ItemsLabelFormat, PostApiV21ItemsOriginCountry, PostApiV21ItemsPackagingType, PostApiV21ItemsShipStrategy, PostApiV21LocationAuditsState, PostApiV21OrdersBulkIncoterm, PostApiV21OrdersBulkOrderType, PostApiV21OrdersBulkStatus, PostApiV21OrdersIncoterm, PostApiV21OrdersOrderType, PostApiV21OrdersStatus, PostApiV21ReturnAddressesCountryIso2, PostApiV21RulesState, PostApiV21RulesType, PostApiV21UsersLocale, PostApiV21UsersRole, PostApiV21UtilitiesPresignUrlResourceType, PostApiV21WarehousesDefaultPickStrategy, PostApiV21WarehousesShippingLabelFormat, PostApiV2BillOfLadingsIdAddressesAddressType, PostApiV2CarrierAccountsProvider, PostApiV2ChromalistsChroma, PostApiV2ChromalistsResourceType, PostApiV2CustomersShipStrategy, PostApiV2FilterSetsType, PostApiV2ItemsHazmatType, PostApiV2ItemsIdLocationsOwnerType, PostApiV2ItemsIdLocationsRole, PostApiV2ItemsLabelFormat, PostApiV2ItemsOriginCountry, PostApiV2ItemsPackagingType, PostApiV2ItemsShipStrategy, PostApiV2LocationAuditsState, PostApiV2OrdersBulkIncoterm, PostApiV2OrdersBulkOrderType, PostApiV2OrdersBulkStatus, PostApiV2OrdersIncoterm, PostApiV2OrdersOrderType, PostApiV2OrdersStatus, PostApiV2ReturnAddressesCountryIso2, PostApiV2RulesState, PostApiV2RulesType, PostApiV2UsersLocale, PostApiV2UsersRole, PostApiV2UtilitiesPresignUrlResourceType, PostApiV2WarehousesDefaultPickStrategy, PostApiV2WarehousesShippingLabelFormat, PusherBatchResponses, PusherJobStatus, PutApiV21CustomersIdShipStrategy, PutApiV21FilterSetsIdBatchBatchStrategy, PutApiV21FilterSetsIdBatchGroupBy, PutApiV21FilterSetsIdBatchLocationRoles, PutApiV21FilterSetsIdBatchPickStrategy, PutApiV21FilterSetsIdBatchWaveStrategy, PutApiV21FilterSetsUpsertType, PutApiV21IncidentsIdHazmatType, PutApiV21IncidentsIdLabelFormat, PutApiV21IncidentsIdOriginCountry, PutApiV21IncidentsIdPackagingType, PutApiV21IncidentsIdShipStrategy, PutApiV21ItemsIdHazmatType, PutApiV21ItemsIdLabelFormat, PutApiV21ItemsIdOriginCountry, PutApiV21ItemsIdPackagingType, PutApiV21ItemsIdShipStrategy, PutApiV21ItemsOriginatorOriginatorIdHazmatType, PutApiV21ItemsOriginatorOriginatorIdLabelFormat, PutApiV21ItemsOriginatorOriginatorIdOriginCountry, PutApiV21ItemsOriginatorOriginatorIdPackagingType, PutApiV21ItemsOriginatorOriginatorIdShipStrategy, PutApiV21LocationsIdRole, PutApiV21OrdersIdIncoterm, PutApiV21OrdersOriginatorOriginatorIdIncoterm, PutApiV21ReturnAddressesIdCountryIso2, PutApiV21RulesIdState, PutApiV21SimulateOrdersOrderIdProcessingStatus, PutApiV21UsersIdLocale, PutApiV21UsersIdRole, PutApiV2CustomersIdShipStrategy, PutApiV2FilterSetsIdBatchBatchStrategy, PutApiV2FilterSetsIdBatchPickStrategy, PutApiV2FilterSetsIdBatchWaveStrategy, PutApiV2FilterSetsUpsertType, PutApiV2IncidentsIdHazmatType, PutApiV2IncidentsIdLabelFormat, PutApiV2IncidentsIdOriginCountry, PutApiV2IncidentsIdPackagingType, PutApiV2IncidentsIdShipStrategy, PutApiV2ItemsIdHazmatType, PutApiV2ItemsIdLabelFormat, PutApiV2ItemsIdOriginCountry, PutApiV2ItemsIdPackagingType, PutApiV2ItemsIdShipStrategy, PutApiV2ItemsOriginatorOriginatorIdHazmatType, PutApiV2ItemsOriginatorOriginatorIdLabelFormat, PutApiV2ItemsOriginatorOriginatorIdOriginCountry, PutApiV2ItemsOriginatorOriginatorIdPackagingType, PutApiV2ItemsOriginatorOriginatorIdShipStrategy, PutApiV2LocationsIdRole, PutApiV2OrdersIdIncoterm, PutApiV2OrdersOriginatorOriginatorIdIncoterm, PutApiV2ReturnAddressesIdCountryIso2, PutApiV2RulesIdState, PutApiV2SimulateOrdersOrderIdProcessingStatus, PutApiV2UsersIdLocale, PutApiV2UsersIdRole, RoyalMailPackagingType, UpsPackagingType, UspsPackagingType, WhiplashPackagingType, customerMock, deleteApiV21AccountsId, deleteApiV21AllocationsId, deleteApiV21BillOfLadingsId, deleteApiV21BroadcastsId, deleteApiV21BundleItemsId, deleteApiV21CacheKey, deleteApiV21CarrierAccountsId, deleteApiV21ChromalistsId, deleteApiV21ConsumerReturnsId, deleteApiV21ConsumerReturnsOriginatorOriginatorId, deleteApiV21CurrenciesId, deleteApiV21DocumentsId, deleteApiV21FilterSetsId, deleteApiV21ImporterOfRecordsId, deleteApiV21IncidentsId, deleteApiV21ItemsId, deleteApiV21ItemsOriginatorOriginatorId, deleteApiV21LocationAuditsId, deleteApiV21LocationTransfersId, deleteApiV21LocationsId, deleteApiV21LotsId, deleteApiV21NotificationSubscriptionsId, deleteApiV21OrderDocumentsId, deleteApiV21OrderItemsId, deleteApiV21PackagesId, deleteApiV21PartnersId, deleteApiV21ProjectTasksId, deleteApiV21ProjectsId, deleteApiV21ReturnAddressesId, deleteApiV21RuleDismissalsId, deleteApiV21RulesId, deleteApiV21ShipnoticeItemsId, deleteApiV21ShipnoticesId, deleteApiV21ShipnoticesOriginatorOriginatorId, deleteApiV21ShippingAliasesId, deleteApiV21ShippingBlacklistedMethodsId, deleteApiV21ShippingMethodsId, deleteApiV21TemplatesId, deleteApiV21UsersId, deleteApiV21WarehouseFeaturesId, deleteApiV21WarehousesId, deleteApiV2AccountsId, deleteApiV2AddressesId, deleteApiV2AllocationsId, deleteApiV2BillOfLadingsId, deleteApiV2BroadcastsId, deleteApiV2BundleItemsId, deleteApiV2CacheKey, deleteApiV2CarrierAccountsId, deleteApiV2ChromalistsId, deleteApiV2ConsumerReturnsId, deleteApiV2ConsumerReturnsOriginatorOriginatorId, deleteApiV2CurrenciesId, deleteApiV2DocumentsId, deleteApiV2FilterSetsId, deleteApiV2ImporterOfRecordsId, deleteApiV2IncidentsId, deleteApiV2ItemsId, deleteApiV2ItemsOriginatorOriginatorId, deleteApiV2LocationAdjustmentsIdTags, deleteApiV2LocationAuditsId, deleteApiV2LocationTransfersId, deleteApiV2LocationsId, deleteApiV2LotsId, deleteApiV2NotificationSubscriptionsId, deleteApiV2OrderDocumentsId, deleteApiV2OrderItemsId, deleteApiV2PackagesId, deleteApiV2PartnersId, deleteApiV2ProjectTasksId, deleteApiV2ProjectsId, deleteApiV2ReturnAddressesId, deleteApiV2RuleDismissalsId, deleteApiV2RulesId, deleteApiV2ShipnoticeItemsId, deleteApiV2ShipnoticeItemsIdTags, deleteApiV2ShipnoticesId, deleteApiV2ShipnoticesOriginatorOriginatorId, deleteApiV2ShippingAliasesId, deleteApiV2ShippingBlacklistedMethodsId, deleteApiV2ShippingMethodsId, deleteApiV2SurchargeMarkupsId, deleteApiV2TemplatesId, deleteApiV2TransportationMarkupsId, deleteApiV2UsersId, deleteApiV2WarehouseFeaturesId, deleteApiV2WarehousesId, errorHandler, getAllCustomersUrl, getAllWarehousesUrl, getApiV21AccountTransactions, getApiV21AccountTransactionsCount, getApiV21AccountTransactionsId, getApiV21Accounts, getApiV21AccountsCount, getApiV21AccountsId, getApiV21AccountsIdAccountTransactions, getApiV21AccountsIdSuggestedRefill, getApiV21Allocations, getApiV21BillOfLadings, getApiV21BillOfLadingsId, getApiV21BillOfLadingsIdAddresses, getApiV21Broadcasts, getApiV21BroadcastsCount, getApiV21BroadcastsId, getApiV21BroadcastsLevels, getApiV21BundleItemsId, getApiV21CacheKey, getApiV21CarrierAccounts, getApiV21CarrierAccountsCount, getApiV21CarrierAccountsId, getApiV21CarrierAccountsIdMetaFields, getApiV21CarrierAccountsIdProviderAccount, getApiV21CarrierAccountsProviderAccounts, getApiV21Carriers, getApiV21Chromalists, getApiV21ConsumerReturnIdReturnItems, getApiV21ConsumerReturns, getApiV21ConsumerReturnsAggregate, getApiV21ConsumerReturnsCount, getApiV21ConsumerReturnsId, getApiV21ConsumerReturnsIdCallTrait, getApiV21ConsumerReturnsIdIncidents, getApiV21ConsumerReturnsIdIncidentsCount, getApiV21ConsumerReturnsIdMetaFields, getApiV21ConsumerReturnsIdOriginator, getApiV21ConsumerReturnsIdTraits, getApiV21ConsumerReturnsOriginatorOriginatorId, getApiV21ConsumerReturnsTraits, getApiV21Currencies, getApiV21Customers, getApiV21CustomersActions, getApiV21CustomersCount, getApiV21CustomersId, getApiV21CustomersIdCallTrait, getApiV21CustomersIdEnablePendingReturns, getApiV21CustomersIdGoEnabled, getApiV21CustomersIdMetaFields, getApiV21CustomersIdShops, getApiV21CustomersIdTraits, getApiV21CustomersTraits, getApiV21CustomsInfos, getApiV21CustomsInfosId, getApiV21Dashboards, getApiV21DashboardsId, getApiV21Documents, getApiV21DocumentsActions, getApiV21DocumentsId, getApiV21ExtAppAuthenticateProvider, getApiV21FilterSets, getApiV21FilterSetsCount, getApiV21FilterSetsId, getApiV21FilterSetsIdResults, getApiV21FilterSetsIdResultsAggregate, getApiV21FilterSetsIdResultsCount, getApiV21FilterSetsOptions, getApiV21ImporterOfRecords, getApiV21ImporterOfRecordsId, getApiV21Incidents, getApiV21IncidentsActions, getApiV21IncidentsCount, getApiV21InvoiceItems, getApiV21InvoiceItemsCount, getApiV21InvoiceItemsId, getApiV21Invoices, getApiV21InvoicesCount, getApiV21InvoicesId, getApiV21InvoicesIdCallTrait, getApiV21InvoicesIdTraits, getApiV21InvoicesTraits, getApiV21Items, getApiV21ItemsActions, getApiV21ItemsAggregate, getApiV21ItemsCount, getApiV21ItemsId, getApiV21ItemsIdBundleItems, getApiV21ItemsIdCallTrait, getApiV21ItemsIdInBundles, getApiV21ItemsIdInbound, getApiV21ItemsIdIncidents, getApiV21ItemsIdIncidentsCount, getApiV21ItemsIdLocations, getApiV21ItemsIdLocationsCount, getApiV21ItemsIdMetaFields, getApiV21ItemsIdOriginators, getApiV21ItemsIdScancodes, getApiV21ItemsIdShipnoticeItems, getApiV21ItemsIdShipnoticeItemsCount, getApiV21ItemsIdTraits, getApiV21ItemsIdTransactions, getApiV21ItemsIdTransactionsCount, getApiV21ItemsIdWarehouseQuantities, getApiV21ItemsOriginatorOriginatorId, getApiV21ItemsOriginatorOriginatorIdBundleItems, getApiV21ItemsOriginatorOriginatorIdInBundles, getApiV21ItemsOriginatorOriginatorIdInbound, getApiV21ItemsOriginatorOriginatorIdScancodes, getApiV21ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV21ItemsTraits, getApiV21Locales, getApiV21LocationAudits, getApiV21LocationAuditsAggregate, getApiV21LocationAuditsCount, getApiV21LocationAuditsId, getApiV21LocationAuditsIdAllocations, getApiV21LocationTransfers, getApiV21LocationTransfersAggregate, getApiV21LocationTransfersCount, getApiV21LocationTransfersId, getApiV21LocationTransfersIdAllocations, getApiV21Locations, getApiV21LocationsAggregate, getApiV21LocationsCount, getApiV21LocationsId, getApiV21LocationsIdIncidents, getApiV21LocationsIdIncidentsCount, getApiV21Lots, getApiV21LotsCount, getApiV21LotsId, getApiV21Manifests, getApiV21ManifestsCount, getApiV21ManifestsId, getApiV21ManifestsIdBatch, getApiV21ManifestsIdScanForm, getApiV21Me, getApiV21Nav, getApiV21NavItems, getApiV21NotificationEvents, getApiV21NotificationEventsId, getApiV21NotificationSubscriptions, getApiV21NotificationSubscriptionsCount, getApiV21NotificationSubscriptionsId, getApiV21NotificationSubscriptionsIdTest, getApiV21OrderBatchItems, getApiV21OrderBatchItemsAggregate, getApiV21OrderBatchRequests, getApiV21OrderBatchRequestsId, getApiV21OrderBatches, getApiV21OrderBatchesActions, getApiV21OrderBatchesAggregate, getApiV21OrderBatchesId, getApiV21OrderBatchesIdCallTrait, getApiV21OrderBatchesIdIncidents, getApiV21OrderBatchesIdIncidentsCount, getApiV21OrderBatchesIdMetaFields, getApiV21OrderBatchesIdOrderBatchItems, getApiV21OrderBatchesIdOrderCountsByStatus, getApiV21OrderBatchesIdPackedPercent, getApiV21OrderBatchesIdPackingslips, getApiV21OrderBatchesIdPublicPackingslipUrl, getApiV21OrderBatchesIdPublicPicklistUrl, getApiV21OrderBatchesIdSummary, getApiV21OrderBatchesIdTraits, getApiV21OrderBatchesTraits, getApiV21OrderDocumentsId, getApiV21OrderItems, getApiV21OrderItemsActions, getApiV21OrderItemsAggregate, getApiV21OrderItemsId, getApiV21OrderItemsIdLots, getApiV21OrderItemsIdMetaFields, getApiV21OrderItemsIdOriginator, getApiV21OrderItemsIdSerialNumbers, getApiV21OrderTotes, getApiV21Orders, getApiV21OrdersActions, getApiV21OrdersAggregate, getApiV21OrdersCount, getApiV21OrdersId, getApiV21OrdersIdCallTrait, getApiV21OrdersIdCommercialInvoice, getApiV21OrdersIdCustomsInfo, getApiV21OrdersIdEvents, getApiV21OrdersIdEventsCount, getApiV21OrdersIdHasGlobalEInvoice, getApiV21OrdersIdHasOuterPackaging, getApiV21OrdersIdIncidents, getApiV21OrdersIdIncidentsCount, getApiV21OrdersIdLots, getApiV21OrdersIdMessages, getApiV21OrdersIdMessagesCount, getApiV21OrdersIdMeta, getApiV21OrdersIdMetaFields, getApiV21OrdersIdOrderDocuments, getApiV21OrdersIdOrderItems, getApiV21OrdersIdOrderItemsCount, getApiV21OrdersIdOriginator, getApiV21OrdersIdPackages, getApiV21OrdersIdPackingRulesWithSuggestedItems, getApiV21OrdersIdPackingslip, getApiV21OrdersIdPublicInsertUrl, getApiV21OrdersIdPublicPackingslipUrl, getApiV21OrdersIdRuleDismissals, getApiV21OrdersIdSerialNumbers, getApiV21OrdersIdShipmentRates, getApiV21OrdersIdShippingRates, getApiV21OrdersIdShippingWeight, getApiV21OrdersIdSkipPackingslip, getApiV21OrdersIdToteCode, getApiV21OrdersIdTraits, getApiV21OrdersIdWholesale, getApiV21OrdersOriginatorOriginatorId, getApiV21OrdersTraits, getApiV21Originators, getApiV21Packages, getApiV21PackagesActions, getApiV21PackagesAggregate, getApiV21PackagesId, getApiV21PackagesIdCallTrait, getApiV21PackagesIdShipment, getApiV21PackagesIdTraits, getApiV21PackagesTraits, getApiV21Partners, getApiV21PartnersCount, getApiV21PartnersId, getApiV21ProjectTasksId, getApiV21Projects, getApiV21ProjectsCount, getApiV21ProjectsId, getApiV21ProjectsIdProjectTasks, getApiV21ProjectsIdProjectTasksCount, getApiV21Rates, getApiV21RatesCount, getApiV21RatesId, getApiV21RelocateInventoryTransfers, getApiV21RelocateInventoryTransfersCount, getApiV21ReturnAddresses, getApiV21ReturnAddressesId, getApiV21Rules, getApiV21RulesCount, getApiV21RulesId, getApiV21RulesIdHistory, getApiV21SerialNumbers, getApiV21SerialNumbersActions, getApiV21ShipnoticeItems, getApiV21ShipnoticeItemsActions, getApiV21ShipnoticeItemsAggregate, getApiV21ShipnoticeItemsCount, getApiV21ShipnoticeItemsId, getApiV21ShipnoticeItemsIdAllocations, getApiV21ShipnoticeItemsIdCallTrait, getApiV21ShipnoticeItemsIdLocations, getApiV21ShipnoticeItemsIdMetaFields, getApiV21ShipnoticeItemsIdOriginator, getApiV21ShipnoticeItemsIdReceived, getApiV21ShipnoticeItemsIdTraits, getApiV21ShipnoticeItemsTraits, getApiV21Shipnotices, getApiV21ShipnoticesActions, getApiV21ShipnoticesAggregate, getApiV21ShipnoticesCount, getApiV21ShipnoticesId, getApiV21ShipnoticesIdCallTrait, getApiV21ShipnoticesIdCustomerReservedReceiving, getApiV21ShipnoticesIdIncidents, getApiV21ShipnoticesIdIncidentsCount, getApiV21ShipnoticesIdMessages, getApiV21ShipnoticesIdMessagesCount, getApiV21ShipnoticesIdMetaFields, getApiV21ShipnoticesIdOrdersWaiting, getApiV21ShipnoticesIdOriginator, getApiV21ShipnoticesIdShipnoticeItems, getApiV21ShipnoticesIdShipnoticeItemsCount, getApiV21ShipnoticesIdTraits, getApiV21ShipnoticesOriginatorOriginatorId, getApiV21ShipnoticesTraits, getApiV21ShippingAliases, getApiV21ShippingAliasesCount, getApiV21ShippingAliasesId, getApiV21ShippingBlacklistedMethods, getApiV21ShippingBlacklistedMethodsCount, getApiV21ShippingBlacklistedMethodsId, getApiV21ShippingMethods, getApiV21ShippingMethodsCount, getApiV21ShippingMethodsId, getApiV21ShopsIdMetaFields, getApiV21SipnoticeItemReceivingTimeline, getApiV21StatsSidekiq, getApiV21StatsSidekiqBatchStatusId, getApiV21StatsSidekiqName, getApiV21TemplateTypes, getApiV21Templates, getApiV21TemplatesId, getApiV21TemplatesIdRenderResourceId, getApiV21TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV21Users, getApiV21UsersCount, getApiV21UsersId, getApiV21UsersIdBroadcasts, getApiV21UsersIdCallTrait, getApiV21UsersIdTraits, getApiV21UsersJwt, getApiV21UsersTraits, getApiV21WarehouseFeatures, getApiV21WarehouseFeaturesCount, getApiV21WarehouseFeaturesId, getApiV21Warehouses, getApiV21WarehousesActions, getApiV21WarehousesCount, getApiV21WarehousesId, getApiV21WarehousesIdCallTrait, getApiV21WarehousesIdCarrierAccounts, getApiV21WarehousesIdTraits, getApiV21WarehousesTraits, getApiV21Wholesales, getApiV21WholesalesId, getApiV2AccountTransactions, getApiV2AccountTransactionsCount, getApiV2AccountTransactionsId, getApiV2Accounts, getApiV2AccountsCount, getApiV2AccountsId, getApiV2AccountsIdAccountTransactions, getApiV2AccountsIdAudits, getApiV2AccountsIdSuggestedRefill, getApiV2Allocations, getApiV2BillOfLadings, getApiV2BillOfLadingsId, getApiV2BillOfLadingsIdAddresses, getApiV2Broadcasts, getApiV2BroadcastsCount, getApiV2BroadcastsId, getApiV2BroadcastsLevels, getApiV2BundleItemsId, getApiV2CacheKey, getApiV2CarrierAccounts, getApiV2CarrierAccountsCount, getApiV2CarrierAccountsId, getApiV2CarrierAccountsIdAudits, getApiV2CarrierAccountsIdMetaFields, getApiV2CarrierAccountsIdProviderAccount, getApiV2CarrierAccountsProviderAccounts, getApiV2Carriers, getApiV2Chromalists, getApiV2ConsumerReturns, getApiV2ConsumerReturnsAggregate, getApiV2ConsumerReturnsCount, getApiV2ConsumerReturnsId, getApiV2ConsumerReturnsIdCallTrait, getApiV2ConsumerReturnsIdIncidents, getApiV2ConsumerReturnsIdIncidentsCount, getApiV2ConsumerReturnsIdMetaFields, getApiV2ConsumerReturnsIdOriginator, getApiV2ConsumerReturnsIdTraits, getApiV2ConsumerReturnsOriginatorOriginatorId, getApiV2ConsumerReturnsTraits, getApiV2Currencies, getApiV2Customers, getApiV2CustomersActions, getApiV2CustomersCount, getApiV2CustomersId, getApiV2CustomersIdAudits, getApiV2CustomersIdCallTrait, getApiV2CustomersIdMetaFields, getApiV2CustomersIdShops, getApiV2CustomersIdTraits, getApiV2CustomersTraits, getApiV2CustomsInfos, getApiV2CustomsInfosId, getApiV2Dashboards, getApiV2DashboardsId, getApiV2Documents, getApiV2DocumentsActions, getApiV2DocumentsId, getApiV2ExtAppAuthenticateProvider, getApiV2FilterSets, getApiV2FilterSetsCount, getApiV2FilterSetsId, getApiV2FilterSetsIdResults, getApiV2FilterSetsIdResultsAggregate, getApiV2FilterSetsIdResultsCount, getApiV2FilterSetsOptions, getApiV2ImporterOfRecords, getApiV2ImporterOfRecordsId, getApiV2Incidents, getApiV2IncidentsActions, getApiV2IncidentsCount, getApiV2InvoiceItems, getApiV2InvoiceItemsCount, getApiV2InvoiceItemsId, getApiV2Invoices, getApiV2InvoicesCount, getApiV2InvoicesId, getApiV2InvoicesIdCallTrait, getApiV2InvoicesIdTraits, getApiV2InvoicesTraits, getApiV2Items, getApiV2ItemsActions, getApiV2ItemsAggregate, getApiV2ItemsCount, getApiV2ItemsId, getApiV2ItemsIdAudits, getApiV2ItemsIdBundleItems, getApiV2ItemsIdCallTrait, getApiV2ItemsIdInBundles, getApiV2ItemsIdInbound, getApiV2ItemsIdIncidents, getApiV2ItemsIdIncidentsCount, getApiV2ItemsIdLocations, getApiV2ItemsIdLocationsCount, getApiV2ItemsIdMetaFields, getApiV2ItemsIdOriginators, getApiV2ItemsIdScancodes, getApiV2ItemsIdShipnoticeItems, getApiV2ItemsIdShipnoticeItemsCount, getApiV2ItemsIdTraits, getApiV2ItemsIdTransactions, getApiV2ItemsIdTransactionsCount, getApiV2ItemsIdWarehouseQuantities, getApiV2ItemsOriginatorOriginatorId, getApiV2ItemsOriginatorOriginatorIdBundleItems, getApiV2ItemsOriginatorOriginatorIdInBundles, getApiV2ItemsOriginatorOriginatorIdInbound, getApiV2ItemsOriginatorOriginatorIdScancodes, getApiV2ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV2ItemsTraits, getApiV2Locales, getApiV2LocationAdjustments, getApiV2LocationAdjustmentsCount, getApiV2LocationAdjustmentsId, getApiV2LocationAdjustmentsIdTags, getApiV2LocationAudits, getApiV2LocationAuditsAggregate, getApiV2LocationAuditsCount, getApiV2LocationAuditsId, getApiV2LocationAuditsIdAllocations, getApiV2LocationTransfers, getApiV2LocationTransfersAggregate, getApiV2LocationTransfersCount, getApiV2LocationTransfersId, getApiV2LocationTransfersIdAllocations, getApiV2Locations, getApiV2LocationsAggregate, getApiV2LocationsCount, getApiV2LocationsId, getApiV2LocationsIdAudits, getApiV2LocationsIdIncidents, getApiV2LocationsIdIncidentsCount, getApiV2Lots, getApiV2LotsCount, getApiV2LotsId, getApiV2LotsIdAudits, getApiV2Manifests, getApiV2ManifestsCount, getApiV2ManifestsId, getApiV2ManifestsIdBatch, getApiV2ManifestsIdScanForm, getApiV2Me, getApiV2Nav, getApiV2NavItems, getApiV2NotificationEvents, getApiV2NotificationEventsId, getApiV2NotificationSubscriptions, getApiV2NotificationSubscriptionsCount, getApiV2NotificationSubscriptionsId, getApiV2NotificationSubscriptionsIdTest, getApiV2OrderBatchItems, getApiV2OrderBatchItemsAggregate, getApiV2OrderBatchRequests, getApiV2OrderBatchRequestsId, getApiV2OrderBatches, getApiV2OrderBatchesActions, getApiV2OrderBatchesAggregate, getApiV2OrderBatchesId, getApiV2OrderBatchesIdAudits, getApiV2OrderBatchesIdCallTrait, getApiV2OrderBatchesIdIncidents, getApiV2OrderBatchesIdIncidentsCount, getApiV2OrderBatchesIdMetaFields, getApiV2OrderBatchesIdOrderBatchItems, getApiV2OrderBatchesIdPackingslips, getApiV2OrderBatchesIdTraits, getApiV2OrderBatchesTraits, getApiV2OrderDocumentsId, getApiV2OrderItems, getApiV2OrderItemsActions, getApiV2OrderItemsAggregate, getApiV2OrderItemsId, getApiV2OrderItemsIdAudits, getApiV2OrderItemsIdLots, getApiV2OrderItemsIdMetaFields, getApiV2OrderItemsIdOriginator, getApiV2OrderItemsIdSerialNumbers, getApiV2OrderTotes, getApiV2Orders, getApiV2OrdersActions, getApiV2OrdersAggregate, getApiV2OrdersCount, getApiV2OrdersId, getApiV2OrdersIdAudits, getApiV2OrdersIdCallTrait, getApiV2OrdersIdCustomsInfo, getApiV2OrdersIdEvents, getApiV2OrdersIdEventsCount, getApiV2OrdersIdIncidents, getApiV2OrdersIdIncidentsCount, getApiV2OrdersIdLots, getApiV2OrdersIdMessages, getApiV2OrdersIdMessagesCount, getApiV2OrdersIdMeta, getApiV2OrdersIdMetaFields, getApiV2OrdersIdOrderDocuments, getApiV2OrdersIdOrderItems, getApiV2OrdersIdOrderItemsCount, getApiV2OrdersIdOriginator, getApiV2OrdersIdPackages, getApiV2OrdersIdPackingslip, getApiV2OrdersIdRuleDismissals, getApiV2OrdersIdSerialNumbers, getApiV2OrdersIdShipmentRates, getApiV2OrdersIdShippingRates, getApiV2OrdersIdShippingWeight, getApiV2OrdersIdTraits, getApiV2OrdersIdWholesale, getApiV2OrdersOriginatorOriginatorId, getApiV2OrdersTraits, getApiV2Originators, getApiV2OriginatorsIdAudits, getApiV2Packages, getApiV2PackagesActions, getApiV2PackagesAggregate, getApiV2PackagesId, getApiV2PackagesIdAudits, getApiV2PackagesIdCallTrait, getApiV2PackagesIdShipment, getApiV2PackagesIdTraits, getApiV2PackagesTraits, getApiV2Partners, getApiV2PartnersCount, getApiV2PartnersId, getApiV2ProjectTasksId, getApiV2Projects, getApiV2ProjectsCount, getApiV2ProjectsId, getApiV2ProjectsIdProjectTasks, getApiV2ProjectsIdProjectTasksCount, getApiV2Rates, getApiV2RatesCount, getApiV2RatesId, getApiV2RatesIdAudits, getApiV2ReasonCodes, getApiV2ReasonCodesId, getApiV2RelocateInventoryTransfers, getApiV2RelocateInventoryTransfersCount, getApiV2ReturnAddresses, getApiV2ReturnAddressesId, getApiV2Rules, getApiV2RulesCount, getApiV2RulesId, getApiV2RulesIdAudits, getApiV2RulesIdHistory, getApiV2Scancodes, getApiV2SerialNumbers, getApiV2SerialNumbersActions, getApiV2ShipnoticeItems, getApiV2ShipnoticeItemsActions, getApiV2ShipnoticeItemsAggregate, getApiV2ShipnoticeItemsCount, getApiV2ShipnoticeItemsId, getApiV2ShipnoticeItemsIdAllocations, getApiV2ShipnoticeItemsIdAudits, getApiV2ShipnoticeItemsIdCallTrait, getApiV2ShipnoticeItemsIdLocations, getApiV2ShipnoticeItemsIdMetaFields, getApiV2ShipnoticeItemsIdOriginator, getApiV2ShipnoticeItemsIdReceived, getApiV2ShipnoticeItemsIdTags, getApiV2ShipnoticeItemsIdTraits, getApiV2ShipnoticeItemsTraits, getApiV2Shipnotices, getApiV2ShipnoticesActions, getApiV2ShipnoticesAggregate, getApiV2ShipnoticesCount, getApiV2ShipnoticesId, getApiV2ShipnoticesIdAudits, getApiV2ShipnoticesIdCallTrait, getApiV2ShipnoticesIdIncidents, getApiV2ShipnoticesIdIncidentsCount, getApiV2ShipnoticesIdMessages, getApiV2ShipnoticesIdMessagesCount, getApiV2ShipnoticesIdMetaFields, getApiV2ShipnoticesIdOrdersWaiting, getApiV2ShipnoticesIdOriginator, getApiV2ShipnoticesIdShipnoticeItems, getApiV2ShipnoticesIdShipnoticeItemsCount, getApiV2ShipnoticesIdTraits, getApiV2ShipnoticesOriginatorOriginatorId, getApiV2ShipnoticesTraits, getApiV2ShippingAliases, getApiV2ShippingAliasesCount, getApiV2ShippingAliasesId, getApiV2ShippingAliasesIdAudits, getApiV2ShippingBlacklistedMethods, getApiV2ShippingBlacklistedMethodsCount, getApiV2ShippingBlacklistedMethodsId, getApiV2ShippingMethodMarkupsIdAudits, getApiV2ShippingMethods, getApiV2ShippingMethodsCount, getApiV2ShippingMethodsId, getApiV2ShopsIdAudits, getApiV2ShopsIdMetaFields, getApiV2StatsSidekiq, getApiV2StatsSidekiqBatchStatusId, getApiV2StatsSidekiqName, getApiV2SurchargeMarkups, getApiV2SurchargeMarkupsCount, getApiV2SurchargeMarkupsId, getApiV2TemplateTypes, getApiV2Templates, getApiV2TemplatesId, getApiV2TemplatesIdAudits, getApiV2TemplatesIdRenderResourceId, getApiV2TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV2TransactionsIdAudits, getApiV2TransportationMarkups, getApiV2TransportationMarkupsCount, getApiV2TransportationMarkupsId, getApiV2Users, getApiV2UsersCount, getApiV2UsersId, getApiV2UsersIdAudits, getApiV2UsersIdBroadcasts, getApiV2UsersIdCallTrait, getApiV2UsersIdTraits, getApiV2UsersJwt, getApiV2UsersTraits, getApiV2WarehouseFeatures, getApiV2WarehouseFeaturesCount, getApiV2WarehouseFeaturesId, getApiV2Warehouses, getApiV2WarehousesActions, getApiV2WarehousesAddresses, getApiV2WarehousesCount, getApiV2WarehousesId, getApiV2WarehousesIdCallTrait, getApiV2WarehousesIdCarrierAccounts, getApiV2WarehousesIdTraits, getApiV2WarehousesTraits, getApiV2Wholesales, getApiV2WholesalesId, getBroadcastFromPusherResponse, getLocaleUrl, getLogoutUrl, getNavDataUrlBySlug, getPartnerBillingUrl, getSearchUrl, getUserChannelName, getUserSummary, getWarehouseIdOpenBatchesAgainstShelf, labeledSearchTypes, navMock, postApiV21Accounts, postApiV21AccountsIdAccountTransactions, postApiV21BillOfLadings, postApiV21BillOfLadingsIdAddresses, postApiV21Broadcasts, postApiV21Cache, postApiV21CarrierAccounts, postApiV21Chromalists, postApiV21ConsumerReturns, postApiV21ConsumerReturnsBulk, postApiV21ConsumerReturnsIdIncidents, postApiV21Currencies, postApiV21Customers, postApiV21Documents, postApiV21ExtAppAuthenticateProvider, postApiV21FilterSets, postApiV21ImporterOfRecords, postApiV21Incidents, postApiV21Items, postApiV21ItemsIdBundleItems, postApiV21ItemsIdIncidents, postApiV21ItemsIdLocations, postApiV21ItemsIdOriginators, postApiV21LocationAudits, postApiV21LocationTransfers, postApiV21LocationsIdIncidents, postApiV21Lots, postApiV21Manifests, postApiV21NotificationSubscriptions, postApiV21OrderBatchesIdIncidents, postApiV21Orders, postApiV21OrdersBulk, postApiV21OrdersIdDuplicate, postApiV21OrdersIdIncidents, postApiV21OrdersIdMessages, postApiV21OrdersIdOrderDocuments, postApiV21OrdersIdOrderItems, postApiV21OrdersIdPackages, postApiV21OrdersIdRuleDismissals, postApiV21Partners, postApiV21Projects, postApiV21ProjectsIdProjectTasks, postApiV21Rates, postApiV21ReturnAddresses, postApiV21Rules, postApiV21Shipnotices, postApiV21ShipnoticesBulk, postApiV21ShipnoticesIdIncidents, postApiV21ShipnoticesIdMessages, postApiV21ShipnoticesIdShipnoticeItems, postApiV21ShippingAliases, postApiV21ShippingBlacklistedMethods, postApiV21ShippingMethods, postApiV21SimulateConsumerReturnsCreate, postApiV21SimulateOrdersCreate, postApiV21SimulateShipnoticesCreate, postApiV21Templates, postApiV21Users, postApiV21UsersAuthorize, postApiV21UtilitiesPresignUrl, postApiV21UtilitiesPublicUrl, postApiV21UtilsPublicUrl, postApiV21WarehouseFeatures, postApiV21Warehouses, postApiV2Accounts, postApiV2AccountsIdAccountTransactions, postApiV2BillOfLadings, postApiV2BillOfLadingsIdAddresses, postApiV2Broadcasts, postApiV2Cache, postApiV2CarrierAccounts, postApiV2Chromalists, postApiV2ConsumerReturns, postApiV2ConsumerReturnsBulk, postApiV2ConsumerReturnsIdIncidents, postApiV2Currencies, postApiV2Customers, postApiV2Documents, postApiV2ExtAppAuthenticateProvider, postApiV2FilterSets, postApiV2ImporterOfRecords, postApiV2Incidents, postApiV2Items, postApiV2ItemsIdBundleItems, postApiV2ItemsIdIncidents, postApiV2ItemsIdLocations, postApiV2ItemsIdOriginators, postApiV2LocationAdjustments, postApiV2LocationAdjustmentsIdTags, postApiV2LocationAudits, postApiV2LocationTransfers, postApiV2LocationsIdIncidents, postApiV2Lots, postApiV2Manifests, postApiV2NotificationSubscriptions, postApiV2OrderBatchesIdIncidents, postApiV2Orders, postApiV2OrdersBulk, postApiV2OrdersIdDuplicate, postApiV2OrdersIdIncidents, postApiV2OrdersIdMessages, postApiV2OrdersIdOrderDocuments, postApiV2OrdersIdOrderItems, postApiV2OrdersIdPackages, postApiV2OrdersIdRuleDismissals, postApiV2Partners, postApiV2Prepacks, postApiV2Projects, postApiV2ProjectsIdProjectTasks, postApiV2Rates, postApiV2ReturnAddresses, postApiV2Rules, postApiV2ShipnoticeItemsIdTags, postApiV2Shipnotices, postApiV2ShipnoticesBulk, postApiV2ShipnoticesIdIncidents, postApiV2ShipnoticesIdMessages, postApiV2ShipnoticesIdShipnoticeItems, postApiV2ShippingAliases, postApiV2ShippingBlacklistedMethods, postApiV2ShippingMethods, postApiV2SimulateConsumerReturnsCreate, postApiV2SimulateOrdersCreate, postApiV2SimulateShipnoticesCreate, postApiV2SurchargeMarkups, postApiV2Templates, postApiV2TransportationMarkups, postApiV2Users, postApiV2UsersAuthorize, postApiV2UtilitiesPresignUrl, postApiV2UtilitiesPublicUrl, postApiV2WarehouseFeatures, postApiV2Warehouses, putApiV21AccountsId, putApiV21BillOfLadingsId, putApiV21BroadcastsId, putApiV21BroadcastsIdConsume, putApiV21BroadcastsIdExpire, putApiV21BundleItemsId, putApiV21CarrierAccountsId, putApiV21CarrierAccountsIdMetaFields, putApiV21ConsumerReturnsId, putApiV21ConsumerReturnsIdMetaFields, putApiV21ConsumerReturnsOriginatorOriginatorId, putApiV21CustomersId, putApiV21CustomersIdCallAction, putApiV21CustomersIdCallAsyncAction, putApiV21CustomersIdMetaFields, putApiV21CustomsInfosId, putApiV21DocumentsIdCallAction, putApiV21DocumentsIdCallAsyncAction, putApiV21FilterSetsId, putApiV21FilterSetsIdBatch, putApiV21FilterSetsIdCallAction, putApiV21FilterSetsIdCallEachAction, putApiV21FilterSetsIdExport, putApiV21FilterSetsIdSnapshot, putApiV21FilterSetsUpsert, putApiV21ImporterOfRecordsId, putApiV21IncidentsId, putApiV21IncidentsIdCallAction, putApiV21ItemsId, putApiV21ItemsIdCallAction, putApiV21ItemsIdCallAsyncAction, putApiV21ItemsIdMetaFields, putApiV21ItemsOriginatorOriginatorId, putApiV21LocationAuditsId, putApiV21LocationAuditsIdCallAction, putApiV21LocationTransfersId, putApiV21LocationTransfersIdCallAction, putApiV21LocationsId, putApiV21LocationsIdCallAction, putApiV21LocationsIdUpdateQuantity, putApiV21LotsId, putApiV21ManifestsIdCallAction, putApiV21NotificationSubscriptionsId, putApiV21OrderBatchItemsIdCallAction, putApiV21OrderBatchesId, putApiV21OrderBatchesIdCallAction, putApiV21OrderBatchesIdCallAsyncAction, putApiV21OrderBatchesIdForcePick, putApiV21OrderBatchesIdMetaFields, putApiV21OrderBatchesIdReleaseUnshipped, putApiV21OrderBatchesIdSetCache, putApiV21OrderBatchesIdbuyLabels, putApiV21OrderDocumentsId, putApiV21OrderItemsId, putApiV21OrderItemsIdCallAction, putApiV21OrderItemsIdMetaFields, putApiV21OrderItemsIdSeparate, putApiV21OrderItemsIdSplit, putApiV21OrdersId, putApiV21OrdersIdCallAction, putApiV21OrdersIdCallAsyncAction, putApiV21OrdersIdCustomsInfo, putApiV21OrdersIdMetaFields, putApiV21OrdersIdPackItem, putApiV21OrdersIdWholesale, putApiV21OrdersOriginatorOriginatorId, putApiV21OriginatorsId, putApiV21PackagesId, putApiV21PackagesIdCallAction, putApiV21PartnersId, putApiV21ProjectTasksId, putApiV21ProjectsId, putApiV21ProjectsIdCallAction, putApiV21RatesId, putApiV21RatesIdCallAction, putApiV21ReturnAddressesId, putApiV21RulesId, putApiV21RulesIdCallAction, putApiV21SerialNumbersIdCallAction, putApiV21ShipnoticeItemsId, putApiV21ShipnoticeItemsIdCallAction, putApiV21ShipnoticeItemsIdCallAsyncAction, putApiV21ShipnoticeItemsIdMetaFields, putApiV21ShipnoticeItemsIdReceive, putApiV21ShipnoticesId, putApiV21ShipnoticesIdCallAction, putApiV21ShipnoticesIdCallAsyncAction, putApiV21ShipnoticesIdMetaFields, putApiV21ShipnoticesOriginatorOriginatorId, putApiV21ShippingAliasesId, putApiV21ShippingBlacklistedMethodsId, putApiV21ShippingMethodsId, putApiV21ShopsIdMetaFields, putApiV21SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV21SimulateOrdersOrderIdProcessing, putApiV21SimulateShipnoticesShipnoticeIdProcessing, putApiV21TemplatesId, putApiV21TemplatesIdCallAction, putApiV21TemplatesIdCallAsyncAction, putApiV21UsersId, putApiV21UsersIdCallAction, putApiV21WarehouseFeaturesId, putApiV21WarehousesId, putApiV21WarehousesIdCallAction, putApiV21WarehousesIdCallAsyncAction, putApiV21WholesalesId, putApiV2AccountsId, putApiV2AddressesId, putApiV2BillOfLadingsId, putApiV2BroadcastsId, putApiV2BroadcastsIdConsume, putApiV2BroadcastsIdExpire, putApiV2BundleItemsId, putApiV2CarrierAccountsId, putApiV2CarrierAccountsIdMetaFields, putApiV2ConsumerReturnsId, putApiV2ConsumerReturnsIdMetaFields, putApiV2ConsumerReturnsOriginatorOriginatorId, putApiV2CustomersId, putApiV2CustomersIdCallAction, putApiV2CustomersIdCallAsyncAction, putApiV2CustomersIdMetaFields, putApiV2CustomsInfosId, putApiV2DocumentsIdCallAction, putApiV2DocumentsIdCallAsyncAction, putApiV2FilterSetsId, putApiV2FilterSetsIdBatch, putApiV2FilterSetsIdCallAction, putApiV2FilterSetsIdCallEachAction, putApiV2FilterSetsIdExport, putApiV2FilterSetsIdSnapshot, putApiV2FilterSetsUpsert, putApiV2ImporterOfRecordsId, putApiV2IncidentsId, putApiV2IncidentsIdCallAction, putApiV2ItemsId, putApiV2ItemsIdCallAction, putApiV2ItemsIdCallAsyncAction, putApiV2ItemsIdMetaFields, putApiV2ItemsOriginatorOriginatorId, putApiV2LocationAuditsId, putApiV2LocationAuditsIdCallAction, putApiV2LocationTransfersId, putApiV2LocationTransfersIdCallAction, putApiV2LocationsId, putApiV2LocationsIdCallAction, putApiV2LocationsIdUpdateQuantity, putApiV2LotsId, putApiV2ManifestsIdCallAction, putApiV2NotificationSubscriptionsId, putApiV2OrderBatchItemsIdCallAction, putApiV2OrderBatchesId, putApiV2OrderBatchesIdCallAction, putApiV2OrderBatchesIdCallAsyncAction, putApiV2OrderBatchesIdMetaFields, putApiV2OrderDocumentsId, putApiV2OrderItemsId, putApiV2OrderItemsIdCallAction, putApiV2OrderItemsIdMetaFields, putApiV2OrderItemsIdSeparate, putApiV2OrderItemsIdSplit, putApiV2OrdersId, putApiV2OrdersIdCallAction, putApiV2OrdersIdCallAsyncAction, putApiV2OrdersIdCustomsInfo, putApiV2OrdersIdMetaFields, putApiV2OrdersIdWholesale, putApiV2OrdersOriginatorOriginatorId, putApiV2OriginatorsId, putApiV2PackagesId, putApiV2PackagesIdCallAction, putApiV2PartnersId, putApiV2ProjectTasksId, putApiV2ProjectsId, putApiV2ProjectsIdCallAction, putApiV2RatesId, putApiV2RatesIdCallAction, putApiV2ReturnAddressesId, putApiV2RulesId, putApiV2RulesIdCallAction, putApiV2ScancodesId, putApiV2SerialNumbersIdCallAction, putApiV2ShipnoticeItemsId, putApiV2ShipnoticeItemsIdCallAction, putApiV2ShipnoticeItemsIdCallAsyncAction, putApiV2ShipnoticeItemsIdMetaFields, putApiV2ShipnoticeItemsIdReceive, putApiV2ShipnoticesId, putApiV2ShipnoticesIdCallAction, putApiV2ShipnoticesIdCallAsyncAction, putApiV2ShipnoticesIdMetaFields, putApiV2ShipnoticesOriginatorOriginatorId, putApiV2ShippingAliasesId, putApiV2ShippingBlacklistedMethodsId, putApiV2ShippingMethodsId, putApiV2ShopsIdMetaFields, putApiV2SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV2SimulateOrdersOrderIdProcessing, putApiV2SimulateShipnoticesShipnoticeIdProcessing, putApiV2SurchargeMarkupsId, putApiV2TemplatesId, putApiV2TemplatesIdCallAction, putApiV2TemplatesIdCallAsyncAction, putApiV2TransportationMarkupsId, putApiV2UsersId, putApiV2UsersIdCallAction, putApiV2WarehouseFeaturesId, putApiV2WarehousesId, putApiV2WarehousesIdCallAction, putApiV2WarehousesIdCallAsyncAction, putApiV2WholesalesId, putProcessShelfToShelfTransfer, searchTypes, setUserCustomer, setUserWarehouse, subscribe, subscribeToUserChannel, unsetUserCustomer, unsetUserWarehouse, unsubscribe, unsubscribeFromUserChannel, userMock, waitForBatch, waitForJob, warehouseMock };
|
|
24479
24794
|
//# sourceMappingURL=client.esm.js.map
|