@whiplashmerch/whiplash-api-client 0.4.139 → 1.0.1
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 +69 -16
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/AccountTransactions.d.ts +7 -7
- package/dist/generated/Accounts.d.ts +17 -17
- package/dist/generated/Addresses.d.ts +2 -2
- package/dist/generated/Allocations.d.ts +3 -3
- package/dist/generated/BillOfLadings.d.ts +48 -12
- package/dist/generated/Broadcasts.d.ts +12 -12
- package/dist/generated/BundleItems.d.ts +4 -4
- package/dist/generated/CarrierAccounts.d.ts +15 -15
- package/dist/generated/CarrierAliases.d.ts +8 -8
- package/dist/generated/Carriers.d.ts +5 -5
- package/dist/generated/Chromalists.d.ts +5 -5
- package/dist/generated/ConsumerReturns.d.ts +31 -31
- package/dist/generated/Currencies.d.ts +5 -5
- package/dist/generated/Customers.d.ts +21 -21
- package/dist/generated/CustomsInfos.d.ts +6 -6
- package/dist/generated/Dashboards.d.ts +5 -5
- package/dist/generated/Documents.d.ts +9 -9
- package/dist/generated/FilterSets.d.ts +22 -22
- package/dist/generated/ImporterOfRecords.d.ts +9 -9
- package/dist/generated/Incidents.d.ts +9 -9
- package/dist/generated/InvoiceItems.d.ts +7 -7
- package/dist/generated/Invoices.d.ts +11 -11
- package/dist/generated/Items.d.ts +70 -70
- package/dist/generated/Loads.d.ts +12 -12
- package/dist/generated/LocationAdjustments.d.ts +7 -7
- package/dist/generated/LocationAudits.d.ts +15 -15
- package/dist/generated/LocationTransfers.d.ts +15 -15
- package/dist/generated/Locations.d.ts +20 -20
- package/dist/generated/Lots.d.ts +11 -11
- package/dist/generated/Manifests.d.ts +9 -9
- package/dist/generated/Me.d.ts +3 -3
- package/dist/generated/Nav.d.ts +3 -3
- package/dist/generated/NavItems.d.ts +3 -3
- package/dist/generated/NotificationEvents.d.ts +5 -5
- package/dist/generated/NotificationSubscriptions.d.ts +12 -12
- package/dist/generated/OrderBatchItems.d.ts +6 -6
- package/dist/generated/OrderBatchRequests.d.ts +7 -7
- package/dist/generated/OrderBatches.d.ts +27 -27
- package/dist/generated/OrderDocuments.d.ts +4 -4
- package/dist/generated/OrderItems.d.ts +21 -21
- package/dist/generated/OrderTotes.d.ts +11 -11
- package/dist/generated/Orders.d.ts +83 -83
- package/dist/generated/Originators.d.ts +5 -5
- package/dist/generated/Packages.d.ts +14 -14
- package/dist/generated/Partners.d.ts +10 -10
- package/dist/generated/Prepacks.d.ts +2 -2
- package/dist/generated/ProjectTasks.d.ts +4 -4
- package/dist/generated/Projects.d.ts +17 -17
- package/dist/generated/Rates.d.ts +12 -12
- package/dist/generated/ReasonCodes.d.ts +3 -3
- package/dist/generated/RelocateInventoryTransfers.d.ts +5 -5
- package/dist/generated/ReturnAddresses.d.ts +9 -9
- package/dist/generated/Rules.d.ts +14 -14
- package/dist/generated/Scancodes.d.ts +3 -3
- package/dist/generated/SerialNumbers.d.ts +4 -4
- package/dist/generated/ShipnoticeItems.d.ts +30 -30
- package/dist/generated/Shipnotices.d.ts +49 -49
- package/dist/generated/ShippingAliases.d.ts +11 -11
- package/dist/generated/ShippingBlacklistedMethods.d.ts +10 -10
- package/dist/generated/ShippingMethodMarkups.d.ts +2 -2
- package/dist/generated/ShippingMethods.d.ts +10 -10
- package/dist/generated/Shops.d.ts +4 -4
- package/dist/generated/Simulate.d.ts +11 -11
- package/dist/generated/Stats.d.ts +3 -3
- package/dist/generated/SurchargeMarkups.d.ts +6 -6
- package/dist/generated/TemplateTypes.d.ts +3 -3
- package/dist/generated/Templates.d.ts +19 -19
- package/dist/generated/Transactions.d.ts +2 -2
- package/dist/generated/TransportationMarkups.d.ts +6 -6
- package/dist/generated/Users.d.ts +18 -18
- package/dist/generated/Utilities.d.ts +5 -5
- package/dist/generated/WarehouseFeatures.d.ts +10 -10
- package/dist/generated/Warehouses.d.ts +20 -20
- package/dist/generated/Wholesales.d.ts +6 -6
- package/dist/generated/data-contracts.d.ts +523 -428
- package/dist/mocks/customer.d.ts +2 -2
- package/dist/mocks/nav.d.ts +2 -2
- package/dist/mocks/user.d.ts +2 -2
- package/dist/mocks/warehouse.d.ts +2 -2
- package/dist/utils/consumerReturn.d.ts +4 -4
- package/dist/utils/document.d.ts +2 -2
- package/dist/utils/loads.d.ts +5 -5
- package/dist/utils/nav.d.ts +8 -8
- package/dist/utils/orderBatch.d.ts +5 -5
- package/dist/utils/orderBatchItems.d.ts +2 -2
- package/dist/utils/orderBatchRequests.d.ts +7 -7
- package/dist/utils/orderItems.d.ts +2 -2
- package/dist/utils/orders.d.ts +6 -6
- package/dist/utils/rules.d.ts +3 -3
- package/dist/utils/user.d.ts +4 -4
- package/dist/utils/warehouse.d.ts +2 -2
- package/generated/BundleItems.ts +8 -8
- package/generated/CarrierAliases.ts +5 -5
- package/generated/ConsumerReturns.ts +31 -31
- package/generated/Customers.ts +14 -14
- package/generated/Documents.ts +14 -13
- package/generated/Items.ts +67 -67
- package/generated/NotificationEvents.ts +6 -6
- package/generated/NotificationSubscriptions.ts +19 -19
- package/generated/OrderDocuments.ts +3 -3
- package/generated/OrderItems.ts +23 -23
- package/generated/OrderTotes.ts +6 -6
- package/generated/Orders.ts +60 -60
- package/generated/Originators.ts +4 -4
- package/generated/Projects.ts +4 -4
- package/generated/ShipnoticeItems.ts +19 -19
- package/generated/Shipnotices.ts +43 -43
- package/generated/Simulate.ts +17 -17
- package/generated/Templates.ts +14 -14
- package/generated/data-contracts.ts +200 -131
- package/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -636,6 +636,21 @@ const deleteApiV21AllocationsId = (client, id, params = {}) => {
|
|
|
636
636
|
};
|
|
637
637
|
|
|
638
638
|
/* eslint-disable */
|
|
639
|
+
/**
|
|
640
|
+
* @description Get resource actions
|
|
641
|
+
*
|
|
642
|
+
* @tags bill_of_ladings
|
|
643
|
+
* @name GetApiV2BillOfLadingsActions
|
|
644
|
+
* @summary List actions you can perform
|
|
645
|
+
* @request GET:/api/v2/bill_of_ladings/actions
|
|
646
|
+
*/
|
|
647
|
+
const getApiV2BillOfLadingsActions = (client, params = {}) => {
|
|
648
|
+
return client.request({
|
|
649
|
+
path: `/api/v2/bill_of_ladings/actions`,
|
|
650
|
+
method: "GET",
|
|
651
|
+
...params,
|
|
652
|
+
});
|
|
653
|
+
};
|
|
639
654
|
/**
|
|
640
655
|
* @description Returns all bill of ladings
|
|
641
656
|
*
|
|
@@ -720,6 +735,24 @@ const deleteApiV2BillOfLadingsId = (client, id, params = {}) => {
|
|
|
720
735
|
...params,
|
|
721
736
|
});
|
|
722
737
|
};
|
|
738
|
+
/**
|
|
739
|
+
* @description Perform an action on a bill of lading
|
|
740
|
+
*
|
|
741
|
+
* @tags bill_of_ladings
|
|
742
|
+
* @name PutApiV2BillOfLadingsIdCallAction
|
|
743
|
+
* @summary Perform an action on a bill of lading
|
|
744
|
+
* @request PUT:/api/v2/bill_of_ladings/{id}/call/{action}
|
|
745
|
+
*/
|
|
746
|
+
const putApiV2BillOfLadingsIdCallAction = (client, action, id, putApiV2BillOfLadingsIdCallAction, params = {}) => {
|
|
747
|
+
return client.request({
|
|
748
|
+
path: `/api/v2/bill_of_ladings/${id}/call/${action}`,
|
|
749
|
+
method: "PUT",
|
|
750
|
+
body: putApiV2BillOfLadingsIdCallAction,
|
|
751
|
+
type: ContentType.Json,
|
|
752
|
+
format: "json",
|
|
753
|
+
...params,
|
|
754
|
+
});
|
|
755
|
+
};
|
|
723
756
|
/**
|
|
724
757
|
* @description Retrieve all addresses for a document
|
|
725
758
|
*
|
|
@@ -755,6 +788,21 @@ const postApiV2BillOfLadingsIdAddresses = (client, id, postApiV2BillOfLadingsIdA
|
|
|
755
788
|
...params,
|
|
756
789
|
});
|
|
757
790
|
};
|
|
791
|
+
/**
|
|
792
|
+
* @description Get resource actions
|
|
793
|
+
*
|
|
794
|
+
* @tags bill_of_ladings
|
|
795
|
+
* @name GetApiV21BillOfLadingsActions
|
|
796
|
+
* @summary List actions you can perform
|
|
797
|
+
* @request GET:/api/v2.1/bill_of_ladings/actions
|
|
798
|
+
*/
|
|
799
|
+
const getApiV21BillOfLadingsActions = (client, params = {}) => {
|
|
800
|
+
return client.request({
|
|
801
|
+
path: `/api/v2.1/bill_of_ladings/actions`,
|
|
802
|
+
method: "GET",
|
|
803
|
+
...params,
|
|
804
|
+
});
|
|
805
|
+
};
|
|
758
806
|
/**
|
|
759
807
|
* @description Returns all bill of ladings
|
|
760
808
|
*
|
|
@@ -838,6 +886,23 @@ const deleteApiV21BillOfLadingsId = (client, id, params = {}) => {
|
|
|
838
886
|
...params,
|
|
839
887
|
});
|
|
840
888
|
};
|
|
889
|
+
/**
|
|
890
|
+
* @description Perform an action on a bill of lading
|
|
891
|
+
*
|
|
892
|
+
* @tags bill_of_ladings
|
|
893
|
+
* @name PutApiV21BillOfLadingsIdCallAction
|
|
894
|
+
* @summary Perform an action on a bill of lading
|
|
895
|
+
* @request PUT:/api/v2.1/bill_of_ladings/{id}/call/{action}
|
|
896
|
+
*/
|
|
897
|
+
const putApiV21BillOfLadingsIdCallAction = (client, action, id, putApiV21BillOfLadingsIdCallAction, params = {}) => {
|
|
898
|
+
return client.request({
|
|
899
|
+
path: `/api/v2.1/bill_of_ladings/${id}/call/${action}`,
|
|
900
|
+
method: "PUT",
|
|
901
|
+
body: putApiV21BillOfLadingsIdCallAction,
|
|
902
|
+
type: ContentType.Json,
|
|
903
|
+
...params,
|
|
904
|
+
});
|
|
905
|
+
};
|
|
841
906
|
/**
|
|
842
907
|
* @description Retrieve all addresses for a document
|
|
843
908
|
*
|
|
@@ -19920,12 +19985,6 @@ var PostApiV21BillOfLadingsIdAddressesAddressType;
|
|
|
19920
19985
|
PostApiV21BillOfLadingsIdAddressesAddressType["ShipFrom"] = "ship_from";
|
|
19921
19986
|
PostApiV21BillOfLadingsIdAddressesAddressType["BillTo"] = "bill_to";
|
|
19922
19987
|
})(PostApiV21BillOfLadingsIdAddressesAddressType || (PostApiV21BillOfLadingsIdAddressesAddressType = {}));
|
|
19923
|
-
/** The bill of lading parent resource (e.g. 'load, order_batch') */
|
|
19924
|
-
var PostApiV21BillOfLadingsResource;
|
|
19925
|
-
(function (PostApiV21BillOfLadingsResource) {
|
|
19926
|
-
PostApiV21BillOfLadingsResource["Load"] = "load";
|
|
19927
|
-
PostApiV21BillOfLadingsResource["OrderBatch"] = "order_batch";
|
|
19928
|
-
})(PostApiV21BillOfLadingsResource || (PostApiV21BillOfLadingsResource = {}));
|
|
19929
19988
|
/** Provider for this carrier account */
|
|
19930
19989
|
var PostApiV21CarrierAccountsProvider;
|
|
19931
19990
|
(function (PostApiV21CarrierAccountsProvider) {
|
|
@@ -20732,12 +20791,6 @@ var PostApiV2BillOfLadingsIdAddressesAddressType;
|
|
|
20732
20791
|
PostApiV2BillOfLadingsIdAddressesAddressType["ShipFrom"] = "ship_from";
|
|
20733
20792
|
PostApiV2BillOfLadingsIdAddressesAddressType["BillTo"] = "bill_to";
|
|
20734
20793
|
})(PostApiV2BillOfLadingsIdAddressesAddressType || (PostApiV2BillOfLadingsIdAddressesAddressType = {}));
|
|
20735
|
-
/** The bill of lading parent resource (e.g. 'load, order_batch') */
|
|
20736
|
-
var PostApiV2BillOfLadingsResource;
|
|
20737
|
-
(function (PostApiV2BillOfLadingsResource) {
|
|
20738
|
-
PostApiV2BillOfLadingsResource["Load"] = "load";
|
|
20739
|
-
PostApiV2BillOfLadingsResource["OrderBatch"] = "order_batch";
|
|
20740
|
-
})(PostApiV2BillOfLadingsResource || (PostApiV2BillOfLadingsResource = {}));
|
|
20741
20794
|
/** Provider for this carrier account */
|
|
20742
20795
|
var PostApiV2CarrierAccountsProvider;
|
|
20743
20796
|
(function (PostApiV2CarrierAccountsProvider) {
|
|
@@ -25088,7 +25141,7 @@ const orderBatchRelations = {
|
|
|
25088
25141
|
bill_of_lading: { idKey: 'order_batch_id', entityKey: 'bill_of_lading', func: getApiV21BillOfLadings, type: RelationType.Indirect, single: true },
|
|
25089
25142
|
};
|
|
25090
25143
|
/**
|
|
25091
|
-
* @returns
|
|
25144
|
+
* @returns ApiV21EntitiesOrderBatchExtended[]
|
|
25092
25145
|
*/
|
|
25093
25146
|
const getApiV21OrderBatchesExtended = (client, params, options, perPage = 25) => {
|
|
25094
25147
|
const configuration = [];
|
|
@@ -25627,7 +25680,7 @@ const loadRelations = {
|
|
|
25627
25680
|
bill_of_lading: { idKey: 'load_id', entityKey: 'bill_of_lading', func: getApiV21BillOfLadings, type: RelationType.Indirect, single: true },
|
|
25628
25681
|
};
|
|
25629
25682
|
/**
|
|
25630
|
-
* @returns
|
|
25683
|
+
* @returns ApiV21EntitiesLoadExtended[]
|
|
25631
25684
|
*/
|
|
25632
25685
|
const getApiV21LoadsExtended = (client, params, options, perPage = 25) => {
|
|
25633
25686
|
const configuration = [];
|
|
@@ -25677,7 +25730,7 @@ const orderBatchRequestRelations = {
|
|
|
25677
25730
|
* { warehouse: true }
|
|
25678
25731
|
* ```
|
|
25679
25732
|
* @param perPage The per page parameter sent when loading related objects. The `base entity request`'s per page is provided via `params`
|
|
25680
|
-
* @returns
|
|
25733
|
+
* @returns ApiV21EntitiesOrderBatchRequestExtended[]
|
|
25681
25734
|
*/
|
|
25682
25735
|
const getApiV21OrderBatchRequestsExtended = (client, params, options, perPage = 25) => {
|
|
25683
25736
|
const configuration = [];
|
|
@@ -25700,5 +25753,5 @@ const multiPageGetApiV21Documents = (client, query, params = {}) => {
|
|
|
25700
25753
|
});
|
|
25701
25754
|
};
|
|
25702
25755
|
|
|
25703
|
-
export { ApiV21EntitiesItemHazmatType, ApiV21EntitiesItemLabelFormat, ApiV21EntitiesItemOriginCountry, ApiV21EntitiesItemPackagingType, ApiV21EntitiesLocationRole, ApiV21EntitiesOrderIncoterm, ApiV21EntitiesOrderStatus, ApiV21EntitiesUserLocale, ApiV21EntitiesUserRole, ApiV2EntitiesBillOfLadingBolType, ApiV2EntitiesChromalistChroma, ApiV2EntitiesChromalistResourceType, ApiV2EntitiesItemHazmatType, ApiV2EntitiesItemLabelFormat, ApiV2EntitiesItemOriginCountry, ApiV2EntitiesItemPackagingType, ApiV2EntitiesLocationRole, ApiV2EntitiesOrderIncoterm, ApiV2EntitiesOrderStatus, ApiV2EntitiesReturnAddressCountryIso2, ApiV2EntitiesUserLocale, ApiV2EntitiesUserRole, ContentType, DhlPackagingType, FedExPackagingType, GetApiV21ItemsIdInboundParamsType, GetApiV21ItemsOriginatorOriginatorIdInboundParamsType, GetApiV2ItemsIdInboundParamsType, GetApiV2ItemsOriginatorOriginatorIdInboundParamsType, HttpClient, ItemOutboundTabs, LabeledDhlPackagingType, LabeledFedExPackagingType, LabeledHazmatTypes, LabeledRoyalMailPackagingType, LabeledUpsPackagingType, LabeledUspsPackagingType, LabeledWhiplashPackagingType, PostApiV21BillOfLadingsBolType, PostApiV21BillOfLadingsIdAddressesAddressType, PostApiV21BillOfLadingsResource, PostApiV21CarrierAccountsProvider, PostApiV21ChromalistsChroma, PostApiV21ChromalistsResourceType, PostApiV21FilterSetsType, PostApiV21ItemsHazmatType, PostApiV21ItemsIdLocationsOwnerType, PostApiV21ItemsIdLocationsRole, PostApiV21ItemsLabelFormat, PostApiV21ItemsOriginCountry, PostApiV21ItemsPackagingType, PostApiV21LocationAuditsState, PostApiV21OrdersBulkIncoterm, PostApiV21OrdersBulkOrderType, PostApiV21OrdersBulkStatus, PostApiV21OrdersIncoterm, PostApiV21OrdersOrderType, PostApiV21OrdersStatus, PostApiV21ReturnAddressesCountryIso2, PostApiV21RulesState, PostApiV21RulesType, PostApiV21UsersLocale, PostApiV21UsersRole, PostApiV21UtilitiesPresignUrlResourceType, PostApiV21WarehousesDefaultPickStrategy, PostApiV21WarehousesShippingLabelFormat, PostApiV2BillOfLadingsBolType, PostApiV2BillOfLadingsIdAddressesAddressType, PostApiV2BillOfLadingsResource, PostApiV2CarrierAccountsProvider, PostApiV2ChromalistsChroma, PostApiV2ChromalistsResourceType, PostApiV2FilterSetsType, PostApiV2ItemsHazmatType, PostApiV2ItemsIdLocationsOwnerType, PostApiV2ItemsIdLocationsRole, PostApiV2ItemsLabelFormat, PostApiV2ItemsOriginCountry, PostApiV2ItemsPackagingType, PostApiV2LocationAuditsState, PostApiV2OrdersBulkIncoterm, PostApiV2OrdersBulkOrderType, PostApiV2OrdersBulkStatus, PostApiV2OrdersIncoterm, PostApiV2OrdersOrderType, PostApiV2OrdersStatus, PostApiV2ReturnAddressesCountryIso2, PostApiV2RulesState, PostApiV2RulesType, PostApiV2UsersLocale, PostApiV2UsersRole, PostApiV2UtilitiesPresignUrlResourceType, PostApiV2WarehousesDefaultPickStrategy, PostApiV2WarehousesShippingLabelFormat, PusherBatchResponses, PusherEventTypes, PusherJobStatus, PutApiV21FilterSetsIdBatchBatchStrategy, PutApiV21FilterSetsIdBatchGroupBy, PutApiV21FilterSetsIdBatchLocationRoles, PutApiV21FilterSetsIdBatchPickStrategy, PutApiV21FilterSetsIdBatchWaveStrategy, PutApiV21FilterSetsUpsertType, PutApiV21IncidentsIdHazmatType, PutApiV21IncidentsIdLabelFormat, PutApiV21IncidentsIdOriginCountry, PutApiV21IncidentsIdPackagingType, PutApiV21ItemsIdHazmatType, PutApiV21ItemsIdLabelFormat, PutApiV21ItemsIdOriginCountry, PutApiV21ItemsIdPackagingType, PutApiV21ItemsOriginatorOriginatorIdHazmatType, PutApiV21ItemsOriginatorOriginatorIdLabelFormat, PutApiV21ItemsOriginatorOriginatorIdOriginCountry, PutApiV21ItemsOriginatorOriginatorIdPackagingType, PutApiV21LocationsIdRole, PutApiV21LocationsIdUpdateQuantityOwnerType, PutApiV21OrdersIdIncoterm, PutApiV21OrdersOriginatorOriginatorIdIncoterm, PutApiV21ReturnAddressesIdCountryIso2, PutApiV21RulesIdState, PutApiV21SimulateOrdersOrderIdProcessingStatus, PutApiV21UsersIdLocale, PutApiV21UsersIdRole, PutApiV2FilterSetsIdBatchBatchStrategy, PutApiV2FilterSetsIdBatchPickStrategy, PutApiV2FilterSetsIdBatchWaveStrategy, PutApiV2FilterSetsUpsertType, PutApiV2IncidentsIdHazmatType, PutApiV2IncidentsIdLabelFormat, PutApiV2IncidentsIdOriginCountry, PutApiV2IncidentsIdPackagingType, PutApiV2ItemsIdHazmatType, PutApiV2ItemsIdLabelFormat, PutApiV2ItemsIdOriginCountry, PutApiV2ItemsIdPackagingType, PutApiV2ItemsOriginatorOriginatorIdHazmatType, PutApiV2ItemsOriginatorOriginatorIdLabelFormat, PutApiV2ItemsOriginatorOriginatorIdOriginCountry, PutApiV2ItemsOriginatorOriginatorIdPackagingType, PutApiV2LocationsIdRole, PutApiV2LocationsIdUpdateQuantityOwnerType, PutApiV2OrdersIdIncoterm, PutApiV2OrdersOriginatorOriginatorIdIncoterm, PutApiV2ReturnAddressesIdCountryIso2, PutApiV2RulesIdState, PutApiV2SimulateOrdersOrderIdProcessingStatus, PutApiV2UsersIdLocale, PutApiV2UsersIdRole, RelationType, RoyalMailPackagingType, UpsPackagingType, UspsPackagingType, WhiplashPackagingType, customerMock, deleteApiV21AccountsId, deleteApiV21AllocationsId, deleteApiV21BillOfLadingsId, deleteApiV21BroadcastsId, deleteApiV21BundleItemsId, deleteApiV21CacheKey, deleteApiV21CarrierAccountsId, deleteApiV21CarrierAliasesId, deleteApiV21CarriersId, deleteApiV21ChromalistsId, deleteApiV21ConsumerReturnsId, deleteApiV21ConsumerReturnsOriginatorOriginatorId, deleteApiV21CurrenciesId, deleteApiV21DocumentsId, deleteApiV21FilterSetsId, deleteApiV21ImporterOfRecordsId, deleteApiV21IncidentsId, deleteApiV21ItemsId, deleteApiV21ItemsOriginatorOriginatorId, deleteApiV21LoadsId, deleteApiV21LocationAuditsId, deleteApiV21LocationTransfersId, deleteApiV21LocationsId, deleteApiV21LotsId, deleteApiV21NotificationSubscriptionsId, deleteApiV21OrderDocumentsId, deleteApiV21OrderItemsId, deleteApiV21PackagesId, deleteApiV21PartnersId, deleteApiV21ProjectTasksId, deleteApiV21ProjectsId, deleteApiV21ReturnAddressesId, deleteApiV21RuleDismissalsId, deleteApiV21RulesId, deleteApiV21ShipnoticeItemsId, deleteApiV21ShipnoticesId, deleteApiV21ShipnoticesOriginatorOriginatorId, deleteApiV21ShippingAliasesId, deleteApiV21ShippingBlacklistedMethodsId, deleteApiV21ShippingMethodsId, deleteApiV21TemplatesId, deleteApiV21UsersId, deleteApiV21WarehouseFeaturesId, deleteApiV21WarehousesId, deleteApiV2AccountsId, deleteApiV2AddressesId, deleteApiV2AllocationsId, deleteApiV2BillOfLadingsId, deleteApiV2BroadcastsId, deleteApiV2BundleItemsId, deleteApiV2CacheKey, deleteApiV2CarrierAccountsId, deleteApiV2CarrierAliasesId, deleteApiV2ChromalistsId, deleteApiV2ConsumerReturnsId, deleteApiV2ConsumerReturnsOriginatorOriginatorId, deleteApiV2CurrenciesId, deleteApiV2DocumentsId, deleteApiV2FilterSetsId, deleteApiV2ImporterOfRecordsId, deleteApiV2IncidentsId, deleteApiV2ItemsId, deleteApiV2ItemsOriginatorOriginatorId, deleteApiV2LoadsId, deleteApiV2LocationAdjustmentsIdTags, deleteApiV2LocationAuditsId, deleteApiV2LocationTransfersId, deleteApiV2LocationsId, deleteApiV2LotsId, deleteApiV2NotificationSubscriptionsId, deleteApiV2OrderDocumentsId, deleteApiV2OrderItemsId, deleteApiV2PackagesId, deleteApiV2PartnersId, deleteApiV2ProjectTasksId, deleteApiV2ProjectsId, deleteApiV2ReturnAddressesId, deleteApiV2RuleDismissalsId, deleteApiV2RulesId, deleteApiV2ShipnoticeItemsId, deleteApiV2ShipnoticeItemsIdTags, deleteApiV2ShipnoticesId, deleteApiV2ShipnoticesOriginatorOriginatorId, deleteApiV2ShippingAliasesId, deleteApiV2ShippingBlacklistedMethodsId, deleteApiV2ShippingMethodsId, deleteApiV2SurchargeMarkupsId, deleteApiV2TemplatesId, deleteApiV2TransportationMarkupsId, deleteApiV2UsersId, deleteApiV2WarehouseFeaturesId, deleteApiV2WarehousesId, errorHandler, getAllCustomersUrl, getAllWarehousesUrl, getApiV21AccountTransactions, getApiV21AccountTransactionsCount, getApiV21AccountTransactionsId, getApiV21Accounts, getApiV21AccountsCount, getApiV21AccountsId, getApiV21AccountsIdAccountTransactions, getApiV21AccountsIdSuggestedRefill, getApiV21Allocations, getApiV21BillOfLadings, getApiV21BillOfLadingsId, getApiV21BillOfLadingsIdAddresses, getApiV21Broadcasts, getApiV21BroadcastsCount, getApiV21BroadcastsId, getApiV21BroadcastsLevels, getApiV21BundleItemsId, getApiV21CacheKey, getApiV21CarrierAccounts, getApiV21CarrierAccountsCount, getApiV21CarrierAccountsId, getApiV21CarrierAccountsIdMetaFields, getApiV21CarrierAccountsIdProviderAccount, getApiV21CarrierAccountsProviderAccounts, getApiV21CarrierAliases, getApiV21CarrierAliasesId, getApiV21Carriers, getApiV21CarriersId, getApiV21Chromalists, getApiV21ConsumerReturnIdReturnItems, getApiV21ConsumerReturns, getApiV21ConsumerReturnsAggregate, getApiV21ConsumerReturnsCount, getApiV21ConsumerReturnsId, getApiV21ConsumerReturnsIdCallTrait, getApiV21ConsumerReturnsIdIncidents, getApiV21ConsumerReturnsIdIncidentsCount, getApiV21ConsumerReturnsIdMetaFields, getApiV21ConsumerReturnsIdOriginator, getApiV21ConsumerReturnsIdTraits, getApiV21ConsumerReturnsOriginatorOriginatorId, getApiV21ConsumerReturnsTraits, getApiV21Currencies, getApiV21Customers, getApiV21CustomersActions, getApiV21CustomersCount, getApiV21CustomersId, getApiV21CustomersIdCallTrait, getApiV21CustomersIdDefaultReturnLocationRole, getApiV21CustomersIdEnablePendingReturns, getApiV21CustomersIdGoEnabled, getApiV21CustomersIdMetaFields, getApiV21CustomersIdShops, getApiV21CustomersIdTraits, getApiV21CustomersTraits, getApiV21CustomsInfos, getApiV21CustomsInfosId, getApiV21Dashboards, getApiV21DashboardsId, getApiV21Documents, getApiV21DocumentsActions, getApiV21DocumentsId, getApiV21ExtAppAuthenticateProvider, getApiV21FilterSets, getApiV21FilterSetsCount, getApiV21FilterSetsId, getApiV21FilterSetsIdResults, getApiV21FilterSetsIdResultsAggregate, getApiV21FilterSetsIdResultsCount, getApiV21FilterSetsOptions, getApiV21ImporterOfRecords, getApiV21ImporterOfRecordsId, getApiV21Incidents, getApiV21IncidentsActions, getApiV21IncidentsCount, getApiV21InvoiceItems, getApiV21InvoiceItemsCount, getApiV21InvoiceItemsId, getApiV21Invoices, getApiV21InvoicesCount, getApiV21InvoicesId, getApiV21InvoicesIdCallTrait, getApiV21InvoicesIdTraits, getApiV21InvoicesTraits, getApiV21ItemOutboundInfo, getApiV21Items, getApiV21ItemsActions, getApiV21ItemsAggregate, getApiV21ItemsCount, getApiV21ItemsId, getApiV21ItemsIdBundleItems, getApiV21ItemsIdCallTrait, getApiV21ItemsIdInBundles, getApiV21ItemsIdInbound, getApiV21ItemsIdIncidents, getApiV21ItemsIdIncidentsCount, getApiV21ItemsIdLocations, getApiV21ItemsIdLocationsCount, getApiV21ItemsIdMetaFields, getApiV21ItemsIdOriginators, getApiV21ItemsIdScancodes, getApiV21ItemsIdShipnoticeItems, getApiV21ItemsIdShipnoticeItemsCount, getApiV21ItemsIdTraits, getApiV21ItemsIdTransactions, getApiV21ItemsIdTransactionsCount, getApiV21ItemsIdWarehouseQuantities, getApiV21ItemsOriginatorOriginatorId, getApiV21ItemsOriginatorOriginatorIdBundleItems, getApiV21ItemsOriginatorOriginatorIdInBundles, getApiV21ItemsOriginatorOriginatorIdInbound, getApiV21ItemsOriginatorOriginatorIdScancodes, getApiV21ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV21ItemsTraits, getApiV21Loads, getApiV21LoadsActions, getApiV21LoadsCount, getApiV21LoadsExtended, getApiV21LoadsId, getApiV21LoadsIdOrderBatches, getApiV21Locales, getApiV21LocationAudits, getApiV21LocationAuditsAggregate, getApiV21LocationAuditsCount, getApiV21LocationAuditsId, getApiV21LocationAuditsIdAllocations, getApiV21LocationTransfers, getApiV21LocationTransfersAggregate, getApiV21LocationTransfersCount, getApiV21LocationTransfersId, getApiV21LocationTransfersIdAllocations, getApiV21Locations, getApiV21LocationsAggregate, getApiV21LocationsCount, getApiV21LocationsId, getApiV21LocationsIdIncidents, getApiV21LocationsIdIncidentsCount, getApiV21Lots, getApiV21LotsCount, getApiV21LotsId, getApiV21Manifests, getApiV21ManifestsCount, getApiV21ManifestsId, getApiV21ManifestsIdBatch, getApiV21ManifestsIdScanForm, getApiV21Me, getApiV21Nav, getApiV21NavItems, getApiV21NotificationEvents, getApiV21NotificationEventsId, getApiV21NotificationSubscriptions, getApiV21NotificationSubscriptionsCount, getApiV21NotificationSubscriptionsId, getApiV21NotificationSubscriptionsIdTest, getApiV21OrderBatchItems, getApiV21OrderBatchItemsAggregate, getApiV21OrderBatchRequests, getApiV21OrderBatchRequestsCount, getApiV21OrderBatchRequestsExtended, getApiV21OrderBatchRequestsId, getApiV21OrderBatches, getApiV21OrderBatchesActions, getApiV21OrderBatchesAggregate, getApiV21OrderBatchesExtended, getApiV21OrderBatchesId, getApiV21OrderBatchesIdCallTrait, getApiV21OrderBatchesIdIncidents, getApiV21OrderBatchesIdIncidentsCount, getApiV21OrderBatchesIdMetaFields, getApiV21OrderBatchesIdOrderBatchItems, getApiV21OrderBatchesIdOrderCountsByStatus, getApiV21OrderBatchesIdPackedPercent, getApiV21OrderBatchesIdPackingslips, getApiV21OrderBatchesIdPublicPackingslipUrl, getApiV21OrderBatchesIdPublicPicklistUrl, getApiV21OrderBatchesIdSummary, getApiV21OrderBatchesIdTraits, getApiV21OrderBatchesTraits, getApiV21OrderDocumentsId, getApiV21OrderItems, getApiV21OrderItemsActions, getApiV21OrderItemsAggregate, getApiV21OrderItemsId, getApiV21OrderItemsIdLots, getApiV21OrderItemsIdMetaFields, getApiV21OrderItemsIdOriginator, getApiV21OrderItemsIdSerialNumbers, getApiV21OrderTotes, getApiV21OrderTotesCodeOrderItems, getApiV21OrderTotesCodeOrderItemsCount, getApiV21OrderTotesCodeOrders, getApiV21OrderTotesCodeOrdersCount, getApiV21Orders, getApiV21OrdersActions, getApiV21OrdersAggregate, getApiV21OrdersCount, getApiV21OrdersId, getApiV21OrdersIdCallTrait, getApiV21OrdersIdCommercialInvoice, getApiV21OrdersIdCustomsInfo, getApiV21OrdersIdEvents, getApiV21OrdersIdEventsCount, getApiV21OrdersIdHasGlobalEInvoice, getApiV21OrdersIdHasOuterPackaging, getApiV21OrdersIdIncidents, getApiV21OrdersIdIncidentsCount, getApiV21OrdersIdLots, getApiV21OrdersIdMessages, getApiV21OrdersIdMessagesCount, getApiV21OrdersIdMeta, getApiV21OrdersIdMetaFields, getApiV21OrdersIdOrderDocuments, getApiV21OrdersIdOrderItems, getApiV21OrdersIdOrderItemsCount, getApiV21OrdersIdOriginator, getApiV21OrdersIdPackages, getApiV21OrdersIdPackingRulesWithSuggestedItems, getApiV21OrdersIdPackingslip, getApiV21OrdersIdPublicInsertUrl, getApiV21OrdersIdPublicPackingslipUrl, getApiV21OrdersIdRuleDismissals, getApiV21OrdersIdSerialNumbers, getApiV21OrdersIdShipmentRates, getApiV21OrdersIdShippingRates, getApiV21OrdersIdShippingWeight, getApiV21OrdersIdSkipPackingslip, getApiV21OrdersIdToteCode, getApiV21OrdersIdTraits, getApiV21OrdersIdWholesale, getApiV21OrdersOriginatorOriginatorId, getApiV21OrdersTraits, getApiV21Originators, getApiV21Packages, getApiV21PackagesActions, getApiV21PackagesAggregate, getApiV21PackagesId, getApiV21PackagesIdCallTrait, getApiV21PackagesIdShipment, getApiV21PackagesIdTraits, getApiV21PackagesTraits, getApiV21Partners, getApiV21PartnersCount, getApiV21PartnersId, getApiV21ProjectTasksId, getApiV21Projects, getApiV21ProjectsCount, getApiV21ProjectsId, getApiV21ProjectsIdProjectTasks, getApiV21ProjectsIdProjectTasksCount, getApiV21Rates, getApiV21RatesCount, getApiV21RatesId, getApiV21RelocateInventoryTransfers, getApiV21RelocateInventoryTransfersCount, getApiV21ReturnAddresses, getApiV21ReturnAddressesId, getApiV21Rules, getApiV21RulesCount, getApiV21RulesId, getApiV21RulesIdHistory, getApiV21SerialNumbers, getApiV21SerialNumbersActions, getApiV21ShipnoticeItems, getApiV21ShipnoticeItemsActions, getApiV21ShipnoticeItemsAggregate, getApiV21ShipnoticeItemsCount, getApiV21ShipnoticeItemsId, getApiV21ShipnoticeItemsIdAllocations, getApiV21ShipnoticeItemsIdCallTrait, getApiV21ShipnoticeItemsIdLocations, getApiV21ShipnoticeItemsIdMetaFields, getApiV21ShipnoticeItemsIdOriginator, getApiV21ShipnoticeItemsIdReceived, getApiV21ShipnoticeItemsIdTraits, getApiV21ShipnoticeItemsTraits, getApiV21Shipnotices, getApiV21ShipnoticesActions, getApiV21ShipnoticesAggregate, getApiV21ShipnoticesCount, getApiV21ShipnoticesId, getApiV21ShipnoticesIdCallTrait, getApiV21ShipnoticesIdCustomerReservedReceiving, getApiV21ShipnoticesIdIncidents, getApiV21ShipnoticesIdIncidentsCount, getApiV21ShipnoticesIdMessages, getApiV21ShipnoticesIdMessagesCount, getApiV21ShipnoticesIdMetaFields, getApiV21ShipnoticesIdOrdersWaiting, getApiV21ShipnoticesIdOriginator, getApiV21ShipnoticesIdShipnoticeItems, getApiV21ShipnoticesIdShipnoticeItemsCount, getApiV21ShipnoticesIdTraits, getApiV21ShipnoticesOriginatorOriginatorId, getApiV21ShipnoticesTraits, getApiV21ShippingAliases, getApiV21ShippingAliasesCount, getApiV21ShippingAliasesId, getApiV21ShippingBlacklistedMethods, getApiV21ShippingBlacklistedMethodsCount, getApiV21ShippingBlacklistedMethodsId, getApiV21ShippingMethods, getApiV21ShippingMethodsCount, getApiV21ShippingMethodsId, getApiV21ShopsIdMetaFields, getApiV21SipnoticeItemReceivingTimeline, getApiV21StatsSidekiq, getApiV21StatsSidekiqBatchStatusId, getApiV21StatsSidekiqName, getApiV21TemplateTypes, getApiV21Templates, getApiV21TemplatesId, getApiV21TemplatesIdRenderResourceId, getApiV21TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV21TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV21Users, getApiV21UsersCount, getApiV21UsersId, getApiV21UsersIdBroadcasts, getApiV21UsersIdCallTrait, getApiV21UsersIdTraits, getApiV21UsersJwt, getApiV21UsersTraits, getApiV21WarehouseFeatures, getApiV21WarehouseFeaturesCount, getApiV21WarehouseFeaturesId, getApiV21Warehouses, getApiV21WarehousesActions, getApiV21WarehousesCount, getApiV21WarehousesId, getApiV21WarehousesIdCallTrait, getApiV21WarehousesIdCarrierAccounts, getApiV21WarehousesIdTraits, getApiV21WarehousesTraits, getApiV21Wholesales, getApiV21WholesalesId, getApiV2AccountTransactions, getApiV2AccountTransactionsCount, getApiV2AccountTransactionsId, getApiV2Accounts, getApiV2AccountsCount, getApiV2AccountsId, getApiV2AccountsIdAccountTransactions, getApiV2AccountsIdAudits, getApiV2AccountsIdSuggestedRefill, getApiV2Allocations, getApiV2BillOfLadings, getApiV2BillOfLadingsId, getApiV2BillOfLadingsIdAddresses, getApiV2Broadcasts, getApiV2BroadcastsCount, getApiV2BroadcastsId, getApiV2BroadcastsLevels, getApiV2BundleItemsId, getApiV2CacheKey, getApiV2CarrierAccounts, getApiV2CarrierAccountsCount, getApiV2CarrierAccountsId, getApiV2CarrierAccountsIdAudits, getApiV2CarrierAccountsIdMetaFields, getApiV2CarrierAccountsIdProviderAccount, getApiV2CarrierAccountsProviderAccounts, getApiV2CarrierAliases, getApiV2CarrierAliasesId, getApiV2Carriers, getApiV2Chromalists, getApiV2ConsumerReturns, getApiV2ConsumerReturnsAggregate, getApiV2ConsumerReturnsCount, getApiV2ConsumerReturnsId, getApiV2ConsumerReturnsIdCallTrait, getApiV2ConsumerReturnsIdIncidents, getApiV2ConsumerReturnsIdIncidentsCount, getApiV2ConsumerReturnsIdMetaFields, getApiV2ConsumerReturnsIdOriginator, getApiV2ConsumerReturnsIdTraits, getApiV2ConsumerReturnsOriginatorOriginatorId, getApiV2ConsumerReturnsTraits, getApiV2Currencies, getApiV2Customers, getApiV2CustomersActions, getApiV2CustomersCount, getApiV2CustomersId, getApiV2CustomersIdAudits, getApiV2CustomersIdCallTrait, getApiV2CustomersIdMetaFields, getApiV2CustomersIdShops, getApiV2CustomersIdTraits, getApiV2CustomersTraits, getApiV2CustomsInfos, getApiV2CustomsInfosId, getApiV2Dashboards, getApiV2DashboardsId, getApiV2Documents, getApiV2DocumentsActions, getApiV2DocumentsId, getApiV2ExtAppAuthenticateProvider, getApiV2FilterSets, getApiV2FilterSetsCount, getApiV2FilterSetsId, getApiV2FilterSetsIdResults, getApiV2FilterSetsIdResultsAggregate, getApiV2FilterSetsIdResultsCount, getApiV2FilterSetsOptions, getApiV2ImporterOfRecords, getApiV2ImporterOfRecordsId, getApiV2Incidents, getApiV2IncidentsActions, getApiV2IncidentsCount, getApiV2InvoiceItems, getApiV2InvoiceItemsCount, getApiV2InvoiceItemsId, getApiV2Invoices, getApiV2InvoicesCount, getApiV2InvoicesId, getApiV2InvoicesIdCallTrait, getApiV2InvoicesIdTraits, getApiV2InvoicesTraits, getApiV2Items, getApiV2ItemsActions, getApiV2ItemsAggregate, getApiV2ItemsCount, getApiV2ItemsId, getApiV2ItemsIdAudits, getApiV2ItemsIdBundleItems, getApiV2ItemsIdCallTrait, getApiV2ItemsIdInBundles, getApiV2ItemsIdInbound, getApiV2ItemsIdIncidents, getApiV2ItemsIdIncidentsCount, getApiV2ItemsIdLocations, getApiV2ItemsIdLocationsCount, getApiV2ItemsIdMetaFields, getApiV2ItemsIdOriginators, getApiV2ItemsIdScancodes, getApiV2ItemsIdShipnoticeItems, getApiV2ItemsIdShipnoticeItemsCount, getApiV2ItemsIdTraits, getApiV2ItemsIdTransactions, getApiV2ItemsIdTransactionsCount, getApiV2ItemsIdWarehouseQuantities, getApiV2ItemsOriginatorOriginatorId, getApiV2ItemsOriginatorOriginatorIdBundleItems, getApiV2ItemsOriginatorOriginatorIdInBundles, getApiV2ItemsOriginatorOriginatorIdInbound, getApiV2ItemsOriginatorOriginatorIdScancodes, getApiV2ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV2ItemsTraits, getApiV2Loads, getApiV2LoadsActions, getApiV2LoadsCount, getApiV2LoadsId, getApiV2LoadsIdOrderBatches, getApiV2Locales, getApiV2LocationAdjustments, getApiV2LocationAdjustmentsCount, getApiV2LocationAdjustmentsId, getApiV2LocationAdjustmentsIdTags, getApiV2LocationAudits, getApiV2LocationAuditsAggregate, getApiV2LocationAuditsCount, getApiV2LocationAuditsId, getApiV2LocationAuditsIdAllocations, getApiV2LocationTransfers, getApiV2LocationTransfersAggregate, getApiV2LocationTransfersCount, getApiV2LocationTransfersId, getApiV2LocationTransfersIdAllocations, getApiV2Locations, getApiV2LocationsAggregate, getApiV2LocationsCount, getApiV2LocationsId, getApiV2LocationsIdAudits, getApiV2LocationsIdIncidents, getApiV2LocationsIdIncidentsCount, getApiV2Lots, getApiV2LotsCount, getApiV2LotsId, getApiV2LotsIdAudits, getApiV2Manifests, getApiV2ManifestsCount, getApiV2ManifestsId, getApiV2ManifestsIdBatch, getApiV2ManifestsIdScanForm, getApiV2Me, getApiV2Nav, getApiV2NavItems, getApiV2NotificationEvents, getApiV2NotificationEventsId, getApiV2NotificationSubscriptions, getApiV2NotificationSubscriptionsCount, getApiV2NotificationSubscriptionsId, getApiV2NotificationSubscriptionsIdTest, getApiV2OrderBatchItems, getApiV2OrderBatchItemsAggregate, getApiV2OrderBatchRequests, 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, 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, getApiV2OrdersIdPackingslip, getApiV2OrdersIdRuleDismissals, getApiV2OrdersIdSerialNumbers, getApiV2OrdersIdShipmentRates, getApiV2OrdersIdShippingRates, getApiV2OrdersIdShippingWeight, getApiV2OrdersIdTraits, getApiV2OrdersIdWholesale, getApiV2OrdersOriginatorOriginatorId, getApiV2OrdersTraits, getApiV2Originators, getApiV2OriginatorsIdAudits, getApiV2Packages, getApiV2PackagesActions, getApiV2PackagesAggregate, getApiV2PackagesId, getApiV2PackagesIdAudits, getApiV2PackagesIdCallTrait, getApiV2PackagesIdShipment, getApiV2PackagesIdTraits, getApiV2PackagesTraits, getApiV2Partners, getApiV2PartnersCount, getApiV2PartnersId, getApiV2ProjectTasksId, getApiV2Projects, getApiV2ProjectsCount, getApiV2ProjectsId, getApiV2ProjectsIdProjectTasks, getApiV2ProjectsIdProjectTasksCount, getApiV2Rates, getApiV2RatesCount, getApiV2RatesId, getApiV2RatesIdAudits, getApiV2ReasonCodes, getApiV2ReasonCodesId, getApiV2RelocateInventoryTransfers, getApiV2RelocateInventoryTransfersCount, getApiV2ReturnAddresses, getApiV2ReturnAddressesId, getApiV2Rules, getApiV2RulesCount, getApiV2RulesId, getApiV2RulesIdAudits, getApiV2RulesIdHistory, getApiV2Scancodes, getApiV2SerialNumbers, getApiV2SerialNumbersActions, getApiV2ShipnoticeItems, getApiV2ShipnoticeItemsActions, getApiV2ShipnoticeItemsAggregate, getApiV2ShipnoticeItemsCount, getApiV2ShipnoticeItemsId, getApiV2ShipnoticeItemsIdAllocations, getApiV2ShipnoticeItemsIdAudits, getApiV2ShipnoticeItemsIdCallTrait, getApiV2ShipnoticeItemsIdLocations, getApiV2ShipnoticeItemsIdMetaFields, getApiV2ShipnoticeItemsIdOriginator, getApiV2ShipnoticeItemsIdReceived, getApiV2ShipnoticeItemsIdTags, getApiV2ShipnoticeItemsIdTraits, getApiV2ShipnoticeItemsTraits, getApiV2Shipnotices, getApiV2ShipnoticesActions, getApiV2ShipnoticesAggregate, getApiV2ShipnoticesCount, getApiV2ShipnoticesId, getApiV2ShipnoticesIdAudits, getApiV2ShipnoticesIdCallTrait, getApiV2ShipnoticesIdIncidents, getApiV2ShipnoticesIdIncidentsCount, getApiV2ShipnoticesIdMessages, getApiV2ShipnoticesIdMessagesCount, getApiV2ShipnoticesIdMetaFields, getApiV2ShipnoticesIdOrdersWaiting, getApiV2ShipnoticesIdOriginator, getApiV2ShipnoticesIdShipnoticeItems, getApiV2ShipnoticesIdShipnoticeItemsCount, getApiV2ShipnoticesIdTraits, getApiV2ShipnoticesOriginatorOriginatorId, getApiV2ShipnoticesTraits, getApiV2ShippingAliases, getApiV2ShippingAliasesCount, getApiV2ShippingAliasesId, getApiV2ShippingAliasesIdAudits, getApiV2ShippingBlacklistedMethods, getApiV2ShippingBlacklistedMethodsCount, getApiV2ShippingBlacklistedMethodsId, getApiV2ShippingMethodMarkupsIdAudits, getApiV2ShippingMethods, getApiV2ShippingMethodsCount, getApiV2ShippingMethodsId, getApiV2ShopsIdAudits, getApiV2ShopsIdMetaFields, getApiV2StatsSidekiq, getApiV2StatsSidekiqBatchStatusId, getApiV2StatsSidekiqName, getApiV2SurchargeMarkups, getApiV2SurchargeMarkupsCount, getApiV2SurchargeMarkupsId, getApiV2TemplateTypes, getApiV2Templates, getApiV2TemplatesId, getApiV2TemplatesIdAudits, getApiV2TemplatesIdRenderResourceId, getApiV2TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV2TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV2TransactionsIdAudits, getApiV2TransportationMarkups, getApiV2TransportationMarkupsCount, getApiV2TransportationMarkupsId, getApiV2Users, getApiV2UsersCount, getApiV2UsersId, getApiV2UsersIdAudits, getApiV2UsersIdBroadcasts, getApiV2UsersIdCallTrait, getApiV2UsersIdTraits, getApiV2UsersJwt, getApiV2UsersTraits, getApiV2WarehouseFeatures, getApiV2WarehouseFeaturesCount, getApiV2WarehouseFeaturesId, getApiV2Warehouses, getApiV2WarehousesActions, getApiV2WarehousesAddresses, getApiV2WarehousesCount, getApiV2WarehousesId, getApiV2WarehousesIdCallTrait, getApiV2WarehousesIdCarrierAccounts, getApiV2WarehousesIdTraits, getApiV2WarehousesTraits, getApiV2Wholesales, getApiV2WholesalesId, getBroadcastFromPusherResponse, getLocaleUrl, getLogoutUrl, getNavDataUrlBySlug, getPartnerBillingUrl, getSearchUrl, getUserChannelName, getUserSummary, getWarehouseIdOpenBatchesAgainstShelf, getWarehouseIdValidForDuplicatedLotRelocate, labeledSearchTypes, loadDirectlyRelatedObjects, loadIndirectlyRelatedObjects, loadRelatedObjects, multiPageGet, multiPageGetApiV21Documents, multiPageGetApiV21OrderBatchItems, multiPageGetApiV21OrderItems, multiPageGetApiV21Orders, navMock, postApiV21Accounts, postApiV21AccountsIdAccountTransactions, postApiV21BillOfLadings, postApiV21BillOfLadingsIdAddresses, postApiV21Broadcasts, postApiV21Cache, postApiV21CarrierAccounts, postApiV21CarrierAliases, postApiV21Carriers, postApiV21Chromalists, postApiV21ConsumerReturns, postApiV21ConsumerReturnsBulk, postApiV21ConsumerReturnsIdIncidents, postApiV21Currencies, postApiV21Customers, postApiV21Documents, postApiV21ExtAppAuthenticateProvider, postApiV21FilterSets, postApiV21ImporterOfRecords, postApiV21Incidents, postApiV21Items, postApiV21ItemsIdBundleItems, postApiV21ItemsIdIncidents, postApiV21ItemsIdLocations, postApiV21ItemsIdOriginators, postApiV21Loads, postApiV21LocationAudits, postApiV21LocationTransfers, postApiV21LocationsIdIncidents, postApiV21Lots, postApiV21Manifests, postApiV21NotificationSubscriptions, postApiV21OrderBatchesIdIncidents, postApiV21Orders, postApiV21OrdersBulk, postApiV21OrdersIdDuplicate, postApiV21OrdersIdIncidents, postApiV21OrdersIdMessages, postApiV21OrdersIdOrderDocuments, postApiV21OrdersIdOrderItems, postApiV21OrdersIdPackages, postApiV21OrdersIdRuleDismissals, postApiV21Partners, postApiV21Projects, postApiV21ProjectsIdProjectTasks, postApiV21Rates, postApiV21ReturnAddresses, postApiV21Rules, postApiV21Shipnotices, postApiV21ShipnoticesBulk, postApiV21ShipnoticesIdIncidents, postApiV21ShipnoticesIdMessages, postApiV21ShipnoticesIdShipnoticeItems, postApiV21ShippingAliases, postApiV21ShippingBlacklistedMethods, postApiV21ShippingMethods, postApiV21SimulateConsumerReturnsCreate, postApiV21SimulateOrdersCreate, postApiV21SimulateShipnoticesCreate, postApiV21Templates, postApiV21Users, postApiV21UsersAuthorize, postApiV21UtilitiesPresignUrl, postApiV21UtilitiesPublicUrl, postApiV21UtilsPublicUrl, postApiV21WarehouseFeatures, postApiV21Warehouses, postApiV2Accounts, postApiV2AccountsIdAccountTransactions, postApiV2BillOfLadings, postApiV2BillOfLadingsIdAddresses, postApiV2Broadcasts, postApiV2Cache, postApiV2CarrierAccounts, postApiV2CarrierAliases, postApiV2Chromalists, postApiV2ConsumerReturns, postApiV2ConsumerReturnsBulk, postApiV2ConsumerReturnsIdIncidents, postApiV2Currencies, postApiV2Customers, postApiV2Documents, postApiV2ExtAppAuthenticateProvider, postApiV2FilterSets, postApiV2ImporterOfRecords, postApiV2Incidents, postApiV2Items, postApiV2ItemsIdBundleItems, postApiV2ItemsIdIncidents, postApiV2ItemsIdLocations, postApiV2ItemsIdOriginators, postApiV2Loads, postApiV2LocationAdjustments, postApiV2LocationAdjustmentsIdTags, postApiV2LocationAudits, postApiV2LocationTransfers, postApiV2LocationsIdIncidents, postApiV2Lots, postApiV2Manifests, postApiV2NotificationSubscriptions, postApiV2OrderBatchesIdIncidents, postApiV2Orders, postApiV2OrdersBulk, postApiV2OrdersIdDuplicate, postApiV2OrdersIdIncidents, postApiV2OrdersIdMessages, postApiV2OrdersIdOrderDocuments, postApiV2OrdersIdOrderItems, postApiV2OrdersIdPackages, postApiV2OrdersIdRuleDismissals, postApiV2Partners, postApiV2Prepacks, postApiV2Projects, postApiV2ProjectsIdProjectTasks, postApiV2Rates, postApiV2ReturnAddresses, postApiV2Rules, postApiV2ShipnoticeItemsIdTags, postApiV2Shipnotices, postApiV2ShipnoticesBulk, postApiV2ShipnoticesIdIncidents, postApiV2ShipnoticesIdMessages, postApiV2ShipnoticesIdShipnoticeItems, postApiV2ShippingAliases, postApiV2ShippingBlacklistedMethods, postApiV2ShippingMethods, postApiV2SimulateConsumerReturnsCreate, postApiV2SimulateOrdersCreate, postApiV2SimulateShipnoticesCreate, postApiV2SurchargeMarkups, postApiV2Templates, postApiV2TransportationMarkups, postApiV2Users, postApiV2UsersAuthorize, postApiV2UtilitiesPresignUrl, postApiV2UtilitiesPublicUrl, postApiV2WarehouseFeatures, postApiV2Warehouses, putApiV21AccountsId, putApiV21BillOfLadingsId, putApiV21BroadcastsId, putApiV21BroadcastsIdConsume, putApiV21BroadcastsIdExpire, putApiV21BundleItemsId, putApiV21CarrierAccountsId, putApiV21CarrierAccountsIdMetaFields, putApiV21CarrierAliasesId, putApiV21CarriersId, putApiV21ConsumerReturnsId, putApiV21ConsumerReturnsIdMetaFields, putApiV21ConsumerReturnsOriginatorOriginatorId, putApiV21CustomersId, putApiV21CustomersIdCallAction, putApiV21CustomersIdCallAsyncAction, putApiV21CustomersIdMetaFields, putApiV21CustomsInfosId, putApiV21DocumentsIdCallAction, putApiV21DocumentsIdCallAsyncAction, putApiV21FilterSetsId, putApiV21FilterSetsIdBatch, putApiV21FilterSetsIdCallAction, putApiV21FilterSetsIdCallEachAction, putApiV21FilterSetsIdExport, putApiV21FilterSetsIdSnapshot, putApiV21FilterSetsUpsert, putApiV21ImporterOfRecordsId, putApiV21IncidentsId, putApiV21IncidentsIdCallAction, putApiV21ItemsId, putApiV21ItemsIdCallAction, putApiV21ItemsIdCallAsyncAction, putApiV21ItemsIdMetaFields, putApiV21ItemsOriginatorOriginatorId, putApiV21LoadsIdCallAction, putApiV21LoadsIdGenerateBol, putApiV21LocationAuditsId, putApiV21LocationAuditsIdCallAction, putApiV21LocationTransfersId, putApiV21LocationTransfersIdCallAction, putApiV21LocationsId, putApiV21LocationsIdCallAction, putApiV21LocationsIdUpdateQuantity, putApiV21LotsId, putApiV21ManifestsIdCallAction, putApiV21NotificationSubscriptionsId, putApiV21OrderBatchItemsIdCallAction, putApiV21OrderBatchesId, putApiV21OrderBatchesIdCallAction, putApiV21OrderBatchesIdCallAsyncAction, putApiV21OrderBatchesIdForcePick, putApiV21OrderBatchesIdGenerateBol, putApiV21OrderBatchesIdMetaFields, putApiV21OrderBatchesIdReleaseUnshipped, putApiV21OrderBatchesIdSetCache, putApiV21OrderBatchesIdbuyLabels, putApiV21OrderDocumentsId, putApiV21OrderItemsId, putApiV21OrderItemsIdCallAction, putApiV21OrderItemsIdMetaFields, putApiV21OrderItemsIdSeparate, putApiV21OrderItemsIdSplit, putApiV21OrdersId, putApiV21OrdersIdCallAction, putApiV21OrdersIdCallAsyncAction, putApiV21OrdersIdCustomsInfo, putApiV21OrdersIdMetaFields, putApiV21OrdersIdPackItem, putApiV21OrdersIdWholesale, putApiV21OrdersOriginatorOriginatorId, putApiV21OriginatorsId, putApiV21PackagesId, putApiV21PackagesIdCallAction, putApiV21PartnersId, putApiV21ProjectTasksId, putApiV21ProjectsId, putApiV21ProjectsIdCallAction, putApiV21RatesId, putApiV21RatesIdCallAction, putApiV21ReturnAddressesId, putApiV21RulesId, putApiV21RulesIdCallAction, putApiV21SerialNumbersIdCallAction, putApiV21ShipnoticeItemsId, putApiV21ShipnoticeItemsIdCallAction, putApiV21ShipnoticeItemsIdCallAsyncAction, putApiV21ShipnoticeItemsIdMetaFields, putApiV21ShipnoticeItemsIdReceive, putApiV21ShipnoticesId, putApiV21ShipnoticesIdCallAction, putApiV21ShipnoticesIdCallAsyncAction, putApiV21ShipnoticesIdMetaFields, putApiV21ShipnoticesOriginatorOriginatorId, putApiV21ShippingAliasesId, putApiV21ShippingBlacklistedMethodsId, putApiV21ShippingMethodsId, putApiV21ShopsIdMetaFields, putApiV21SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV21SimulateOrdersOrderIdProcessing, putApiV21SimulateShipnoticesShipnoticeIdProcessing, putApiV21TemplatesId, putApiV21TemplatesIdCallAction, putApiV21TemplatesIdCallAsyncAction, putApiV21UsersId, putApiV21UsersIdCallAction, putApiV21WarehouseFeaturesId, putApiV21WarehousesId, putApiV21WarehousesIdCallAction, putApiV21WarehousesIdCallAsyncAction, putApiV21WholesalesId, putApiV2AccountsId, putApiV2AddressesId, putApiV2BillOfLadingsId, putApiV2BroadcastsId, putApiV2BroadcastsIdConsume, putApiV2BroadcastsIdExpire, putApiV2BundleItemsId, putApiV2CarrierAccountsId, putApiV2CarrierAccountsIdMetaFields, putApiV2CarrierAliasesId, putApiV2ConsumerReturnsId, putApiV2ConsumerReturnsIdMetaFields, putApiV2ConsumerReturnsOriginatorOriginatorId, putApiV2CustomersId, putApiV2CustomersIdCallAction, putApiV2CustomersIdCallAsyncAction, putApiV2CustomersIdMetaFields, putApiV2CustomsInfosId, putApiV2DocumentsIdCallAction, putApiV2DocumentsIdCallAsyncAction, putApiV2FilterSetsId, putApiV2FilterSetsIdBatch, putApiV2FilterSetsIdCallAction, putApiV2FilterSetsIdCallEachAction, putApiV2FilterSetsIdExport, putApiV2FilterSetsIdSnapshot, putApiV2FilterSetsUpsert, putApiV2ImporterOfRecordsId, putApiV2IncidentsId, putApiV2IncidentsIdCallAction, putApiV2ItemsId, putApiV2ItemsIdCallAction, putApiV2ItemsIdCallAsyncAction, putApiV2ItemsIdMetaFields, putApiV2ItemsOriginatorOriginatorId, putApiV2LoadsIdCallAction, putApiV2LocationAuditsId, putApiV2LocationAuditsIdCallAction, putApiV2LocationTransfersId, putApiV2LocationTransfersIdCallAction, putApiV2LocationsId, putApiV2LocationsIdCallAction, putApiV2LocationsIdUpdateQuantity, putApiV2LotsId, putApiV2ManifestsIdCallAction, putApiV2NotificationSubscriptionsId, putApiV2OrderBatchItemsIdCallAction, putApiV2OrderBatchesId, putApiV2OrderBatchesIdCallAction, putApiV2OrderBatchesIdCallAsyncAction, putApiV2OrderBatchesIdMetaFields, putApiV2OrderDocumentsId, putApiV2OrderItemsId, putApiV2OrderItemsIdCallAction, putApiV2OrderItemsIdMetaFields, putApiV2OrderItemsIdSeparate, putApiV2OrderItemsIdSplit, putApiV2OrdersId, putApiV2OrdersIdCallAction, putApiV2OrdersIdCallAsyncAction, putApiV2OrdersIdCustomsInfo, putApiV2OrdersIdMetaFields, putApiV2OrdersIdWholesale, putApiV2OrdersOriginatorOriginatorId, putApiV2OriginatorsId, putApiV2PackagesId, putApiV2PackagesIdCallAction, putApiV2PartnersId, putApiV2ProjectTasksId, putApiV2ProjectsId, putApiV2ProjectsIdCallAction, putApiV2RatesId, putApiV2RatesIdCallAction, putApiV2ReturnAddressesId, putApiV2RulesId, putApiV2RulesIdCallAction, putApiV2ScancodesId, putApiV2SerialNumbersIdCallAction, putApiV2ShipnoticeItemsId, putApiV2ShipnoticeItemsIdCallAction, putApiV2ShipnoticeItemsIdCallAsyncAction, putApiV2ShipnoticeItemsIdMetaFields, putApiV2ShipnoticeItemsIdReceive, putApiV2ShipnoticesId, putApiV2ShipnoticesIdCallAction, putApiV2ShipnoticesIdCallAsyncAction, putApiV2ShipnoticesIdMetaFields, putApiV2ShipnoticesOriginatorOriginatorId, putApiV2ShippingAliasesId, putApiV2ShippingBlacklistedMethodsId, putApiV2ShippingMethodsId, putApiV2ShopsIdMetaFields, putApiV2SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV2SimulateOrdersOrderIdProcessing, putApiV2SimulateShipnoticesShipnoticeIdProcessing, putApiV2SurchargeMarkupsId, putApiV2TemplatesId, putApiV2TemplatesIdCallAction, putApiV2TemplatesIdCallAsyncAction, putApiV2TransportationMarkupsId, putApiV2UsersId, putApiV2UsersIdCallAction, putApiV2WarehouseFeaturesId, putApiV2WarehousesId, putApiV2WarehousesIdCallAction, putApiV2WarehousesIdCallAsyncAction, putApiV2WholesalesId, putProcessShelfToShelfTransfer, searchTypes, setUserCustomer, setUserWarehouse, subscribe, subscribeToUserChannel, unsetUserCustomer, unsetUserWarehouse, unsubscribe, unsubscribeFromUserChannel, userMock, waitForBatch, waitForJob, warehouseMock };
|
|
25756
|
+
export { ApiV21EntitiesItemHazmatType, ApiV21EntitiesItemLabelFormat, ApiV21EntitiesItemOriginCountry, ApiV21EntitiesItemPackagingType, ApiV21EntitiesLocationRole, ApiV21EntitiesOrderIncoterm, ApiV21EntitiesOrderStatus, ApiV21EntitiesUserLocale, ApiV21EntitiesUserRole, ApiV2EntitiesBillOfLadingBolType, ApiV2EntitiesChromalistChroma, ApiV2EntitiesChromalistResourceType, ApiV2EntitiesItemHazmatType, ApiV2EntitiesItemLabelFormat, ApiV2EntitiesItemOriginCountry, ApiV2EntitiesItemPackagingType, ApiV2EntitiesLocationRole, ApiV2EntitiesOrderIncoterm, ApiV2EntitiesOrderStatus, ApiV2EntitiesReturnAddressCountryIso2, ApiV2EntitiesUserLocale, ApiV2EntitiesUserRole, ContentType, DhlPackagingType, FedExPackagingType, GetApiV21ItemsIdInboundParamsType, GetApiV21ItemsOriginatorOriginatorIdInboundParamsType, GetApiV2ItemsIdInboundParamsType, GetApiV2ItemsOriginatorOriginatorIdInboundParamsType, HttpClient, ItemOutboundTabs, LabeledDhlPackagingType, LabeledFedExPackagingType, LabeledHazmatTypes, LabeledRoyalMailPackagingType, LabeledUpsPackagingType, LabeledUspsPackagingType, LabeledWhiplashPackagingType, PostApiV21BillOfLadingsBolType, PostApiV21BillOfLadingsIdAddressesAddressType, PostApiV21CarrierAccountsProvider, PostApiV21ChromalistsChroma, PostApiV21ChromalistsResourceType, PostApiV21FilterSetsType, PostApiV21ItemsHazmatType, PostApiV21ItemsIdLocationsOwnerType, PostApiV21ItemsIdLocationsRole, PostApiV21ItemsLabelFormat, PostApiV21ItemsOriginCountry, PostApiV21ItemsPackagingType, PostApiV21LocationAuditsState, PostApiV21OrdersBulkIncoterm, PostApiV21OrdersBulkOrderType, PostApiV21OrdersBulkStatus, PostApiV21OrdersIncoterm, PostApiV21OrdersOrderType, PostApiV21OrdersStatus, PostApiV21ReturnAddressesCountryIso2, PostApiV21RulesState, PostApiV21RulesType, PostApiV21UsersLocale, PostApiV21UsersRole, PostApiV21UtilitiesPresignUrlResourceType, PostApiV21WarehousesDefaultPickStrategy, PostApiV21WarehousesShippingLabelFormat, PostApiV2BillOfLadingsBolType, PostApiV2BillOfLadingsIdAddressesAddressType, PostApiV2CarrierAccountsProvider, PostApiV2ChromalistsChroma, PostApiV2ChromalistsResourceType, PostApiV2FilterSetsType, PostApiV2ItemsHazmatType, PostApiV2ItemsIdLocationsOwnerType, PostApiV2ItemsIdLocationsRole, PostApiV2ItemsLabelFormat, PostApiV2ItemsOriginCountry, PostApiV2ItemsPackagingType, PostApiV2LocationAuditsState, PostApiV2OrdersBulkIncoterm, PostApiV2OrdersBulkOrderType, PostApiV2OrdersBulkStatus, PostApiV2OrdersIncoterm, PostApiV2OrdersOrderType, PostApiV2OrdersStatus, PostApiV2ReturnAddressesCountryIso2, PostApiV2RulesState, PostApiV2RulesType, PostApiV2UsersLocale, PostApiV2UsersRole, PostApiV2UtilitiesPresignUrlResourceType, PostApiV2WarehousesDefaultPickStrategy, PostApiV2WarehousesShippingLabelFormat, PusherBatchResponses, PusherEventTypes, PusherJobStatus, PutApiV21FilterSetsIdBatchBatchStrategy, PutApiV21FilterSetsIdBatchGroupBy, PutApiV21FilterSetsIdBatchLocationRoles, PutApiV21FilterSetsIdBatchPickStrategy, PutApiV21FilterSetsIdBatchWaveStrategy, PutApiV21FilterSetsUpsertType, PutApiV21IncidentsIdHazmatType, PutApiV21IncidentsIdLabelFormat, PutApiV21IncidentsIdOriginCountry, PutApiV21IncidentsIdPackagingType, PutApiV21ItemsIdHazmatType, PutApiV21ItemsIdLabelFormat, PutApiV21ItemsIdOriginCountry, PutApiV21ItemsIdPackagingType, PutApiV21ItemsOriginatorOriginatorIdHazmatType, PutApiV21ItemsOriginatorOriginatorIdLabelFormat, PutApiV21ItemsOriginatorOriginatorIdOriginCountry, PutApiV21ItemsOriginatorOriginatorIdPackagingType, PutApiV21LocationsIdRole, PutApiV21LocationsIdUpdateQuantityOwnerType, PutApiV21OrdersIdIncoterm, PutApiV21OrdersOriginatorOriginatorIdIncoterm, PutApiV21ReturnAddressesIdCountryIso2, PutApiV21RulesIdState, PutApiV21SimulateOrdersOrderIdProcessingStatus, PutApiV21UsersIdLocale, PutApiV21UsersIdRole, PutApiV2FilterSetsIdBatchBatchStrategy, PutApiV2FilterSetsIdBatchPickStrategy, PutApiV2FilterSetsIdBatchWaveStrategy, PutApiV2FilterSetsUpsertType, PutApiV2IncidentsIdHazmatType, PutApiV2IncidentsIdLabelFormat, PutApiV2IncidentsIdOriginCountry, PutApiV2IncidentsIdPackagingType, PutApiV2ItemsIdHazmatType, PutApiV2ItemsIdLabelFormat, PutApiV2ItemsIdOriginCountry, PutApiV2ItemsIdPackagingType, PutApiV2ItemsOriginatorOriginatorIdHazmatType, PutApiV2ItemsOriginatorOriginatorIdLabelFormat, PutApiV2ItemsOriginatorOriginatorIdOriginCountry, PutApiV2ItemsOriginatorOriginatorIdPackagingType, PutApiV2LocationsIdRole, PutApiV2LocationsIdUpdateQuantityOwnerType, PutApiV2OrdersIdIncoterm, PutApiV2OrdersOriginatorOriginatorIdIncoterm, PutApiV2ReturnAddressesIdCountryIso2, PutApiV2RulesIdState, PutApiV2SimulateOrdersOrderIdProcessingStatus, PutApiV2UsersIdLocale, PutApiV2UsersIdRole, RelationType, RoyalMailPackagingType, UpsPackagingType, UspsPackagingType, WhiplashPackagingType, customerMock, deleteApiV21AccountsId, deleteApiV21AllocationsId, deleteApiV21BillOfLadingsId, deleteApiV21BroadcastsId, deleteApiV21BundleItemsId, deleteApiV21CacheKey, deleteApiV21CarrierAccountsId, deleteApiV21CarrierAliasesId, deleteApiV21CarriersId, deleteApiV21ChromalistsId, deleteApiV21ConsumerReturnsId, deleteApiV21ConsumerReturnsOriginatorOriginatorId, deleteApiV21CurrenciesId, deleteApiV21DocumentsId, deleteApiV21FilterSetsId, deleteApiV21ImporterOfRecordsId, deleteApiV21IncidentsId, deleteApiV21ItemsId, deleteApiV21ItemsOriginatorOriginatorId, deleteApiV21LoadsId, deleteApiV21LocationAuditsId, deleteApiV21LocationTransfersId, deleteApiV21LocationsId, deleteApiV21LotsId, deleteApiV21NotificationSubscriptionsId, deleteApiV21OrderDocumentsId, deleteApiV21OrderItemsId, deleteApiV21PackagesId, deleteApiV21PartnersId, deleteApiV21ProjectTasksId, deleteApiV21ProjectsId, deleteApiV21ReturnAddressesId, deleteApiV21RuleDismissalsId, deleteApiV21RulesId, deleteApiV21ShipnoticeItemsId, deleteApiV21ShipnoticesId, deleteApiV21ShipnoticesOriginatorOriginatorId, deleteApiV21ShippingAliasesId, deleteApiV21ShippingBlacklistedMethodsId, deleteApiV21ShippingMethodsId, deleteApiV21TemplatesId, deleteApiV21UsersId, deleteApiV21WarehouseFeaturesId, deleteApiV21WarehousesId, deleteApiV2AccountsId, deleteApiV2AddressesId, deleteApiV2AllocationsId, deleteApiV2BillOfLadingsId, deleteApiV2BroadcastsId, deleteApiV2BundleItemsId, deleteApiV2CacheKey, deleteApiV2CarrierAccountsId, deleteApiV2CarrierAliasesId, deleteApiV2ChromalistsId, deleteApiV2ConsumerReturnsId, deleteApiV2ConsumerReturnsOriginatorOriginatorId, deleteApiV2CurrenciesId, deleteApiV2DocumentsId, deleteApiV2FilterSetsId, deleteApiV2ImporterOfRecordsId, deleteApiV2IncidentsId, deleteApiV2ItemsId, deleteApiV2ItemsOriginatorOriginatorId, deleteApiV2LoadsId, deleteApiV2LocationAdjustmentsIdTags, deleteApiV2LocationAuditsId, deleteApiV2LocationTransfersId, deleteApiV2LocationsId, deleteApiV2LotsId, deleteApiV2NotificationSubscriptionsId, deleteApiV2OrderDocumentsId, deleteApiV2OrderItemsId, deleteApiV2PackagesId, deleteApiV2PartnersId, deleteApiV2ProjectTasksId, deleteApiV2ProjectsId, deleteApiV2ReturnAddressesId, deleteApiV2RuleDismissalsId, deleteApiV2RulesId, deleteApiV2ShipnoticeItemsId, deleteApiV2ShipnoticeItemsIdTags, deleteApiV2ShipnoticesId, deleteApiV2ShipnoticesOriginatorOriginatorId, deleteApiV2ShippingAliasesId, deleteApiV2ShippingBlacklistedMethodsId, deleteApiV2ShippingMethodsId, deleteApiV2SurchargeMarkupsId, deleteApiV2TemplatesId, deleteApiV2TransportationMarkupsId, deleteApiV2UsersId, deleteApiV2WarehouseFeaturesId, deleteApiV2WarehousesId, errorHandler, getAllCustomersUrl, getAllWarehousesUrl, getApiV21AccountTransactions, getApiV21AccountTransactionsCount, getApiV21AccountTransactionsId, getApiV21Accounts, getApiV21AccountsCount, getApiV21AccountsId, getApiV21AccountsIdAccountTransactions, getApiV21AccountsIdSuggestedRefill, getApiV21Allocations, getApiV21BillOfLadings, getApiV21BillOfLadingsActions, getApiV21BillOfLadingsId, getApiV21BillOfLadingsIdAddresses, getApiV21Broadcasts, getApiV21BroadcastsCount, getApiV21BroadcastsId, getApiV21BroadcastsLevels, getApiV21BundleItemsId, getApiV21CacheKey, getApiV21CarrierAccounts, getApiV21CarrierAccountsCount, getApiV21CarrierAccountsId, getApiV21CarrierAccountsIdMetaFields, getApiV21CarrierAccountsIdProviderAccount, getApiV21CarrierAccountsProviderAccounts, getApiV21CarrierAliases, getApiV21CarrierAliasesId, getApiV21Carriers, getApiV21CarriersId, getApiV21Chromalists, getApiV21ConsumerReturnIdReturnItems, getApiV21ConsumerReturns, getApiV21ConsumerReturnsAggregate, getApiV21ConsumerReturnsCount, getApiV21ConsumerReturnsId, getApiV21ConsumerReturnsIdCallTrait, getApiV21ConsumerReturnsIdIncidents, getApiV21ConsumerReturnsIdIncidentsCount, getApiV21ConsumerReturnsIdMetaFields, getApiV21ConsumerReturnsIdOriginator, getApiV21ConsumerReturnsIdTraits, getApiV21ConsumerReturnsOriginatorOriginatorId, getApiV21ConsumerReturnsTraits, getApiV21Currencies, getApiV21Customers, getApiV21CustomersActions, getApiV21CustomersCount, getApiV21CustomersId, getApiV21CustomersIdCallTrait, getApiV21CustomersIdDefaultReturnLocationRole, getApiV21CustomersIdEnablePendingReturns, getApiV21CustomersIdGoEnabled, getApiV21CustomersIdMetaFields, getApiV21CustomersIdShops, getApiV21CustomersIdTraits, getApiV21CustomersTraits, getApiV21CustomsInfos, getApiV21CustomsInfosId, getApiV21Dashboards, getApiV21DashboardsId, getApiV21Documents, getApiV21DocumentsActions, getApiV21DocumentsId, getApiV21ExtAppAuthenticateProvider, getApiV21FilterSets, getApiV21FilterSetsCount, getApiV21FilterSetsId, getApiV21FilterSetsIdResults, getApiV21FilterSetsIdResultsAggregate, getApiV21FilterSetsIdResultsCount, getApiV21FilterSetsOptions, getApiV21ImporterOfRecords, getApiV21ImporterOfRecordsId, getApiV21Incidents, getApiV21IncidentsActions, getApiV21IncidentsCount, getApiV21InvoiceItems, getApiV21InvoiceItemsCount, getApiV21InvoiceItemsId, getApiV21Invoices, getApiV21InvoicesCount, getApiV21InvoicesId, getApiV21InvoicesIdCallTrait, getApiV21InvoicesIdTraits, getApiV21InvoicesTraits, getApiV21ItemOutboundInfo, getApiV21Items, getApiV21ItemsActions, getApiV21ItemsAggregate, getApiV21ItemsCount, getApiV21ItemsId, getApiV21ItemsIdBundleItems, getApiV21ItemsIdCallTrait, getApiV21ItemsIdInBundles, getApiV21ItemsIdInbound, getApiV21ItemsIdIncidents, getApiV21ItemsIdIncidentsCount, getApiV21ItemsIdLocations, getApiV21ItemsIdLocationsCount, getApiV21ItemsIdMetaFields, getApiV21ItemsIdOriginators, getApiV21ItemsIdScancodes, getApiV21ItemsIdShipnoticeItems, getApiV21ItemsIdShipnoticeItemsCount, getApiV21ItemsIdTraits, getApiV21ItemsIdTransactions, getApiV21ItemsIdTransactionsCount, getApiV21ItemsIdWarehouseQuantities, getApiV21ItemsOriginatorOriginatorId, getApiV21ItemsOriginatorOriginatorIdBundleItems, getApiV21ItemsOriginatorOriginatorIdInBundles, getApiV21ItemsOriginatorOriginatorIdInbound, getApiV21ItemsOriginatorOriginatorIdScancodes, getApiV21ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV21ItemsTraits, getApiV21Loads, getApiV21LoadsActions, getApiV21LoadsCount, getApiV21LoadsExtended, getApiV21LoadsId, getApiV21LoadsIdOrderBatches, getApiV21Locales, getApiV21LocationAudits, getApiV21LocationAuditsAggregate, getApiV21LocationAuditsCount, getApiV21LocationAuditsId, getApiV21LocationAuditsIdAllocations, getApiV21LocationTransfers, getApiV21LocationTransfersAggregate, getApiV21LocationTransfersCount, getApiV21LocationTransfersId, getApiV21LocationTransfersIdAllocations, getApiV21Locations, getApiV21LocationsAggregate, getApiV21LocationsCount, getApiV21LocationsId, getApiV21LocationsIdIncidents, getApiV21LocationsIdIncidentsCount, getApiV21Lots, getApiV21LotsCount, getApiV21LotsId, getApiV21Manifests, getApiV21ManifestsCount, getApiV21ManifestsId, getApiV21ManifestsIdBatch, getApiV21ManifestsIdScanForm, getApiV21Me, getApiV21Nav, getApiV21NavItems, getApiV21NotificationEvents, getApiV21NotificationEventsId, getApiV21NotificationSubscriptions, getApiV21NotificationSubscriptionsCount, getApiV21NotificationSubscriptionsId, getApiV21NotificationSubscriptionsIdTest, getApiV21OrderBatchItems, getApiV21OrderBatchItemsAggregate, getApiV21OrderBatchRequests, getApiV21OrderBatchRequestsCount, getApiV21OrderBatchRequestsExtended, getApiV21OrderBatchRequestsId, getApiV21OrderBatches, getApiV21OrderBatchesActions, getApiV21OrderBatchesAggregate, getApiV21OrderBatchesExtended, getApiV21OrderBatchesId, getApiV21OrderBatchesIdCallTrait, getApiV21OrderBatchesIdIncidents, getApiV21OrderBatchesIdIncidentsCount, getApiV21OrderBatchesIdMetaFields, getApiV21OrderBatchesIdOrderBatchItems, getApiV21OrderBatchesIdOrderCountsByStatus, getApiV21OrderBatchesIdPackedPercent, getApiV21OrderBatchesIdPackingslips, getApiV21OrderBatchesIdPublicPackingslipUrl, getApiV21OrderBatchesIdPublicPicklistUrl, getApiV21OrderBatchesIdSummary, getApiV21OrderBatchesIdTraits, getApiV21OrderBatchesTraits, getApiV21OrderDocumentsId, getApiV21OrderItems, getApiV21OrderItemsActions, getApiV21OrderItemsAggregate, getApiV21OrderItemsId, getApiV21OrderItemsIdLots, getApiV21OrderItemsIdMetaFields, getApiV21OrderItemsIdOriginator, getApiV21OrderItemsIdSerialNumbers, getApiV21OrderTotes, getApiV21OrderTotesCodeOrderItems, getApiV21OrderTotesCodeOrderItemsCount, getApiV21OrderTotesCodeOrders, getApiV21OrderTotesCodeOrdersCount, getApiV21Orders, getApiV21OrdersActions, getApiV21OrdersAggregate, getApiV21OrdersCount, getApiV21OrdersId, getApiV21OrdersIdCallTrait, getApiV21OrdersIdCommercialInvoice, getApiV21OrdersIdCustomsInfo, getApiV21OrdersIdEvents, getApiV21OrdersIdEventsCount, getApiV21OrdersIdHasGlobalEInvoice, getApiV21OrdersIdHasOuterPackaging, getApiV21OrdersIdIncidents, getApiV21OrdersIdIncidentsCount, getApiV21OrdersIdLots, getApiV21OrdersIdMessages, getApiV21OrdersIdMessagesCount, getApiV21OrdersIdMeta, getApiV21OrdersIdMetaFields, getApiV21OrdersIdOrderDocuments, getApiV21OrdersIdOrderItems, getApiV21OrdersIdOrderItemsCount, getApiV21OrdersIdOriginator, getApiV21OrdersIdPackages, getApiV21OrdersIdPackingRulesWithSuggestedItems, getApiV21OrdersIdPackingslip, getApiV21OrdersIdPublicInsertUrl, getApiV21OrdersIdPublicPackingslipUrl, getApiV21OrdersIdRuleDismissals, getApiV21OrdersIdSerialNumbers, getApiV21OrdersIdShipmentRates, getApiV21OrdersIdShippingRates, getApiV21OrdersIdShippingWeight, getApiV21OrdersIdSkipPackingslip, getApiV21OrdersIdToteCode, getApiV21OrdersIdTraits, getApiV21OrdersIdWholesale, getApiV21OrdersOriginatorOriginatorId, getApiV21OrdersTraits, getApiV21Originators, getApiV21Packages, getApiV21PackagesActions, getApiV21PackagesAggregate, getApiV21PackagesId, getApiV21PackagesIdCallTrait, getApiV21PackagesIdShipment, getApiV21PackagesIdTraits, getApiV21PackagesTraits, getApiV21Partners, getApiV21PartnersCount, getApiV21PartnersId, getApiV21ProjectTasksId, getApiV21Projects, getApiV21ProjectsCount, getApiV21ProjectsId, getApiV21ProjectsIdProjectTasks, getApiV21ProjectsIdProjectTasksCount, getApiV21Rates, getApiV21RatesCount, getApiV21RatesId, getApiV21RelocateInventoryTransfers, getApiV21RelocateInventoryTransfersCount, getApiV21ReturnAddresses, getApiV21ReturnAddressesId, getApiV21Rules, getApiV21RulesCount, getApiV21RulesId, getApiV21RulesIdHistory, getApiV21SerialNumbers, getApiV21SerialNumbersActions, getApiV21ShipnoticeItems, getApiV21ShipnoticeItemsActions, getApiV21ShipnoticeItemsAggregate, getApiV21ShipnoticeItemsCount, getApiV21ShipnoticeItemsId, getApiV21ShipnoticeItemsIdAllocations, getApiV21ShipnoticeItemsIdCallTrait, getApiV21ShipnoticeItemsIdLocations, getApiV21ShipnoticeItemsIdMetaFields, getApiV21ShipnoticeItemsIdOriginator, getApiV21ShipnoticeItemsIdReceived, getApiV21ShipnoticeItemsIdTraits, getApiV21ShipnoticeItemsTraits, getApiV21Shipnotices, getApiV21ShipnoticesActions, getApiV21ShipnoticesAggregate, getApiV21ShipnoticesCount, getApiV21ShipnoticesId, getApiV21ShipnoticesIdCallTrait, getApiV21ShipnoticesIdCustomerReservedReceiving, getApiV21ShipnoticesIdIncidents, getApiV21ShipnoticesIdIncidentsCount, getApiV21ShipnoticesIdMessages, getApiV21ShipnoticesIdMessagesCount, getApiV21ShipnoticesIdMetaFields, getApiV21ShipnoticesIdOrdersWaiting, getApiV21ShipnoticesIdOriginator, getApiV21ShipnoticesIdShipnoticeItems, getApiV21ShipnoticesIdShipnoticeItemsCount, getApiV21ShipnoticesIdTraits, getApiV21ShipnoticesOriginatorOriginatorId, getApiV21ShipnoticesTraits, getApiV21ShippingAliases, getApiV21ShippingAliasesCount, getApiV21ShippingAliasesId, getApiV21ShippingBlacklistedMethods, getApiV21ShippingBlacklistedMethodsCount, getApiV21ShippingBlacklistedMethodsId, getApiV21ShippingMethods, getApiV21ShippingMethodsCount, getApiV21ShippingMethodsId, getApiV21ShopsIdMetaFields, getApiV21SipnoticeItemReceivingTimeline, getApiV21StatsSidekiq, getApiV21StatsSidekiqBatchStatusId, getApiV21StatsSidekiqName, getApiV21TemplateTypes, getApiV21Templates, getApiV21TemplatesId, getApiV21TemplatesIdRenderResourceId, getApiV21TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV21TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV21Users, getApiV21UsersCount, getApiV21UsersId, getApiV21UsersIdBroadcasts, getApiV21UsersIdCallTrait, getApiV21UsersIdTraits, getApiV21UsersJwt, getApiV21UsersTraits, getApiV21WarehouseFeatures, getApiV21WarehouseFeaturesCount, getApiV21WarehouseFeaturesId, getApiV21Warehouses, getApiV21WarehousesActions, getApiV21WarehousesCount, getApiV21WarehousesId, getApiV21WarehousesIdCallTrait, getApiV21WarehousesIdCarrierAccounts, getApiV21WarehousesIdTraits, getApiV21WarehousesTraits, getApiV21Wholesales, getApiV21WholesalesId, getApiV2AccountTransactions, getApiV2AccountTransactionsCount, getApiV2AccountTransactionsId, getApiV2Accounts, getApiV2AccountsCount, getApiV2AccountsId, getApiV2AccountsIdAccountTransactions, getApiV2AccountsIdAudits, getApiV2AccountsIdSuggestedRefill, getApiV2Allocations, getApiV2BillOfLadings, getApiV2BillOfLadingsActions, getApiV2BillOfLadingsId, getApiV2BillOfLadingsIdAddresses, getApiV2Broadcasts, getApiV2BroadcastsCount, getApiV2BroadcastsId, getApiV2BroadcastsLevels, getApiV2BundleItemsId, getApiV2CacheKey, getApiV2CarrierAccounts, getApiV2CarrierAccountsCount, getApiV2CarrierAccountsId, getApiV2CarrierAccountsIdAudits, getApiV2CarrierAccountsIdMetaFields, getApiV2CarrierAccountsIdProviderAccount, getApiV2CarrierAccountsProviderAccounts, getApiV2CarrierAliases, getApiV2CarrierAliasesId, getApiV2Carriers, getApiV2Chromalists, getApiV2ConsumerReturns, getApiV2ConsumerReturnsAggregate, getApiV2ConsumerReturnsCount, getApiV2ConsumerReturnsId, getApiV2ConsumerReturnsIdCallTrait, getApiV2ConsumerReturnsIdIncidents, getApiV2ConsumerReturnsIdIncidentsCount, getApiV2ConsumerReturnsIdMetaFields, getApiV2ConsumerReturnsIdOriginator, getApiV2ConsumerReturnsIdTraits, getApiV2ConsumerReturnsOriginatorOriginatorId, getApiV2ConsumerReturnsTraits, getApiV2Currencies, getApiV2Customers, getApiV2CustomersActions, getApiV2CustomersCount, getApiV2CustomersId, getApiV2CustomersIdAudits, getApiV2CustomersIdCallTrait, getApiV2CustomersIdMetaFields, getApiV2CustomersIdShops, getApiV2CustomersIdTraits, getApiV2CustomersTraits, getApiV2CustomsInfos, getApiV2CustomsInfosId, getApiV2Dashboards, getApiV2DashboardsId, getApiV2Documents, getApiV2DocumentsActions, getApiV2DocumentsId, getApiV2ExtAppAuthenticateProvider, getApiV2FilterSets, getApiV2FilterSetsCount, getApiV2FilterSetsId, getApiV2FilterSetsIdResults, getApiV2FilterSetsIdResultsAggregate, getApiV2FilterSetsIdResultsCount, getApiV2FilterSetsOptions, getApiV2ImporterOfRecords, getApiV2ImporterOfRecordsId, getApiV2Incidents, getApiV2IncidentsActions, getApiV2IncidentsCount, getApiV2InvoiceItems, getApiV2InvoiceItemsCount, getApiV2InvoiceItemsId, getApiV2Invoices, getApiV2InvoicesCount, getApiV2InvoicesId, getApiV2InvoicesIdCallTrait, getApiV2InvoicesIdTraits, getApiV2InvoicesTraits, getApiV2Items, getApiV2ItemsActions, getApiV2ItemsAggregate, getApiV2ItemsCount, getApiV2ItemsId, getApiV2ItemsIdAudits, getApiV2ItemsIdBundleItems, getApiV2ItemsIdCallTrait, getApiV2ItemsIdInBundles, getApiV2ItemsIdInbound, getApiV2ItemsIdIncidents, getApiV2ItemsIdIncidentsCount, getApiV2ItemsIdLocations, getApiV2ItemsIdLocationsCount, getApiV2ItemsIdMetaFields, getApiV2ItemsIdOriginators, getApiV2ItemsIdScancodes, getApiV2ItemsIdShipnoticeItems, getApiV2ItemsIdShipnoticeItemsCount, getApiV2ItemsIdTraits, getApiV2ItemsIdTransactions, getApiV2ItemsIdTransactionsCount, getApiV2ItemsIdWarehouseQuantities, getApiV2ItemsOriginatorOriginatorId, getApiV2ItemsOriginatorOriginatorIdBundleItems, getApiV2ItemsOriginatorOriginatorIdInBundles, getApiV2ItemsOriginatorOriginatorIdInbound, getApiV2ItemsOriginatorOriginatorIdScancodes, getApiV2ItemsOriginatorOriginatorIdWarehouseQuantities, getApiV2ItemsTraits, getApiV2Loads, getApiV2LoadsActions, getApiV2LoadsCount, getApiV2LoadsId, getApiV2LoadsIdOrderBatches, getApiV2Locales, getApiV2LocationAdjustments, getApiV2LocationAdjustmentsCount, getApiV2LocationAdjustmentsId, getApiV2LocationAdjustmentsIdTags, getApiV2LocationAudits, getApiV2LocationAuditsAggregate, getApiV2LocationAuditsCount, getApiV2LocationAuditsId, getApiV2LocationAuditsIdAllocations, getApiV2LocationTransfers, getApiV2LocationTransfersAggregate, getApiV2LocationTransfersCount, getApiV2LocationTransfersId, getApiV2LocationTransfersIdAllocations, getApiV2Locations, getApiV2LocationsAggregate, getApiV2LocationsCount, getApiV2LocationsId, getApiV2LocationsIdAudits, getApiV2LocationsIdIncidents, getApiV2LocationsIdIncidentsCount, getApiV2Lots, getApiV2LotsCount, getApiV2LotsId, getApiV2LotsIdAudits, getApiV2Manifests, getApiV2ManifestsCount, getApiV2ManifestsId, getApiV2ManifestsIdBatch, getApiV2ManifestsIdScanForm, getApiV2Me, getApiV2Nav, getApiV2NavItems, getApiV2NotificationEvents, getApiV2NotificationEventsId, getApiV2NotificationSubscriptions, getApiV2NotificationSubscriptionsCount, getApiV2NotificationSubscriptionsId, getApiV2NotificationSubscriptionsIdTest, getApiV2OrderBatchItems, getApiV2OrderBatchItemsAggregate, getApiV2OrderBatchRequests, 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, 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, getApiV2OrdersIdPackingslip, getApiV2OrdersIdRuleDismissals, getApiV2OrdersIdSerialNumbers, getApiV2OrdersIdShipmentRates, getApiV2OrdersIdShippingRates, getApiV2OrdersIdShippingWeight, getApiV2OrdersIdTraits, getApiV2OrdersIdWholesale, getApiV2OrdersOriginatorOriginatorId, getApiV2OrdersTraits, getApiV2Originators, getApiV2OriginatorsIdAudits, getApiV2Packages, getApiV2PackagesActions, getApiV2PackagesAggregate, getApiV2PackagesId, getApiV2PackagesIdAudits, getApiV2PackagesIdCallTrait, getApiV2PackagesIdShipment, getApiV2PackagesIdTraits, getApiV2PackagesTraits, getApiV2Partners, getApiV2PartnersCount, getApiV2PartnersId, getApiV2ProjectTasksId, getApiV2Projects, getApiV2ProjectsCount, getApiV2ProjectsId, getApiV2ProjectsIdProjectTasks, getApiV2ProjectsIdProjectTasksCount, getApiV2Rates, getApiV2RatesCount, getApiV2RatesId, getApiV2RatesIdAudits, getApiV2ReasonCodes, getApiV2ReasonCodesId, getApiV2RelocateInventoryTransfers, getApiV2RelocateInventoryTransfersCount, getApiV2ReturnAddresses, getApiV2ReturnAddressesId, getApiV2Rules, getApiV2RulesCount, getApiV2RulesId, getApiV2RulesIdAudits, getApiV2RulesIdHistory, getApiV2Scancodes, getApiV2SerialNumbers, getApiV2SerialNumbersActions, getApiV2ShipnoticeItems, getApiV2ShipnoticeItemsActions, getApiV2ShipnoticeItemsAggregate, getApiV2ShipnoticeItemsCount, getApiV2ShipnoticeItemsId, getApiV2ShipnoticeItemsIdAllocations, getApiV2ShipnoticeItemsIdAudits, getApiV2ShipnoticeItemsIdCallTrait, getApiV2ShipnoticeItemsIdLocations, getApiV2ShipnoticeItemsIdMetaFields, getApiV2ShipnoticeItemsIdOriginator, getApiV2ShipnoticeItemsIdReceived, getApiV2ShipnoticeItemsIdTags, getApiV2ShipnoticeItemsIdTraits, getApiV2ShipnoticeItemsTraits, getApiV2Shipnotices, getApiV2ShipnoticesActions, getApiV2ShipnoticesAggregate, getApiV2ShipnoticesCount, getApiV2ShipnoticesId, getApiV2ShipnoticesIdAudits, getApiV2ShipnoticesIdCallTrait, getApiV2ShipnoticesIdIncidents, getApiV2ShipnoticesIdIncidentsCount, getApiV2ShipnoticesIdMessages, getApiV2ShipnoticesIdMessagesCount, getApiV2ShipnoticesIdMetaFields, getApiV2ShipnoticesIdOrdersWaiting, getApiV2ShipnoticesIdOriginator, getApiV2ShipnoticesIdShipnoticeItems, getApiV2ShipnoticesIdShipnoticeItemsCount, getApiV2ShipnoticesIdTraits, getApiV2ShipnoticesOriginatorOriginatorId, getApiV2ShipnoticesTraits, getApiV2ShippingAliases, getApiV2ShippingAliasesCount, getApiV2ShippingAliasesId, getApiV2ShippingAliasesIdAudits, getApiV2ShippingBlacklistedMethods, getApiV2ShippingBlacklistedMethodsCount, getApiV2ShippingBlacklistedMethodsId, getApiV2ShippingMethodMarkupsIdAudits, getApiV2ShippingMethods, getApiV2ShippingMethodsCount, getApiV2ShippingMethodsId, getApiV2ShopsIdAudits, getApiV2ShopsIdMetaFields, getApiV2StatsSidekiq, getApiV2StatsSidekiqBatchStatusId, getApiV2StatsSidekiqName, getApiV2SurchargeMarkups, getApiV2SurchargeMarkupsCount, getApiV2SurchargeMarkupsId, getApiV2TemplateTypes, getApiV2Templates, getApiV2TemplatesId, getApiV2TemplatesIdAudits, getApiV2TemplatesIdRenderResourceId, getApiV2TemplatesRenderTypeTemplateTypeSlugResourceId, getApiV2TemplatesRenderTypeToFileTemplateTypeSlugResourceId, getApiV2TransactionsIdAudits, getApiV2TransportationMarkups, getApiV2TransportationMarkupsCount, getApiV2TransportationMarkupsId, getApiV2Users, getApiV2UsersCount, getApiV2UsersId, getApiV2UsersIdAudits, getApiV2UsersIdBroadcasts, getApiV2UsersIdCallTrait, getApiV2UsersIdTraits, getApiV2UsersJwt, getApiV2UsersTraits, getApiV2WarehouseFeatures, getApiV2WarehouseFeaturesCount, getApiV2WarehouseFeaturesId, getApiV2Warehouses, getApiV2WarehousesActions, getApiV2WarehousesAddresses, getApiV2WarehousesCount, getApiV2WarehousesId, getApiV2WarehousesIdCallTrait, getApiV2WarehousesIdCarrierAccounts, getApiV2WarehousesIdTraits, getApiV2WarehousesTraits, getApiV2Wholesales, getApiV2WholesalesId, getBroadcastFromPusherResponse, getLocaleUrl, getLogoutUrl, getNavDataUrlBySlug, getPartnerBillingUrl, getSearchUrl, getUserChannelName, getUserSummary, getWarehouseIdOpenBatchesAgainstShelf, getWarehouseIdValidForDuplicatedLotRelocate, labeledSearchTypes, loadDirectlyRelatedObjects, loadIndirectlyRelatedObjects, loadRelatedObjects, multiPageGet, multiPageGetApiV21Documents, multiPageGetApiV21OrderBatchItems, multiPageGetApiV21OrderItems, multiPageGetApiV21Orders, navMock, postApiV21Accounts, postApiV21AccountsIdAccountTransactions, postApiV21BillOfLadings, postApiV21BillOfLadingsIdAddresses, postApiV21Broadcasts, postApiV21Cache, postApiV21CarrierAccounts, postApiV21CarrierAliases, postApiV21Carriers, postApiV21Chromalists, postApiV21ConsumerReturns, postApiV21ConsumerReturnsBulk, postApiV21ConsumerReturnsIdIncidents, postApiV21Currencies, postApiV21Customers, postApiV21Documents, postApiV21ExtAppAuthenticateProvider, postApiV21FilterSets, postApiV21ImporterOfRecords, postApiV21Incidents, postApiV21Items, postApiV21ItemsIdBundleItems, postApiV21ItemsIdIncidents, postApiV21ItemsIdLocations, postApiV21ItemsIdOriginators, postApiV21Loads, postApiV21LocationAudits, postApiV21LocationTransfers, postApiV21LocationsIdIncidents, postApiV21Lots, postApiV21Manifests, postApiV21NotificationSubscriptions, postApiV21OrderBatchesIdIncidents, postApiV21Orders, postApiV21OrdersBulk, postApiV21OrdersIdDuplicate, postApiV21OrdersIdIncidents, postApiV21OrdersIdMessages, postApiV21OrdersIdOrderDocuments, postApiV21OrdersIdOrderItems, postApiV21OrdersIdPackages, postApiV21OrdersIdRuleDismissals, postApiV21Partners, postApiV21Projects, postApiV21ProjectsIdProjectTasks, postApiV21Rates, postApiV21ReturnAddresses, postApiV21Rules, postApiV21Shipnotices, postApiV21ShipnoticesBulk, postApiV21ShipnoticesIdIncidents, postApiV21ShipnoticesIdMessages, postApiV21ShipnoticesIdShipnoticeItems, postApiV21ShippingAliases, postApiV21ShippingBlacklistedMethods, postApiV21ShippingMethods, postApiV21SimulateConsumerReturnsCreate, postApiV21SimulateOrdersCreate, postApiV21SimulateShipnoticesCreate, postApiV21Templates, postApiV21Users, postApiV21UsersAuthorize, postApiV21UtilitiesPresignUrl, postApiV21UtilitiesPublicUrl, postApiV21UtilsPublicUrl, postApiV21WarehouseFeatures, postApiV21Warehouses, postApiV2Accounts, postApiV2AccountsIdAccountTransactions, postApiV2BillOfLadings, postApiV2BillOfLadingsIdAddresses, postApiV2Broadcasts, postApiV2Cache, postApiV2CarrierAccounts, postApiV2CarrierAliases, postApiV2Chromalists, postApiV2ConsumerReturns, postApiV2ConsumerReturnsBulk, postApiV2ConsumerReturnsIdIncidents, postApiV2Currencies, postApiV2Customers, postApiV2Documents, postApiV2ExtAppAuthenticateProvider, postApiV2FilterSets, postApiV2ImporterOfRecords, postApiV2Incidents, postApiV2Items, postApiV2ItemsIdBundleItems, postApiV2ItemsIdIncidents, postApiV2ItemsIdLocations, postApiV2ItemsIdOriginators, postApiV2Loads, postApiV2LocationAdjustments, postApiV2LocationAdjustmentsIdTags, postApiV2LocationAudits, postApiV2LocationTransfers, postApiV2LocationsIdIncidents, postApiV2Lots, postApiV2Manifests, postApiV2NotificationSubscriptions, postApiV2OrderBatchesIdIncidents, postApiV2Orders, postApiV2OrdersBulk, postApiV2OrdersIdDuplicate, postApiV2OrdersIdIncidents, postApiV2OrdersIdMessages, postApiV2OrdersIdOrderDocuments, postApiV2OrdersIdOrderItems, postApiV2OrdersIdPackages, postApiV2OrdersIdRuleDismissals, postApiV2Partners, postApiV2Prepacks, postApiV2Projects, postApiV2ProjectsIdProjectTasks, postApiV2Rates, postApiV2ReturnAddresses, postApiV2Rules, postApiV2ShipnoticeItemsIdTags, postApiV2Shipnotices, postApiV2ShipnoticesBulk, postApiV2ShipnoticesIdIncidents, postApiV2ShipnoticesIdMessages, postApiV2ShipnoticesIdShipnoticeItems, postApiV2ShippingAliases, postApiV2ShippingBlacklistedMethods, postApiV2ShippingMethods, postApiV2SimulateConsumerReturnsCreate, postApiV2SimulateOrdersCreate, postApiV2SimulateShipnoticesCreate, postApiV2SurchargeMarkups, postApiV2Templates, postApiV2TransportationMarkups, postApiV2Users, postApiV2UsersAuthorize, postApiV2UtilitiesPresignUrl, postApiV2UtilitiesPublicUrl, postApiV2WarehouseFeatures, postApiV2Warehouses, putApiV21AccountsId, putApiV21BillOfLadingsId, putApiV21BillOfLadingsIdCallAction, putApiV21BroadcastsId, putApiV21BroadcastsIdConsume, putApiV21BroadcastsIdExpire, putApiV21BundleItemsId, putApiV21CarrierAccountsId, putApiV21CarrierAccountsIdMetaFields, putApiV21CarrierAliasesId, putApiV21CarriersId, putApiV21ConsumerReturnsId, putApiV21ConsumerReturnsIdMetaFields, putApiV21ConsumerReturnsOriginatorOriginatorId, putApiV21CustomersId, putApiV21CustomersIdCallAction, putApiV21CustomersIdCallAsyncAction, putApiV21CustomersIdMetaFields, putApiV21CustomsInfosId, putApiV21DocumentsIdCallAction, putApiV21DocumentsIdCallAsyncAction, putApiV21FilterSetsId, putApiV21FilterSetsIdBatch, putApiV21FilterSetsIdCallAction, putApiV21FilterSetsIdCallEachAction, putApiV21FilterSetsIdExport, putApiV21FilterSetsIdSnapshot, putApiV21FilterSetsUpsert, putApiV21ImporterOfRecordsId, putApiV21IncidentsId, putApiV21IncidentsIdCallAction, putApiV21ItemsId, putApiV21ItemsIdCallAction, putApiV21ItemsIdCallAsyncAction, putApiV21ItemsIdMetaFields, putApiV21ItemsOriginatorOriginatorId, putApiV21LoadsIdCallAction, putApiV21LoadsIdGenerateBol, putApiV21LocationAuditsId, putApiV21LocationAuditsIdCallAction, putApiV21LocationTransfersId, putApiV21LocationTransfersIdCallAction, putApiV21LocationsId, putApiV21LocationsIdCallAction, putApiV21LocationsIdUpdateQuantity, putApiV21LotsId, putApiV21ManifestsIdCallAction, putApiV21NotificationSubscriptionsId, putApiV21OrderBatchItemsIdCallAction, putApiV21OrderBatchesId, putApiV21OrderBatchesIdCallAction, putApiV21OrderBatchesIdCallAsyncAction, putApiV21OrderBatchesIdForcePick, putApiV21OrderBatchesIdGenerateBol, putApiV21OrderBatchesIdMetaFields, putApiV21OrderBatchesIdReleaseUnshipped, putApiV21OrderBatchesIdSetCache, putApiV21OrderBatchesIdbuyLabels, putApiV21OrderDocumentsId, putApiV21OrderItemsId, putApiV21OrderItemsIdCallAction, putApiV21OrderItemsIdMetaFields, putApiV21OrderItemsIdSeparate, putApiV21OrderItemsIdSplit, putApiV21OrdersId, putApiV21OrdersIdCallAction, putApiV21OrdersIdCallAsyncAction, putApiV21OrdersIdCustomsInfo, putApiV21OrdersIdMetaFields, putApiV21OrdersIdPackItem, putApiV21OrdersIdWholesale, putApiV21OrdersOriginatorOriginatorId, putApiV21OriginatorsId, putApiV21PackagesId, putApiV21PackagesIdCallAction, putApiV21PartnersId, putApiV21ProjectTasksId, putApiV21ProjectsId, putApiV21ProjectsIdCallAction, putApiV21RatesId, putApiV21RatesIdCallAction, putApiV21ReturnAddressesId, putApiV21RulesId, putApiV21RulesIdCallAction, putApiV21SerialNumbersIdCallAction, putApiV21ShipnoticeItemsId, putApiV21ShipnoticeItemsIdCallAction, putApiV21ShipnoticeItemsIdCallAsyncAction, putApiV21ShipnoticeItemsIdMetaFields, putApiV21ShipnoticeItemsIdReceive, putApiV21ShipnoticesId, putApiV21ShipnoticesIdCallAction, putApiV21ShipnoticesIdCallAsyncAction, putApiV21ShipnoticesIdMetaFields, putApiV21ShipnoticesOriginatorOriginatorId, putApiV21ShippingAliasesId, putApiV21ShippingBlacklistedMethodsId, putApiV21ShippingMethodsId, putApiV21ShopsIdMetaFields, putApiV21SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV21SimulateOrdersOrderIdProcessing, putApiV21SimulateShipnoticesShipnoticeIdProcessing, putApiV21TemplatesId, putApiV21TemplatesIdCallAction, putApiV21TemplatesIdCallAsyncAction, putApiV21UsersId, putApiV21UsersIdCallAction, putApiV21WarehouseFeaturesId, putApiV21WarehousesId, putApiV21WarehousesIdCallAction, putApiV21WarehousesIdCallAsyncAction, putApiV21WholesalesId, putApiV2AccountsId, putApiV2AddressesId, putApiV2BillOfLadingsId, putApiV2BillOfLadingsIdCallAction, putApiV2BroadcastsId, putApiV2BroadcastsIdConsume, putApiV2BroadcastsIdExpire, putApiV2BundleItemsId, putApiV2CarrierAccountsId, putApiV2CarrierAccountsIdMetaFields, putApiV2CarrierAliasesId, putApiV2ConsumerReturnsId, putApiV2ConsumerReturnsIdMetaFields, putApiV2ConsumerReturnsOriginatorOriginatorId, putApiV2CustomersId, putApiV2CustomersIdCallAction, putApiV2CustomersIdCallAsyncAction, putApiV2CustomersIdMetaFields, putApiV2CustomsInfosId, putApiV2DocumentsIdCallAction, putApiV2DocumentsIdCallAsyncAction, putApiV2FilterSetsId, putApiV2FilterSetsIdBatch, putApiV2FilterSetsIdCallAction, putApiV2FilterSetsIdCallEachAction, putApiV2FilterSetsIdExport, putApiV2FilterSetsIdSnapshot, putApiV2FilterSetsUpsert, putApiV2ImporterOfRecordsId, putApiV2IncidentsId, putApiV2IncidentsIdCallAction, putApiV2ItemsId, putApiV2ItemsIdCallAction, putApiV2ItemsIdCallAsyncAction, putApiV2ItemsIdMetaFields, putApiV2ItemsOriginatorOriginatorId, putApiV2LoadsIdCallAction, putApiV2LocationAuditsId, putApiV2LocationAuditsIdCallAction, putApiV2LocationTransfersId, putApiV2LocationTransfersIdCallAction, putApiV2LocationsId, putApiV2LocationsIdCallAction, putApiV2LocationsIdUpdateQuantity, putApiV2LotsId, putApiV2ManifestsIdCallAction, putApiV2NotificationSubscriptionsId, putApiV2OrderBatchItemsIdCallAction, putApiV2OrderBatchesId, putApiV2OrderBatchesIdCallAction, putApiV2OrderBatchesIdCallAsyncAction, putApiV2OrderBatchesIdMetaFields, putApiV2OrderDocumentsId, putApiV2OrderItemsId, putApiV2OrderItemsIdCallAction, putApiV2OrderItemsIdMetaFields, putApiV2OrderItemsIdSeparate, putApiV2OrderItemsIdSplit, putApiV2OrdersId, putApiV2OrdersIdCallAction, putApiV2OrdersIdCallAsyncAction, putApiV2OrdersIdCustomsInfo, putApiV2OrdersIdMetaFields, putApiV2OrdersIdWholesale, putApiV2OrdersOriginatorOriginatorId, putApiV2OriginatorsId, putApiV2PackagesId, putApiV2PackagesIdCallAction, putApiV2PartnersId, putApiV2ProjectTasksId, putApiV2ProjectsId, putApiV2ProjectsIdCallAction, putApiV2RatesId, putApiV2RatesIdCallAction, putApiV2ReturnAddressesId, putApiV2RulesId, putApiV2RulesIdCallAction, putApiV2ScancodesId, putApiV2SerialNumbersIdCallAction, putApiV2ShipnoticeItemsId, putApiV2ShipnoticeItemsIdCallAction, putApiV2ShipnoticeItemsIdCallAsyncAction, putApiV2ShipnoticeItemsIdMetaFields, putApiV2ShipnoticeItemsIdReceive, putApiV2ShipnoticesId, putApiV2ShipnoticesIdCallAction, putApiV2ShipnoticesIdCallAsyncAction, putApiV2ShipnoticesIdMetaFields, putApiV2ShipnoticesOriginatorOriginatorId, putApiV2ShippingAliasesId, putApiV2ShippingBlacklistedMethodsId, putApiV2ShippingMethodsId, putApiV2ShopsIdMetaFields, putApiV2SimulateConsumerReturnsConsumerReturnIdProcessing, putApiV2SimulateOrdersOrderIdProcessing, putApiV2SimulateShipnoticesShipnoticeIdProcessing, putApiV2SurchargeMarkupsId, putApiV2TemplatesId, putApiV2TemplatesIdCallAction, putApiV2TemplatesIdCallAsyncAction, putApiV2TransportationMarkupsId, putApiV2UsersId, putApiV2UsersIdCallAction, putApiV2WarehouseFeaturesId, putApiV2WarehousesId, putApiV2WarehousesIdCallAction, putApiV2WarehousesIdCallAsyncAction, putApiV2WholesalesId, putProcessShelfToShelfTransfer, searchTypes, setUserCustomer, setUserWarehouse, subscribe, subscribeToUserChannel, unsetUserCustomer, unsetUserWarehouse, unsubscribe, unsubscribeFromUserChannel, userMock, waitForBatch, waitForJob, warehouseMock };
|
|
25704
25757
|
//# sourceMappingURL=client.esm.js.map
|