@whiplashmerch/whiplash-api-client 3.1.2 → 3.1.4
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 +1362 -142
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/data-contracts.d.ts +88 -86
- package/dist/mock-data/index.d.ts +22 -0
- package/dist/mock-data/v2/bill-of-lading/child-bols.d.ts +34 -0
- package/dist/mock-data/v2/bill-of-lading/master-bol.d.ts +34 -0
- package/dist/mock-data/v2/load/closed-listing.d.ts +22 -0
- package/dist/mock-data/v2/load/closed.d.ts +22 -0
- package/dist/mock-data/v2/load/open-with-batches.d.ts +22 -0
- package/dist/mock-data/v2/load/open-with-bol.d.ts +22 -0
- package/dist/mock-data/v2/load/open-with-notes.d.ts +22 -0
- package/dist/mock-data/v2/load/trait-closeable-all-met.d.ts +8 -0
- package/dist/mock-data/v2/load/trait-closeable-partial.d.ts +8 -0
- package/dist/mock-data/v2/order-batch/in-load-with-bol.d.ts +203 -0
- package/dist/mock-data/v2/order-batch/in-load-with-grouping.d.ts +99 -0
- package/dist/mock-data/v2_1/bill-of-lading/child-bols.d.ts +32 -0
- package/dist/mock-data/v2_1/bill-of-lading/master-bol.d.ts +32 -0
- package/dist/mock-data/v2_1/load/closed-listing.d.ts +22 -0
- package/dist/mock-data/v2_1/load/closed.d.ts +22 -0
- package/dist/mock-data/v2_1/load/open-with-batches.d.ts +22 -0
- package/dist/mock-data/v2_1/load/open-with-bol.d.ts +22 -0
- package/dist/mock-data/v2_1/load/open-with-notes.d.ts +22 -0
- package/dist/mock-data/v2_1/load/trait-closeable-all-met.d.ts +8 -0
- package/dist/mock-data/v2_1/load/trait-closeable-partial.d.ts +8 -0
- package/dist/mock-data/v2_1/order-batch/in-load-with-bol.d.ts +43 -0
- package/dist/mock-data/v2_1/order-batch/in-load-with-grouping.d.ts +43 -0
- package/generated/data-contracts.ts +1 -0
- package/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -23951,13 +23951,13 @@ var PostApiV21RulesRequestState;
|
|
|
23951
23951
|
/** Which type of rule this is */
|
|
23952
23952
|
var PostApiV21RulesRequestType;
|
|
23953
23953
|
(function (PostApiV21RulesRequestType) {
|
|
23954
|
+
PostApiV21RulesRequestType["BatchingRule"] = "BatchingRule";
|
|
23954
23955
|
PostApiV21RulesRequestType["PackingRule"] = "PackingRule";
|
|
23955
|
-
PostApiV21RulesRequestType["
|
|
23956
|
+
PostApiV21RulesRequestType["ReplenishmentRule"] = "ReplenishmentRule";
|
|
23956
23957
|
PostApiV21RulesRequestType["BackstockRule"] = "BackstockRule";
|
|
23957
|
-
PostApiV21RulesRequestType["BatchingRule"] = "BatchingRule";
|
|
23958
23958
|
PostApiV21RulesRequestType["CarrierAccountRule"] = "CarrierAccountRule";
|
|
23959
23959
|
PostApiV21RulesRequestType["RoutingRule"] = "RoutingRule";
|
|
23960
|
-
PostApiV21RulesRequestType["
|
|
23960
|
+
PostApiV21RulesRequestType["ShippingMethodRule"] = "ShippingMethodRule";
|
|
23961
23961
|
})(PostApiV21RulesRequestType || (PostApiV21RulesRequestType = {}));
|
|
23962
23962
|
/** locale for language settings */
|
|
23963
23963
|
var PostApiV21UsersRequestLocale;
|
|
@@ -24789,13 +24789,13 @@ var PostApiV2RulesRequestState;
|
|
|
24789
24789
|
/** Which type of rule this is */
|
|
24790
24790
|
var PostApiV2RulesRequestType;
|
|
24791
24791
|
(function (PostApiV2RulesRequestType) {
|
|
24792
|
+
PostApiV2RulesRequestType["BatchingRule"] = "BatchingRule";
|
|
24792
24793
|
PostApiV2RulesRequestType["PackingRule"] = "PackingRule";
|
|
24793
|
-
PostApiV2RulesRequestType["
|
|
24794
|
+
PostApiV2RulesRequestType["ReplenishmentRule"] = "ReplenishmentRule";
|
|
24794
24795
|
PostApiV2RulesRequestType["BackstockRule"] = "BackstockRule";
|
|
24795
|
-
PostApiV2RulesRequestType["BatchingRule"] = "BatchingRule";
|
|
24796
24796
|
PostApiV2RulesRequestType["CarrierAccountRule"] = "CarrierAccountRule";
|
|
24797
24797
|
PostApiV2RulesRequestType["RoutingRule"] = "RoutingRule";
|
|
24798
|
-
PostApiV2RulesRequestType["
|
|
24798
|
+
PostApiV2RulesRequestType["ShippingMethodRule"] = "ShippingMethodRule";
|
|
24799
24799
|
})(PostApiV2RulesRequestType || (PostApiV2RulesRequestType = {}));
|
|
24800
24800
|
/** locale for language settings */
|
|
24801
24801
|
var PostApiV2UsersRequestLocale;
|
|
@@ -27498,6 +27498,112 @@ const warehouseMock = {
|
|
|
27498
27498
|
warehouse_features: undefined,
|
|
27499
27499
|
};
|
|
27500
27500
|
|
|
27501
|
+
const ApiV2BillOfLadingMasterBolExample = {
|
|
27502
|
+
id: 8,
|
|
27503
|
+
created_at: '2026-04-07T14:00:54.242-04:00',
|
|
27504
|
+
updated_at: '2026-04-07T14:00:54.345-04:00',
|
|
27505
|
+
printed_at: null,
|
|
27506
|
+
picked_at: null,
|
|
27507
|
+
number: 'BOL-2026-7438',
|
|
27508
|
+
carrier_name: 'ABC Freight',
|
|
27509
|
+
cid_number: null,
|
|
27510
|
+
dep_number: null,
|
|
27511
|
+
freight_charge: 'prepaid',
|
|
27512
|
+
location_number: null,
|
|
27513
|
+
pallet_count: 2,
|
|
27514
|
+
package_type: 'cartons',
|
|
27515
|
+
package_hazmat: false,
|
|
27516
|
+
packages_count: 12,
|
|
27517
|
+
packages_total: 12,
|
|
27518
|
+
packages_weight: 300,
|
|
27519
|
+
pro_number: 'PRO-58392',
|
|
27520
|
+
scac_number: 'ABCD',
|
|
27521
|
+
seal_number: null,
|
|
27522
|
+
sid_number: null,
|
|
27523
|
+
special_instructions: null,
|
|
27524
|
+
trailer_number: null,
|
|
27525
|
+
bol_type: 'master',
|
|
27526
|
+
vics_number: null,
|
|
27527
|
+
master_vics_number: '00123450000000089',
|
|
27528
|
+
pdf_url: 'https://wl-uploads-dev.s3.us-east-1.amazonaws.com/dummy_slip/dummy_bill_of_lading.pdf',
|
|
27529
|
+
warehouse_id: 1,
|
|
27530
|
+
nmfc_sub: null,
|
|
27531
|
+
nmfc_class: null,
|
|
27532
|
+
group_by_bol_numbers: false,
|
|
27533
|
+
status: 'open',
|
|
27534
|
+
};
|
|
27535
|
+
|
|
27536
|
+
const ApiV2BillOfLadingChildBolsExample = [
|
|
27537
|
+
{
|
|
27538
|
+
id: 11,
|
|
27539
|
+
created_at: '2026-04-07T14:00:56.615-04:00',
|
|
27540
|
+
updated_at: '2026-04-07T14:00:56.615-04:00',
|
|
27541
|
+
printed_at: null,
|
|
27542
|
+
picked_at: null,
|
|
27543
|
+
number: 'BOL-2026-2993',
|
|
27544
|
+
carrier_name: null,
|
|
27545
|
+
cid_number: null,
|
|
27546
|
+
dep_number: null,
|
|
27547
|
+
freight_charge: null,
|
|
27548
|
+
location_number: null,
|
|
27549
|
+
pallet_count: 1,
|
|
27550
|
+
package_type: 'cartons',
|
|
27551
|
+
package_hazmat: false,
|
|
27552
|
+
packages_count: 4,
|
|
27553
|
+
packages_total: 4,
|
|
27554
|
+
packages_weight: 100,
|
|
27555
|
+
pro_number: null,
|
|
27556
|
+
scac_number: null,
|
|
27557
|
+
seal_number: null,
|
|
27558
|
+
sid_number: null,
|
|
27559
|
+
special_instructions: null,
|
|
27560
|
+
trailer_number: null,
|
|
27561
|
+
bol_type: 'child',
|
|
27562
|
+
vics_number: null,
|
|
27563
|
+
master_vics_number: null,
|
|
27564
|
+
pdf_url: null,
|
|
27565
|
+
warehouse_id: 1,
|
|
27566
|
+
nmfc_sub: null,
|
|
27567
|
+
nmfc_class: null,
|
|
27568
|
+
group_by_bol_numbers: false,
|
|
27569
|
+
status: 'open',
|
|
27570
|
+
},
|
|
27571
|
+
{
|
|
27572
|
+
id: 12,
|
|
27573
|
+
created_at: '2026-04-07T14:00:57.267-04:00',
|
|
27574
|
+
updated_at: '2026-04-07T14:00:57.267-04:00',
|
|
27575
|
+
printed_at: null,
|
|
27576
|
+
picked_at: null,
|
|
27577
|
+
number: 'BOL-2026-9801',
|
|
27578
|
+
carrier_name: null,
|
|
27579
|
+
cid_number: null,
|
|
27580
|
+
dep_number: null,
|
|
27581
|
+
freight_charge: null,
|
|
27582
|
+
location_number: null,
|
|
27583
|
+
pallet_count: 1,
|
|
27584
|
+
package_type: 'cartons',
|
|
27585
|
+
package_hazmat: false,
|
|
27586
|
+
packages_count: 4,
|
|
27587
|
+
packages_total: 4,
|
|
27588
|
+
packages_weight: 100,
|
|
27589
|
+
pro_number: null,
|
|
27590
|
+
scac_number: null,
|
|
27591
|
+
seal_number: null,
|
|
27592
|
+
sid_number: null,
|
|
27593
|
+
special_instructions: null,
|
|
27594
|
+
trailer_number: null,
|
|
27595
|
+
bol_type: 'child',
|
|
27596
|
+
vics_number: null,
|
|
27597
|
+
master_vics_number: null,
|
|
27598
|
+
pdf_url: null,
|
|
27599
|
+
warehouse_id: 1,
|
|
27600
|
+
nmfc_sub: null,
|
|
27601
|
+
nmfc_class: null,
|
|
27602
|
+
group_by_bol_numbers: false,
|
|
27603
|
+
status: 'open',
|
|
27604
|
+
},
|
|
27605
|
+
];
|
|
27606
|
+
|
|
27501
27607
|
const ApiV2ConsumerReturnAllExample = [
|
|
27502
27608
|
{
|
|
27503
27609
|
id: 1052,
|
|
@@ -30660,6 +30766,149 @@ const ApiV2LoadOpenNoBolExample = [
|
|
|
30660
30766
|
},
|
|
30661
30767
|
];
|
|
30662
30768
|
|
|
30769
|
+
const ApiV2LoadOpenWithBatchesExample = [
|
|
30770
|
+
{
|
|
30771
|
+
id: 26,
|
|
30772
|
+
status: 'open',
|
|
30773
|
+
closed_at_datetime: null,
|
|
30774
|
+
wholesale_purchase_order_number: 'PO-129',
|
|
30775
|
+
wholesale_distribution_center: 'DC-2',
|
|
30776
|
+
wholesale_vendor: 'Test Vendor',
|
|
30777
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
30778
|
+
packages_count: null,
|
|
30779
|
+
packages_total_weight: null,
|
|
30780
|
+
packages_total_dimensional_weight: null,
|
|
30781
|
+
order_batches_count: 0,
|
|
30782
|
+
warehouse_id: 1,
|
|
30783
|
+
created_at: '2026-04-07T14:00:53.108-04:00',
|
|
30784
|
+
updated_at: '2026-04-07T14:00:53.108-04:00',
|
|
30785
|
+
cascade_routing: true,
|
|
30786
|
+
appointment_datetime: '2026-04-21T14:00:53.101-04:00',
|
|
30787
|
+
bill_of_lading_id: null,
|
|
30788
|
+
customer_id: 11313,
|
|
30789
|
+
notes: null,
|
|
30790
|
+
reference: null,
|
|
30791
|
+
},
|
|
30792
|
+
];
|
|
30793
|
+
|
|
30794
|
+
const ApiV2LoadOpenWithNotesExample = [
|
|
30795
|
+
{
|
|
30796
|
+
id: 27,
|
|
30797
|
+
status: 'open',
|
|
30798
|
+
closed_at_datetime: null,
|
|
30799
|
+
wholesale_purchase_order_number: 'PO-867',
|
|
30800
|
+
wholesale_distribution_center: 'DC-8',
|
|
30801
|
+
wholesale_vendor: 'Test Vendor',
|
|
30802
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
30803
|
+
packages_count: null,
|
|
30804
|
+
packages_total_weight: null,
|
|
30805
|
+
packages_total_dimensional_weight: null,
|
|
30806
|
+
order_batches_count: 0,
|
|
30807
|
+
warehouse_id: 1,
|
|
30808
|
+
created_at: '2026-04-07T14:00:53.189-04:00',
|
|
30809
|
+
updated_at: '2026-04-07T14:00:53.189-04:00',
|
|
30810
|
+
cascade_routing: true,
|
|
30811
|
+
appointment_datetime: '2026-04-21T14:00:53.186-04:00',
|
|
30812
|
+
bill_of_lading_id: null,
|
|
30813
|
+
customer_id: 11313,
|
|
30814
|
+
notes: 'Handle with care - fragile items',
|
|
30815
|
+
reference: null,
|
|
30816
|
+
},
|
|
30817
|
+
];
|
|
30818
|
+
|
|
30819
|
+
const ApiV2LoadOpenWithBolExample = [
|
|
30820
|
+
{
|
|
30821
|
+
id: 28,
|
|
30822
|
+
status: 'open',
|
|
30823
|
+
closed_at_datetime: null,
|
|
30824
|
+
wholesale_purchase_order_number: 'PO-519',
|
|
30825
|
+
wholesale_distribution_center: 'DC-3',
|
|
30826
|
+
wholesale_vendor: 'Test Vendor',
|
|
30827
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
30828
|
+
packages_count: 0,
|
|
30829
|
+
packages_total_weight: '0.0',
|
|
30830
|
+
packages_total_dimensional_weight: '0.0',
|
|
30831
|
+
order_batches_count: 2,
|
|
30832
|
+
warehouse_id: 1,
|
|
30833
|
+
created_at: '2026-04-07T14:00:53.215-04:00',
|
|
30834
|
+
updated_at: '2026-04-07T14:00:54.245-04:00',
|
|
30835
|
+
cascade_routing: true,
|
|
30836
|
+
appointment_datetime: '2026-04-21T14:00:53.210-04:00',
|
|
30837
|
+
bill_of_lading_id: 8,
|
|
30838
|
+
customer_id: 11313,
|
|
30839
|
+
notes: null,
|
|
30840
|
+
reference: null,
|
|
30841
|
+
},
|
|
30842
|
+
];
|
|
30843
|
+
|
|
30844
|
+
const ApiV2LoadClosedExample = [
|
|
30845
|
+
{
|
|
30846
|
+
id: 29,
|
|
30847
|
+
status: 'closed',
|
|
30848
|
+
closed_at_datetime: '2026-04-07T14:00:54.399-04:00',
|
|
30849
|
+
wholesale_purchase_order_number: 'PO-720',
|
|
30850
|
+
wholesale_distribution_center: 'DC-4',
|
|
30851
|
+
wholesale_vendor: 'Test Vendor',
|
|
30852
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
30853
|
+
packages_count: 0,
|
|
30854
|
+
packages_total_weight: '0.0',
|
|
30855
|
+
packages_total_dimensional_weight: '0.0',
|
|
30856
|
+
order_batches_count: 3,
|
|
30857
|
+
warehouse_id: 1,
|
|
30858
|
+
created_at: '2026-04-07T14:00:54.407-04:00',
|
|
30859
|
+
updated_at: '2026-04-07T14:00:55.008-04:00',
|
|
30860
|
+
cascade_routing: true,
|
|
30861
|
+
appointment_datetime: null,
|
|
30862
|
+
bill_of_lading_id: 9,
|
|
30863
|
+
customer_id: 11313,
|
|
30864
|
+
notes: 'Handle with care - fragile items',
|
|
30865
|
+
reference: null,
|
|
30866
|
+
},
|
|
30867
|
+
];
|
|
30868
|
+
|
|
30869
|
+
const ApiV2LoadClosedListingExample = [
|
|
30870
|
+
{
|
|
30871
|
+
id: 30,
|
|
30872
|
+
status: 'closed',
|
|
30873
|
+
closed_at_datetime: '2026-04-07T14:00:55.167-04:00',
|
|
30874
|
+
wholesale_purchase_order_number: 'PO-980',
|
|
30875
|
+
wholesale_distribution_center: 'DC-7',
|
|
30876
|
+
wholesale_vendor: 'Test Vendor',
|
|
30877
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
30878
|
+
packages_count: 0,
|
|
30879
|
+
packages_total_weight: '0.0',
|
|
30880
|
+
packages_total_dimensional_weight: '0.0',
|
|
30881
|
+
order_batches_count: 2,
|
|
30882
|
+
warehouse_id: 1,
|
|
30883
|
+
created_at: '2026-04-07T14:00:55.173-04:00',
|
|
30884
|
+
updated_at: '2026-04-07T14:00:55.784-04:00',
|
|
30885
|
+
cascade_routing: true,
|
|
30886
|
+
appointment_datetime: null,
|
|
30887
|
+
bill_of_lading_id: 10,
|
|
30888
|
+
customer_id: 11313,
|
|
30889
|
+
notes: null,
|
|
30890
|
+
reference: null,
|
|
30891
|
+
},
|
|
30892
|
+
];
|
|
30893
|
+
|
|
30894
|
+
const ApiV2LoadTraitCloseableAllMetExample = {
|
|
30895
|
+
result: {
|
|
30896
|
+
all_batches_have_bol: true,
|
|
30897
|
+
all_orders_packed: true,
|
|
30898
|
+
all_orders_needs_routing: true,
|
|
30899
|
+
routing_satisfied: true,
|
|
30900
|
+
},
|
|
30901
|
+
};
|
|
30902
|
+
|
|
30903
|
+
const ApiV2LoadTraitCloseablePartialExample = {
|
|
30904
|
+
result: {
|
|
30905
|
+
all_batches_have_bol: true,
|
|
30906
|
+
all_orders_packed: false,
|
|
30907
|
+
all_orders_needs_routing: true,
|
|
30908
|
+
routing_satisfied: false,
|
|
30909
|
+
},
|
|
30910
|
+
};
|
|
30911
|
+
|
|
30663
30912
|
const ApiV2LoadCreatedExample = {
|
|
30664
30913
|
id: 31,
|
|
30665
30914
|
status: 'open',
|
|
@@ -30816,143 +31065,681 @@ const ApiV2OrderBatchInLoadExample = [
|
|
|
30816
31065
|
},
|
|
30817
31066
|
];
|
|
30818
31067
|
|
|
30819
|
-
const
|
|
31068
|
+
const ApiV2OrderBatchInLoadWithGroupingExample = [
|
|
30820
31069
|
{
|
|
30821
|
-
id:
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
|
|
30840
|
-
|
|
30841
|
-
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
|
|
30845
|
-
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
scancode: 'yx2s122iaa',
|
|
30851
|
-
price: '56.32',
|
|
30852
|
-
media_mail: false,
|
|
30853
|
-
packaging: false,
|
|
30854
|
-
length: '8.0',
|
|
30855
|
-
width: '6.0',
|
|
30856
|
-
height: '1.0',
|
|
30857
|
-
active: true,
|
|
30858
|
-
wholesale_cost: null,
|
|
30859
|
-
is_bundle: false,
|
|
30860
|
-
packaging_type: null,
|
|
30861
|
-
promo: false,
|
|
30862
|
-
street_date: null,
|
|
30863
|
-
category: null,
|
|
30864
|
-
include_inbound_in_published: false,
|
|
30865
|
-
returnable: null,
|
|
30866
|
-
return_sku_match: null,
|
|
30867
|
-
return_price_restricted: null,
|
|
30868
|
-
request_serial_number: null,
|
|
30869
|
-
currency: null,
|
|
30870
|
-
tariff_number: null,
|
|
30871
|
-
notify_originator_inventory: null,
|
|
30872
|
-
name: 'Practical Leather Computer, Officiis sequi odit velit quam debitis magni aut sunt vel.',
|
|
30873
|
-
nmfc_code: null,
|
|
30874
|
-
nmfc_class: null,
|
|
30875
|
-
commodity_description: null,
|
|
30876
|
-
image_url: null,
|
|
30877
|
-
hazmat: false,
|
|
30878
|
-
hazmat_type: null,
|
|
30879
|
-
misc: null,
|
|
30880
|
-
ean: null,
|
|
30881
|
-
lot_control: false,
|
|
30882
|
-
expiration_period: null,
|
|
30883
|
-
ship_strategy: 1,
|
|
30884
|
-
velocity: 0,
|
|
30885
|
-
case_quantity: null,
|
|
30886
|
-
carton_quantity: null,
|
|
30887
|
-
origin_country: null,
|
|
30888
|
-
alcohol: false,
|
|
30889
|
-
shippable_container: false,
|
|
30890
|
-
goh: false,
|
|
30891
|
-
label_format: null,
|
|
30892
|
-
replenishment_min: null,
|
|
30893
|
-
replenishment_target: null,
|
|
30894
|
-
low_inventory_threshold: null,
|
|
30895
|
-
published_quantity: 238,
|
|
31070
|
+
id: 5473773,
|
|
31071
|
+
created_at: '2026-04-07T14:00:55.000-04:00',
|
|
31072
|
+
updated_at: '2026-04-07T14:00:55.000-04:00',
|
|
31073
|
+
status: 100,
|
|
31074
|
+
status_name: 'Processing',
|
|
31075
|
+
warehouse_id: 1,
|
|
31076
|
+
assigned_to: null,
|
|
31077
|
+
packingslips_pdf_url: 'http://roob.name/phoebe.koss',
|
|
31078
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/phoebe.koss?download_token=dSva0PFegdNe1wdmoRx9',
|
|
31079
|
+
packingslips_printed_at: null,
|
|
31080
|
+
picklist_pdf_url: null,
|
|
31081
|
+
started_at: null,
|
|
31082
|
+
stopped_at: null,
|
|
31083
|
+
expedited_shipping: null,
|
|
31084
|
+
identical_orders: null,
|
|
31085
|
+
pick_strategy: 'paper',
|
|
31086
|
+
single_item: null,
|
|
31087
|
+
order_batch_item_count: 0,
|
|
31088
|
+
order_batch_item_quantity: 0,
|
|
31089
|
+
location_roles: [
|
|
31090
|
+
'pickable',
|
|
31091
|
+
'external',
|
|
31092
|
+
],
|
|
31093
|
+
actual_location_roles: [],
|
|
31094
|
+
short_form: null,
|
|
31095
|
+
grouping_fields: {
|
|
31096
|
+
wholesale_po_number: 'PO-906',
|
|
31097
|
+
wholesale_distribution_center: 'DC-4',
|
|
31098
|
+
wholesale_start_date: '2026-04-07',
|
|
30896
31099
|
},
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
|
|
30903
|
-
|
|
30904
|
-
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
|
|
30928
|
-
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
|
|
31100
|
+
bol_id: null,
|
|
31101
|
+
call_in_date: null,
|
|
31102
|
+
requested_ship_date: null,
|
|
31103
|
+
bill_of_lading_id: null,
|
|
31104
|
+
load_id: 26,
|
|
31105
|
+
customer_id: 11313,
|
|
31106
|
+
packages_count: 0,
|
|
31107
|
+
packages_total_weight: null,
|
|
31108
|
+
packages_total_dimensional_weight: null,
|
|
31109
|
+
items_count: 0,
|
|
31110
|
+
items_total_quantity: 0,
|
|
31111
|
+
order_batch_request_id: null,
|
|
31112
|
+
international: null,
|
|
31113
|
+
expedited_orders: null,
|
|
31114
|
+
prepack: null,
|
|
31115
|
+
user: null,
|
|
31116
|
+
warehouse: {
|
|
31117
|
+
id: 1,
|
|
31118
|
+
name: 'Ann Arbor',
|
|
31119
|
+
timezone: 'Eastern Time (US & Canada)',
|
|
31120
|
+
timezone_raw: 'America/New_York',
|
|
31121
|
+
partner_id: 1,
|
|
31122
|
+
shipping_address_1: '4657 Platt Road',
|
|
31123
|
+
shipping_address_2: '',
|
|
31124
|
+
shipping_city: 'Ann Arbor',
|
|
31125
|
+
shipping_state: 'Michigan',
|
|
31126
|
+
shipping_zip: '48108',
|
|
31127
|
+
shipping_country: 'United States',
|
|
31128
|
+
shipping_country_iso2: 'US',
|
|
31129
|
+
latitude: 42.2206,
|
|
31130
|
+
longitude: -83.6989,
|
|
31131
|
+
slug: 'ann-arbor',
|
|
31132
|
+
default_pick_strategy: 'paper',
|
|
31133
|
+
bin_total_count_max: null,
|
|
31134
|
+
bin_cubic_volume_max: null,
|
|
31135
|
+
number_of_groups: null,
|
|
31136
|
+
fedex_pickup_time: null,
|
|
31137
|
+
active: true,
|
|
31138
|
+
square_footage: 9000,
|
|
31139
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31140
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31141
|
+
ups_shipper_number: 'E19086',
|
|
31142
|
+
email: 'annarbor@whiplashmerch.com',
|
|
31143
|
+
ups_carrier_facility: 'ORD',
|
|
31144
|
+
currency: 'USD',
|
|
31145
|
+
vat: null,
|
|
31146
|
+
domestic_return_labels: true,
|
|
31147
|
+
international_return_labels: false,
|
|
31148
|
+
accepting_new_customers: false,
|
|
31149
|
+
receiving_hours: '',
|
|
31150
|
+
pickup_hours: null,
|
|
31151
|
+
contact_name: '',
|
|
31152
|
+
contact_phone: null,
|
|
31153
|
+
delivery_appointment_required: true,
|
|
31154
|
+
label_format: 'default',
|
|
31155
|
+
shipping_label_format: 'zpl',
|
|
31156
|
+
loading_dock_quantity: 0,
|
|
31157
|
+
receiving_special_instructions: '',
|
|
31158
|
+
single_item_batch_size: null,
|
|
31159
|
+
packaging_customer_id: null,
|
|
31160
|
+
notes: null,
|
|
31161
|
+
warehouse_features: [
|
|
31162
|
+
{
|
|
31163
|
+
id: 17,
|
|
31164
|
+
feature: 'Single Item Batching',
|
|
31165
|
+
feature_code: 'single-item-batching',
|
|
31166
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31167
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31168
|
+
},
|
|
31169
|
+
{
|
|
31170
|
+
id: 18,
|
|
31171
|
+
feature: 'Robot Picking',
|
|
31172
|
+
feature_code: 'robot-picking',
|
|
31173
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31174
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31175
|
+
},
|
|
31176
|
+
{
|
|
31177
|
+
id: 19,
|
|
31178
|
+
feature: 'Legacy Batch Sort Descending',
|
|
31179
|
+
feature_code: 'legacy-batch-sort-descending',
|
|
31180
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31181
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31182
|
+
},
|
|
31183
|
+
{
|
|
31184
|
+
id: 20,
|
|
31185
|
+
feature: 'Legacy Find By Tracking Receiving',
|
|
31186
|
+
feature_code: 'legacy-find-by-tracking-receiving',
|
|
31187
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31188
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31189
|
+
},
|
|
31190
|
+
{
|
|
31191
|
+
id: 22,
|
|
31192
|
+
feature: 'Staff Order Batching',
|
|
31193
|
+
feature_code: 'staff-order-batching',
|
|
31194
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31195
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31196
|
+
},
|
|
31197
|
+
],
|
|
31198
|
+
},
|
|
31199
|
+
groups: {},
|
|
31200
|
+
},
|
|
31201
|
+
{
|
|
31202
|
+
id: 5473774,
|
|
31203
|
+
created_at: '2026-04-07T14:00:55.000-04:00',
|
|
31204
|
+
updated_at: '2026-04-07T14:00:55.000-04:00',
|
|
31205
|
+
status: 100,
|
|
31206
|
+
status_name: 'Processing',
|
|
31207
|
+
warehouse_id: 1,
|
|
31208
|
+
assigned_to: null,
|
|
31209
|
+
packingslips_pdf_url: 'http://goodwin-rogahn.io/ollie_littel',
|
|
31210
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/ollie_littel?download_token=dSva0PFegdNe1wdmoRx9',
|
|
31211
|
+
packingslips_printed_at: null,
|
|
31212
|
+
picklist_pdf_url: null,
|
|
31213
|
+
started_at: null,
|
|
31214
|
+
stopped_at: null,
|
|
31215
|
+
expedited_shipping: null,
|
|
31216
|
+
identical_orders: null,
|
|
31217
|
+
pick_strategy: 'paper',
|
|
31218
|
+
single_item: null,
|
|
31219
|
+
order_batch_item_count: 0,
|
|
31220
|
+
order_batch_item_quantity: 0,
|
|
31221
|
+
location_roles: [
|
|
31222
|
+
'pickable',
|
|
31223
|
+
'external',
|
|
31224
|
+
],
|
|
31225
|
+
actual_location_roles: [],
|
|
31226
|
+
short_form: null,
|
|
31227
|
+
grouping_fields: {
|
|
31228
|
+
wholesale_po_number: 'PO-378',
|
|
31229
|
+
wholesale_distribution_center: 'DC-1',
|
|
31230
|
+
wholesale_start_date: '2026-04-07',
|
|
31231
|
+
},
|
|
31232
|
+
bol_id: null,
|
|
31233
|
+
call_in_date: null,
|
|
31234
|
+
requested_ship_date: null,
|
|
31235
|
+
bill_of_lading_id: null,
|
|
31236
|
+
load_id: 26,
|
|
31237
|
+
customer_id: 11313,
|
|
31238
|
+
packages_count: 0,
|
|
31239
|
+
packages_total_weight: null,
|
|
31240
|
+
packages_total_dimensional_weight: null,
|
|
31241
|
+
items_count: 0,
|
|
31242
|
+
items_total_quantity: 0,
|
|
31243
|
+
order_batch_request_id: null,
|
|
31244
|
+
international: null,
|
|
31245
|
+
expedited_orders: null,
|
|
31246
|
+
prepack: null,
|
|
31247
|
+
user: null,
|
|
31248
|
+
warehouse: {
|
|
31249
|
+
id: 1,
|
|
31250
|
+
name: 'Ann Arbor',
|
|
31251
|
+
timezone: 'Eastern Time (US & Canada)',
|
|
31252
|
+
timezone_raw: 'America/New_York',
|
|
31253
|
+
partner_id: 1,
|
|
31254
|
+
shipping_address_1: '4657 Platt Road',
|
|
31255
|
+
shipping_address_2: '',
|
|
31256
|
+
shipping_city: 'Ann Arbor',
|
|
31257
|
+
shipping_state: 'Michigan',
|
|
31258
|
+
shipping_zip: '48108',
|
|
31259
|
+
shipping_country: 'United States',
|
|
31260
|
+
shipping_country_iso2: 'US',
|
|
31261
|
+
latitude: 42.2206,
|
|
31262
|
+
longitude: -83.6989,
|
|
31263
|
+
slug: 'ann-arbor',
|
|
31264
|
+
default_pick_strategy: 'paper',
|
|
31265
|
+
bin_total_count_max: null,
|
|
31266
|
+
bin_cubic_volume_max: null,
|
|
31267
|
+
number_of_groups: null,
|
|
31268
|
+
fedex_pickup_time: null,
|
|
31269
|
+
active: true,
|
|
31270
|
+
square_footage: 9000,
|
|
31271
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31272
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31273
|
+
ups_shipper_number: 'E19086',
|
|
31274
|
+
email: 'annarbor@whiplashmerch.com',
|
|
31275
|
+
ups_carrier_facility: 'ORD',
|
|
31276
|
+
currency: 'USD',
|
|
31277
|
+
vat: null,
|
|
31278
|
+
domestic_return_labels: true,
|
|
31279
|
+
international_return_labels: false,
|
|
31280
|
+
accepting_new_customers: false,
|
|
31281
|
+
receiving_hours: '',
|
|
31282
|
+
pickup_hours: null,
|
|
31283
|
+
contact_name: '',
|
|
31284
|
+
contact_phone: null,
|
|
31285
|
+
delivery_appointment_required: true,
|
|
31286
|
+
label_format: 'default',
|
|
31287
|
+
shipping_label_format: 'zpl',
|
|
31288
|
+
loading_dock_quantity: 0,
|
|
31289
|
+
receiving_special_instructions: '',
|
|
31290
|
+
single_item_batch_size: null,
|
|
31291
|
+
packaging_customer_id: null,
|
|
31292
|
+
notes: null,
|
|
31293
|
+
warehouse_features: [
|
|
31294
|
+
{
|
|
31295
|
+
id: 17,
|
|
31296
|
+
feature: 'Single Item Batching',
|
|
31297
|
+
feature_code: 'single-item-batching',
|
|
31298
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31299
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31300
|
+
},
|
|
31301
|
+
{
|
|
31302
|
+
id: 18,
|
|
31303
|
+
feature: 'Robot Picking',
|
|
31304
|
+
feature_code: 'robot-picking',
|
|
31305
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31306
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31307
|
+
},
|
|
31308
|
+
{
|
|
31309
|
+
id: 19,
|
|
31310
|
+
feature: 'Legacy Batch Sort Descending',
|
|
31311
|
+
feature_code: 'legacy-batch-sort-descending',
|
|
31312
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31313
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31314
|
+
},
|
|
31315
|
+
{
|
|
31316
|
+
id: 20,
|
|
31317
|
+
feature: 'Legacy Find By Tracking Receiving',
|
|
31318
|
+
feature_code: 'legacy-find-by-tracking-receiving',
|
|
31319
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31320
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31321
|
+
},
|
|
31322
|
+
{
|
|
31323
|
+
id: 22,
|
|
31324
|
+
feature: 'Staff Order Batching',
|
|
31325
|
+
feature_code: 'staff-order-batching',
|
|
31326
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31327
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31328
|
+
},
|
|
31329
|
+
],
|
|
31330
|
+
},
|
|
31331
|
+
groups: {},
|
|
31332
|
+
},
|
|
31333
|
+
];
|
|
31334
|
+
|
|
31335
|
+
const ApiV2OrderBatchInLoadWithBolExample = [
|
|
31336
|
+
{
|
|
31337
|
+
id: 5473775,
|
|
31338
|
+
created_at: '2026-04-07T14:00:56.000-04:00',
|
|
31339
|
+
updated_at: '2026-04-07T14:00:56.000-04:00',
|
|
31340
|
+
status: 100,
|
|
31341
|
+
status_name: 'Processing',
|
|
31342
|
+
warehouse_id: 1,
|
|
31343
|
+
assigned_to: null,
|
|
31344
|
+
packingslips_pdf_url: 'http://mante.net/vina.green',
|
|
31345
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/vina.green?download_token=dSva0PFegdNe1wdmoRx9',
|
|
31346
|
+
packingslips_printed_at: null,
|
|
31347
|
+
picklist_pdf_url: null,
|
|
31348
|
+
started_at: null,
|
|
31349
|
+
stopped_at: null,
|
|
31350
|
+
expedited_shipping: null,
|
|
31351
|
+
identical_orders: null,
|
|
31352
|
+
pick_strategy: 'paper',
|
|
31353
|
+
single_item: null,
|
|
31354
|
+
order_batch_item_count: 0,
|
|
31355
|
+
order_batch_item_quantity: 0,
|
|
31356
|
+
location_roles: [
|
|
31357
|
+
'pickable',
|
|
31358
|
+
'external',
|
|
31359
|
+
],
|
|
31360
|
+
actual_location_roles: [],
|
|
31361
|
+
short_form: null,
|
|
31362
|
+
grouping_fields: {
|
|
31363
|
+
wholesale_po_number: 'PO-586',
|
|
31364
|
+
wholesale_start_date: '2026-04-07',
|
|
31365
|
+
wholesale_distribution_center: 'DC-5',
|
|
31366
|
+
},
|
|
31367
|
+
bol_id: 11,
|
|
31368
|
+
call_in_date: null,
|
|
31369
|
+
requested_ship_date: null,
|
|
31370
|
+
bill_of_lading_id: 11,
|
|
31371
|
+
load_id: 28,
|
|
31372
|
+
customer_id: 11313,
|
|
31373
|
+
packages_count: 0,
|
|
31374
|
+
packages_total_weight: null,
|
|
31375
|
+
packages_total_dimensional_weight: null,
|
|
31376
|
+
items_count: 0,
|
|
31377
|
+
items_total_quantity: 0,
|
|
31378
|
+
order_batch_request_id: null,
|
|
31379
|
+
international: null,
|
|
31380
|
+
expedited_orders: null,
|
|
31381
|
+
prepack: null,
|
|
31382
|
+
user: null,
|
|
31383
|
+
warehouse: {
|
|
31384
|
+
id: 1,
|
|
31385
|
+
name: 'Ann Arbor',
|
|
31386
|
+
timezone: 'Eastern Time (US & Canada)',
|
|
31387
|
+
timezone_raw: 'America/New_York',
|
|
31388
|
+
partner_id: 1,
|
|
31389
|
+
shipping_address_1: '4657 Platt Road',
|
|
31390
|
+
shipping_address_2: '',
|
|
31391
|
+
shipping_city: 'Ann Arbor',
|
|
31392
|
+
shipping_state: 'Michigan',
|
|
31393
|
+
shipping_zip: '48108',
|
|
31394
|
+
shipping_country: 'United States',
|
|
31395
|
+
shipping_country_iso2: 'US',
|
|
31396
|
+
latitude: 42.2206,
|
|
31397
|
+
longitude: -83.6989,
|
|
31398
|
+
slug: 'ann-arbor',
|
|
31399
|
+
default_pick_strategy: 'paper',
|
|
31400
|
+
bin_total_count_max: null,
|
|
31401
|
+
bin_cubic_volume_max: null,
|
|
31402
|
+
number_of_groups: null,
|
|
31403
|
+
fedex_pickup_time: null,
|
|
31404
|
+
active: true,
|
|
31405
|
+
square_footage: 9000,
|
|
31406
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31407
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31408
|
+
ups_shipper_number: 'E19086',
|
|
31409
|
+
email: 'annarbor@whiplashmerch.com',
|
|
31410
|
+
ups_carrier_facility: 'ORD',
|
|
31411
|
+
currency: 'USD',
|
|
31412
|
+
vat: null,
|
|
31413
|
+
domestic_return_labels: true,
|
|
31414
|
+
international_return_labels: false,
|
|
31415
|
+
accepting_new_customers: false,
|
|
31416
|
+
receiving_hours: '',
|
|
31417
|
+
pickup_hours: null,
|
|
31418
|
+
contact_name: '',
|
|
31419
|
+
contact_phone: null,
|
|
31420
|
+
delivery_appointment_required: true,
|
|
31421
|
+
label_format: 'default',
|
|
31422
|
+
shipping_label_format: 'zpl',
|
|
31423
|
+
loading_dock_quantity: 0,
|
|
31424
|
+
receiving_special_instructions: '',
|
|
31425
|
+
single_item_batch_size: null,
|
|
31426
|
+
packaging_customer_id: null,
|
|
31427
|
+
notes: null,
|
|
31428
|
+
warehouse_features: [
|
|
31429
|
+
{
|
|
31430
|
+
id: 17,
|
|
31431
|
+
feature: 'Single Item Batching',
|
|
31432
|
+
feature_code: 'single-item-batching',
|
|
31433
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31434
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31435
|
+
},
|
|
31436
|
+
{
|
|
31437
|
+
id: 18,
|
|
31438
|
+
feature: 'Robot Picking',
|
|
31439
|
+
feature_code: 'robot-picking',
|
|
31440
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31441
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31442
|
+
},
|
|
31443
|
+
{
|
|
31444
|
+
id: 19,
|
|
31445
|
+
feature: 'Legacy Batch Sort Descending',
|
|
31446
|
+
feature_code: 'legacy-batch-sort-descending',
|
|
31447
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31448
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31449
|
+
},
|
|
31450
|
+
{
|
|
31451
|
+
id: 20,
|
|
31452
|
+
feature: 'Legacy Find By Tracking Receiving',
|
|
31453
|
+
feature_code: 'legacy-find-by-tracking-receiving',
|
|
31454
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31455
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31456
|
+
},
|
|
31457
|
+
{
|
|
31458
|
+
id: 22,
|
|
31459
|
+
feature: 'Staff Order Batching',
|
|
31460
|
+
feature_code: 'staff-order-batching',
|
|
31461
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31462
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31463
|
+
},
|
|
31464
|
+
],
|
|
31465
|
+
},
|
|
31466
|
+
groups: {
|
|
31467
|
+
109432543: 1,
|
|
31468
|
+
},
|
|
31469
|
+
},
|
|
31470
|
+
{
|
|
31471
|
+
id: 5473776,
|
|
31472
|
+
created_at: '2026-04-07T14:00:56.000-04:00',
|
|
31473
|
+
updated_at: '2026-04-07T14:00:57.000-04:00',
|
|
31474
|
+
status: 100,
|
|
31475
|
+
status_name: 'Processing',
|
|
31476
|
+
warehouse_id: 1,
|
|
31477
|
+
assigned_to: null,
|
|
31478
|
+
packingslips_pdf_url: 'http://howe.biz/gudrun.gorczany',
|
|
31479
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/gudrun.gorczany?download_token=dSva0PFegdNe1wdmoRx9',
|
|
31480
|
+
packingslips_printed_at: null,
|
|
31481
|
+
picklist_pdf_url: null,
|
|
31482
|
+
started_at: null,
|
|
31483
|
+
stopped_at: null,
|
|
31484
|
+
expedited_shipping: null,
|
|
31485
|
+
identical_orders: null,
|
|
31486
|
+
pick_strategy: 'paper',
|
|
31487
|
+
single_item: null,
|
|
31488
|
+
order_batch_item_count: 0,
|
|
31489
|
+
order_batch_item_quantity: 0,
|
|
31490
|
+
location_roles: [
|
|
31491
|
+
'pickable',
|
|
31492
|
+
'external',
|
|
31493
|
+
],
|
|
31494
|
+
actual_location_roles: [],
|
|
31495
|
+
short_form: null,
|
|
31496
|
+
grouping_fields: {
|
|
31497
|
+
wholesale_po_number: 'PO-251',
|
|
31498
|
+
wholesale_start_date: '2026-04-07',
|
|
31499
|
+
wholesale_distribution_center: 'DC-0',
|
|
31500
|
+
},
|
|
31501
|
+
bol_id: 12,
|
|
31502
|
+
call_in_date: null,
|
|
31503
|
+
requested_ship_date: null,
|
|
31504
|
+
bill_of_lading_id: 12,
|
|
31505
|
+
load_id: 28,
|
|
31506
|
+
customer_id: 11313,
|
|
31507
|
+
packages_count: 0,
|
|
31508
|
+
packages_total_weight: null,
|
|
31509
|
+
packages_total_dimensional_weight: null,
|
|
31510
|
+
items_count: 0,
|
|
31511
|
+
items_total_quantity: 0,
|
|
31512
|
+
order_batch_request_id: null,
|
|
31513
|
+
international: null,
|
|
31514
|
+
expedited_orders: null,
|
|
31515
|
+
prepack: null,
|
|
31516
|
+
user: null,
|
|
31517
|
+
warehouse: {
|
|
31518
|
+
id: 1,
|
|
31519
|
+
name: 'Ann Arbor',
|
|
31520
|
+
timezone: 'Eastern Time (US & Canada)',
|
|
31521
|
+
timezone_raw: 'America/New_York',
|
|
31522
|
+
partner_id: 1,
|
|
31523
|
+
shipping_address_1: '4657 Platt Road',
|
|
31524
|
+
shipping_address_2: '',
|
|
31525
|
+
shipping_city: 'Ann Arbor',
|
|
31526
|
+
shipping_state: 'Michigan',
|
|
31527
|
+
shipping_zip: '48108',
|
|
31528
|
+
shipping_country: 'United States',
|
|
31529
|
+
shipping_country_iso2: 'US',
|
|
31530
|
+
latitude: 42.2206,
|
|
31531
|
+
longitude: -83.6989,
|
|
31532
|
+
slug: 'ann-arbor',
|
|
31533
|
+
default_pick_strategy: 'paper',
|
|
31534
|
+
bin_total_count_max: null,
|
|
31535
|
+
bin_cubic_volume_max: null,
|
|
31536
|
+
number_of_groups: null,
|
|
31537
|
+
fedex_pickup_time: null,
|
|
31538
|
+
active: true,
|
|
31539
|
+
square_footage: 9000,
|
|
31540
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31541
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31542
|
+
ups_shipper_number: 'E19086',
|
|
31543
|
+
email: 'annarbor@whiplashmerch.com',
|
|
31544
|
+
ups_carrier_facility: 'ORD',
|
|
31545
|
+
currency: 'USD',
|
|
31546
|
+
vat: null,
|
|
31547
|
+
domestic_return_labels: true,
|
|
31548
|
+
international_return_labels: false,
|
|
31549
|
+
accepting_new_customers: false,
|
|
31550
|
+
receiving_hours: '',
|
|
31551
|
+
pickup_hours: null,
|
|
31552
|
+
contact_name: '',
|
|
31553
|
+
contact_phone: null,
|
|
31554
|
+
delivery_appointment_required: true,
|
|
31555
|
+
label_format: 'default',
|
|
31556
|
+
shipping_label_format: 'zpl',
|
|
31557
|
+
loading_dock_quantity: 0,
|
|
31558
|
+
receiving_special_instructions: '',
|
|
31559
|
+
single_item_batch_size: null,
|
|
31560
|
+
packaging_customer_id: null,
|
|
31561
|
+
notes: null,
|
|
31562
|
+
warehouse_features: [
|
|
31563
|
+
{
|
|
31564
|
+
id: 17,
|
|
31565
|
+
feature: 'Single Item Batching',
|
|
31566
|
+
feature_code: 'single-item-batching',
|
|
31567
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31568
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31569
|
+
},
|
|
31570
|
+
{
|
|
31571
|
+
id: 18,
|
|
31572
|
+
feature: 'Robot Picking',
|
|
31573
|
+
feature_code: 'robot-picking',
|
|
31574
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31575
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31576
|
+
},
|
|
31577
|
+
{
|
|
31578
|
+
id: 19,
|
|
31579
|
+
feature: 'Legacy Batch Sort Descending',
|
|
31580
|
+
feature_code: 'legacy-batch-sort-descending',
|
|
31581
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31582
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31583
|
+
},
|
|
31584
|
+
{
|
|
31585
|
+
id: 20,
|
|
31586
|
+
feature: 'Legacy Find By Tracking Receiving',
|
|
31587
|
+
feature_code: 'legacy-find-by-tracking-receiving',
|
|
31588
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31589
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31590
|
+
},
|
|
31591
|
+
{
|
|
31592
|
+
id: 22,
|
|
31593
|
+
feature: 'Staff Order Batching',
|
|
31594
|
+
feature_code: 'staff-order-batching',
|
|
31595
|
+
created_at: '2025-11-12T14:54:28.000-05:00',
|
|
31596
|
+
updated_at: '2025-11-12T14:54:28.000-05:00',
|
|
31597
|
+
},
|
|
31598
|
+
],
|
|
31599
|
+
},
|
|
31600
|
+
groups: {
|
|
31601
|
+
109432544: 1,
|
|
31602
|
+
},
|
|
31603
|
+
},
|
|
31604
|
+
];
|
|
31605
|
+
|
|
31606
|
+
const ApiV2LocationMultipleExample = [
|
|
31607
|
+
{
|
|
31608
|
+
id: 1103,
|
|
31609
|
+
name: '1102-XN-38-45',
|
|
31610
|
+
sortable_name: null,
|
|
31611
|
+
item_id: 1100,
|
|
31612
|
+
lot_id: null,
|
|
31613
|
+
quantity: 68,
|
|
31614
|
+
warehouse_id: 1102,
|
|
31615
|
+
shipnotice_item_id: null,
|
|
31616
|
+
active: true,
|
|
31617
|
+
role: 'pickable',
|
|
31618
|
+
uncommitted: 68,
|
|
31619
|
+
humanized_shelf_name: 'Not a valid location',
|
|
31620
|
+
missing: false,
|
|
31621
|
+
warehouse_name: 'Hartmann Inc',
|
|
31622
|
+
lot: null,
|
|
31623
|
+
item: {
|
|
31624
|
+
id: 1100,
|
|
31625
|
+
sku: 'T5E9OWXL23',
|
|
31626
|
+
title: 'Practical Leather Computer',
|
|
31627
|
+
description: 'Officiis sequi odit velit quam debitis magni aut sunt vel.',
|
|
31628
|
+
full_description: 'Practical Leather Computer, Officiis sequi odit velit quam debitis magni aut sunt vel.',
|
|
31629
|
+
created_at: '2026-03-13T11:39:22.000-04:00',
|
|
31630
|
+
updated_at: '2026-03-13T11:39:22.000-04:00',
|
|
31631
|
+
customer_id: 1099,
|
|
31632
|
+
quantity: 238,
|
|
31633
|
+
weight: '67.94',
|
|
31634
|
+
available: true,
|
|
31635
|
+
image_originator_url: null,
|
|
31636
|
+
vendor: null,
|
|
31637
|
+
scancode: 'yx2s122iaa',
|
|
31638
|
+
price: '56.32',
|
|
31639
|
+
media_mail: false,
|
|
31640
|
+
packaging: false,
|
|
31641
|
+
length: '8.0',
|
|
31642
|
+
width: '6.0',
|
|
31643
|
+
height: '1.0',
|
|
31644
|
+
active: true,
|
|
31645
|
+
wholesale_cost: null,
|
|
31646
|
+
is_bundle: false,
|
|
31647
|
+
packaging_type: null,
|
|
31648
|
+
promo: false,
|
|
31649
|
+
street_date: null,
|
|
31650
|
+
category: null,
|
|
31651
|
+
include_inbound_in_published: false,
|
|
31652
|
+
returnable: null,
|
|
31653
|
+
return_sku_match: null,
|
|
31654
|
+
return_price_restricted: null,
|
|
31655
|
+
request_serial_number: null,
|
|
31656
|
+
currency: null,
|
|
31657
|
+
tariff_number: null,
|
|
31658
|
+
notify_originator_inventory: null,
|
|
31659
|
+
name: 'Practical Leather Computer, Officiis sequi odit velit quam debitis magni aut sunt vel.',
|
|
31660
|
+
nmfc_code: null,
|
|
31661
|
+
nmfc_class: null,
|
|
31662
|
+
commodity_description: null,
|
|
31663
|
+
image_url: null,
|
|
31664
|
+
hazmat: false,
|
|
31665
|
+
hazmat_type: null,
|
|
31666
|
+
misc: null,
|
|
31667
|
+
ean: null,
|
|
31668
|
+
lot_control: false,
|
|
31669
|
+
expiration_period: null,
|
|
31670
|
+
ship_strategy: 1,
|
|
31671
|
+
velocity: 0,
|
|
31672
|
+
case_quantity: null,
|
|
31673
|
+
carton_quantity: null,
|
|
31674
|
+
origin_country: null,
|
|
31675
|
+
alcohol: false,
|
|
31676
|
+
shippable_container: false,
|
|
31677
|
+
goh: false,
|
|
31678
|
+
label_format: null,
|
|
31679
|
+
replenishment_min: null,
|
|
31680
|
+
replenishment_target: null,
|
|
31681
|
+
low_inventory_threshold: null,
|
|
31682
|
+
published_quantity: 238,
|
|
31683
|
+
},
|
|
31684
|
+
},
|
|
31685
|
+
{
|
|
31686
|
+
id: 1108,
|
|
31687
|
+
name: '1107-PL-49-75',
|
|
31688
|
+
sortable_name: null,
|
|
31689
|
+
item_id: 1105,
|
|
31690
|
+
lot_id: null,
|
|
31691
|
+
quantity: 88,
|
|
31692
|
+
warehouse_id: 1107,
|
|
31693
|
+
shipnotice_item_id: null,
|
|
31694
|
+
active: true,
|
|
31695
|
+
role: 'backstock',
|
|
31696
|
+
uncommitted: 88,
|
|
31697
|
+
humanized_shelf_name: 'Not a valid location',
|
|
31698
|
+
missing: false,
|
|
31699
|
+
warehouse_name: 'Rempel, Waelchi and Waters',
|
|
31700
|
+
lot: null,
|
|
31701
|
+
item: {
|
|
31702
|
+
id: 1105,
|
|
31703
|
+
sku: 'TQ5PE34DGQ',
|
|
31704
|
+
title: 'Rustic Granite Clock',
|
|
31705
|
+
description: 'Ipsam velit vel in aut at illum ab ipsa veniam.',
|
|
31706
|
+
full_description: 'Rustic Granite Clock, Ipsam velit vel in aut at illum ab ipsa veniam.',
|
|
31707
|
+
created_at: '2026-03-13T11:39:22.000-04:00',
|
|
31708
|
+
updated_at: '2026-03-13T11:39:22.000-04:00',
|
|
31709
|
+
customer_id: 1104,
|
|
31710
|
+
quantity: 343,
|
|
31711
|
+
weight: '92.64',
|
|
31712
|
+
available: true,
|
|
31713
|
+
image_originator_url: null,
|
|
31714
|
+
vendor: null,
|
|
31715
|
+
scancode: 'kw4qa3t8kl',
|
|
31716
|
+
price: '76.28',
|
|
31717
|
+
media_mail: false,
|
|
31718
|
+
packaging: false,
|
|
31719
|
+
length: '7.0',
|
|
31720
|
+
width: '4.0',
|
|
31721
|
+
height: '1.0',
|
|
31722
|
+
active: true,
|
|
31723
|
+
wholesale_cost: null,
|
|
31724
|
+
is_bundle: false,
|
|
31725
|
+
packaging_type: null,
|
|
31726
|
+
promo: false,
|
|
31727
|
+
street_date: null,
|
|
31728
|
+
category: null,
|
|
31729
|
+
include_inbound_in_published: false,
|
|
31730
|
+
returnable: null,
|
|
31731
|
+
return_sku_match: null,
|
|
31732
|
+
return_price_restricted: null,
|
|
31733
|
+
request_serial_number: null,
|
|
31734
|
+
currency: null,
|
|
31735
|
+
tariff_number: null,
|
|
31736
|
+
notify_originator_inventory: null,
|
|
31737
|
+
name: 'Rustic Granite Clock, Ipsam velit vel in aut at illum ab ipsa veniam.',
|
|
31738
|
+
nmfc_code: null,
|
|
31739
|
+
nmfc_class: null,
|
|
31740
|
+
commodity_description: null,
|
|
31741
|
+
image_url: null,
|
|
31742
|
+
hazmat: false,
|
|
30956
31743
|
hazmat_type: null,
|
|
30957
31744
|
misc: null,
|
|
30958
31745
|
ean: null,
|
|
@@ -36710,6 +37497,106 @@ const ApiV21AccountTransactionCreatedExample = '{"id":123}';
|
|
|
36710
37497
|
|
|
36711
37498
|
const ApiV21AccountCreatedExample = '{"id":123}';
|
|
36712
37499
|
|
|
37500
|
+
const ApiV21BillOfLadingMasterBolExample = {
|
|
37501
|
+
id: 8,
|
|
37502
|
+
created_at: '2026-04-07T14:00:54.242-04:00',
|
|
37503
|
+
updated_at: '2026-04-07T14:00:54.345-04:00',
|
|
37504
|
+
printed_at: null,
|
|
37505
|
+
picked_at: null,
|
|
37506
|
+
number: 'BOL-2026-7438',
|
|
37507
|
+
carrier_name: 'ABC Freight',
|
|
37508
|
+
cid_number: null,
|
|
37509
|
+
dep_number: null,
|
|
37510
|
+
freight_charge: 'prepaid',
|
|
37511
|
+
location_number: null,
|
|
37512
|
+
pallet_count: 2,
|
|
37513
|
+
package_type: 'cartons',
|
|
37514
|
+
package_hazmat: false,
|
|
37515
|
+
packages_count: 12,
|
|
37516
|
+
packages_total: 12,
|
|
37517
|
+
packages_weight: 300,
|
|
37518
|
+
pro_number: 'PRO-58392',
|
|
37519
|
+
scac_number: 'ABCD',
|
|
37520
|
+
seal_number: null,
|
|
37521
|
+
sid_number: null,
|
|
37522
|
+
special_instructions: null,
|
|
37523
|
+
trailer_number: null,
|
|
37524
|
+
bol_type: 'master',
|
|
37525
|
+
vics_number: null,
|
|
37526
|
+
master_vics_number: '00123450000000089',
|
|
37527
|
+
pdf_url: 'https://wl-uploads-dev.s3.us-east-1.amazonaws.com/dummy_slip/dummy_bill_of_lading.pdf',
|
|
37528
|
+
warehouse_id: 1,
|
|
37529
|
+
group_by_bol_numbers: false,
|
|
37530
|
+
status: 'open',
|
|
37531
|
+
};
|
|
37532
|
+
|
|
37533
|
+
const ApiV21BillOfLadingChildBolsExample = [
|
|
37534
|
+
{
|
|
37535
|
+
id: 11,
|
|
37536
|
+
created_at: '2026-04-07T14:00:56.615-04:00',
|
|
37537
|
+
updated_at: '2026-04-07T14:00:56.615-04:00',
|
|
37538
|
+
printed_at: null,
|
|
37539
|
+
picked_at: null,
|
|
37540
|
+
number: 'BOL-2026-2993',
|
|
37541
|
+
carrier_name: null,
|
|
37542
|
+
cid_number: null,
|
|
37543
|
+
dep_number: null,
|
|
37544
|
+
freight_charge: null,
|
|
37545
|
+
location_number: null,
|
|
37546
|
+
pallet_count: 1,
|
|
37547
|
+
package_type: 'cartons',
|
|
37548
|
+
package_hazmat: false,
|
|
37549
|
+
packages_count: 4,
|
|
37550
|
+
packages_total: 4,
|
|
37551
|
+
packages_weight: 100,
|
|
37552
|
+
pro_number: null,
|
|
37553
|
+
scac_number: null,
|
|
37554
|
+
seal_number: null,
|
|
37555
|
+
sid_number: null,
|
|
37556
|
+
special_instructions: null,
|
|
37557
|
+
trailer_number: null,
|
|
37558
|
+
bol_type: 'child',
|
|
37559
|
+
vics_number: null,
|
|
37560
|
+
master_vics_number: null,
|
|
37561
|
+
pdf_url: null,
|
|
37562
|
+
warehouse_id: 1,
|
|
37563
|
+
group_by_bol_numbers: false,
|
|
37564
|
+
status: 'open',
|
|
37565
|
+
},
|
|
37566
|
+
{
|
|
37567
|
+
id: 12,
|
|
37568
|
+
created_at: '2026-04-07T14:00:57.267-04:00',
|
|
37569
|
+
updated_at: '2026-04-07T14:00:57.267-04:00',
|
|
37570
|
+
printed_at: null,
|
|
37571
|
+
picked_at: null,
|
|
37572
|
+
number: 'BOL-2026-9801',
|
|
37573
|
+
carrier_name: null,
|
|
37574
|
+
cid_number: null,
|
|
37575
|
+
dep_number: null,
|
|
37576
|
+
freight_charge: null,
|
|
37577
|
+
location_number: null,
|
|
37578
|
+
pallet_count: 1,
|
|
37579
|
+
package_type: 'cartons',
|
|
37580
|
+
package_hazmat: false,
|
|
37581
|
+
packages_count: 4,
|
|
37582
|
+
packages_total: 4,
|
|
37583
|
+
packages_weight: 100,
|
|
37584
|
+
pro_number: null,
|
|
37585
|
+
scac_number: null,
|
|
37586
|
+
seal_number: null,
|
|
37587
|
+
sid_number: null,
|
|
37588
|
+
special_instructions: null,
|
|
37589
|
+
trailer_number: null,
|
|
37590
|
+
bol_type: 'child',
|
|
37591
|
+
vics_number: null,
|
|
37592
|
+
master_vics_number: null,
|
|
37593
|
+
pdf_url: null,
|
|
37594
|
+
warehouse_id: 1,
|
|
37595
|
+
group_by_bol_numbers: false,
|
|
37596
|
+
status: 'open',
|
|
37597
|
+
},
|
|
37598
|
+
];
|
|
37599
|
+
|
|
36713
37600
|
const ApiV21BillOfLadingCreatedExample = '{"id":123}';
|
|
36714
37601
|
|
|
36715
37602
|
const ApiV21AddressCreatedExample = '{"id":123}';
|
|
@@ -37355,6 +38242,149 @@ const ApiV21LoadOpenNoBolExample = [
|
|
|
37355
38242
|
},
|
|
37356
38243
|
];
|
|
37357
38244
|
|
|
38245
|
+
const ApiV21LoadOpenWithBatchesExample = [
|
|
38246
|
+
{
|
|
38247
|
+
id: 26,
|
|
38248
|
+
status: 'open',
|
|
38249
|
+
closed_at_datetime: null,
|
|
38250
|
+
wholesale_purchase_order_number: 'PO-129',
|
|
38251
|
+
wholesale_distribution_center: 'DC-2',
|
|
38252
|
+
wholesale_vendor: 'Test Vendor',
|
|
38253
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
38254
|
+
packages_count: null,
|
|
38255
|
+
packages_total_weight: null,
|
|
38256
|
+
packages_total_dimensional_weight: null,
|
|
38257
|
+
order_batches_count: 0,
|
|
38258
|
+
warehouse_id: 1,
|
|
38259
|
+
created_at: '2026-04-07T14:00:53.108-04:00',
|
|
38260
|
+
updated_at: '2026-04-07T14:00:53.108-04:00',
|
|
38261
|
+
cascade_routing: true,
|
|
38262
|
+
appointment_datetime: '2026-04-21T14:00:53.101-04:00',
|
|
38263
|
+
bill_of_lading_id: null,
|
|
38264
|
+
customer_id: 11313,
|
|
38265
|
+
notes: null,
|
|
38266
|
+
reference: null,
|
|
38267
|
+
},
|
|
38268
|
+
];
|
|
38269
|
+
|
|
38270
|
+
const ApiV21LoadOpenWithNotesExample = [
|
|
38271
|
+
{
|
|
38272
|
+
id: 27,
|
|
38273
|
+
status: 'open',
|
|
38274
|
+
closed_at_datetime: null,
|
|
38275
|
+
wholesale_purchase_order_number: 'PO-867',
|
|
38276
|
+
wholesale_distribution_center: 'DC-8',
|
|
38277
|
+
wholesale_vendor: 'Test Vendor',
|
|
38278
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
38279
|
+
packages_count: null,
|
|
38280
|
+
packages_total_weight: null,
|
|
38281
|
+
packages_total_dimensional_weight: null,
|
|
38282
|
+
order_batches_count: 0,
|
|
38283
|
+
warehouse_id: 1,
|
|
38284
|
+
created_at: '2026-04-07T14:00:53.189-04:00',
|
|
38285
|
+
updated_at: '2026-04-07T14:00:53.189-04:00',
|
|
38286
|
+
cascade_routing: true,
|
|
38287
|
+
appointment_datetime: '2026-04-21T14:00:53.186-04:00',
|
|
38288
|
+
bill_of_lading_id: null,
|
|
38289
|
+
customer_id: 11313,
|
|
38290
|
+
notes: 'Handle with care - fragile items',
|
|
38291
|
+
reference: null,
|
|
38292
|
+
},
|
|
38293
|
+
];
|
|
38294
|
+
|
|
38295
|
+
const ApiV21LoadOpenWithBolExample = [
|
|
38296
|
+
{
|
|
38297
|
+
id: 28,
|
|
38298
|
+
status: 'open',
|
|
38299
|
+
closed_at_datetime: null,
|
|
38300
|
+
wholesale_purchase_order_number: 'PO-519',
|
|
38301
|
+
wholesale_distribution_center: 'DC-3',
|
|
38302
|
+
wholesale_vendor: 'Test Vendor',
|
|
38303
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
38304
|
+
packages_count: 0,
|
|
38305
|
+
packages_total_weight: '0.0',
|
|
38306
|
+
packages_total_dimensional_weight: '0.0',
|
|
38307
|
+
order_batches_count: 2,
|
|
38308
|
+
warehouse_id: 1,
|
|
38309
|
+
created_at: '2026-04-07T14:00:53.215-04:00',
|
|
38310
|
+
updated_at: '2026-04-07T14:00:54.245-04:00',
|
|
38311
|
+
cascade_routing: true,
|
|
38312
|
+
appointment_datetime: '2026-04-21T14:00:53.210-04:00',
|
|
38313
|
+
bill_of_lading_id: 8,
|
|
38314
|
+
customer_id: 11313,
|
|
38315
|
+
notes: null,
|
|
38316
|
+
reference: null,
|
|
38317
|
+
},
|
|
38318
|
+
];
|
|
38319
|
+
|
|
38320
|
+
const ApiV21LoadClosedExample = [
|
|
38321
|
+
{
|
|
38322
|
+
id: 29,
|
|
38323
|
+
status: 'closed',
|
|
38324
|
+
closed_at_datetime: '2026-04-07T14:00:54.399-04:00',
|
|
38325
|
+
wholesale_purchase_order_number: 'PO-720',
|
|
38326
|
+
wholesale_distribution_center: 'DC-4',
|
|
38327
|
+
wholesale_vendor: 'Test Vendor',
|
|
38328
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
38329
|
+
packages_count: 0,
|
|
38330
|
+
packages_total_weight: '0.0',
|
|
38331
|
+
packages_total_dimensional_weight: '0.0',
|
|
38332
|
+
order_batches_count: 3,
|
|
38333
|
+
warehouse_id: 1,
|
|
38334
|
+
created_at: '2026-04-07T14:00:54.407-04:00',
|
|
38335
|
+
updated_at: '2026-04-07T14:00:55.008-04:00',
|
|
38336
|
+
cascade_routing: true,
|
|
38337
|
+
appointment_datetime: null,
|
|
38338
|
+
bill_of_lading_id: 9,
|
|
38339
|
+
customer_id: 11313,
|
|
38340
|
+
notes: 'Handle with care - fragile items',
|
|
38341
|
+
reference: null,
|
|
38342
|
+
},
|
|
38343
|
+
];
|
|
38344
|
+
|
|
38345
|
+
const ApiV21LoadClosedListingExample = [
|
|
38346
|
+
{
|
|
38347
|
+
id: 30,
|
|
38348
|
+
status: 'closed',
|
|
38349
|
+
closed_at_datetime: '2026-04-07T14:00:55.167-04:00',
|
|
38350
|
+
wholesale_purchase_order_number: 'PO-980',
|
|
38351
|
+
wholesale_distribution_center: 'DC-7',
|
|
38352
|
+
wholesale_vendor: 'Test Vendor',
|
|
38353
|
+
wholesale_start_date: '2026-04-07T00:00:00.000-04:00',
|
|
38354
|
+
packages_count: 0,
|
|
38355
|
+
packages_total_weight: '0.0',
|
|
38356
|
+
packages_total_dimensional_weight: '0.0',
|
|
38357
|
+
order_batches_count: 2,
|
|
38358
|
+
warehouse_id: 1,
|
|
38359
|
+
created_at: '2026-04-07T14:00:55.173-04:00',
|
|
38360
|
+
updated_at: '2026-04-07T14:00:55.784-04:00',
|
|
38361
|
+
cascade_routing: true,
|
|
38362
|
+
appointment_datetime: null,
|
|
38363
|
+
bill_of_lading_id: 10,
|
|
38364
|
+
customer_id: 11313,
|
|
38365
|
+
notes: null,
|
|
38366
|
+
reference: null,
|
|
38367
|
+
},
|
|
38368
|
+
];
|
|
38369
|
+
|
|
38370
|
+
const ApiV21LoadTraitCloseableAllMetExample = {
|
|
38371
|
+
result: {
|
|
38372
|
+
all_batches_have_bol: true,
|
|
38373
|
+
all_orders_packed: true,
|
|
38374
|
+
all_orders_needs_routing: true,
|
|
38375
|
+
routing_satisfied: true,
|
|
38376
|
+
},
|
|
38377
|
+
};
|
|
38378
|
+
|
|
38379
|
+
const ApiV21LoadTraitCloseablePartialExample = {
|
|
38380
|
+
result: {
|
|
38381
|
+
all_batches_have_bol: true,
|
|
38382
|
+
all_orders_packed: false,
|
|
38383
|
+
all_orders_needs_routing: true,
|
|
38384
|
+
routing_satisfied: false,
|
|
38385
|
+
},
|
|
38386
|
+
};
|
|
38387
|
+
|
|
37358
38388
|
const ApiV21LoadCreatedExample = {
|
|
37359
38389
|
id: 31,
|
|
37360
38390
|
status: 'open',
|
|
@@ -37425,6 +38455,196 @@ const ApiV21OrderBatchInLoadExample = [
|
|
|
37425
38455
|
},
|
|
37426
38456
|
];
|
|
37427
38457
|
|
|
38458
|
+
const ApiV21OrderBatchInLoadWithGroupingExample = [
|
|
38459
|
+
{
|
|
38460
|
+
id: 5473773,
|
|
38461
|
+
created_at: '2026-04-07T14:00:55.000-04:00',
|
|
38462
|
+
updated_at: '2026-04-07T14:00:55.000-04:00',
|
|
38463
|
+
status: 100,
|
|
38464
|
+
status_name: 'Processing',
|
|
38465
|
+
warehouse_id: 1,
|
|
38466
|
+
assigned_to: null,
|
|
38467
|
+
packingslips_pdf_url: 'http://roob.name/phoebe.koss',
|
|
38468
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/phoebe.koss?download_token=dSva0PFegdNe1wdmoRx9',
|
|
38469
|
+
packingslips_printed_at: null,
|
|
38470
|
+
picklist_pdf_url: null,
|
|
38471
|
+
started_at: null,
|
|
38472
|
+
stopped_at: null,
|
|
38473
|
+
expedited_shipping: null,
|
|
38474
|
+
identical_orders: null,
|
|
38475
|
+
pick_strategy: 'paper',
|
|
38476
|
+
single_item: null,
|
|
38477
|
+
order_batch_item_count: 0,
|
|
38478
|
+
order_batch_item_quantity: 0,
|
|
38479
|
+
location_roles: [
|
|
38480
|
+
'pickable',
|
|
38481
|
+
'external',
|
|
38482
|
+
],
|
|
38483
|
+
short_form: null,
|
|
38484
|
+
grouping_fields: {
|
|
38485
|
+
wholesale_po_number: 'PO-906',
|
|
38486
|
+
wholesale_distribution_center: 'DC-4',
|
|
38487
|
+
wholesale_start_date: '2026-04-07',
|
|
38488
|
+
},
|
|
38489
|
+
bol_id: null,
|
|
38490
|
+
call_in_date: null,
|
|
38491
|
+
requested_ship_date: null,
|
|
38492
|
+
bill_of_lading_id: null,
|
|
38493
|
+
load_id: 26,
|
|
38494
|
+
customer_id: 11313,
|
|
38495
|
+
packages_count: 0,
|
|
38496
|
+
packages_total_weight: null,
|
|
38497
|
+
packages_total_dimensional_weight: null,
|
|
38498
|
+
items_count: 0,
|
|
38499
|
+
items_total_quantity: 0,
|
|
38500
|
+
order_batch_request_id: null,
|
|
38501
|
+
international: null,
|
|
38502
|
+
expedited_orders: null,
|
|
38503
|
+
prepack: null,
|
|
38504
|
+
},
|
|
38505
|
+
{
|
|
38506
|
+
id: 5473774,
|
|
38507
|
+
created_at: '2026-04-07T14:00:55.000-04:00',
|
|
38508
|
+
updated_at: '2026-04-07T14:00:55.000-04:00',
|
|
38509
|
+
status: 100,
|
|
38510
|
+
status_name: 'Processing',
|
|
38511
|
+
warehouse_id: 1,
|
|
38512
|
+
assigned_to: null,
|
|
38513
|
+
packingslips_pdf_url: 'http://goodwin-rogahn.io/ollie_littel',
|
|
38514
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/ollie_littel?download_token=dSva0PFegdNe1wdmoRx9',
|
|
38515
|
+
packingslips_printed_at: null,
|
|
38516
|
+
picklist_pdf_url: null,
|
|
38517
|
+
started_at: null,
|
|
38518
|
+
stopped_at: null,
|
|
38519
|
+
expedited_shipping: null,
|
|
38520
|
+
identical_orders: null,
|
|
38521
|
+
pick_strategy: 'paper',
|
|
38522
|
+
single_item: null,
|
|
38523
|
+
order_batch_item_count: 0,
|
|
38524
|
+
order_batch_item_quantity: 0,
|
|
38525
|
+
location_roles: [
|
|
38526
|
+
'pickable',
|
|
38527
|
+
'external',
|
|
38528
|
+
],
|
|
38529
|
+
short_form: null,
|
|
38530
|
+
grouping_fields: {
|
|
38531
|
+
wholesale_po_number: 'PO-378',
|
|
38532
|
+
wholesale_distribution_center: 'DC-1',
|
|
38533
|
+
wholesale_start_date: '2026-04-07',
|
|
38534
|
+
},
|
|
38535
|
+
bol_id: null,
|
|
38536
|
+
call_in_date: null,
|
|
38537
|
+
requested_ship_date: null,
|
|
38538
|
+
bill_of_lading_id: null,
|
|
38539
|
+
load_id: 26,
|
|
38540
|
+
customer_id: 11313,
|
|
38541
|
+
packages_count: 0,
|
|
38542
|
+
packages_total_weight: null,
|
|
38543
|
+
packages_total_dimensional_weight: null,
|
|
38544
|
+
items_count: 0,
|
|
38545
|
+
items_total_quantity: 0,
|
|
38546
|
+
order_batch_request_id: null,
|
|
38547
|
+
international: null,
|
|
38548
|
+
expedited_orders: null,
|
|
38549
|
+
prepack: null,
|
|
38550
|
+
},
|
|
38551
|
+
];
|
|
38552
|
+
|
|
38553
|
+
const ApiV21OrderBatchInLoadWithBolExample = [
|
|
38554
|
+
{
|
|
38555
|
+
id: 5473775,
|
|
38556
|
+
created_at: '2026-04-07T14:00:56.000-04:00',
|
|
38557
|
+
updated_at: '2026-04-07T14:00:56.000-04:00',
|
|
38558
|
+
status: 100,
|
|
38559
|
+
status_name: 'Processing',
|
|
38560
|
+
warehouse_id: 1,
|
|
38561
|
+
assigned_to: null,
|
|
38562
|
+
packingslips_pdf_url: 'http://mante.net/vina.green',
|
|
38563
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/vina.green?download_token=dSva0PFegdNe1wdmoRx9',
|
|
38564
|
+
packingslips_printed_at: null,
|
|
38565
|
+
picklist_pdf_url: null,
|
|
38566
|
+
started_at: null,
|
|
38567
|
+
stopped_at: null,
|
|
38568
|
+
expedited_shipping: null,
|
|
38569
|
+
identical_orders: null,
|
|
38570
|
+
pick_strategy: 'paper',
|
|
38571
|
+
single_item: null,
|
|
38572
|
+
order_batch_item_count: 0,
|
|
38573
|
+
order_batch_item_quantity: 0,
|
|
38574
|
+
location_roles: [
|
|
38575
|
+
'pickable',
|
|
38576
|
+
'external',
|
|
38577
|
+
],
|
|
38578
|
+
short_form: null,
|
|
38579
|
+
grouping_fields: {
|
|
38580
|
+
wholesale_po_number: 'PO-586',
|
|
38581
|
+
wholesale_start_date: '2026-04-07',
|
|
38582
|
+
wholesale_distribution_center: 'DC-5',
|
|
38583
|
+
},
|
|
38584
|
+
bol_id: 11,
|
|
38585
|
+
call_in_date: null,
|
|
38586
|
+
requested_ship_date: null,
|
|
38587
|
+
bill_of_lading_id: 11,
|
|
38588
|
+
load_id: 28,
|
|
38589
|
+
customer_id: 11313,
|
|
38590
|
+
packages_count: 0,
|
|
38591
|
+
packages_total_weight: null,
|
|
38592
|
+
packages_total_dimensional_weight: null,
|
|
38593
|
+
items_count: 0,
|
|
38594
|
+
items_total_quantity: 0,
|
|
38595
|
+
order_batch_request_id: null,
|
|
38596
|
+
international: null,
|
|
38597
|
+
expedited_orders: null,
|
|
38598
|
+
prepack: null,
|
|
38599
|
+
},
|
|
38600
|
+
{
|
|
38601
|
+
id: 5473776,
|
|
38602
|
+
created_at: '2026-04-07T14:00:56.000-04:00',
|
|
38603
|
+
updated_at: '2026-04-07T14:00:57.000-04:00',
|
|
38604
|
+
status: 100,
|
|
38605
|
+
status_name: 'Processing',
|
|
38606
|
+
warehouse_id: 1,
|
|
38607
|
+
assigned_to: null,
|
|
38608
|
+
packingslips_pdf_url: 'http://howe.biz/gudrun.gorczany',
|
|
38609
|
+
cf_packingslips_pdf_url: 'http://development.downloads.getwhiplash.com/gudrun.gorczany?download_token=dSva0PFegdNe1wdmoRx9',
|
|
38610
|
+
packingslips_printed_at: null,
|
|
38611
|
+
picklist_pdf_url: null,
|
|
38612
|
+
started_at: null,
|
|
38613
|
+
stopped_at: null,
|
|
38614
|
+
expedited_shipping: null,
|
|
38615
|
+
identical_orders: null,
|
|
38616
|
+
pick_strategy: 'paper',
|
|
38617
|
+
single_item: null,
|
|
38618
|
+
order_batch_item_count: 0,
|
|
38619
|
+
order_batch_item_quantity: 0,
|
|
38620
|
+
location_roles: [
|
|
38621
|
+
'pickable',
|
|
38622
|
+
'external',
|
|
38623
|
+
],
|
|
38624
|
+
short_form: null,
|
|
38625
|
+
grouping_fields: {
|
|
38626
|
+
wholesale_po_number: 'PO-251',
|
|
38627
|
+
wholesale_start_date: '2026-04-07',
|
|
38628
|
+
wholesale_distribution_center: 'DC-0',
|
|
38629
|
+
},
|
|
38630
|
+
bol_id: 12,
|
|
38631
|
+
call_in_date: null,
|
|
38632
|
+
requested_ship_date: null,
|
|
38633
|
+
bill_of_lading_id: 12,
|
|
38634
|
+
load_id: 28,
|
|
38635
|
+
customer_id: 11313,
|
|
38636
|
+
packages_count: 0,
|
|
38637
|
+
packages_total_weight: null,
|
|
38638
|
+
packages_total_dimensional_weight: null,
|
|
38639
|
+
items_count: 0,
|
|
38640
|
+
items_total_quantity: 0,
|
|
38641
|
+
order_batch_request_id: null,
|
|
38642
|
+
international: null,
|
|
38643
|
+
expedited_orders: null,
|
|
38644
|
+
prepack: null,
|
|
38645
|
+
},
|
|
38646
|
+
];
|
|
38647
|
+
|
|
37428
38648
|
const ApiV21LocationAuditCreatedExample = '{"id":123}';
|
|
37429
38649
|
|
|
37430
38650
|
const ApiV21LocationMultipleExample = [
|
|
@@ -41317,5 +42537,5 @@ const putApiV21SerialNumbersIdRestore = (client, serialNoId) => {
|
|
|
41317
42537
|
});
|
|
41318
42538
|
};
|
|
41319
42539
|
|
|
41320
|
-
export { ApiV21AccountCreatedExample, ApiV21AccountTransactionCreatedExample, ApiV21AddressCreatedExample, ApiV21BillOfLadingCreatedExample, ApiV21BroadcastCreatedExample, ApiV21BundleItemCreatedExample, ApiV21CarrierAccountCreatedExample, ApiV21CarrierCreatedExample, ApiV21ChromalistCreatedExample, ApiV21ConsumerReturnAllExample, ApiV21ConsumerReturnCreatedExample, ApiV21ConsumerReturnInTransitExample, ApiV21CountCreatedExample, ApiV21CurrencyCreatedExample, ApiV21CustomerCreatedExample, ApiV21DocumentCreatedExample, ApiV21EntitiesBillOfLadingBolType, ApiV21EntitiesBillOfLadingFreightCharge, ApiV21EntitiesChromalistChroma, ApiV21EntitiesChromalistResourceType, ApiV21EntitiesItemHazmatType, ApiV21EntitiesItemLabelFormat, ApiV21EntitiesItemLocationRole, ApiV21EntitiesItemOriginCountry, ApiV21EntitiesItemPackagingType, ApiV21EntitiesLocationRole, ApiV21EntitiesOrderIncoterm, ApiV21EntitiesOrderOrderType, ApiV21EntitiesOrderPaymentType, ApiV21EntitiesOrderStatus, ApiV21EntitiesReturnAddressCountryIso2, ApiV21EntitiesUserLocale, ApiV21EntitiesUserRole, ApiV21FilterSetCreatedExample, ApiV21ImporterOfRecordCreatedExample, ApiV21IncidentCreatedExample, ApiV21ItemBundleExample, ApiV21ItemCreatedExample, ApiV21ItemMerchExample, ApiV21ItemPackagingExample, ApiV21ItemSingleExample, ApiV21LoadCreatedExample, ApiV21LoadOpenNoBolExample, ApiV21LoadScacCreatedExample, ApiV21LocationAuditCreatedExample, ApiV21LocationCreatedExample, ApiV21LocationMultipleExample, ApiV21LocationSingleExample, ApiV21LotCreatedExample, ApiV21MessageCreatedExample, ApiV21MetaKeyCreatedExample, ApiV21NavNormalExample, ApiV21NotificationSubscriptionCreatedExample, ApiV21OrderAllExample, ApiV21OrderBatchInLoadExample, ApiV21OrderBatchWholesaleAvailableExample, ApiV21OrderCreatedExample, ApiV21OrderDocumentCreatedExample, ApiV21OrderItemCreatedExample, ApiV21OrderProcessingExample, ApiV21OriginatorCreatedExample, ApiV21PackageCreatedExample, ApiV21PalletCreatedExample, ApiV21PartnerCreatedExample, ApiV21PrepackCreatedExample, ApiV21ProjectCreatedExample, ApiV21ProjectTaskCreatedExample, ApiV21ResultCreatedExample, ApiV21ReturnAddressCreatedExample, ApiV21RuleCreatedExample, ApiV21RuleDismissalCreatedExample, ApiV21ShipnoticeAllExample, ApiV21ShipnoticeCreatedExample, ApiV21ShipnoticeInTransitExample, ApiV21ShipnoticeItemCreatedExample, ApiV21ShipnoticeProcessingExample, ApiV21ShippingAliasCreatedExample, ApiV21ShippingBlacklistedMethodCreatedExample, ApiV21ShippingMethodCreatedExample, ApiV21SurchargeMarkupCreatedExample, ApiV21TagCreatedExample, ApiV21TemplateCreatedExample, ApiV21TransportationMarkupCreatedExample, ApiV21UserCreatedExample, ApiV21WarehouseCreatedExample, ApiV21WarehouseFeatureCreatedExample, ApiV2ConsumerReturnAllExample, ApiV2ConsumerReturnInTransitExample, ApiV2CustomerNormalExample, ApiV2EntitiesBillOfLadingBolType, ApiV2EntitiesBillOfLadingFreightCharge, ApiV2EntitiesChromalistChroma, ApiV2EntitiesChromalistResourceType, ApiV2EntitiesItemHazmatType, ApiV2EntitiesItemLabelFormat, ApiV2EntitiesItemLocationRole, ApiV2EntitiesItemOriginCountry, ApiV2EntitiesItemPackagingType, ApiV2EntitiesLocationRole, ApiV2EntitiesOrderIncoterm, ApiV2EntitiesOrderOrderType, ApiV2EntitiesOrderPaymentType, ApiV2EntitiesOrderStatus, ApiV2EntitiesReturnAddressCountryIso2, ApiV2EntitiesUserLocale, ApiV2EntitiesUserRole, ApiV2ItemBundleExample, ApiV2ItemMerchExample, ApiV2ItemPackagingExample, ApiV2ItemSingleExample, ApiV2LoadCreatedExample, ApiV2LoadOpenNoBolExample, ApiV2LocationMultipleExample, ApiV2LocationSingleExample, ApiV2NavNormalExample, ApiV2OrderAllExample, ApiV2OrderBatchInLoadExample, ApiV2OrderBatchWholesaleAvailableExample, ApiV2OrderProcessingExample, ApiV2ShipnoticeAllExample, ApiV2ShipnoticeInTransitExample, ApiV2ShipnoticeProcessingExample, ApiV2UserNormalExample, ApiV2WarehouseNormalExample, ContentType, DhlPackagingType, FedExPackagingType, GetApiV21ItemsIdInboundParamsType, GetApiV21ItemsIdLocationsWithTransferCountParamsRole, GetApiV21SchemasLotsParamsSchema, GetApiV2ItemsIdInboundParamsType, GetApiV2ItemsIdLocationsWithTransferCountParamsRole, GetApiV2SchemasLotsParamsSchema, HttpClient, ItemOutboundTabs, LabeledDhlPackagingType, LabeledFedExPackagingType, LabeledHazmatTypes, LabeledRoyalMailPackagingType, LabeledUpsPackagingType, LabeledUspsPackagingType, LabeledWhiplashPackagingType, LocationRelations, PostApiV21BillOfLadingsIdAddressesRequestAddressType, PostApiV21BillOfLadingsRequestBolType, PostApiV21BillOfLadingsRequestFreightCharge, PostApiV21CarrierAccountsRequestProvider, PostApiV21ChromalistsRequestChroma, PostApiV21ChromalistsRequestResourceType, PostApiV21FilterSetsRequestType, PostApiV21ItemsIdLocationsRequestOwnerType, PostApiV21ItemsIdLocationsRequestRole, PostApiV21ItemsRequestHazmatType, PostApiV21ItemsRequestLabelFormat, PostApiV21ItemsRequestOriginCountry, PostApiV21ItemsRequestPackagingType, PostApiV21LocationAuditsRequestState, PostApiV21MetaKeysRequestOwnerType, PostApiV21MetaKeysRequestValueType, PostApiV21OrdersBulkRequestIncoterm, PostApiV21OrdersBulkRequestOrderType, PostApiV21OrdersBulkRequestPaymentType, PostApiV21OrdersBulkRequestStatus, PostApiV21OrdersRequestIncoterm, PostApiV21OrdersRequestOrderType, PostApiV21OrdersRequestPaymentType, PostApiV21OrdersRequestStatus, PostApiV21ReturnAddressesRequestCountryIso2, PostApiV21RulesRequestState, PostApiV21RulesRequestType, PostApiV21UsersRequestLocale, PostApiV21UsersRequestRole, PostApiV21UtilitiesPresignUrlRequestResourceType, PostApiV21WarehousesRequestDefaultPickStrategy, PostApiV21WarehousesRequestShippingLabelFormat, PostApiV2BillOfLadingsIdAddressesRequestAddressType, PostApiV2BillOfLadingsRequestBolType, PostApiV2BillOfLadingsRequestFreightCharge, PostApiV2CarrierAccountsRequestProvider, PostApiV2ChromalistsRequestChroma, PostApiV2ChromalistsRequestResourceType, PostApiV2FilterSetsRequestType, PostApiV2ItemsIdLocationsRequestOwnerType, PostApiV2ItemsIdLocationsRequestRole, PostApiV2ItemsRequestHazmatType, PostApiV2ItemsRequestLabelFormat, PostApiV2ItemsRequestOriginCountry, PostApiV2ItemsRequestPackagingType, PostApiV2LocationAuditsRequestState, PostApiV2MetaKeysRequestOwnerType, PostApiV2MetaKeysRequestValueType, PostApiV2OrdersBulkRequestIncoterm, PostApiV2OrdersBulkRequestOrderType, PostApiV2OrdersBulkRequestPaymentType, PostApiV2OrdersBulkRequestStatus, PostApiV2OrdersRequestIncoterm, PostApiV2OrdersRequestOrderType, PostApiV2OrdersRequestPaymentType, PostApiV2OrdersRequestStatus, PostApiV2ReturnAddressesRequestCountryIso2, PostApiV2RulesRequestState, PostApiV2RulesRequestType, PostApiV2UsersRequestLocale, PostApiV2UsersRequestRole, PostApiV2UtilitiesPresignUrlRequestResourceType, PostApiV2WarehousesRequestDefaultPickStrategy, PostApiV2WarehousesRequestShippingLabelFormat, PusherBatchResponses, PusherEventTypes, PusherJobStatus, PutApiV21BillOfLadingsIdRequestBolType, PutApiV21BillOfLadingsIdRequestFreightCharge, PutApiV21FilterSetsIdBatchRequestGroupBy, PutApiV21FilterSetsIdBatchRequestLocationRoles, PutApiV21FilterSetsIdBatchRequestPickStrategy, PutApiV21FilterSetsIdBatchRequestWaveStrategy, PutApiV21FilterSetsUpsertRequestType, PutApiV21IncidentsIdRequestHazmatType, PutApiV21IncidentsIdRequestLabelFormat, PutApiV21IncidentsIdRequestOriginCountry, PutApiV21IncidentsIdRequestPackagingType, PutApiV21ItemsIdRequestHazmatType, PutApiV21ItemsIdRequestLabelFormat, PutApiV21ItemsIdRequestOriginCountry, PutApiV21ItemsIdRequestPackagingType, PutApiV21LocationsIdRequestRole, PutApiV21LocationsIdUpdateQuantityRequestOwnerType, PutApiV21MetaKeysIdRequestOwnerType, PutApiV21MetaKeysIdRequestValueType, PutApiV21OrdersIdRequestIncoterm, PutApiV21OrdersIdRequestOrderType, PutApiV21OrdersIdRequestPaymentType, PutApiV21ReturnAddressesIdRequestCountryIso2, PutApiV21RulesIdRequestState, PutApiV21SimulateOrdersOrderIdProcessingRequestStatus, PutApiV21UsersIdRequestLocale, PutApiV21UsersIdRequestRole, PutApiV2BillOfLadingsIdRequestBolType, PutApiV2BillOfLadingsIdRequestFreightCharge, PutApiV2FilterSetsIdBatchRequestGroupBy, PutApiV2FilterSetsIdBatchRequestLocationRoles, PutApiV2FilterSetsIdBatchRequestPickStrategy, PutApiV2FilterSetsIdBatchRequestWaveStrategy, PutApiV2FilterSetsUpsertRequestType, PutApiV2IncidentsIdRequestHazmatType, PutApiV2IncidentsIdRequestLabelFormat, PutApiV2IncidentsIdRequestOriginCountry, PutApiV2IncidentsIdRequestPackagingType, PutApiV2ItemsIdRequestHazmatType, PutApiV2ItemsIdRequestLabelFormat, PutApiV2ItemsIdRequestOriginCountry, PutApiV2ItemsIdRequestPackagingType, PutApiV2LocationsIdRequestRole, PutApiV2LocationsIdUpdateQuantityRequestOwnerType, PutApiV2MetaKeysIdRequestOwnerType, PutApiV2MetaKeysIdRequestValueType, PutApiV2OrdersIdRequestIncoterm, PutApiV2OrdersIdRequestOrderType, PutApiV2OrdersIdRequestPaymentType, PutApiV2ReturnAddressesIdRequestCountryIso2, PutApiV2RulesIdRequestState, PutApiV2SimulateOrdersOrderIdProcessingRequestStatus, PutApiV2UsersIdRequestLocale, PutApiV2UsersIdRequestRole, RelationType, RoyalMailPackagingType, ShipnoticeStatus, UpsPackagingType, UspsPackagingType, WhiplashPackagingType, customerMock, deleteApiV21AccountsId, deleteApiV21AddressesId, deleteApiV21AllocationsId, deleteApiV21BillOfLadingsId, deleteApiV21BroadcastsId, deleteApiV21BundleItemsId, deleteApiV21CacheKey, deleteApiV21CarrierAccountsId, deleteApiV21CarriersId, deleteApiV21ChromalistsId, deleteApiV21ConsumerReturnsId, deleteApiV21CurrenciesId, deleteApiV21DocumentsId, deleteApiV21FilterSetsId, deleteApiV21ImporterOfRecordsId, deleteApiV21IncidentsId, deleteApiV21ItemsId, deleteApiV21LoadScacsId, deleteApiV21LoadsId, deleteApiV21LocationAdjustmentsIdTags, deleteApiV21LocationAuditsId, deleteApiV21LocationTransfersId, deleteApiV21LocationsId, deleteApiV21LotsId, deleteApiV21MetaKeysId, deleteApiV21NotificationSubscriptionsId, deleteApiV21OrderDocumentsId, deleteApiV21OrderItemsId, deleteApiV21PackagesId, deleteApiV21PalletsId, deleteApiV21PartnersId, deleteApiV21ProjectTasksId, deleteApiV21ProjectsId, deleteApiV21ReturnAddressesId, deleteApiV21RuleDismissalsId, deleteApiV21RulesId, deleteApiV21ShipnoticeItemsId, deleteApiV21ShipnoticeItemsIdTags, deleteApiV21ShipnoticesId, deleteApiV21ShippingAliasesId, deleteApiV21ShippingBlacklistedMethodsId, deleteApiV21ShippingMethodsId, deleteApiV21SurchargeMarkupsId, deleteApiV21TemplatesId, deleteApiV21TransportationMarkupsId, deleteApiV21UsersId, deleteApiV21WarehouseFeaturesId, deleteApiV21WarehousesId, deleteApiV21WholesaleItemsId, deleteApiV2AccountsId, deleteApiV2AddressesId, deleteApiV2AllocationsId, deleteApiV2BillOfLadingsId, deleteApiV2BroadcastsId, deleteApiV2BundleItemsId, deleteApiV2CacheKey, deleteApiV2CarrierAccountsId, deleteApiV2CarriersId, deleteApiV2ChromalistsId, deleteApiV2ConsumerReturnsId, deleteApiV2CurrenciesId, deleteApiV2DocumentsId, deleteApiV2FilterSetsId, deleteApiV2ImporterOfRecordsId, deleteApiV2IncidentsId, deleteApiV2ItemsId, deleteApiV2LoadScacsId, deleteApiV2LoadsId, deleteApiV2LocationAdjustmentsIdTags, deleteApiV2LocationAuditsId, deleteApiV2LocationTransfersId, deleteApiV2LocationsId, deleteApiV2LotsId, deleteApiV2MetaKeysId, deleteApiV2NotificationSubscriptionsId, deleteApiV2OrderDocumentsId, deleteApiV2OrderItemsId, deleteApiV2PackagesId, deleteApiV2PalletsId, deleteApiV2PartnersId, deleteApiV2ProjectTasksId, deleteApiV2ProjectsId, deleteApiV2ReturnAddressesId, deleteApiV2RuleDismissalsId, deleteApiV2RulesId, deleteApiV2ShipnoticeItemsId, deleteApiV2ShipnoticeItemsIdTags, deleteApiV2ShipnoticesId, deleteApiV2ShippingAliasesId, deleteApiV2ShippingBlacklistedMethodsId, deleteApiV2ShippingMethodsId, deleteApiV2SurchargeMarkupsId, deleteApiV2TemplatesId, deleteApiV2TransportationMarkupsId, deleteApiV2UsersId, deleteApiV2WarehouseFeaturesId, deleteApiV2WarehousesId, deleteApiV2WholesaleItemsId, errorHandler, generateErrorString, getAllCustomersUrl, getAllWarehousesUrl, getApi21InboundConsumerReturnUnitCount, getApi21InboundShipnoticeUnitCount, getApi21ItemLocationRoleQuantitiesByWarehouse, getApi21UnbtachedOrderCount, getApi21UserCanReleasePlan, getApiItemQuantities, getApiV21AccountTransactions, getApiV21AccountTransactionsCount, getApiV21AccountTransactionsId, getApiV21Accounts, getApiV21AccountsCount, getApiV21AccountsId, getApiV21AccountsIdAccountTransactions, getApiV21AccountsIdAudits, getApiV21AccountsIdSuggestedRefill, getApiV21Allocations, getApiV21BatchedUnshippedCount, getApiV21BillOfLadings, getApiV21BillOfLadingsActions, getApiV21BillOfLadingsId, getApiV21BillOfLadingsIdAddresses, getApiV21Broadcasts, getApiV21BroadcastsCount, getApiV21BroadcastsId, getApiV21BroadcastsLevels, getApiV21BundleItemsId, getApiV21CacheKey, getApiV21CarrierAccounts, getApiV21CarrierAccountsCount, getApiV21CarrierAccountsEasypost, getApiV21CarrierAccountsId, getApiV21CarrierAccountsIdAudits, getApiV21CarrierAccountsIdEasypostAccount, getApiV21CarrierAccountsIdMetaFields, getApiV21CarrierAccountsIdProviderAccount, getApiV21CarrierAccountsProviderAccounts, getApiV21Carriers, getApiV21CarriersId, getApiV21ChaosCpuSpin, getApiV21ChaosDbSleep, getApiV21ChaosDbSpin, getApiV21ChaosDbWrite, getApiV21ChaosRackTimeout, getApiV21ChaosSleep, getApiV21Chromalists, getApiV21ConsumerReturnIdReturnItems, getApiV21ConsumerReturns, getApiV21ConsumerReturnsAggregate, getApiV21ConsumerReturnsCount, getApiV21ConsumerReturnsId, getApiV21ConsumerReturnsIdCallTrait, getApiV21ConsumerReturnsIdIncidents, getApiV21ConsumerReturnsIdIncidentsCount, getApiV21ConsumerReturnsIdMetaFields, getApiV21ConsumerReturnsIdOriginator, getApiV21ConsumerReturnsIdTraits, getApiV21ConsumerReturnsTraits, getApiV21Currencies, getApiV21Customers, getApiV21CustomersActions, getApiV21CustomersCount, getApiV21CustomersId, getApiV21CustomersIdAudits, getApiV21CustomersIdCallTrait, getApiV21CustomersIdDefaultReturnLocationRole, getApiV21CustomersIdEnablePendingReturns, getApiV21CustomersIdGoEnabled, getApiV21CustomersIdMetaFields, getApiV21CustomersIdShops, getApiV21CustomersIdTraits, getApiV21CustomersTraits, getApiV21CustomsInfos, getApiV21CustomsInfosId, getApiV21Dashboards, getApiV21DashboardsId, getApiV21Documents, getApiV21DocumentsActions, getApiV21DocumentsId, getApiV21FilterSets, getApiV21FilterSetsCount, getApiV21FilterSetsId, getApiV21FilterSetsIdCallTrait, getApiV21FilterSetsIdResults, getApiV21FilterSetsIdResultsAggregate, getApiV21FilterSetsIdResultsCount, getApiV21FilterSetsIdTraits, getApiV21FilterSetsOptions, getApiV21FilterSetsTraits, getApiV21ImporterOfRecords, getApiV21ImporterOfRecordsId, getApiV21Incidents, getApiV21IncidentsActions, getApiV21IncidentsCount, getApiV21InvoiceItems, getApiV21InvoiceItemsCount, getApiV21InvoiceItemsId, getApiV21Invoices, getApiV21InvoicesCount, getApiV21InvoicesId, getApiV21InvoicesIdCallTrait, getApiV21InvoicesIdTraits, getApiV21InvoicesTraits, getApiV21ItemOutboundInfo, getApiV21ItemQuantitiesByRoles, getApiV21Items, getApiV21ItemsActions, getApiV21ItemsAggregate, getApiV21ItemsCount, getApiV21ItemsHazmatTypes, getApiV21ItemsId, getApiV21ItemsIdAudits, getApiV21ItemsIdBundleItems, getApiV21ItemsIdCallTrait, getApiV21ItemsIdInBundles, getApiV21ItemsIdInbound, getApiV21ItemsIdIncidents, getApiV21ItemsIdIncidentsCount, getApiV21ItemsIdLocations, getApiV21ItemsIdLocationsCount, getApiV21ItemsIdLocationsWithTransferCount, getApiV21ItemsIdMessages, getApiV21ItemsIdMessagesCount, getApiV21ItemsIdMetaFields, getApiV21ItemsIdOriginators, getApiV21ItemsIdOriginatorsCount, getApiV21ItemsIdScancodeAliases, getApiV21ItemsIdScancodes, getApiV21ItemsIdScancodesCount, getApiV21ItemsIdShipnoticeItems, getApiV21ItemsIdShipnoticeItemsCount, getApiV21ItemsIdTraits, getApiV21ItemsIdTransactions, getApiV21ItemsIdTransactionsCount, getApiV21ItemsIdTransactionsExport, getApiV21ItemsIdWarehouseQuantities, getApiV21ItemsTraits, getApiV21LoadScacs, getApiV21LoadScacsCount, getApiV21LoadScacsId, getApiV21Loads, getApiV21LoadsActions, getApiV21LoadsCount, getApiV21LoadsExtended, getApiV21LoadsId, getApiV21LoadsIdCallTrait, getApiV21LoadsIdOrderBatches, getApiV21LoadsIdTraits, getApiV21LoadsTraits, getApiV21Locales, getApiV21LocationAdjustments, getApiV21LocationAdjustmentsCount, getApiV21LocationAdjustmentsId, getApiV21LocationAdjustmentsIdTags, getApiV21LocationAudits, getApiV21LocationAuditsAggregate, getApiV21LocationAuditsCount, getApiV21LocationAuditsId, getApiV21LocationAuditsIdAllocations, getApiV21LocationTransfers, getApiV21LocationTransfersAggregate, getApiV21LocationTransfersCount, getApiV21LocationTransfersId, getApiV21LocationTransfersIdAllocations, getApiV21Locations, getApiV21LocationsActions, getApiV21LocationsAggregate, getApiV21LocationsCount, getApiV21LocationsExtended, getApiV21LocationsId, getApiV21LocationsIdAudits, getApiV21LocationsIdIncidents, getApiV21LocationsIdIncidentsCount, getApiV21Lots, getApiV21LotsCount, getApiV21LotsExtended, getApiV21LotsId, getApiV21LotsIdAudits, getApiV21Manifests, getApiV21ManifestsCount, getApiV21ManifestsId, getApiV21ManifestsIdBatch, getApiV21ManifestsIdScanForm, getApiV21Me, getApiV21MetaKeys, getApiV21MetaKeysCount, getApiV21MetaKeysId, getApiV21Nav, getApiV21NavItems, getApiV21NotificationEvents, getApiV21NotificationEventsId, getApiV21NotificationSubscriptions, getApiV21NotificationSubscriptionsCount, getApiV21NotificationSubscriptionsId, getApiV21NotificationSubscriptionsIdAudits, getApiV21NotificationSubscriptionsIdTest, getApiV21OrderBatchItems, getApiV21OrderBatchItemsAggregate, getApiV21OrderBatchRequests, getApiV21OrderBatchRequestsCount, getApiV21OrderBatchRequestsExtended, getApiV21OrderBatchRequestsId, getApiV21OrderBatches, getApiV21OrderBatchesActions, getApiV21OrderBatchesAggregate, getApiV21OrderBatchesExtended, getApiV21OrderBatchesId, getApiV21OrderBatchesIdAudits, getApiV21OrderBatchesIdCallTrait, getApiV21OrderBatchesIdIncidents, getApiV21OrderBatchesIdIncidentsCount, getApiV21OrderBatchesIdMetaFields, getApiV21OrderBatchesIdOrderBatchItems, getApiV21OrderBatchesIdOrderCountsByStatus, getApiV21OrderBatchesIdPackedPercent, getApiV21OrderBatchesIdPackingslips, getApiV21OrderBatchesIdPublicPackingslipUrl, getApiV21OrderBatchesIdPublicPicklistUrl, getApiV21OrderBatchesIdSummary, getApiV21OrderBatchesIdTraits, getApiV21OrderBatchesTraits, getApiV21OrderDocumentsId, getApiV21OrderItems, getApiV21OrderItemsActions, getApiV21OrderItemsAggregate, getApiV21OrderItemsId, getApiV21OrderItemsIdAudits, getApiV21OrderItemsIdLots, getApiV21OrderItemsIdMetaFields, getApiV21OrderItemsIdOriginator, getApiV21OrderItemsIdSerialNumbers, getApiV21OrderItemsIdWholesaleItem, getApiV21OrderTotes, getApiV21OrderTotesCodeOrderItems, getApiV21OrderTotesCodeOrderItemsCount, getApiV21OrderTotesCodeOrders, getApiV21OrderTotesCodeOrdersCount, getApiV21Orders, getApiV21OrdersActions, getApiV21OrdersAggregate, getApiV21OrdersCount, getApiV21OrdersId, getApiV21OrdersIdAudits, getApiV21OrdersIdCallTrait, getApiV21OrdersIdCommercialInvoice, getApiV21OrdersIdCustomsInfo, getApiV21OrdersIdEvents, getApiV21OrdersIdEventsCount, getApiV21OrdersIdHasGlobalEInvoice, getApiV21OrdersIdHasOuterPackaging, getApiV21OrdersIdIncidents, getApiV21OrdersIdIncidentsCount, getApiV21OrdersIdLots, getApiV21OrdersIdMessages, getApiV21OrdersIdMessagesCount, getApiV21OrdersIdMeta, getApiV21OrdersIdMetaFields, getApiV21OrdersIdOrderDocuments, getApiV21OrdersIdOrderItems, getApiV21OrdersIdOrderItemsCount, getApiV21OrdersIdOriginator, getApiV21OrdersIdPackages, getApiV21OrdersIdPackagesCount, getApiV21OrdersIdPackingRulesWithSuggestedItems, getApiV21OrdersIdPackingslip, getApiV21OrdersIdPublicInsertUrl, getApiV21OrdersIdPublicPackingslipUrl, getApiV21OrdersIdRuleDismissals, getApiV21OrdersIdSerialNumbers, getApiV21OrdersIdShipmentRates, getApiV21OrdersIdShippingRates, getApiV21OrdersIdShippingWeight, getApiV21OrdersIdSkipPackingslip, getApiV21OrdersIdToteCode, getApiV21OrdersIdTraits, getApiV21OrdersIdWholesale, getApiV21OrdersOrderTypes, getApiV21OrdersTraits, getApiV21Originators, getApiV21OriginatorsIdAudits, getApiV21Packages, getApiV21PackagesActions, getApiV21PackagesAggregate, getApiV21PackagesId, getApiV21PackagesIdAudits, getApiV21PackagesIdCallTrait, getApiV21PackagesIdShipment, getApiV21PackagesIdTraits, getApiV21PackagesTraits, getApiV21Pallets, getApiV21PalletsCount, getApiV21PalletsId, getApiV21PalletsIdPackages, getApiV21Partners, getApiV21PartnersCount, getApiV21PartnersId, getApiV21ProjectTasksId, getApiV21Projects, getApiV21ProjectsCount, getApiV21ProjectsId, getApiV21ProjectsIdProjectTasks, getApiV21ProjectsIdProjectTasksCount, getApiV21PublicCarrierStatus, getApiV21PublicNotificationEvents, getApiV21PublicStatus, getApiV21Rates, getApiV21RatesCount, getApiV21RatesId, getApiV21RatesIdAudits, getApiV21ReasonCodes, getApiV21ReasonCodesId, getApiV21RelocateInventoryTransfers, getApiV21RelocateInventoryTransfersCount, getApiV21ReturnAddresses, getApiV21ReturnAddressesId, getApiV21Rules, getApiV21RulesCount, getApiV21RulesId, getApiV21RulesIdAudits, getApiV21RulesIdHistory, getApiV21ScancodeAliases, getApiV21Scancodes, getApiV21SchemasLots, getApiV21SerialNumbers, getApiV21SerialNumbersActions, getApiV21ShipNoticeItemTotalReceivedAllocated, getApiV21ShipnoticeItems, getApiV21ShipnoticeItemsActions, getApiV21ShipnoticeItemsAggregate, getApiV21ShipnoticeItemsCount, getApiV21ShipnoticeItemsId, getApiV21ShipnoticeItemsIdAllocations, getApiV21ShipnoticeItemsIdAudits, getApiV21ShipnoticeItemsIdCallTrait, getApiV21ShipnoticeItemsIdLocations, getApiV21ShipnoticeItemsIdMetaFields, getApiV21ShipnoticeItemsIdOriginator, getApiV21ShipnoticeItemsIdReceived, getApiV21ShipnoticeItemsIdTags, getApiV21ShipnoticeItemsIdTraits, getApiV21ShipnoticeItemsTraits, getApiV21Shipnotices, getApiV21ShipnoticesActions, getApiV21ShipnoticesAggregate, getApiV21ShipnoticesCount, getApiV21ShipnoticesId, getApiV21ShipnoticesIdAudits, getApiV21ShipnoticesIdCallTrait, getApiV21ShipnoticesIdCustomerReservedReceiving, getApiV21ShipnoticesIdIncidents, getApiV21ShipnoticesIdIncidentsCount, getApiV21ShipnoticesIdMessages, getApiV21ShipnoticesIdMessagesCount, getApiV21ShipnoticesIdMetaFields, getApiV21ShipnoticesIdOrdersWaiting, getApiV21ShipnoticesIdOriginator, getApiV21ShipnoticesIdShipnoticeItems, getApiV21ShipnoticesIdShipnoticeItemsCount, getApiV21ShipnoticesIdTraits, getApiV21ShipnoticesTraits, getApiV21ShippingAliases, getApiV21ShippingAliasesCount, getApiV21ShippingAliasesId, getApiV21ShippingAliasesIdAudits, getApiV21ShippingBlacklistedMethods, getApiV21ShippingBlacklistedMethodsCount, getApiV21ShippingBlacklistedMethodsId, getApiV21ShippingMethodMarkupsIdAudits, getApiV21ShippingMethods, getApiV21ShippingMethodsCount, getApiV21ShippingMethodsId, getApiV21ShopsIdAudits, getApiV21ShopsIdMetaFields, getApiV21SipnoticeItemReceivingTimeline, getApiV21StatsAppConfig, getApiV21StatsSidekiq, getApiV21StatsSidekiqBatchStatusId, getApiV21StatsSidekiqName, getApiV21SurchargeMarkups, getApiV21SurchargeMarkupsCount, getApiV21SurchargeMarkupsId, getApiV21TemplateTypes, getApiV21Templates, getApiV21TemplatesId, getApiV21TemplatesIdAudits, getApiV21TemplatesIdRenderResourceId, getApiV21TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV21TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV21TransactionsIdAudits, getApiV21TransportationMarkups, getApiV21TransportationMarkupsCount, getApiV21TransportationMarkupsId, getApiV21Users, getApiV21UsersBroadcasts, getApiV21UsersCount, getApiV21UsersId, getApiV21UsersIdAudits, getApiV21UsersIdCallTrait, getApiV21UsersIdTraits, getApiV21UsersJwt, getApiV21UsersTraits, getApiV21WarehouseFeatures, getApiV21WarehouseFeaturesCount, getApiV21WarehouseFeaturesId, getApiV21Warehouses, getApiV21WarehousesActions, getApiV21WarehousesAddresses, getApiV21WarehousesCount, getApiV21WarehousesId, getApiV21WarehousesIdCallTrait, getApiV21WarehousesIdCarrierAccounts, getApiV21WarehousesIdTraits, getApiV21WarehousesTraits, getApiV21WholesaleItems, getApiV21WholesaleItemsId, getApiV21Wholesales, getApiV21WholesalesAddresses, getApiV21WholesalesId, getApiV2AccountTransactions, getApiV2AccountTransactionsCount, getApiV2AccountTransactionsId, getApiV2Accounts, getApiV2AccountsCount, getApiV2AccountsId, getApiV2AccountsIdAccountTransactions, getApiV2AccountsIdAudits, getApiV2AccountsIdSuggestedRefill, getApiV2Allocations, getApiV2BillOfLadings, getApiV2BillOfLadingsActions, getApiV2BillOfLadingsId, getApiV2BillOfLadingsIdAddresses, getApiV2Broadcasts, getApiV2BroadcastsCount, getApiV2BroadcastsId, getApiV2BroadcastsLevels, getApiV2BundleItemsId, getApiV2CacheKey, getApiV2CarrierAccounts, getApiV2CarrierAccountsCount, getApiV2CarrierAccountsEasypost, getApiV2CarrierAccountsId, getApiV2CarrierAccountsIdAudits, getApiV2CarrierAccountsIdEasypostAccount, getApiV2CarrierAccountsIdMetaFields, getApiV2CarrierAccountsIdProviderAccount, getApiV2CarrierAccountsProviderAccounts, getApiV2Carriers, getApiV2CarriersId, getApiV2ChaosCpuSpin, getApiV2ChaosDbSleep, getApiV2ChaosDbSpin, getApiV2ChaosDbWrite, getApiV2ChaosRackTimeout, getApiV2ChaosSleep, getApiV2Chromalists, getApiV2ConsumerReturns, getApiV2ConsumerReturnsAggregate, getApiV2ConsumerReturnsCount, getApiV2ConsumerReturnsId, getApiV2ConsumerReturnsIdCallTrait, getApiV2ConsumerReturnsIdIncidents, getApiV2ConsumerReturnsIdIncidentsCount, getApiV2ConsumerReturnsIdMetaFields, getApiV2ConsumerReturnsIdOriginator, getApiV2ConsumerReturnsIdTraits, getApiV2ConsumerReturnsTraits, getApiV2Currencies, getApiV2Customers, getApiV2CustomersActions, getApiV2CustomersCount, getApiV2CustomersId, getApiV2CustomersIdAudits, getApiV2CustomersIdCallTrait, getApiV2CustomersIdMetaFields, getApiV2CustomersIdShops, getApiV2CustomersIdTraits, getApiV2CustomersTraits, getApiV2CustomsInfos, getApiV2CustomsInfosId, getApiV2Dashboards, getApiV2DashboardsId, getApiV2Documents, getApiV2DocumentsActions, getApiV2DocumentsId, getApiV2FilterSets, getApiV2FilterSetsCount, getApiV2FilterSetsId, getApiV2FilterSetsIdCallTrait, getApiV2FilterSetsIdResults, getApiV2FilterSetsIdResultsAggregate, getApiV2FilterSetsIdResultsCount, getApiV2FilterSetsIdTraits, getApiV2FilterSetsOptions, getApiV2FilterSetsTraits, getApiV2ImporterOfRecords, getApiV2ImporterOfRecordsId, getApiV2Incidents, getApiV2IncidentsActions, getApiV2IncidentsCount, getApiV2InvoiceItems, getApiV2InvoiceItemsCount, getApiV2InvoiceItemsId, getApiV2Invoices, getApiV2InvoicesCount, getApiV2InvoicesId, getApiV2InvoicesIdCallTrait, getApiV2InvoicesIdTraits, getApiV2InvoicesTraits, getApiV2ItemRules, getApiV2Items, getApiV2ItemsActions, getApiV2ItemsAggregate, getApiV2ItemsCount, getApiV2ItemsHazmatTypes, getApiV2ItemsId, getApiV2ItemsIdAudits, getApiV2ItemsIdBundleItems, getApiV2ItemsIdCallTrait, getApiV2ItemsIdInBundles, getApiV2ItemsIdInbound, getApiV2ItemsIdIncidents, getApiV2ItemsIdIncidentsCount, getApiV2ItemsIdLocations, getApiV2ItemsIdLocationsCount, getApiV2ItemsIdLocationsWithTransferCount, getApiV2ItemsIdMessages, getApiV2ItemsIdMessagesCount, getApiV2ItemsIdMetaFields, getApiV2ItemsIdOriginators, getApiV2ItemsIdOriginatorsCount, getApiV2ItemsIdScancodeAliases, getApiV2ItemsIdScancodes, getApiV2ItemsIdScancodesCount, getApiV2ItemsIdShipnoticeItems, getApiV2ItemsIdShipnoticeItemsCount, getApiV2ItemsIdTraits, getApiV2ItemsIdTransactions, getApiV2ItemsIdTransactionsCount, getApiV2ItemsIdTransactionsExport, getApiV2ItemsIdWarehouseQuantities, getApiV2ItemsTraits, getApiV2LoadScacs, getApiV2LoadScacsCount, getApiV2LoadScacsId, getApiV2Loads, getApiV2LoadsActions, getApiV2LoadsCount, getApiV2LoadsId, getApiV2LoadsIdCallTrait, getApiV2LoadsIdOrderBatches, getApiV2LoadsIdTraits, getApiV2LoadsTraits, getApiV2Locales, getApiV2LocationAdjustments, getApiV2LocationAdjustmentsCount, getApiV2LocationAdjustmentsId, getApiV2LocationAdjustmentsIdTags, getApiV2LocationAudits, getApiV2LocationAuditsAggregate, getApiV2LocationAuditsCount, getApiV2LocationAuditsId, getApiV2LocationAuditsIdAllocations, getApiV2LocationTransfers, getApiV2LocationTransfersAggregate, getApiV2LocationTransfersCount, getApiV2LocationTransfersId, getApiV2LocationTransfersIdAllocations, getApiV2Locations, getApiV2LocationsActions, getApiV2LocationsAggregate, getApiV2LocationsCount, getApiV2LocationsId, getApiV2LocationsIdAudits, getApiV2LocationsIdIncidents, getApiV2LocationsIdIncidentsCount, getApiV2Lots, getApiV2LotsCount, getApiV2LotsId, getApiV2LotsIdAudits, getApiV2Manifests, getApiV2ManifestsCount, getApiV2ManifestsId, getApiV2ManifestsIdBatch, getApiV2ManifestsIdScanForm, getApiV2Me, getApiV2MetaKeys, getApiV2MetaKeysCount, getApiV2MetaKeysId, getApiV2Nav, getApiV2NavItems, getApiV2NotificationEvents, getApiV2NotificationEventsId, getApiV2NotificationSubscriptions, getApiV2NotificationSubscriptionsCount, getApiV2NotificationSubscriptionsId, getApiV2NotificationSubscriptionsIdAudits, getApiV2NotificationSubscriptionsIdTest, getApiV2OrderBatchItems, getApiV2OrderBatchItemsAggregate, getApiV2OrderBatchRequests, getApiV2OrderBatchRequestsCount, getApiV2OrderBatchRequestsId, getApiV2OrderBatches, getApiV2OrderBatchesActions, getApiV2OrderBatchesAggregate, getApiV2OrderBatchesId, getApiV2OrderBatchesIdAudits, getApiV2OrderBatchesIdCallTrait, getApiV2OrderBatchesIdIncidents, getApiV2OrderBatchesIdIncidentsCount, getApiV2OrderBatchesIdMetaFields, getApiV2OrderBatchesIdOrderBatchItems, getApiV2OrderBatchesIdPackingslips, getApiV2OrderBatchesIdTraits, getApiV2OrderBatchesTraits, getApiV2OrderDocumentsId, getApiV2OrderItems, getApiV2OrderItemsActions, getApiV2OrderItemsAggregate, getApiV2OrderItemsId, getApiV2OrderItemsIdAudits, getApiV2OrderItemsIdLots, getApiV2OrderItemsIdMetaFields, getApiV2OrderItemsIdOriginator, getApiV2OrderItemsIdSerialNumbers, getApiV2OrderItemsIdWholesaleItem, getApiV2OrderTotes, getApiV2OrderTotesCodeOrderItems, getApiV2OrderTotesCodeOrderItemsCount, getApiV2OrderTotesCodeOrders, getApiV2OrderTotesCodeOrdersCount, getApiV2Orders, getApiV2OrdersActions, getApiV2OrdersAggregate, getApiV2OrdersCount, getApiV2OrdersId, getApiV2OrdersIdAudits, getApiV2OrdersIdCallTrait, getApiV2OrdersIdCustomsInfo, getApiV2OrdersIdEvents, getApiV2OrdersIdEventsCount, getApiV2OrdersIdIncidents, getApiV2OrdersIdIncidentsCount, getApiV2OrdersIdLots, getApiV2OrdersIdMessages, getApiV2OrdersIdMessagesCount, getApiV2OrdersIdMeta, getApiV2OrdersIdMetaFields, getApiV2OrdersIdOrderDocuments, getApiV2OrdersIdOrderItems, getApiV2OrdersIdOrderItemsCount, getApiV2OrdersIdOriginator, getApiV2OrdersIdPackages, getApiV2OrdersIdPackagesCount, getApiV2OrdersIdPackingslip, getApiV2OrdersIdRuleDismissals, getApiV2OrdersIdSerialNumbers, getApiV2OrdersIdShipmentRates, getApiV2OrdersIdShippingRates, getApiV2OrdersIdShippingWeight, getApiV2OrdersIdTraits, getApiV2OrdersIdWholesale, getApiV2OrdersOrderTypes, getApiV2OrdersTraits, getApiV2Originators, getApiV2OriginatorsIdAudits, getApiV2Packages, getApiV2PackagesActions, getApiV2PackagesAggregate, getApiV2PackagesId, getApiV2PackagesIdAudits, getApiV2PackagesIdCallTrait, getApiV2PackagesIdShipment, getApiV2PackagesIdTraits, getApiV2PackagesTraits, getApiV2Pallets, getApiV2PalletsCount, getApiV2PalletsId, getApiV2PalletsIdPackages, getApiV2Partners, getApiV2PartnersCount, getApiV2PartnersId, getApiV2ProjectTasksId, getApiV2Projects, getApiV2ProjectsCount, getApiV2ProjectsId, getApiV2ProjectsIdProjectTasks, getApiV2ProjectsIdProjectTasksCount, getApiV2PublicCarrierStatus, getApiV2PublicNotificationEvents, getApiV2PublicStatus, getApiV2Rates, getApiV2RatesCount, getApiV2RatesId, getApiV2RatesIdAudits, getApiV2ReasonCodes, getApiV2ReasonCodesId, getApiV2RelocateInventoryTransfers, getApiV2RelocateInventoryTransfersCount, getApiV2ReturnAddresses, getApiV2ReturnAddressesId, getApiV2Rules, getApiV2RulesCount, getApiV2RulesId, getApiV2RulesIdAudits, getApiV2RulesIdHistory, getApiV2ScancodeAliases, getApiV2Scancodes, getApiV2SchemasLots, 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, getApiV2ShipnoticesTraits, getApiV2ShippingAliases, getApiV2ShippingAliasesCount, getApiV2ShippingAliasesId, getApiV2ShippingAliasesIdAudits, getApiV2ShippingBlacklistedMethods, getApiV2ShippingBlacklistedMethodsCount, getApiV2ShippingBlacklistedMethodsId, getApiV2ShippingMethodMarkupsIdAudits, getApiV2ShippingMethods, getApiV2ShippingMethodsCount, getApiV2ShippingMethodsId, getApiV2ShopsIdAudits, getApiV2ShopsIdMetaFields, getApiV2StatsAppConfig, getApiV2StatsSidekiq, getApiV2StatsSidekiqBatchStatusId, getApiV2StatsSidekiqName, getApiV2SurchargeMarkups, getApiV2SurchargeMarkupsCount, getApiV2SurchargeMarkupsId, getApiV2TemplateTypes, getApiV2Templates, getApiV2TemplatesId, getApiV2TemplatesIdAudits, getApiV2TemplatesIdRenderResourceId, getApiV2TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV2TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV2TransactionsIdAudits, getApiV2TransportationMarkups, getApiV2TransportationMarkupsCount, getApiV2TransportationMarkupsId, getApiV2Users, getApiV2UsersBroadcasts, getApiV2UsersCount, getApiV2UsersId, getApiV2UsersIdAudits, getApiV2UsersIdCallTrait, getApiV2UsersIdTraits, getApiV2UsersJwt, getApiV2UsersTraits, getApiV2WarehouseFeatures, getApiV2WarehouseFeaturesCount, getApiV2WarehouseFeaturesId, getApiV2Warehouses, getApiV2WarehousesActions, getApiV2WarehousesAddresses, getApiV2WarehousesCount, getApiV2WarehousesId, getApiV2WarehousesIdCallTrait, getApiV2WarehousesIdCarrierAccounts, getApiV2WarehousesIdTraits, getApiV2WarehousesTraits, getApiV2WholesaleItems, getApiV2WholesaleItemsId, getApiV2Wholesales, getApiV2WholesalesAddresses, getApiV2WholesalesId, getBroadcastFromPusherResponse, getLocaleUrl, getLogoutUrl, getNavDataUrlBySlug, getPartnerBillingUrl, getSearchUrl, getUserChannelName, getUserSummary, getWarehouseIdOpenBatchesAgainstShelf, getWarehouseIdValidForDuplicatedLotRelocate, handleApiError, labeledSearchTypes, loadDirectlyRelatedObjects, loadIndirectlyRelatedObjects, loadRelatedObjects, multiPageGet, multiPageGetApiV21Documents, multiPageGetApiV21OrderBatchItems, multiPageGetApiV21OrderItems, multiPageGetApiV21Orders, multiPageGetApiV21SerialNumbers, navMock, postApiV21Accounts, postApiV21AccountsIdAccountTransactions, postApiV21BillOfLadings, postApiV21BillOfLadingsIdAddresses, postApiV21Broadcasts, postApiV21Cache, postApiV21CarrierAccounts, postApiV21Carriers, postApiV21Chromalists, postApiV21ConsumerReturns, postApiV21ConsumerReturnsBulk, postApiV21ConsumerReturnsIdIncidents, postApiV21Currencies, postApiV21Customers, postApiV21Documents, postApiV21FilterSets, postApiV21ImporterOfRecords, postApiV21Incidents, postApiV21Items, postApiV21ItemsIdBundleItems, postApiV21ItemsIdIncidents, postApiV21ItemsIdLocations, postApiV21ItemsIdMessages, postApiV21ItemsIdOriginators, postApiV21LoadScacs, postApiV21Loads, postApiV21LocationAdjustments, postApiV21LocationAdjustmentsIdTags, postApiV21LocationAudits, postApiV21LocationTransfers, postApiV21LocationsIdIncidents, postApiV21Lots, postApiV21Manifests, postApiV21MetaKeys, postApiV21NotificationSubscriptions, postApiV21OrderBatchesIdIncidents, postApiV21Orders, postApiV21OrdersBulk, postApiV21OrdersIdDuplicate, postApiV21OrdersIdIncidents, postApiV21OrdersIdMessages, postApiV21OrdersIdOrderDocuments, postApiV21OrdersIdOrderItems, postApiV21OrdersIdPackages, postApiV21OrdersIdRuleDismissals, postApiV21Pallets, postApiV21Partners, postApiV21Prepacks, postApiV21Projects, postApiV21ProjectsIdProjectTasks, postApiV21Rates, postApiV21ReturnAddresses, postApiV21Rules, postApiV21ShipnoticeItemsIdTags, postApiV21Shipnotices, postApiV21ShipnoticesBulk, postApiV21ShipnoticesIdIncidents, postApiV21ShipnoticesIdMessages, postApiV21ShipnoticesIdShipnoticeItems, postApiV21ShippingAliases, postApiV21ShippingBlacklistedMethods, postApiV21ShippingMethods, postApiV21SimulateConsumerReturnsCreate, postApiV21SimulateOrdersCreate, postApiV21SimulateShipnoticesCreate, postApiV21SurchargeMarkups, postApiV21Templates, postApiV21TransportationMarkups, postApiV21Users, postApiV21UsersAuthorize, postApiV21UtilitiesPresignUrl, postApiV21UtilitiesPublicUrl, postApiV21UtilsPublicUrl, postApiV21WarehouseFeatures, postApiV21Warehouses, postApiV2Accounts, postApiV2AccountsIdAccountTransactions, postApiV2BillOfLadings, postApiV2BillOfLadingsIdAddresses, postApiV2Broadcasts, postApiV2Cache, postApiV2CarrierAccounts, postApiV2Carriers, postApiV2Chromalists, postApiV2ConsumerReturns, postApiV2ConsumerReturnsBulk, postApiV2ConsumerReturnsIdIncidents, postApiV2Currencies, postApiV2Customers, postApiV2Documents, postApiV2FilterSets, postApiV2ImporterOfRecords, postApiV2Incidents, postApiV2Items, postApiV2ItemsIdBundleItems, postApiV2ItemsIdIncidents, postApiV2ItemsIdLocations, postApiV2ItemsIdMessages, postApiV2ItemsIdOriginators, postApiV2LoadScacs, postApiV2Loads, postApiV2LocationAdjustments, postApiV2LocationAdjustmentsIdTags, postApiV2LocationAudits, postApiV2LocationTransfers, postApiV2LocationsIdIncidents, postApiV2Lots, postApiV2Manifests, postApiV2MetaKeys, postApiV2NotificationSubscriptions, postApiV2OrderBatchesIdIncidents, postApiV2Orders, postApiV2OrdersBulk, postApiV2OrdersIdDuplicate, postApiV2OrdersIdIncidents, postApiV2OrdersIdMessages, postApiV2OrdersIdOrderDocuments, postApiV2OrdersIdOrderItems, postApiV2OrdersIdPackages, postApiV2OrdersIdRuleDismissals, postApiV2Pallets, 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, putApiV21AddressesId, putApiV21BillOfLadingsId, putApiV21BillOfLadingsIdCallAction, putApiV21BroadcastsId, putApiV21BroadcastsIdConsume, putApiV21BroadcastsIdExpire, putApiV21BundleItemsId, putApiV21CarrierAccountsId, putApiV21CarrierAccountsIdMetaFields, putApiV21CarriersId, putApiV21ConsumerReturnsId, putApiV21ConsumerReturnsIdMetaFields, putApiV21CustomersId, putApiV21CustomersIdCallAction, putApiV21CustomersIdCallAsyncAction, putApiV21CustomersIdMetaFields, putApiV21CustomsInfosId, putApiV21DocumentsIdCallAction, putApiV21DocumentsIdCallAsyncAction, putApiV21FilterSetsId, putApiV21FilterSetsIdBatch, putApiV21FilterSetsIdCallAction, putApiV21FilterSetsIdCallEachAction, putApiV21FilterSetsIdExport, putApiV21FilterSetsIdSnapshot, putApiV21FilterSetsUpsert, putApiV21ImporterOfRecordsId, putApiV21IncidentsId, putApiV21IncidentsIdCallAction, putApiV21ItemsId, putApiV21ItemsIdCallAction, putApiV21ItemsIdCallAsyncAction, putApiV21ItemsIdMetaFields, putApiV21LoadScacsId, putApiV21LoadsId, putApiV21LoadsIdCallAction, putApiV21LoadsIdGenerateBol, putApiV21LocationAuditsId, putApiV21LocationAuditsIdCallAction, putApiV21LocationTransfersId, putApiV21LocationTransfersIdCallAction, putApiV21LocationsId, putApiV21LocationsIdCallAction, putApiV21LocationsIdUpdateQuantity, putApiV21LocationsReassign, putApiV21LocationsRoleConvert, putApiV21LotsId, putApiV21ManifestsIdCallAction, putApiV21MetaKeysId, putApiV21NotificationSubscriptionsId, putApiV21OrderBatchItemsIdCallAction, putApiV21OrderBatchesId, putApiV21OrderBatchesIdCallAction, putApiV21OrderBatchesIdCallAsyncAction, putApiV21OrderBatchesIdForcePick, putApiV21OrderBatchesIdGenerateBol, putApiV21OrderBatchesIdMetaFields, putApiV21OrderBatchesIdReleaseUnshipped, putApiV21OrderBatchesIdSetCache, putApiV21OrderBatchesIdbuyLabels, putApiV21OrderDocumentsId, putApiV21OrderItemsId, putApiV21OrderItemsIdCallAction, putApiV21OrderItemsIdMetaFields, putApiV21OrderItemsIdSeparate, putApiV21OrderItemsIdSplit, putApiV21OrderItemsIdWholesaleItem, putApiV21OrdersId, putApiV21OrdersIdBatch, putApiV21OrdersIdCallAction, putApiV21OrdersIdCallAsyncAction, putApiV21OrdersIdCustomsInfo, putApiV21OrdersIdMetaFields, putApiV21OrdersIdPackItem, putApiV21OrdersIdWholesale, putApiV21OriginatorsId, putApiV21PackagesId, putApiV21PackagesIdCallAction, putApiV21PalletsId, putApiV21PalletsIdCallAction, putApiV21PartnersId, putApiV21ProjectTasksId, putApiV21ProjectsId, putApiV21ProjectsIdCallAction, putApiV21RatesId, putApiV21RatesIdCallAction, putApiV21ReturnAddressesId, putApiV21RulesId, putApiV21RulesIdCallAction, putApiV21ScancodeAliasesId, putApiV21ScancodesId, putApiV21SerialNumbersIdCallAction, putApiV21SerialNumbersIdRestore, putApiV21ShipnoticeItemIdDeleteSerials, putApiV21ShipnoticeItemsId, putApiV21ShipnoticeItemsIdCallAction, putApiV21ShipnoticeItemsIdCallAsyncAction, putApiV21ShipnoticeItemsIdMetaFields, putApiV21ShipnoticeItemsIdReceive, putApiV21ShipnoticesId, putApiV21ShipnoticesIdBulkReceive, putApiV21ShipnoticesIdBulkReceiveAsync, putApiV21ShipnoticesIdCallAction, putApiV21ShipnoticesIdCallAsyncAction, putApiV21ShipnoticesIdMetaFields, putApiV21ShippingAliasesId, putApiV21ShippingBlacklistedMethodsId, putApiV21ShippingMethodsId, putApiV21ShopsIdMetaFields, putApiV21SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV21SimulateOrdersOrderIdProcessing, putApiV21SimulateShipnoticesShipnoticeIdProcessing, putApiV21SurchargeMarkupsId, putApiV21TemplatesId, putApiV21TemplatesIdCallAction, putApiV21TemplatesIdCallAsyncAction, putApiV21TransportationMarkupsId, putApiV21UsersId, putApiV21UsersIdCallAction, putApiV21WarehouseFeaturesId, putApiV21WarehousesId, putApiV21WarehousesIdCallAction, putApiV21WarehousesIdCallAsyncAction, putApiV21WholesaleItemsId, putApiV21WholesalesId, putApiV2AccountsId, putApiV2AddressesId, putApiV2BillOfLadingsId, putApiV2BillOfLadingsIdCallAction, putApiV2BroadcastsId, putApiV2BroadcastsIdConsume, putApiV2BroadcastsIdExpire, putApiV2BundleItemsId, putApiV2CarrierAccountsId, putApiV2CarrierAccountsIdMetaFields, putApiV2CarriersId, putApiV2ConsumerReturnsId, putApiV2ConsumerReturnsIdMetaFields, putApiV2CustomersId, putApiV2CustomersIdCallAction, putApiV2CustomersIdCallAsyncAction, putApiV2CustomersIdMetaFields, putApiV2CustomsInfosId, putApiV2DocumentsIdCallAction, putApiV2DocumentsIdCallAsyncAction, putApiV2FilterSetsId, putApiV2FilterSetsIdBatch, putApiV2FilterSetsIdCallAction, putApiV2FilterSetsIdCallEachAction, putApiV2FilterSetsIdExport, putApiV2FilterSetsIdSnapshot, putApiV2FilterSetsUpsert, putApiV2ImporterOfRecordsId, putApiV2IncidentsId, putApiV2IncidentsIdCallAction, putApiV2ItemsId, putApiV2ItemsIdCallAction, putApiV2ItemsIdCallAsyncAction, putApiV2ItemsIdMetaFields, putApiV2LoadScacsId, putApiV2LoadsId, putApiV2LoadsIdCallAction, putApiV2LocationAuditsId, putApiV2LocationAuditsIdCallAction, putApiV2LocationTransfersId, putApiV2LocationTransfersIdCallAction, putApiV2LocationsId, putApiV2LocationsIdCallAction, putApiV2LocationsIdUpdateQuantity, putApiV2LotsId, putApiV2ManifestsIdCallAction, putApiV2MetaKeysId, putApiV2NotificationSubscriptionsId, putApiV2OrderBatchItemsIdCallAction, putApiV2OrderBatchesId, putApiV2OrderBatchesIdCallAction, putApiV2OrderBatchesIdCallAsyncAction, putApiV2OrderBatchesIdMetaFields, putApiV2OrderDocumentsId, putApiV2OrderItemsId, putApiV2OrderItemsIdCallAction, putApiV2OrderItemsIdMetaFields, putApiV2OrderItemsIdSeparate, putApiV2OrderItemsIdSplit, putApiV2OrderItemsIdWholesaleItem, putApiV2OrdersId, putApiV2OrdersIdCallAction, putApiV2OrdersIdCallAsyncAction, putApiV2OrdersIdCustomsInfo, putApiV2OrdersIdMetaFields, putApiV2OrdersIdWholesale, putApiV2OriginatorsId, putApiV2PackagesId, putApiV2PackagesIdCallAction, putApiV2PalletsId, putApiV2PalletsIdCallAction, putApiV2PartnersId, putApiV2ProjectTasksId, putApiV2ProjectsId, putApiV2ProjectsIdCallAction, putApiV2RatesId, putApiV2RatesIdCallAction, putApiV2ReturnAddressesId, putApiV2RulesId, putApiV2RulesIdCallAction, putApiV2ScancodeAliasesId, putApiV2ScancodesId, putApiV2SerialNumbersIdCallAction, putApiV2ShipnoticeItemsId, putApiV2ShipnoticeItemsIdCallAction, putApiV2ShipnoticeItemsIdCallAsyncAction, putApiV2ShipnoticeItemsIdMetaFields, putApiV2ShipnoticeItemsIdReceive, putApiV2ShipnoticesId, putApiV2ShipnoticesIdCallAction, putApiV2ShipnoticesIdCallAsyncAction, putApiV2ShipnoticesIdMetaFields, putApiV2ShippingAliasesId, putApiV2ShippingBlacklistedMethodsId, putApiV2ShippingMethodsId, putApiV2ShopsIdMetaFields, putApiV2SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV2SimulateOrdersOrderIdProcessing, putApiV2SimulateShipnoticesShipnoticeIdProcessing, putApiV2SurchargeMarkupsId, putApiV2TemplatesId, putApiV2TemplatesIdCallAction, putApiV2TemplatesIdCallAsyncAction, putApiV2TransportationMarkupsId, putApiV2UsersId, putApiV2UsersIdCallAction, putApiV2WarehouseFeaturesId, putApiV2WarehousesId, putApiV2WarehousesIdCallAction, putApiV2WarehousesIdCallAsyncAction, putApiV2WholesaleItemsId, putApiV2WholesalesId, putProcessShelfToShelfTransfer, searchTypes, setApiV21ItemAvailable, setUserCustomer, setUserWarehouse, subscribe, subscribeToUserChannel, toSentence, unsetApiV21ItemAvailable, unsetUserCustomer, unsetUserWarehouse, unsubscribe, unsubscribeFromUserChannel, userMock, waitForBatch, waitForJob, warehouseMock };
|
|
42540
|
+
export { ApiV21AccountCreatedExample, ApiV21AccountTransactionCreatedExample, ApiV21AddressCreatedExample, ApiV21BillOfLadingChildBolsExample, ApiV21BillOfLadingCreatedExample, ApiV21BillOfLadingMasterBolExample, ApiV21BroadcastCreatedExample, ApiV21BundleItemCreatedExample, ApiV21CarrierAccountCreatedExample, ApiV21CarrierCreatedExample, ApiV21ChromalistCreatedExample, ApiV21ConsumerReturnAllExample, ApiV21ConsumerReturnCreatedExample, ApiV21ConsumerReturnInTransitExample, ApiV21CountCreatedExample, ApiV21CurrencyCreatedExample, ApiV21CustomerCreatedExample, ApiV21DocumentCreatedExample, ApiV21EntitiesBillOfLadingBolType, ApiV21EntitiesBillOfLadingFreightCharge, ApiV21EntitiesChromalistChroma, ApiV21EntitiesChromalistResourceType, ApiV21EntitiesItemHazmatType, ApiV21EntitiesItemLabelFormat, ApiV21EntitiesItemLocationRole, ApiV21EntitiesItemOriginCountry, ApiV21EntitiesItemPackagingType, ApiV21EntitiesLocationRole, ApiV21EntitiesOrderIncoterm, ApiV21EntitiesOrderOrderType, ApiV21EntitiesOrderPaymentType, ApiV21EntitiesOrderStatus, ApiV21EntitiesReturnAddressCountryIso2, ApiV21EntitiesUserLocale, ApiV21EntitiesUserRole, ApiV21FilterSetCreatedExample, ApiV21ImporterOfRecordCreatedExample, ApiV21IncidentCreatedExample, ApiV21ItemBundleExample, ApiV21ItemCreatedExample, ApiV21ItemMerchExample, ApiV21ItemPackagingExample, ApiV21ItemSingleExample, ApiV21LoadClosedExample, ApiV21LoadClosedListingExample, ApiV21LoadCreatedExample, ApiV21LoadOpenNoBolExample, ApiV21LoadOpenWithBatchesExample, ApiV21LoadOpenWithBolExample, ApiV21LoadOpenWithNotesExample, ApiV21LoadScacCreatedExample, ApiV21LoadTraitCloseableAllMetExample, ApiV21LoadTraitCloseablePartialExample, ApiV21LocationAuditCreatedExample, ApiV21LocationCreatedExample, ApiV21LocationMultipleExample, ApiV21LocationSingleExample, ApiV21LotCreatedExample, ApiV21MessageCreatedExample, ApiV21MetaKeyCreatedExample, ApiV21NavNormalExample, ApiV21NotificationSubscriptionCreatedExample, ApiV21OrderAllExample, ApiV21OrderBatchInLoadExample, ApiV21OrderBatchInLoadWithBolExample, ApiV21OrderBatchInLoadWithGroupingExample, ApiV21OrderBatchWholesaleAvailableExample, ApiV21OrderCreatedExample, ApiV21OrderDocumentCreatedExample, ApiV21OrderItemCreatedExample, ApiV21OrderProcessingExample, ApiV21OriginatorCreatedExample, ApiV21PackageCreatedExample, ApiV21PalletCreatedExample, ApiV21PartnerCreatedExample, ApiV21PrepackCreatedExample, ApiV21ProjectCreatedExample, ApiV21ProjectTaskCreatedExample, ApiV21ResultCreatedExample, ApiV21ReturnAddressCreatedExample, ApiV21RuleCreatedExample, ApiV21RuleDismissalCreatedExample, ApiV21ShipnoticeAllExample, ApiV21ShipnoticeCreatedExample, ApiV21ShipnoticeInTransitExample, ApiV21ShipnoticeItemCreatedExample, ApiV21ShipnoticeProcessingExample, ApiV21ShippingAliasCreatedExample, ApiV21ShippingBlacklistedMethodCreatedExample, ApiV21ShippingMethodCreatedExample, ApiV21SurchargeMarkupCreatedExample, ApiV21TagCreatedExample, ApiV21TemplateCreatedExample, ApiV21TransportationMarkupCreatedExample, ApiV21UserCreatedExample, ApiV21WarehouseCreatedExample, ApiV21WarehouseFeatureCreatedExample, ApiV2BillOfLadingChildBolsExample, ApiV2BillOfLadingMasterBolExample, ApiV2ConsumerReturnAllExample, ApiV2ConsumerReturnInTransitExample, ApiV2CustomerNormalExample, ApiV2EntitiesBillOfLadingBolType, ApiV2EntitiesBillOfLadingFreightCharge, ApiV2EntitiesChromalistChroma, ApiV2EntitiesChromalistResourceType, ApiV2EntitiesItemHazmatType, ApiV2EntitiesItemLabelFormat, ApiV2EntitiesItemLocationRole, ApiV2EntitiesItemOriginCountry, ApiV2EntitiesItemPackagingType, ApiV2EntitiesLocationRole, ApiV2EntitiesOrderIncoterm, ApiV2EntitiesOrderOrderType, ApiV2EntitiesOrderPaymentType, ApiV2EntitiesOrderStatus, ApiV2EntitiesReturnAddressCountryIso2, ApiV2EntitiesUserLocale, ApiV2EntitiesUserRole, ApiV2ItemBundleExample, ApiV2ItemMerchExample, ApiV2ItemPackagingExample, ApiV2ItemSingleExample, ApiV2LoadClosedExample, ApiV2LoadClosedListingExample, ApiV2LoadCreatedExample, ApiV2LoadOpenNoBolExample, ApiV2LoadOpenWithBatchesExample, ApiV2LoadOpenWithBolExample, ApiV2LoadOpenWithNotesExample, ApiV2LoadTraitCloseableAllMetExample, ApiV2LoadTraitCloseablePartialExample, ApiV2LocationMultipleExample, ApiV2LocationSingleExample, ApiV2NavNormalExample, ApiV2OrderAllExample, ApiV2OrderBatchInLoadExample, ApiV2OrderBatchInLoadWithBolExample, ApiV2OrderBatchInLoadWithGroupingExample, ApiV2OrderBatchWholesaleAvailableExample, ApiV2OrderProcessingExample, ApiV2ShipnoticeAllExample, ApiV2ShipnoticeInTransitExample, ApiV2ShipnoticeProcessingExample, ApiV2UserNormalExample, ApiV2WarehouseNormalExample, ContentType, DhlPackagingType, FedExPackagingType, GetApiV21ItemsIdInboundParamsType, GetApiV21ItemsIdLocationsWithTransferCountParamsRole, GetApiV21SchemasLotsParamsSchema, GetApiV2ItemsIdInboundParamsType, GetApiV2ItemsIdLocationsWithTransferCountParamsRole, GetApiV2SchemasLotsParamsSchema, HttpClient, ItemOutboundTabs, LabeledDhlPackagingType, LabeledFedExPackagingType, LabeledHazmatTypes, LabeledRoyalMailPackagingType, LabeledUpsPackagingType, LabeledUspsPackagingType, LabeledWhiplashPackagingType, LocationRelations, PostApiV21BillOfLadingsIdAddressesRequestAddressType, PostApiV21BillOfLadingsRequestBolType, PostApiV21BillOfLadingsRequestFreightCharge, PostApiV21CarrierAccountsRequestProvider, PostApiV21ChromalistsRequestChroma, PostApiV21ChromalistsRequestResourceType, PostApiV21FilterSetsRequestType, PostApiV21ItemsIdLocationsRequestOwnerType, PostApiV21ItemsIdLocationsRequestRole, PostApiV21ItemsRequestHazmatType, PostApiV21ItemsRequestLabelFormat, PostApiV21ItemsRequestOriginCountry, PostApiV21ItemsRequestPackagingType, PostApiV21LocationAuditsRequestState, PostApiV21MetaKeysRequestOwnerType, PostApiV21MetaKeysRequestValueType, PostApiV21OrdersBulkRequestIncoterm, PostApiV21OrdersBulkRequestOrderType, PostApiV21OrdersBulkRequestPaymentType, PostApiV21OrdersBulkRequestStatus, PostApiV21OrdersRequestIncoterm, PostApiV21OrdersRequestOrderType, PostApiV21OrdersRequestPaymentType, PostApiV21OrdersRequestStatus, PostApiV21ReturnAddressesRequestCountryIso2, PostApiV21RulesRequestState, PostApiV21RulesRequestType, PostApiV21UsersRequestLocale, PostApiV21UsersRequestRole, PostApiV21UtilitiesPresignUrlRequestResourceType, PostApiV21WarehousesRequestDefaultPickStrategy, PostApiV21WarehousesRequestShippingLabelFormat, PostApiV2BillOfLadingsIdAddressesRequestAddressType, PostApiV2BillOfLadingsRequestBolType, PostApiV2BillOfLadingsRequestFreightCharge, PostApiV2CarrierAccountsRequestProvider, PostApiV2ChromalistsRequestChroma, PostApiV2ChromalistsRequestResourceType, PostApiV2FilterSetsRequestType, PostApiV2ItemsIdLocationsRequestOwnerType, PostApiV2ItemsIdLocationsRequestRole, PostApiV2ItemsRequestHazmatType, PostApiV2ItemsRequestLabelFormat, PostApiV2ItemsRequestOriginCountry, PostApiV2ItemsRequestPackagingType, PostApiV2LocationAuditsRequestState, PostApiV2MetaKeysRequestOwnerType, PostApiV2MetaKeysRequestValueType, PostApiV2OrdersBulkRequestIncoterm, PostApiV2OrdersBulkRequestOrderType, PostApiV2OrdersBulkRequestPaymentType, PostApiV2OrdersBulkRequestStatus, PostApiV2OrdersRequestIncoterm, PostApiV2OrdersRequestOrderType, PostApiV2OrdersRequestPaymentType, PostApiV2OrdersRequestStatus, PostApiV2ReturnAddressesRequestCountryIso2, PostApiV2RulesRequestState, PostApiV2RulesRequestType, PostApiV2UsersRequestLocale, PostApiV2UsersRequestRole, PostApiV2UtilitiesPresignUrlRequestResourceType, PostApiV2WarehousesRequestDefaultPickStrategy, PostApiV2WarehousesRequestShippingLabelFormat, PusherBatchResponses, PusherEventTypes, PusherJobStatus, PutApiV21BillOfLadingsIdRequestBolType, PutApiV21BillOfLadingsIdRequestFreightCharge, PutApiV21FilterSetsIdBatchRequestGroupBy, PutApiV21FilterSetsIdBatchRequestLocationRoles, PutApiV21FilterSetsIdBatchRequestPickStrategy, PutApiV21FilterSetsIdBatchRequestWaveStrategy, PutApiV21FilterSetsUpsertRequestType, PutApiV21IncidentsIdRequestHazmatType, PutApiV21IncidentsIdRequestLabelFormat, PutApiV21IncidentsIdRequestOriginCountry, PutApiV21IncidentsIdRequestPackagingType, PutApiV21ItemsIdRequestHazmatType, PutApiV21ItemsIdRequestLabelFormat, PutApiV21ItemsIdRequestOriginCountry, PutApiV21ItemsIdRequestPackagingType, PutApiV21LocationsIdRequestRole, PutApiV21LocationsIdUpdateQuantityRequestOwnerType, PutApiV21MetaKeysIdRequestOwnerType, PutApiV21MetaKeysIdRequestValueType, PutApiV21OrdersIdRequestIncoterm, PutApiV21OrdersIdRequestOrderType, PutApiV21OrdersIdRequestPaymentType, PutApiV21ReturnAddressesIdRequestCountryIso2, PutApiV21RulesIdRequestState, PutApiV21SimulateOrdersOrderIdProcessingRequestStatus, PutApiV21UsersIdRequestLocale, PutApiV21UsersIdRequestRole, PutApiV2BillOfLadingsIdRequestBolType, PutApiV2BillOfLadingsIdRequestFreightCharge, PutApiV2FilterSetsIdBatchRequestGroupBy, PutApiV2FilterSetsIdBatchRequestLocationRoles, PutApiV2FilterSetsIdBatchRequestPickStrategy, PutApiV2FilterSetsIdBatchRequestWaveStrategy, PutApiV2FilterSetsUpsertRequestType, PutApiV2IncidentsIdRequestHazmatType, PutApiV2IncidentsIdRequestLabelFormat, PutApiV2IncidentsIdRequestOriginCountry, PutApiV2IncidentsIdRequestPackagingType, PutApiV2ItemsIdRequestHazmatType, PutApiV2ItemsIdRequestLabelFormat, PutApiV2ItemsIdRequestOriginCountry, PutApiV2ItemsIdRequestPackagingType, PutApiV2LocationsIdRequestRole, PutApiV2LocationsIdUpdateQuantityRequestOwnerType, PutApiV2MetaKeysIdRequestOwnerType, PutApiV2MetaKeysIdRequestValueType, PutApiV2OrdersIdRequestIncoterm, PutApiV2OrdersIdRequestOrderType, PutApiV2OrdersIdRequestPaymentType, PutApiV2ReturnAddressesIdRequestCountryIso2, PutApiV2RulesIdRequestState, PutApiV2SimulateOrdersOrderIdProcessingRequestStatus, PutApiV2UsersIdRequestLocale, PutApiV2UsersIdRequestRole, RelationType, RoyalMailPackagingType, ShipnoticeStatus, UpsPackagingType, UspsPackagingType, WhiplashPackagingType, customerMock, deleteApiV21AccountsId, deleteApiV21AddressesId, deleteApiV21AllocationsId, deleteApiV21BillOfLadingsId, deleteApiV21BroadcastsId, deleteApiV21BundleItemsId, deleteApiV21CacheKey, deleteApiV21CarrierAccountsId, deleteApiV21CarriersId, deleteApiV21ChromalistsId, deleteApiV21ConsumerReturnsId, deleteApiV21CurrenciesId, deleteApiV21DocumentsId, deleteApiV21FilterSetsId, deleteApiV21ImporterOfRecordsId, deleteApiV21IncidentsId, deleteApiV21ItemsId, deleteApiV21LoadScacsId, deleteApiV21LoadsId, deleteApiV21LocationAdjustmentsIdTags, deleteApiV21LocationAuditsId, deleteApiV21LocationTransfersId, deleteApiV21LocationsId, deleteApiV21LotsId, deleteApiV21MetaKeysId, deleteApiV21NotificationSubscriptionsId, deleteApiV21OrderDocumentsId, deleteApiV21OrderItemsId, deleteApiV21PackagesId, deleteApiV21PalletsId, deleteApiV21PartnersId, deleteApiV21ProjectTasksId, deleteApiV21ProjectsId, deleteApiV21ReturnAddressesId, deleteApiV21RuleDismissalsId, deleteApiV21RulesId, deleteApiV21ShipnoticeItemsId, deleteApiV21ShipnoticeItemsIdTags, deleteApiV21ShipnoticesId, deleteApiV21ShippingAliasesId, deleteApiV21ShippingBlacklistedMethodsId, deleteApiV21ShippingMethodsId, deleteApiV21SurchargeMarkupsId, deleteApiV21TemplatesId, deleteApiV21TransportationMarkupsId, deleteApiV21UsersId, deleteApiV21WarehouseFeaturesId, deleteApiV21WarehousesId, deleteApiV21WholesaleItemsId, deleteApiV2AccountsId, deleteApiV2AddressesId, deleteApiV2AllocationsId, deleteApiV2BillOfLadingsId, deleteApiV2BroadcastsId, deleteApiV2BundleItemsId, deleteApiV2CacheKey, deleteApiV2CarrierAccountsId, deleteApiV2CarriersId, deleteApiV2ChromalistsId, deleteApiV2ConsumerReturnsId, deleteApiV2CurrenciesId, deleteApiV2DocumentsId, deleteApiV2FilterSetsId, deleteApiV2ImporterOfRecordsId, deleteApiV2IncidentsId, deleteApiV2ItemsId, deleteApiV2LoadScacsId, deleteApiV2LoadsId, deleteApiV2LocationAdjustmentsIdTags, deleteApiV2LocationAuditsId, deleteApiV2LocationTransfersId, deleteApiV2LocationsId, deleteApiV2LotsId, deleteApiV2MetaKeysId, deleteApiV2NotificationSubscriptionsId, deleteApiV2OrderDocumentsId, deleteApiV2OrderItemsId, deleteApiV2PackagesId, deleteApiV2PalletsId, deleteApiV2PartnersId, deleteApiV2ProjectTasksId, deleteApiV2ProjectsId, deleteApiV2ReturnAddressesId, deleteApiV2RuleDismissalsId, deleteApiV2RulesId, deleteApiV2ShipnoticeItemsId, deleteApiV2ShipnoticeItemsIdTags, deleteApiV2ShipnoticesId, deleteApiV2ShippingAliasesId, deleteApiV2ShippingBlacklistedMethodsId, deleteApiV2ShippingMethodsId, deleteApiV2SurchargeMarkupsId, deleteApiV2TemplatesId, deleteApiV2TransportationMarkupsId, deleteApiV2UsersId, deleteApiV2WarehouseFeaturesId, deleteApiV2WarehousesId, deleteApiV2WholesaleItemsId, errorHandler, generateErrorString, getAllCustomersUrl, getAllWarehousesUrl, getApi21InboundConsumerReturnUnitCount, getApi21InboundShipnoticeUnitCount, getApi21ItemLocationRoleQuantitiesByWarehouse, getApi21UnbtachedOrderCount, getApi21UserCanReleasePlan, getApiItemQuantities, getApiV21AccountTransactions, getApiV21AccountTransactionsCount, getApiV21AccountTransactionsId, getApiV21Accounts, getApiV21AccountsCount, getApiV21AccountsId, getApiV21AccountsIdAccountTransactions, getApiV21AccountsIdAudits, getApiV21AccountsIdSuggestedRefill, getApiV21Allocations, getApiV21BatchedUnshippedCount, getApiV21BillOfLadings, getApiV21BillOfLadingsActions, getApiV21BillOfLadingsId, getApiV21BillOfLadingsIdAddresses, getApiV21Broadcasts, getApiV21BroadcastsCount, getApiV21BroadcastsId, getApiV21BroadcastsLevels, getApiV21BundleItemsId, getApiV21CacheKey, getApiV21CarrierAccounts, getApiV21CarrierAccountsCount, getApiV21CarrierAccountsEasypost, getApiV21CarrierAccountsId, getApiV21CarrierAccountsIdAudits, getApiV21CarrierAccountsIdEasypostAccount, getApiV21CarrierAccountsIdMetaFields, getApiV21CarrierAccountsIdProviderAccount, getApiV21CarrierAccountsProviderAccounts, getApiV21Carriers, getApiV21CarriersId, getApiV21ChaosCpuSpin, getApiV21ChaosDbSleep, getApiV21ChaosDbSpin, getApiV21ChaosDbWrite, getApiV21ChaosRackTimeout, getApiV21ChaosSleep, getApiV21Chromalists, getApiV21ConsumerReturnIdReturnItems, getApiV21ConsumerReturns, getApiV21ConsumerReturnsAggregate, getApiV21ConsumerReturnsCount, getApiV21ConsumerReturnsId, getApiV21ConsumerReturnsIdCallTrait, getApiV21ConsumerReturnsIdIncidents, getApiV21ConsumerReturnsIdIncidentsCount, getApiV21ConsumerReturnsIdMetaFields, getApiV21ConsumerReturnsIdOriginator, getApiV21ConsumerReturnsIdTraits, getApiV21ConsumerReturnsTraits, getApiV21Currencies, getApiV21Customers, getApiV21CustomersActions, getApiV21CustomersCount, getApiV21CustomersId, getApiV21CustomersIdAudits, getApiV21CustomersIdCallTrait, getApiV21CustomersIdDefaultReturnLocationRole, getApiV21CustomersIdEnablePendingReturns, getApiV21CustomersIdGoEnabled, getApiV21CustomersIdMetaFields, getApiV21CustomersIdShops, getApiV21CustomersIdTraits, getApiV21CustomersTraits, getApiV21CustomsInfos, getApiV21CustomsInfosId, getApiV21Dashboards, getApiV21DashboardsId, getApiV21Documents, getApiV21DocumentsActions, getApiV21DocumentsId, getApiV21FilterSets, getApiV21FilterSetsCount, getApiV21FilterSetsId, getApiV21FilterSetsIdCallTrait, getApiV21FilterSetsIdResults, getApiV21FilterSetsIdResultsAggregate, getApiV21FilterSetsIdResultsCount, getApiV21FilterSetsIdTraits, getApiV21FilterSetsOptions, getApiV21FilterSetsTraits, getApiV21ImporterOfRecords, getApiV21ImporterOfRecordsId, getApiV21Incidents, getApiV21IncidentsActions, getApiV21IncidentsCount, getApiV21InvoiceItems, getApiV21InvoiceItemsCount, getApiV21InvoiceItemsId, getApiV21Invoices, getApiV21InvoicesCount, getApiV21InvoicesId, getApiV21InvoicesIdCallTrait, getApiV21InvoicesIdTraits, getApiV21InvoicesTraits, getApiV21ItemOutboundInfo, getApiV21ItemQuantitiesByRoles, getApiV21Items, getApiV21ItemsActions, getApiV21ItemsAggregate, getApiV21ItemsCount, getApiV21ItemsHazmatTypes, getApiV21ItemsId, getApiV21ItemsIdAudits, getApiV21ItemsIdBundleItems, getApiV21ItemsIdCallTrait, getApiV21ItemsIdInBundles, getApiV21ItemsIdInbound, getApiV21ItemsIdIncidents, getApiV21ItemsIdIncidentsCount, getApiV21ItemsIdLocations, getApiV21ItemsIdLocationsCount, getApiV21ItemsIdLocationsWithTransferCount, getApiV21ItemsIdMessages, getApiV21ItemsIdMessagesCount, getApiV21ItemsIdMetaFields, getApiV21ItemsIdOriginators, getApiV21ItemsIdOriginatorsCount, getApiV21ItemsIdScancodeAliases, getApiV21ItemsIdScancodes, getApiV21ItemsIdScancodesCount, getApiV21ItemsIdShipnoticeItems, getApiV21ItemsIdShipnoticeItemsCount, getApiV21ItemsIdTraits, getApiV21ItemsIdTransactions, getApiV21ItemsIdTransactionsCount, getApiV21ItemsIdTransactionsExport, getApiV21ItemsIdWarehouseQuantities, getApiV21ItemsTraits, getApiV21LoadScacs, getApiV21LoadScacsCount, getApiV21LoadScacsId, getApiV21Loads, getApiV21LoadsActions, getApiV21LoadsCount, getApiV21LoadsExtended, getApiV21LoadsId, getApiV21LoadsIdCallTrait, getApiV21LoadsIdOrderBatches, getApiV21LoadsIdTraits, getApiV21LoadsTraits, getApiV21Locales, getApiV21LocationAdjustments, getApiV21LocationAdjustmentsCount, getApiV21LocationAdjustmentsId, getApiV21LocationAdjustmentsIdTags, getApiV21LocationAudits, getApiV21LocationAuditsAggregate, getApiV21LocationAuditsCount, getApiV21LocationAuditsId, getApiV21LocationAuditsIdAllocations, getApiV21LocationTransfers, getApiV21LocationTransfersAggregate, getApiV21LocationTransfersCount, getApiV21LocationTransfersId, getApiV21LocationTransfersIdAllocations, getApiV21Locations, getApiV21LocationsActions, getApiV21LocationsAggregate, getApiV21LocationsCount, getApiV21LocationsExtended, getApiV21LocationsId, getApiV21LocationsIdAudits, getApiV21LocationsIdIncidents, getApiV21LocationsIdIncidentsCount, getApiV21Lots, getApiV21LotsCount, getApiV21LotsExtended, getApiV21LotsId, getApiV21LotsIdAudits, getApiV21Manifests, getApiV21ManifestsCount, getApiV21ManifestsId, getApiV21ManifestsIdBatch, getApiV21ManifestsIdScanForm, getApiV21Me, getApiV21MetaKeys, getApiV21MetaKeysCount, getApiV21MetaKeysId, getApiV21Nav, getApiV21NavItems, getApiV21NotificationEvents, getApiV21NotificationEventsId, getApiV21NotificationSubscriptions, getApiV21NotificationSubscriptionsCount, getApiV21NotificationSubscriptionsId, getApiV21NotificationSubscriptionsIdAudits, getApiV21NotificationSubscriptionsIdTest, getApiV21OrderBatchItems, getApiV21OrderBatchItemsAggregate, getApiV21OrderBatchRequests, getApiV21OrderBatchRequestsCount, getApiV21OrderBatchRequestsExtended, getApiV21OrderBatchRequestsId, getApiV21OrderBatches, getApiV21OrderBatchesActions, getApiV21OrderBatchesAggregate, getApiV21OrderBatchesExtended, getApiV21OrderBatchesId, getApiV21OrderBatchesIdAudits, getApiV21OrderBatchesIdCallTrait, getApiV21OrderBatchesIdIncidents, getApiV21OrderBatchesIdIncidentsCount, getApiV21OrderBatchesIdMetaFields, getApiV21OrderBatchesIdOrderBatchItems, getApiV21OrderBatchesIdOrderCountsByStatus, getApiV21OrderBatchesIdPackedPercent, getApiV21OrderBatchesIdPackingslips, getApiV21OrderBatchesIdPublicPackingslipUrl, getApiV21OrderBatchesIdPublicPicklistUrl, getApiV21OrderBatchesIdSummary, getApiV21OrderBatchesIdTraits, getApiV21OrderBatchesTraits, getApiV21OrderDocumentsId, getApiV21OrderItems, getApiV21OrderItemsActions, getApiV21OrderItemsAggregate, getApiV21OrderItemsId, getApiV21OrderItemsIdAudits, getApiV21OrderItemsIdLots, getApiV21OrderItemsIdMetaFields, getApiV21OrderItemsIdOriginator, getApiV21OrderItemsIdSerialNumbers, getApiV21OrderItemsIdWholesaleItem, getApiV21OrderTotes, getApiV21OrderTotesCodeOrderItems, getApiV21OrderTotesCodeOrderItemsCount, getApiV21OrderTotesCodeOrders, getApiV21OrderTotesCodeOrdersCount, getApiV21Orders, getApiV21OrdersActions, getApiV21OrdersAggregate, getApiV21OrdersCount, getApiV21OrdersId, getApiV21OrdersIdAudits, getApiV21OrdersIdCallTrait, getApiV21OrdersIdCommercialInvoice, getApiV21OrdersIdCustomsInfo, getApiV21OrdersIdEvents, getApiV21OrdersIdEventsCount, getApiV21OrdersIdHasGlobalEInvoice, getApiV21OrdersIdHasOuterPackaging, getApiV21OrdersIdIncidents, getApiV21OrdersIdIncidentsCount, getApiV21OrdersIdLots, getApiV21OrdersIdMessages, getApiV21OrdersIdMessagesCount, getApiV21OrdersIdMeta, getApiV21OrdersIdMetaFields, getApiV21OrdersIdOrderDocuments, getApiV21OrdersIdOrderItems, getApiV21OrdersIdOrderItemsCount, getApiV21OrdersIdOriginator, getApiV21OrdersIdPackages, getApiV21OrdersIdPackagesCount, getApiV21OrdersIdPackingRulesWithSuggestedItems, getApiV21OrdersIdPackingslip, getApiV21OrdersIdPublicInsertUrl, getApiV21OrdersIdPublicPackingslipUrl, getApiV21OrdersIdRuleDismissals, getApiV21OrdersIdSerialNumbers, getApiV21OrdersIdShipmentRates, getApiV21OrdersIdShippingRates, getApiV21OrdersIdShippingWeight, getApiV21OrdersIdSkipPackingslip, getApiV21OrdersIdToteCode, getApiV21OrdersIdTraits, getApiV21OrdersIdWholesale, getApiV21OrdersOrderTypes, getApiV21OrdersTraits, getApiV21Originators, getApiV21OriginatorsIdAudits, getApiV21Packages, getApiV21PackagesActions, getApiV21PackagesAggregate, getApiV21PackagesId, getApiV21PackagesIdAudits, getApiV21PackagesIdCallTrait, getApiV21PackagesIdShipment, getApiV21PackagesIdTraits, getApiV21PackagesTraits, getApiV21Pallets, getApiV21PalletsCount, getApiV21PalletsId, getApiV21PalletsIdPackages, getApiV21Partners, getApiV21PartnersCount, getApiV21PartnersId, getApiV21ProjectTasksId, getApiV21Projects, getApiV21ProjectsCount, getApiV21ProjectsId, getApiV21ProjectsIdProjectTasks, getApiV21ProjectsIdProjectTasksCount, getApiV21PublicCarrierStatus, getApiV21PublicNotificationEvents, getApiV21PublicStatus, getApiV21Rates, getApiV21RatesCount, getApiV21RatesId, getApiV21RatesIdAudits, getApiV21ReasonCodes, getApiV21ReasonCodesId, getApiV21RelocateInventoryTransfers, getApiV21RelocateInventoryTransfersCount, getApiV21ReturnAddresses, getApiV21ReturnAddressesId, getApiV21Rules, getApiV21RulesCount, getApiV21RulesId, getApiV21RulesIdAudits, getApiV21RulesIdHistory, getApiV21ScancodeAliases, getApiV21Scancodes, getApiV21SchemasLots, getApiV21SerialNumbers, getApiV21SerialNumbersActions, getApiV21ShipNoticeItemTotalReceivedAllocated, getApiV21ShipnoticeItems, getApiV21ShipnoticeItemsActions, getApiV21ShipnoticeItemsAggregate, getApiV21ShipnoticeItemsCount, getApiV21ShipnoticeItemsId, getApiV21ShipnoticeItemsIdAllocations, getApiV21ShipnoticeItemsIdAudits, getApiV21ShipnoticeItemsIdCallTrait, getApiV21ShipnoticeItemsIdLocations, getApiV21ShipnoticeItemsIdMetaFields, getApiV21ShipnoticeItemsIdOriginator, getApiV21ShipnoticeItemsIdReceived, getApiV21ShipnoticeItemsIdTags, getApiV21ShipnoticeItemsIdTraits, getApiV21ShipnoticeItemsTraits, getApiV21Shipnotices, getApiV21ShipnoticesActions, getApiV21ShipnoticesAggregate, getApiV21ShipnoticesCount, getApiV21ShipnoticesId, getApiV21ShipnoticesIdAudits, getApiV21ShipnoticesIdCallTrait, getApiV21ShipnoticesIdCustomerReservedReceiving, getApiV21ShipnoticesIdIncidents, getApiV21ShipnoticesIdIncidentsCount, getApiV21ShipnoticesIdMessages, getApiV21ShipnoticesIdMessagesCount, getApiV21ShipnoticesIdMetaFields, getApiV21ShipnoticesIdOrdersWaiting, getApiV21ShipnoticesIdOriginator, getApiV21ShipnoticesIdShipnoticeItems, getApiV21ShipnoticesIdShipnoticeItemsCount, getApiV21ShipnoticesIdTraits, getApiV21ShipnoticesTraits, getApiV21ShippingAliases, getApiV21ShippingAliasesCount, getApiV21ShippingAliasesId, getApiV21ShippingAliasesIdAudits, getApiV21ShippingBlacklistedMethods, getApiV21ShippingBlacklistedMethodsCount, getApiV21ShippingBlacklistedMethodsId, getApiV21ShippingMethodMarkupsIdAudits, getApiV21ShippingMethods, getApiV21ShippingMethodsCount, getApiV21ShippingMethodsId, getApiV21ShopsIdAudits, getApiV21ShopsIdMetaFields, getApiV21SipnoticeItemReceivingTimeline, getApiV21StatsAppConfig, getApiV21StatsSidekiq, getApiV21StatsSidekiqBatchStatusId, getApiV21StatsSidekiqName, getApiV21SurchargeMarkups, getApiV21SurchargeMarkupsCount, getApiV21SurchargeMarkupsId, getApiV21TemplateTypes, getApiV21Templates, getApiV21TemplatesId, getApiV21TemplatesIdAudits, getApiV21TemplatesIdRenderResourceId, getApiV21TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV21TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV21TransactionsIdAudits, getApiV21TransportationMarkups, getApiV21TransportationMarkupsCount, getApiV21TransportationMarkupsId, getApiV21Users, getApiV21UsersBroadcasts, getApiV21UsersCount, getApiV21UsersId, getApiV21UsersIdAudits, getApiV21UsersIdCallTrait, getApiV21UsersIdTraits, getApiV21UsersJwt, getApiV21UsersTraits, getApiV21WarehouseFeatures, getApiV21WarehouseFeaturesCount, getApiV21WarehouseFeaturesId, getApiV21Warehouses, getApiV21WarehousesActions, getApiV21WarehousesAddresses, getApiV21WarehousesCount, getApiV21WarehousesId, getApiV21WarehousesIdCallTrait, getApiV21WarehousesIdCarrierAccounts, getApiV21WarehousesIdTraits, getApiV21WarehousesTraits, getApiV21WholesaleItems, getApiV21WholesaleItemsId, getApiV21Wholesales, getApiV21WholesalesAddresses, getApiV21WholesalesId, getApiV2AccountTransactions, getApiV2AccountTransactionsCount, getApiV2AccountTransactionsId, getApiV2Accounts, getApiV2AccountsCount, getApiV2AccountsId, getApiV2AccountsIdAccountTransactions, getApiV2AccountsIdAudits, getApiV2AccountsIdSuggestedRefill, getApiV2Allocations, getApiV2BillOfLadings, getApiV2BillOfLadingsActions, getApiV2BillOfLadingsId, getApiV2BillOfLadingsIdAddresses, getApiV2Broadcasts, getApiV2BroadcastsCount, getApiV2BroadcastsId, getApiV2BroadcastsLevels, getApiV2BundleItemsId, getApiV2CacheKey, getApiV2CarrierAccounts, getApiV2CarrierAccountsCount, getApiV2CarrierAccountsEasypost, getApiV2CarrierAccountsId, getApiV2CarrierAccountsIdAudits, getApiV2CarrierAccountsIdEasypostAccount, getApiV2CarrierAccountsIdMetaFields, getApiV2CarrierAccountsIdProviderAccount, getApiV2CarrierAccountsProviderAccounts, getApiV2Carriers, getApiV2CarriersId, getApiV2ChaosCpuSpin, getApiV2ChaosDbSleep, getApiV2ChaosDbSpin, getApiV2ChaosDbWrite, getApiV2ChaosRackTimeout, getApiV2ChaosSleep, getApiV2Chromalists, getApiV2ConsumerReturns, getApiV2ConsumerReturnsAggregate, getApiV2ConsumerReturnsCount, getApiV2ConsumerReturnsId, getApiV2ConsumerReturnsIdCallTrait, getApiV2ConsumerReturnsIdIncidents, getApiV2ConsumerReturnsIdIncidentsCount, getApiV2ConsumerReturnsIdMetaFields, getApiV2ConsumerReturnsIdOriginator, getApiV2ConsumerReturnsIdTraits, getApiV2ConsumerReturnsTraits, getApiV2Currencies, getApiV2Customers, getApiV2CustomersActions, getApiV2CustomersCount, getApiV2CustomersId, getApiV2CustomersIdAudits, getApiV2CustomersIdCallTrait, getApiV2CustomersIdMetaFields, getApiV2CustomersIdShops, getApiV2CustomersIdTraits, getApiV2CustomersTraits, getApiV2CustomsInfos, getApiV2CustomsInfosId, getApiV2Dashboards, getApiV2DashboardsId, getApiV2Documents, getApiV2DocumentsActions, getApiV2DocumentsId, getApiV2FilterSets, getApiV2FilterSetsCount, getApiV2FilterSetsId, getApiV2FilterSetsIdCallTrait, getApiV2FilterSetsIdResults, getApiV2FilterSetsIdResultsAggregate, getApiV2FilterSetsIdResultsCount, getApiV2FilterSetsIdTraits, getApiV2FilterSetsOptions, getApiV2FilterSetsTraits, getApiV2ImporterOfRecords, getApiV2ImporterOfRecordsId, getApiV2Incidents, getApiV2IncidentsActions, getApiV2IncidentsCount, getApiV2InvoiceItems, getApiV2InvoiceItemsCount, getApiV2InvoiceItemsId, getApiV2Invoices, getApiV2InvoicesCount, getApiV2InvoicesId, getApiV2InvoicesIdCallTrait, getApiV2InvoicesIdTraits, getApiV2InvoicesTraits, getApiV2ItemRules, getApiV2Items, getApiV2ItemsActions, getApiV2ItemsAggregate, getApiV2ItemsCount, getApiV2ItemsHazmatTypes, getApiV2ItemsId, getApiV2ItemsIdAudits, getApiV2ItemsIdBundleItems, getApiV2ItemsIdCallTrait, getApiV2ItemsIdInBundles, getApiV2ItemsIdInbound, getApiV2ItemsIdIncidents, getApiV2ItemsIdIncidentsCount, getApiV2ItemsIdLocations, getApiV2ItemsIdLocationsCount, getApiV2ItemsIdLocationsWithTransferCount, getApiV2ItemsIdMessages, getApiV2ItemsIdMessagesCount, getApiV2ItemsIdMetaFields, getApiV2ItemsIdOriginators, getApiV2ItemsIdOriginatorsCount, getApiV2ItemsIdScancodeAliases, getApiV2ItemsIdScancodes, getApiV2ItemsIdScancodesCount, getApiV2ItemsIdShipnoticeItems, getApiV2ItemsIdShipnoticeItemsCount, getApiV2ItemsIdTraits, getApiV2ItemsIdTransactions, getApiV2ItemsIdTransactionsCount, getApiV2ItemsIdTransactionsExport, getApiV2ItemsIdWarehouseQuantities, getApiV2ItemsTraits, getApiV2LoadScacs, getApiV2LoadScacsCount, getApiV2LoadScacsId, getApiV2Loads, getApiV2LoadsActions, getApiV2LoadsCount, getApiV2LoadsId, getApiV2LoadsIdCallTrait, getApiV2LoadsIdOrderBatches, getApiV2LoadsIdTraits, getApiV2LoadsTraits, getApiV2Locales, getApiV2LocationAdjustments, getApiV2LocationAdjustmentsCount, getApiV2LocationAdjustmentsId, getApiV2LocationAdjustmentsIdTags, getApiV2LocationAudits, getApiV2LocationAuditsAggregate, getApiV2LocationAuditsCount, getApiV2LocationAuditsId, getApiV2LocationAuditsIdAllocations, getApiV2LocationTransfers, getApiV2LocationTransfersAggregate, getApiV2LocationTransfersCount, getApiV2LocationTransfersId, getApiV2LocationTransfersIdAllocations, getApiV2Locations, getApiV2LocationsActions, getApiV2LocationsAggregate, getApiV2LocationsCount, getApiV2LocationsId, getApiV2LocationsIdAudits, getApiV2LocationsIdIncidents, getApiV2LocationsIdIncidentsCount, getApiV2Lots, getApiV2LotsCount, getApiV2LotsId, getApiV2LotsIdAudits, getApiV2Manifests, getApiV2ManifestsCount, getApiV2ManifestsId, getApiV2ManifestsIdBatch, getApiV2ManifestsIdScanForm, getApiV2Me, getApiV2MetaKeys, getApiV2MetaKeysCount, getApiV2MetaKeysId, getApiV2Nav, getApiV2NavItems, getApiV2NotificationEvents, getApiV2NotificationEventsId, getApiV2NotificationSubscriptions, getApiV2NotificationSubscriptionsCount, getApiV2NotificationSubscriptionsId, getApiV2NotificationSubscriptionsIdAudits, getApiV2NotificationSubscriptionsIdTest, getApiV2OrderBatchItems, getApiV2OrderBatchItemsAggregate, getApiV2OrderBatchRequests, getApiV2OrderBatchRequestsCount, getApiV2OrderBatchRequestsId, getApiV2OrderBatches, getApiV2OrderBatchesActions, getApiV2OrderBatchesAggregate, getApiV2OrderBatchesId, getApiV2OrderBatchesIdAudits, getApiV2OrderBatchesIdCallTrait, getApiV2OrderBatchesIdIncidents, getApiV2OrderBatchesIdIncidentsCount, getApiV2OrderBatchesIdMetaFields, getApiV2OrderBatchesIdOrderBatchItems, getApiV2OrderBatchesIdPackingslips, getApiV2OrderBatchesIdTraits, getApiV2OrderBatchesTraits, getApiV2OrderDocumentsId, getApiV2OrderItems, getApiV2OrderItemsActions, getApiV2OrderItemsAggregate, getApiV2OrderItemsId, getApiV2OrderItemsIdAudits, getApiV2OrderItemsIdLots, getApiV2OrderItemsIdMetaFields, getApiV2OrderItemsIdOriginator, getApiV2OrderItemsIdSerialNumbers, getApiV2OrderItemsIdWholesaleItem, getApiV2OrderTotes, getApiV2OrderTotesCodeOrderItems, getApiV2OrderTotesCodeOrderItemsCount, getApiV2OrderTotesCodeOrders, getApiV2OrderTotesCodeOrdersCount, getApiV2Orders, getApiV2OrdersActions, getApiV2OrdersAggregate, getApiV2OrdersCount, getApiV2OrdersId, getApiV2OrdersIdAudits, getApiV2OrdersIdCallTrait, getApiV2OrdersIdCustomsInfo, getApiV2OrdersIdEvents, getApiV2OrdersIdEventsCount, getApiV2OrdersIdIncidents, getApiV2OrdersIdIncidentsCount, getApiV2OrdersIdLots, getApiV2OrdersIdMessages, getApiV2OrdersIdMessagesCount, getApiV2OrdersIdMeta, getApiV2OrdersIdMetaFields, getApiV2OrdersIdOrderDocuments, getApiV2OrdersIdOrderItems, getApiV2OrdersIdOrderItemsCount, getApiV2OrdersIdOriginator, getApiV2OrdersIdPackages, getApiV2OrdersIdPackagesCount, getApiV2OrdersIdPackingslip, getApiV2OrdersIdRuleDismissals, getApiV2OrdersIdSerialNumbers, getApiV2OrdersIdShipmentRates, getApiV2OrdersIdShippingRates, getApiV2OrdersIdShippingWeight, getApiV2OrdersIdTraits, getApiV2OrdersIdWholesale, getApiV2OrdersOrderTypes, getApiV2OrdersTraits, getApiV2Originators, getApiV2OriginatorsIdAudits, getApiV2Packages, getApiV2PackagesActions, getApiV2PackagesAggregate, getApiV2PackagesId, getApiV2PackagesIdAudits, getApiV2PackagesIdCallTrait, getApiV2PackagesIdShipment, getApiV2PackagesIdTraits, getApiV2PackagesTraits, getApiV2Pallets, getApiV2PalletsCount, getApiV2PalletsId, getApiV2PalletsIdPackages, getApiV2Partners, getApiV2PartnersCount, getApiV2PartnersId, getApiV2ProjectTasksId, getApiV2Projects, getApiV2ProjectsCount, getApiV2ProjectsId, getApiV2ProjectsIdProjectTasks, getApiV2ProjectsIdProjectTasksCount, getApiV2PublicCarrierStatus, getApiV2PublicNotificationEvents, getApiV2PublicStatus, getApiV2Rates, getApiV2RatesCount, getApiV2RatesId, getApiV2RatesIdAudits, getApiV2ReasonCodes, getApiV2ReasonCodesId, getApiV2RelocateInventoryTransfers, getApiV2RelocateInventoryTransfersCount, getApiV2ReturnAddresses, getApiV2ReturnAddressesId, getApiV2Rules, getApiV2RulesCount, getApiV2RulesId, getApiV2RulesIdAudits, getApiV2RulesIdHistory, getApiV2ScancodeAliases, getApiV2Scancodes, getApiV2SchemasLots, 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, getApiV2ShipnoticesTraits, getApiV2ShippingAliases, getApiV2ShippingAliasesCount, getApiV2ShippingAliasesId, getApiV2ShippingAliasesIdAudits, getApiV2ShippingBlacklistedMethods, getApiV2ShippingBlacklistedMethodsCount, getApiV2ShippingBlacklistedMethodsId, getApiV2ShippingMethodMarkupsIdAudits, getApiV2ShippingMethods, getApiV2ShippingMethodsCount, getApiV2ShippingMethodsId, getApiV2ShopsIdAudits, getApiV2ShopsIdMetaFields, getApiV2StatsAppConfig, getApiV2StatsSidekiq, getApiV2StatsSidekiqBatchStatusId, getApiV2StatsSidekiqName, getApiV2SurchargeMarkups, getApiV2SurchargeMarkupsCount, getApiV2SurchargeMarkupsId, getApiV2TemplateTypes, getApiV2Templates, getApiV2TemplatesId, getApiV2TemplatesIdAudits, getApiV2TemplatesIdRenderResourceId, getApiV2TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV2TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV2TransactionsIdAudits, getApiV2TransportationMarkups, getApiV2TransportationMarkupsCount, getApiV2TransportationMarkupsId, getApiV2Users, getApiV2UsersBroadcasts, getApiV2UsersCount, getApiV2UsersId, getApiV2UsersIdAudits, getApiV2UsersIdCallTrait, getApiV2UsersIdTraits, getApiV2UsersJwt, getApiV2UsersTraits, getApiV2WarehouseFeatures, getApiV2WarehouseFeaturesCount, getApiV2WarehouseFeaturesId, getApiV2Warehouses, getApiV2WarehousesActions, getApiV2WarehousesAddresses, getApiV2WarehousesCount, getApiV2WarehousesId, getApiV2WarehousesIdCallTrait, getApiV2WarehousesIdCarrierAccounts, getApiV2WarehousesIdTraits, getApiV2WarehousesTraits, getApiV2WholesaleItems, getApiV2WholesaleItemsId, getApiV2Wholesales, getApiV2WholesalesAddresses, getApiV2WholesalesId, getBroadcastFromPusherResponse, getLocaleUrl, getLogoutUrl, getNavDataUrlBySlug, getPartnerBillingUrl, getSearchUrl, getUserChannelName, getUserSummary, getWarehouseIdOpenBatchesAgainstShelf, getWarehouseIdValidForDuplicatedLotRelocate, handleApiError, labeledSearchTypes, loadDirectlyRelatedObjects, loadIndirectlyRelatedObjects, loadRelatedObjects, multiPageGet, multiPageGetApiV21Documents, multiPageGetApiV21OrderBatchItems, multiPageGetApiV21OrderItems, multiPageGetApiV21Orders, multiPageGetApiV21SerialNumbers, navMock, postApiV21Accounts, postApiV21AccountsIdAccountTransactions, postApiV21BillOfLadings, postApiV21BillOfLadingsIdAddresses, postApiV21Broadcasts, postApiV21Cache, postApiV21CarrierAccounts, postApiV21Carriers, postApiV21Chromalists, postApiV21ConsumerReturns, postApiV21ConsumerReturnsBulk, postApiV21ConsumerReturnsIdIncidents, postApiV21Currencies, postApiV21Customers, postApiV21Documents, postApiV21FilterSets, postApiV21ImporterOfRecords, postApiV21Incidents, postApiV21Items, postApiV21ItemsIdBundleItems, postApiV21ItemsIdIncidents, postApiV21ItemsIdLocations, postApiV21ItemsIdMessages, postApiV21ItemsIdOriginators, postApiV21LoadScacs, postApiV21Loads, postApiV21LocationAdjustments, postApiV21LocationAdjustmentsIdTags, postApiV21LocationAudits, postApiV21LocationTransfers, postApiV21LocationsIdIncidents, postApiV21Lots, postApiV21Manifests, postApiV21MetaKeys, postApiV21NotificationSubscriptions, postApiV21OrderBatchesIdIncidents, postApiV21Orders, postApiV21OrdersBulk, postApiV21OrdersIdDuplicate, postApiV21OrdersIdIncidents, postApiV21OrdersIdMessages, postApiV21OrdersIdOrderDocuments, postApiV21OrdersIdOrderItems, postApiV21OrdersIdPackages, postApiV21OrdersIdRuleDismissals, postApiV21Pallets, postApiV21Partners, postApiV21Prepacks, postApiV21Projects, postApiV21ProjectsIdProjectTasks, postApiV21Rates, postApiV21ReturnAddresses, postApiV21Rules, postApiV21ShipnoticeItemsIdTags, postApiV21Shipnotices, postApiV21ShipnoticesBulk, postApiV21ShipnoticesIdIncidents, postApiV21ShipnoticesIdMessages, postApiV21ShipnoticesIdShipnoticeItems, postApiV21ShippingAliases, postApiV21ShippingBlacklistedMethods, postApiV21ShippingMethods, postApiV21SimulateConsumerReturnsCreate, postApiV21SimulateOrdersCreate, postApiV21SimulateShipnoticesCreate, postApiV21SurchargeMarkups, postApiV21Templates, postApiV21TransportationMarkups, postApiV21Users, postApiV21UsersAuthorize, postApiV21UtilitiesPresignUrl, postApiV21UtilitiesPublicUrl, postApiV21UtilsPublicUrl, postApiV21WarehouseFeatures, postApiV21Warehouses, postApiV2Accounts, postApiV2AccountsIdAccountTransactions, postApiV2BillOfLadings, postApiV2BillOfLadingsIdAddresses, postApiV2Broadcasts, postApiV2Cache, postApiV2CarrierAccounts, postApiV2Carriers, postApiV2Chromalists, postApiV2ConsumerReturns, postApiV2ConsumerReturnsBulk, postApiV2ConsumerReturnsIdIncidents, postApiV2Currencies, postApiV2Customers, postApiV2Documents, postApiV2FilterSets, postApiV2ImporterOfRecords, postApiV2Incidents, postApiV2Items, postApiV2ItemsIdBundleItems, postApiV2ItemsIdIncidents, postApiV2ItemsIdLocations, postApiV2ItemsIdMessages, postApiV2ItemsIdOriginators, postApiV2LoadScacs, postApiV2Loads, postApiV2LocationAdjustments, postApiV2LocationAdjustmentsIdTags, postApiV2LocationAudits, postApiV2LocationTransfers, postApiV2LocationsIdIncidents, postApiV2Lots, postApiV2Manifests, postApiV2MetaKeys, postApiV2NotificationSubscriptions, postApiV2OrderBatchesIdIncidents, postApiV2Orders, postApiV2OrdersBulk, postApiV2OrdersIdDuplicate, postApiV2OrdersIdIncidents, postApiV2OrdersIdMessages, postApiV2OrdersIdOrderDocuments, postApiV2OrdersIdOrderItems, postApiV2OrdersIdPackages, postApiV2OrdersIdRuleDismissals, postApiV2Pallets, 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, putApiV21AddressesId, putApiV21BillOfLadingsId, putApiV21BillOfLadingsIdCallAction, putApiV21BroadcastsId, putApiV21BroadcastsIdConsume, putApiV21BroadcastsIdExpire, putApiV21BundleItemsId, putApiV21CarrierAccountsId, putApiV21CarrierAccountsIdMetaFields, putApiV21CarriersId, putApiV21ConsumerReturnsId, putApiV21ConsumerReturnsIdMetaFields, putApiV21CustomersId, putApiV21CustomersIdCallAction, putApiV21CustomersIdCallAsyncAction, putApiV21CustomersIdMetaFields, putApiV21CustomsInfosId, putApiV21DocumentsIdCallAction, putApiV21DocumentsIdCallAsyncAction, putApiV21FilterSetsId, putApiV21FilterSetsIdBatch, putApiV21FilterSetsIdCallAction, putApiV21FilterSetsIdCallEachAction, putApiV21FilterSetsIdExport, putApiV21FilterSetsIdSnapshot, putApiV21FilterSetsUpsert, putApiV21ImporterOfRecordsId, putApiV21IncidentsId, putApiV21IncidentsIdCallAction, putApiV21ItemsId, putApiV21ItemsIdCallAction, putApiV21ItemsIdCallAsyncAction, putApiV21ItemsIdMetaFields, putApiV21LoadScacsId, putApiV21LoadsId, putApiV21LoadsIdCallAction, putApiV21LoadsIdGenerateBol, putApiV21LocationAuditsId, putApiV21LocationAuditsIdCallAction, putApiV21LocationTransfersId, putApiV21LocationTransfersIdCallAction, putApiV21LocationsId, putApiV21LocationsIdCallAction, putApiV21LocationsIdUpdateQuantity, putApiV21LocationsReassign, putApiV21LocationsRoleConvert, putApiV21LotsId, putApiV21ManifestsIdCallAction, putApiV21MetaKeysId, putApiV21NotificationSubscriptionsId, putApiV21OrderBatchItemsIdCallAction, putApiV21OrderBatchesId, putApiV21OrderBatchesIdCallAction, putApiV21OrderBatchesIdCallAsyncAction, putApiV21OrderBatchesIdForcePick, putApiV21OrderBatchesIdGenerateBol, putApiV21OrderBatchesIdMetaFields, putApiV21OrderBatchesIdReleaseUnshipped, putApiV21OrderBatchesIdSetCache, putApiV21OrderBatchesIdbuyLabels, putApiV21OrderDocumentsId, putApiV21OrderItemsId, putApiV21OrderItemsIdCallAction, putApiV21OrderItemsIdMetaFields, putApiV21OrderItemsIdSeparate, putApiV21OrderItemsIdSplit, putApiV21OrderItemsIdWholesaleItem, putApiV21OrdersId, putApiV21OrdersIdBatch, putApiV21OrdersIdCallAction, putApiV21OrdersIdCallAsyncAction, putApiV21OrdersIdCustomsInfo, putApiV21OrdersIdMetaFields, putApiV21OrdersIdPackItem, putApiV21OrdersIdWholesale, putApiV21OriginatorsId, putApiV21PackagesId, putApiV21PackagesIdCallAction, putApiV21PalletsId, putApiV21PalletsIdCallAction, putApiV21PartnersId, putApiV21ProjectTasksId, putApiV21ProjectsId, putApiV21ProjectsIdCallAction, putApiV21RatesId, putApiV21RatesIdCallAction, putApiV21ReturnAddressesId, putApiV21RulesId, putApiV21RulesIdCallAction, putApiV21ScancodeAliasesId, putApiV21ScancodesId, putApiV21SerialNumbersIdCallAction, putApiV21SerialNumbersIdRestore, putApiV21ShipnoticeItemIdDeleteSerials, putApiV21ShipnoticeItemsId, putApiV21ShipnoticeItemsIdCallAction, putApiV21ShipnoticeItemsIdCallAsyncAction, putApiV21ShipnoticeItemsIdMetaFields, putApiV21ShipnoticeItemsIdReceive, putApiV21ShipnoticesId, putApiV21ShipnoticesIdBulkReceive, putApiV21ShipnoticesIdBulkReceiveAsync, putApiV21ShipnoticesIdCallAction, putApiV21ShipnoticesIdCallAsyncAction, putApiV21ShipnoticesIdMetaFields, putApiV21ShippingAliasesId, putApiV21ShippingBlacklistedMethodsId, putApiV21ShippingMethodsId, putApiV21ShopsIdMetaFields, putApiV21SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV21SimulateOrdersOrderIdProcessing, putApiV21SimulateShipnoticesShipnoticeIdProcessing, putApiV21SurchargeMarkupsId, putApiV21TemplatesId, putApiV21TemplatesIdCallAction, putApiV21TemplatesIdCallAsyncAction, putApiV21TransportationMarkupsId, putApiV21UsersId, putApiV21UsersIdCallAction, putApiV21WarehouseFeaturesId, putApiV21WarehousesId, putApiV21WarehousesIdCallAction, putApiV21WarehousesIdCallAsyncAction, putApiV21WholesaleItemsId, putApiV21WholesalesId, putApiV2AccountsId, putApiV2AddressesId, putApiV2BillOfLadingsId, putApiV2BillOfLadingsIdCallAction, putApiV2BroadcastsId, putApiV2BroadcastsIdConsume, putApiV2BroadcastsIdExpire, putApiV2BundleItemsId, putApiV2CarrierAccountsId, putApiV2CarrierAccountsIdMetaFields, putApiV2CarriersId, putApiV2ConsumerReturnsId, putApiV2ConsumerReturnsIdMetaFields, putApiV2CustomersId, putApiV2CustomersIdCallAction, putApiV2CustomersIdCallAsyncAction, putApiV2CustomersIdMetaFields, putApiV2CustomsInfosId, putApiV2DocumentsIdCallAction, putApiV2DocumentsIdCallAsyncAction, putApiV2FilterSetsId, putApiV2FilterSetsIdBatch, putApiV2FilterSetsIdCallAction, putApiV2FilterSetsIdCallEachAction, putApiV2FilterSetsIdExport, putApiV2FilterSetsIdSnapshot, putApiV2FilterSetsUpsert, putApiV2ImporterOfRecordsId, putApiV2IncidentsId, putApiV2IncidentsIdCallAction, putApiV2ItemsId, putApiV2ItemsIdCallAction, putApiV2ItemsIdCallAsyncAction, putApiV2ItemsIdMetaFields, putApiV2LoadScacsId, putApiV2LoadsId, putApiV2LoadsIdCallAction, putApiV2LocationAuditsId, putApiV2LocationAuditsIdCallAction, putApiV2LocationTransfersId, putApiV2LocationTransfersIdCallAction, putApiV2LocationsId, putApiV2LocationsIdCallAction, putApiV2LocationsIdUpdateQuantity, putApiV2LotsId, putApiV2ManifestsIdCallAction, putApiV2MetaKeysId, putApiV2NotificationSubscriptionsId, putApiV2OrderBatchItemsIdCallAction, putApiV2OrderBatchesId, putApiV2OrderBatchesIdCallAction, putApiV2OrderBatchesIdCallAsyncAction, putApiV2OrderBatchesIdMetaFields, putApiV2OrderDocumentsId, putApiV2OrderItemsId, putApiV2OrderItemsIdCallAction, putApiV2OrderItemsIdMetaFields, putApiV2OrderItemsIdSeparate, putApiV2OrderItemsIdSplit, putApiV2OrderItemsIdWholesaleItem, putApiV2OrdersId, putApiV2OrdersIdCallAction, putApiV2OrdersIdCallAsyncAction, putApiV2OrdersIdCustomsInfo, putApiV2OrdersIdMetaFields, putApiV2OrdersIdWholesale, putApiV2OriginatorsId, putApiV2PackagesId, putApiV2PackagesIdCallAction, putApiV2PalletsId, putApiV2PalletsIdCallAction, putApiV2PartnersId, putApiV2ProjectTasksId, putApiV2ProjectsId, putApiV2ProjectsIdCallAction, putApiV2RatesId, putApiV2RatesIdCallAction, putApiV2ReturnAddressesId, putApiV2RulesId, putApiV2RulesIdCallAction, putApiV2ScancodeAliasesId, putApiV2ScancodesId, putApiV2SerialNumbersIdCallAction, putApiV2ShipnoticeItemsId, putApiV2ShipnoticeItemsIdCallAction, putApiV2ShipnoticeItemsIdCallAsyncAction, putApiV2ShipnoticeItemsIdMetaFields, putApiV2ShipnoticeItemsIdReceive, putApiV2ShipnoticesId, putApiV2ShipnoticesIdCallAction, putApiV2ShipnoticesIdCallAsyncAction, putApiV2ShipnoticesIdMetaFields, putApiV2ShippingAliasesId, putApiV2ShippingBlacklistedMethodsId, putApiV2ShippingMethodsId, putApiV2ShopsIdMetaFields, putApiV2SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV2SimulateOrdersOrderIdProcessing, putApiV2SimulateShipnoticesShipnoticeIdProcessing, putApiV2SurchargeMarkupsId, putApiV2TemplatesId, putApiV2TemplatesIdCallAction, putApiV2TemplatesIdCallAsyncAction, putApiV2TransportationMarkupsId, putApiV2UsersId, putApiV2UsersIdCallAction, putApiV2WarehouseFeaturesId, putApiV2WarehousesId, putApiV2WarehousesIdCallAction, putApiV2WarehousesIdCallAsyncAction, putApiV2WholesaleItemsId, putApiV2WholesalesId, putProcessShelfToShelfTransfer, searchTypes, setApiV21ItemAvailable, setUserCustomer, setUserWarehouse, subscribe, subscribeToUserChannel, toSentence, unsetApiV21ItemAvailable, unsetUserCustomer, unsetUserWarehouse, unsubscribe, unsubscribeFromUserChannel, userMock, waitForBatch, waitForJob, warehouseMock };
|
|
41321
42541
|
//# sourceMappingURL=client.esm.js.map
|