shipbob-node-sdk 0.0.16 → 0.0.18
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/README.md +78 -175
- package/dist/WebScraper.js +7 -5
- package/dist/WebScraper.js.map +1 -1
- package/dist/client/2025-07/client/client.gen.d.ts +2 -0
- package/dist/client/2025-07/client/client.gen.js +240 -0
- package/dist/client/2025-07/client/client.gen.js.map +1 -0
- package/dist/client/2025-07/client/index.d.ts +8 -0
- package/dist/client/2025-07/client/index.js +18 -0
- package/dist/client/2025-07/client/index.js.map +1 -0
- package/dist/client/2025-07/client/types.gen.d.ts +117 -0
- package/dist/client/2025-07/client/types.gen.js +4 -0
- package/dist/client/2025-07/client/types.gen.js.map +1 -0
- package/dist/client/2025-07/client/utils.gen.d.ts +33 -0
- package/dist/client/2025-07/client/utils.gen.js +242 -0
- package/dist/client/2025-07/client/utils.gen.js.map +1 -0
- package/dist/client/2025-07/client.gen.d.ts +12 -0
- package/dist/client/2025-07/client.gen.js +7 -0
- package/dist/client/2025-07/client.gen.js.map +1 -0
- package/dist/client/2025-07/core/auth.gen.d.ts +18 -0
- package/dist/client/2025-07/core/auth.gen.js +19 -0
- package/dist/client/2025-07/core/auth.gen.js.map +1 -0
- package/dist/client/2025-07/core/bodySerializer.gen.d.ts +25 -0
- package/dist/client/2025-07/core/bodySerializer.gen.js +61 -0
- package/dist/client/2025-07/core/bodySerializer.gen.js.map +1 -0
- package/dist/client/2025-07/core/params.gen.d.ts +43 -0
- package/dist/client/2025-07/core/params.gen.js +105 -0
- package/dist/client/2025-07/core/params.gen.js.map +1 -0
- package/dist/client/2025-07/core/pathSerializer.gen.d.ts +33 -0
- package/dist/client/2025-07/core/pathSerializer.gen.js +116 -0
- package/dist/client/2025-07/core/pathSerializer.gen.js.map +1 -0
- package/dist/client/2025-07/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist/client/2025-07/core/queryKeySerializer.gen.js +99 -0
- package/dist/client/2025-07/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/client/2025-07/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/client/2025-07/core/serverSentEvents.gen.js +138 -0
- package/dist/client/2025-07/core/serverSentEvents.gen.js.map +1 -0
- package/dist/client/2025-07/core/types.gen.d.ts +78 -0
- package/dist/client/2025-07/core/types.gen.js +4 -0
- package/dist/client/2025-07/core/types.gen.js.map +1 -0
- package/dist/client/2025-07/core/utils.gen.d.ts +19 -0
- package/dist/client/2025-07/core/utils.gen.js +94 -0
- package/dist/client/2025-07/core/utils.gen.js.map +1 -0
- package/dist/client/2025-07/index.d.ts +2 -0
- package/dist/client/2025-07/index.js +73 -0
- package/dist/client/2025-07/index.js.map +1 -0
- package/dist/client/2025-07/sdk.gen.d.ts +380 -0
- package/dist/client/2025-07/sdk.gen.js +778 -0
- package/dist/client/2025-07/sdk.gen.js.map +1 -0
- package/dist/client/2025-07/types.gen.d.ts +7191 -0
- package/dist/client/2025-07/types.gen.js +4 -0
- package/dist/client/2025-07/types.gen.js.map +1 -0
- package/dist/client/2026-01/client/client.gen.d.ts +2 -0
- package/dist/client/2026-01/client/client.gen.js +240 -0
- package/dist/client/2026-01/client/client.gen.js.map +1 -0
- package/dist/client/2026-01/client/index.d.ts +8 -0
- package/dist/client/2026-01/client/index.js +18 -0
- package/dist/client/2026-01/client/index.js.map +1 -0
- package/dist/client/2026-01/client/types.gen.d.ts +117 -0
- package/dist/client/2026-01/client/types.gen.js +4 -0
- package/dist/client/2026-01/client/types.gen.js.map +1 -0
- package/dist/client/2026-01/client/utils.gen.d.ts +33 -0
- package/dist/client/2026-01/client/utils.gen.js +242 -0
- package/dist/client/2026-01/client/utils.gen.js.map +1 -0
- package/dist/client/2026-01/client.gen.d.ts +12 -0
- package/dist/client/2026-01/client.gen.js +7 -0
- package/dist/client/2026-01/client.gen.js.map +1 -0
- package/dist/client/2026-01/core/auth.gen.d.ts +18 -0
- package/dist/client/2026-01/core/auth.gen.js +19 -0
- package/dist/client/2026-01/core/auth.gen.js.map +1 -0
- package/dist/client/2026-01/core/bodySerializer.gen.d.ts +25 -0
- package/dist/client/2026-01/core/bodySerializer.gen.js +61 -0
- package/dist/client/2026-01/core/bodySerializer.gen.js.map +1 -0
- package/dist/client/2026-01/core/params.gen.d.ts +43 -0
- package/dist/client/2026-01/core/params.gen.js +105 -0
- package/dist/client/2026-01/core/params.gen.js.map +1 -0
- package/dist/client/2026-01/core/pathSerializer.gen.d.ts +33 -0
- package/dist/client/2026-01/core/pathSerializer.gen.js +116 -0
- package/dist/client/2026-01/core/pathSerializer.gen.js.map +1 -0
- package/dist/client/2026-01/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist/client/2026-01/core/queryKeySerializer.gen.js +99 -0
- package/dist/client/2026-01/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/client/2026-01/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/client/2026-01/core/serverSentEvents.gen.js +138 -0
- package/dist/client/2026-01/core/serverSentEvents.gen.js.map +1 -0
- package/dist/client/2026-01/core/types.gen.d.ts +78 -0
- package/dist/client/2026-01/core/types.gen.js +4 -0
- package/dist/client/2026-01/core/types.gen.js.map +1 -0
- package/dist/client/2026-01/core/utils.gen.d.ts +19 -0
- package/dist/client/2026-01/core/utils.gen.js +94 -0
- package/dist/client/2026-01/core/utils.gen.js.map +1 -0
- package/dist/client/2026-01/index.d.ts +2 -0
- package/dist/client/2026-01/index.js +73 -0
- package/dist/client/2026-01/index.js.map +1 -0
- package/dist/client/2026-01/sdk.gen.d.ts +450 -0
- package/dist/client/2026-01/sdk.gen.js +848 -0
- package/dist/client/2026-01/sdk.gen.js.map +1 -0
- package/dist/client/2026-01/types.gen.d.ts +7282 -0
- package/dist/client/2026-01/types.gen.js +4 -0
- package/dist/client/2026-01/types.gen.js.map +1 -0
- package/dist/index.d.ts +20 -178
- package/dist/index.js +116 -386
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +61 -1435
- package/dist/types.js +1 -38
- package/dist/types.js.map +1 -1
- package/openapi-1.0.json +8422 -0
- package/openapi-2025-07.json +1 -0
- package/openapi-2026-01.json +1 -0
- package/package.json +6 -9
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import type { Auth, AuthToken } from './auth.gen';
|
|
2
|
+
import type { BodySerializer, QuerySerializer, QuerySerializerOptions } from './bodySerializer.gen';
|
|
3
|
+
export type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
|
|
4
|
+
export type Client<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
|
|
5
|
+
/**
|
|
6
|
+
* Returns the final request URL.
|
|
7
|
+
*/
|
|
8
|
+
buildUrl: BuildUrlFn;
|
|
9
|
+
getConfig: () => Config;
|
|
10
|
+
request: RequestFn;
|
|
11
|
+
setConfig: (config: Config) => Config;
|
|
12
|
+
} & {
|
|
13
|
+
[K in HttpMethod]: MethodFn;
|
|
14
|
+
} & ([SseFn] extends [never] ? {
|
|
15
|
+
sse?: never;
|
|
16
|
+
} : {
|
|
17
|
+
sse: {
|
|
18
|
+
[K in HttpMethod]: SseFn;
|
|
19
|
+
};
|
|
20
|
+
});
|
|
21
|
+
export interface Config {
|
|
22
|
+
/**
|
|
23
|
+
* Auth token or a function returning auth token. The resolved value will be
|
|
24
|
+
* added to the request payload as defined by its `security` array.
|
|
25
|
+
*/
|
|
26
|
+
auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
|
|
27
|
+
/**
|
|
28
|
+
* A function for serializing request body parameter. By default,
|
|
29
|
+
* {@link JSON.stringify()} will be used.
|
|
30
|
+
*/
|
|
31
|
+
bodySerializer?: BodySerializer | null;
|
|
32
|
+
/**
|
|
33
|
+
* An object containing any HTTP headers that you want to pre-populate your
|
|
34
|
+
* `Headers` object with.
|
|
35
|
+
*
|
|
36
|
+
* {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
|
|
37
|
+
*/
|
|
38
|
+
headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
|
|
39
|
+
/**
|
|
40
|
+
* The request method.
|
|
41
|
+
*
|
|
42
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
|
|
43
|
+
*/
|
|
44
|
+
method?: Uppercase<HttpMethod>;
|
|
45
|
+
/**
|
|
46
|
+
* A function for serializing request query parameters. By default, arrays
|
|
47
|
+
* will be exploded in form style, objects will be exploded in deepObject
|
|
48
|
+
* style, and reserved characters are percent-encoded.
|
|
49
|
+
*
|
|
50
|
+
* This method will have no effect if the native `paramsSerializer()` Axios
|
|
51
|
+
* API function is used.
|
|
52
|
+
*
|
|
53
|
+
* {@link https://swagger.io/docs/specification/serialization/#query View examples}
|
|
54
|
+
*/
|
|
55
|
+
querySerializer?: QuerySerializer | QuerySerializerOptions;
|
|
56
|
+
/**
|
|
57
|
+
* A function validating request data. This is useful if you want to ensure
|
|
58
|
+
* the request conforms to the desired shape, so it can be safely sent to
|
|
59
|
+
* the server.
|
|
60
|
+
*/
|
|
61
|
+
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
62
|
+
/**
|
|
63
|
+
* A function transforming response data before it's returned. This is useful
|
|
64
|
+
* for post-processing data, e.g., converting ISO strings into Date objects.
|
|
65
|
+
*/
|
|
66
|
+
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
67
|
+
/**
|
|
68
|
+
* A function validating response data. This is useful if you want to ensure
|
|
69
|
+
* the response conforms to the desired shape, so it can be safely passed to
|
|
70
|
+
* the transformers and returned to the user.
|
|
71
|
+
*/
|
|
72
|
+
responseValidator?: (data: unknown) => Promise<unknown>;
|
|
73
|
+
}
|
|
74
|
+
type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] ? true : [T] extends [never | undefined] ? [undefined] extends [T] ? false : true : false;
|
|
75
|
+
export type OmitNever<T extends Record<string, unknown>> = {
|
|
76
|
+
[K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
|
|
77
|
+
};
|
|
78
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.gen.js","sourceRoot":"","sources":["../../../../src/client/2025-07/core/types.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { BodySerializer, QuerySerializer } from './bodySerializer.gen';
|
|
2
|
+
export interface PathSerializer {
|
|
3
|
+
path: Record<string, unknown>;
|
|
4
|
+
url: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const PATH_PARAM_RE: RegExp;
|
|
7
|
+
export declare const defaultPathSerializer: ({ path, url: _url }: PathSerializer) => string;
|
|
8
|
+
export declare const getUrl: ({ baseUrl, path, query, querySerializer, url: _url, }: {
|
|
9
|
+
baseUrl?: string;
|
|
10
|
+
path?: Record<string, unknown>;
|
|
11
|
+
query?: Record<string, unknown>;
|
|
12
|
+
querySerializer: QuerySerializer;
|
|
13
|
+
url: string;
|
|
14
|
+
}) => string;
|
|
15
|
+
export declare function getValidRequestBody(options: {
|
|
16
|
+
body?: unknown;
|
|
17
|
+
bodySerializer?: BodySerializer | null;
|
|
18
|
+
serializedBody?: unknown;
|
|
19
|
+
}): unknown;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.getUrl = exports.defaultPathSerializer = exports.PATH_PARAM_RE = void 0;
|
|
5
|
+
exports.getValidRequestBody = getValidRequestBody;
|
|
6
|
+
const pathSerializer_gen_1 = require("./pathSerializer.gen");
|
|
7
|
+
exports.PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
8
|
+
const defaultPathSerializer = ({ path, url: _url }) => {
|
|
9
|
+
let url = _url;
|
|
10
|
+
const matches = _url.match(exports.PATH_PARAM_RE);
|
|
11
|
+
if (matches) {
|
|
12
|
+
for (const match of matches) {
|
|
13
|
+
let explode = false;
|
|
14
|
+
let name = match.substring(1, match.length - 1);
|
|
15
|
+
let style = 'simple';
|
|
16
|
+
if (name.endsWith('*')) {
|
|
17
|
+
explode = true;
|
|
18
|
+
name = name.substring(0, name.length - 1);
|
|
19
|
+
}
|
|
20
|
+
if (name.startsWith('.')) {
|
|
21
|
+
name = name.substring(1);
|
|
22
|
+
style = 'label';
|
|
23
|
+
}
|
|
24
|
+
else if (name.startsWith(';')) {
|
|
25
|
+
name = name.substring(1);
|
|
26
|
+
style = 'matrix';
|
|
27
|
+
}
|
|
28
|
+
const value = path[name];
|
|
29
|
+
if (value === undefined || value === null) {
|
|
30
|
+
continue;
|
|
31
|
+
}
|
|
32
|
+
if (Array.isArray(value)) {
|
|
33
|
+
url = url.replace(match, (0, pathSerializer_gen_1.serializeArrayParam)({ explode, name, style, value }));
|
|
34
|
+
continue;
|
|
35
|
+
}
|
|
36
|
+
if (typeof value === 'object') {
|
|
37
|
+
url = url.replace(match, (0, pathSerializer_gen_1.serializeObjectParam)({
|
|
38
|
+
explode,
|
|
39
|
+
name,
|
|
40
|
+
style,
|
|
41
|
+
value: value,
|
|
42
|
+
valueOnly: true,
|
|
43
|
+
}));
|
|
44
|
+
continue;
|
|
45
|
+
}
|
|
46
|
+
if (style === 'matrix') {
|
|
47
|
+
url = url.replace(match, `;${(0, pathSerializer_gen_1.serializePrimitiveParam)({
|
|
48
|
+
name,
|
|
49
|
+
value: value,
|
|
50
|
+
})}`);
|
|
51
|
+
continue;
|
|
52
|
+
}
|
|
53
|
+
const replaceValue = encodeURIComponent(style === 'label' ? `.${value}` : value);
|
|
54
|
+
url = url.replace(match, replaceValue);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
return url;
|
|
58
|
+
};
|
|
59
|
+
exports.defaultPathSerializer = defaultPathSerializer;
|
|
60
|
+
const getUrl = ({ baseUrl, path, query, querySerializer, url: _url, }) => {
|
|
61
|
+
const pathUrl = _url.startsWith('/') ? _url : `/${_url}`;
|
|
62
|
+
let url = (baseUrl ?? '') + pathUrl;
|
|
63
|
+
if (path) {
|
|
64
|
+
url = (0, exports.defaultPathSerializer)({ path, url });
|
|
65
|
+
}
|
|
66
|
+
let search = query ? querySerializer(query) : '';
|
|
67
|
+
if (search.startsWith('?')) {
|
|
68
|
+
search = search.substring(1);
|
|
69
|
+
}
|
|
70
|
+
if (search) {
|
|
71
|
+
url += `?${search}`;
|
|
72
|
+
}
|
|
73
|
+
return url;
|
|
74
|
+
};
|
|
75
|
+
exports.getUrl = getUrl;
|
|
76
|
+
function getValidRequestBody(options) {
|
|
77
|
+
const hasBody = options.body !== undefined;
|
|
78
|
+
const isSerializedBody = hasBody && options.bodySerializer;
|
|
79
|
+
if (isSerializedBody) {
|
|
80
|
+
if ('serializedBody' in options) {
|
|
81
|
+
const hasSerializedBody = options.serializedBody !== undefined && options.serializedBody !== '';
|
|
82
|
+
return hasSerializedBody ? options.serializedBody : null;
|
|
83
|
+
}
|
|
84
|
+
// not all clients implement a serializedBody property (i.e., client-axios)
|
|
85
|
+
return options.body !== '' ? options.body : null;
|
|
86
|
+
}
|
|
87
|
+
// plain/text body
|
|
88
|
+
if (hasBody) {
|
|
89
|
+
return options.body;
|
|
90
|
+
}
|
|
91
|
+
// no body was provided
|
|
92
|
+
return undefined;
|
|
93
|
+
}
|
|
94
|
+
//# sourceMappingURL=utils.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.gen.js","sourceRoot":"","sources":["../../../../src/client/2025-07/core/utils.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { delete202507ProductByProductId, delete202507WebhookById, get202507Channel, get202507FulfillmentCenter, get202507Inventory, get202507InventoryByInventoryId, get202507InventoryLevel, get202507InventoryLevelByInventoryId, get202507InventoryLevelByInventoryIdLocations, get202507InventoryLevelByInventoryIdLots, get202507InventoryLevelLocations, get202507InventoryLevelLots, get202507Invoices, get202507InvoicesByInvoiceIdTransactions, get202507Location, get202507Order, get202507OrderByOrderId, get202507OrderByOrderIdShipment, get202507OrderByOrderIdShipmentByShipmentId, get202507OrderByOrderIdShipmentByShipmentIdLogs, get202507OrderByOrderIdShipmentByShipmentIdTimeline, get202507OrderByOrderIdStoreOrderJson, get202507PackagingRequirement, get202507Product, get202507ProductByProductId, get202507ProductByProductIdVariants, get202507Receiving, get202507ReceivingById, get202507ReceivingByIdBoxes, get202507ReceivingByIdDistributions, get202507ReceivingByIdLabels, get202507Return, get202507ReturnById, get202507ShipmentByShipmentId, get202507ShipmentByShipmentIdLogs, get202507ShipmentByShipmentIdTimeline, get202507ShippingMethod, get202507Taxonomy, get202507TaxonomyById, get202507TaxonomyByIdParent, get202507TransactionFees, get202507Webhook, type Options, patch202507ProductByProductId, patch202507ProductByProductIdVariants, post202507Order, post202507OrderByOrderIdCancel, post202507OrderByOrderIdShipmentByShipmentIdCancel, post202507OrderByOrderIdStoreOrderJson, post202507OrderEstimate, post202507Product, post202507ProductByProductIdMoveVariants, post202507ProductByProductIdVariants, post202507ProductMoveVariants, post202507Receiving, post202507ReceivingByIdCancel, post202507ReceivingSetExternalSync, post202507Return, post202507ReturnByIdCancel, post202507ShipmentBatchCancel, post202507ShipmentBatchUpdateTrackingUpload, post202507ShipmentByShipmentIdCancel, post202507TransactionsQuery, post202507VariantByVariantIdConvertToBundle, post202507VariantByVariantIdMerge, post202507Webhook, put202507ReturnById } from './sdk.gen';
|
|
2
|
+
export type { BillingGetApiV3InvoicesCursorString, BillingGetApiV3InvoicesFromDateString, BillingGetApiV3InvoicesInvoiceIdTransactionsCursorString, BillingGetApiV3InvoicesInvoiceIdTransactionsInvoiceIdInteger, BillingGetApiV3InvoicesInvoiceIdTransactionsPageSizeInteger, BillingGetApiV3InvoicesInvoiceTypesStringArray, BillingGetApiV3InvoicesPageSizeInteger, BillingGetApiV3InvoicesToDateString, BillingInvoiceDto, BillingInvoiceDtoCursorPagedResponse, BillingInvoiceDtoCursorPagedResponseV3, BillingInvoiceDtoV3, BillingInvoiceTaxDto, BillingInvoiceTaxDtoV3, BillingPostApiV3TransactionsQueryCursorString, BillingProblemDetails, BillingSortOrder, BillingTransactionDto, BillingTransactionDtoCursorPagedResponse, BillingTransactionDtoCursorPagedResponseV3, BillingTransactionDtoV3, BillingTransactionFeeModelV2, BillingTransactionFeeModelV3, BillingTransactionRequestFilterV3, ChannelsChannelsV2ViewModel, ChannelsChannelViewModel, ChannelsCreateChannelRequestModel, ChannelsErrorResponse, ClientOptions, Delete202507ProductByProductIdData, Delete202507ProductByProductIdError, Delete202507ProductByProductIdErrors, Delete202507ProductByProductIdResponses, Delete202507WebhookByIdData, Delete202507WebhookByIdErrors, Delete202507WebhookByIdResponse, Delete202507WebhookByIdResponses, Get202507ChannelData, Get202507ChannelError, Get202507ChannelErrors, Get202507ChannelResponse, Get202507ChannelResponses, Get202507FulfillmentCenterData, Get202507FulfillmentCenterErrors, Get202507FulfillmentCenterResponse, Get202507FulfillmentCenterResponses, Get202507InventoryByInventoryIdData, Get202507InventoryByInventoryIdError, Get202507InventoryByInventoryIdErrors, Get202507InventoryByInventoryIdResponse, Get202507InventoryByInventoryIdResponses, Get202507InventoryData, Get202507InventoryError, Get202507InventoryErrors, Get202507InventoryLevelByInventoryIdData, Get202507InventoryLevelByInventoryIdError, Get202507InventoryLevelByInventoryIdErrors, Get202507InventoryLevelByInventoryIdLocationsData, Get202507InventoryLevelByInventoryIdLocationsError, Get202507InventoryLevelByInventoryIdLocationsErrors, Get202507InventoryLevelByInventoryIdLocationsResponse, Get202507InventoryLevelByInventoryIdLocationsResponses, Get202507InventoryLevelByInventoryIdLotsData, Get202507InventoryLevelByInventoryIdLotsError, Get202507InventoryLevelByInventoryIdLotsErrors, Get202507InventoryLevelByInventoryIdLotsResponse, Get202507InventoryLevelByInventoryIdLotsResponses, Get202507InventoryLevelByInventoryIdResponse, Get202507InventoryLevelByInventoryIdResponses, Get202507InventoryLevelData, Get202507InventoryLevelError, Get202507InventoryLevelErrors, Get202507InventoryLevelLocationsData, Get202507InventoryLevelLocationsError, Get202507InventoryLevelLocationsErrors, Get202507InventoryLevelLocationsResponse, Get202507InventoryLevelLocationsResponses, Get202507InventoryLevelLotsData, Get202507InventoryLevelLotsError, Get202507InventoryLevelLotsErrors, Get202507InventoryLevelLotsResponse, Get202507InventoryLevelLotsResponses, Get202507InventoryLevelResponse, Get202507InventoryLevelResponses, Get202507InventoryResponse, Get202507InventoryResponses, Get202507InvoicesByInvoiceIdTransactionsData, Get202507InvoicesByInvoiceIdTransactionsError, Get202507InvoicesByInvoiceIdTransactionsErrors, Get202507InvoicesByInvoiceIdTransactionsResponse, Get202507InvoicesByInvoiceIdTransactionsResponses, Get202507InvoicesData, Get202507InvoicesError, Get202507InvoicesErrors, Get202507InvoicesResponse, Get202507InvoicesResponses, Get202507LocationData, Get202507LocationErrors, Get202507LocationResponse, Get202507LocationResponses, Get202507OrderByOrderIdData, Get202507OrderByOrderIdError, Get202507OrderByOrderIdErrors, Get202507OrderByOrderIdResponse, Get202507OrderByOrderIdResponses, Get202507OrderByOrderIdShipmentByShipmentIdData, Get202507OrderByOrderIdShipmentByShipmentIdError, Get202507OrderByOrderIdShipmentByShipmentIdErrors, Get202507OrderByOrderIdShipmentByShipmentIdLogsData, Get202507OrderByOrderIdShipmentByShipmentIdLogsError, Get202507OrderByOrderIdShipmentByShipmentIdLogsErrors, Get202507OrderByOrderIdShipmentByShipmentIdLogsResponse, Get202507OrderByOrderIdShipmentByShipmentIdLogsResponses, Get202507OrderByOrderIdShipmentByShipmentIdResponse, Get202507OrderByOrderIdShipmentByShipmentIdResponses, Get202507OrderByOrderIdShipmentByShipmentIdTimelineData, Get202507OrderByOrderIdShipmentByShipmentIdTimelineError, Get202507OrderByOrderIdShipmentByShipmentIdTimelineErrors, Get202507OrderByOrderIdShipmentByShipmentIdTimelineResponse, Get202507OrderByOrderIdShipmentByShipmentIdTimelineResponses, Get202507OrderByOrderIdShipmentData, Get202507OrderByOrderIdShipmentError, Get202507OrderByOrderIdShipmentErrors, Get202507OrderByOrderIdShipmentResponse, Get202507OrderByOrderIdShipmentResponses, Get202507OrderByOrderIdStoreOrderJsonData, Get202507OrderByOrderIdStoreOrderJsonError, Get202507OrderByOrderIdStoreOrderJsonErrors, Get202507OrderByOrderIdStoreOrderJsonResponse, Get202507OrderByOrderIdStoreOrderJsonResponses, Get202507OrderData, Get202507OrderError, Get202507OrderErrors, Get202507OrderResponse, Get202507OrderResponses, Get202507PackagingRequirementData, Get202507PackagingRequirementResponse, Get202507PackagingRequirementResponses, Get202507ProductByProductIdData, Get202507ProductByProductIdError, Get202507ProductByProductIdErrors, Get202507ProductByProductIdResponse, Get202507ProductByProductIdResponses, Get202507ProductByProductIdVariantsData, Get202507ProductByProductIdVariantsError, Get202507ProductByProductIdVariantsErrors, Get202507ProductByProductIdVariantsResponse, Get202507ProductByProductIdVariantsResponses, Get202507ProductData, Get202507ProductError, Get202507ProductErrors, Get202507ProductResponse, Get202507ProductResponses, Get202507ReceivingByIdBoxesData, Get202507ReceivingByIdBoxesError, Get202507ReceivingByIdBoxesErrors, Get202507ReceivingByIdBoxesResponse, Get202507ReceivingByIdBoxesResponses, Get202507ReceivingByIdData, Get202507ReceivingByIdDistributionsData, Get202507ReceivingByIdDistributionsError, Get202507ReceivingByIdDistributionsErrors, Get202507ReceivingByIdDistributionsResponse, Get202507ReceivingByIdDistributionsResponses, Get202507ReceivingByIdError, Get202507ReceivingByIdErrors, Get202507ReceivingByIdLabelsData, Get202507ReceivingByIdLabelsError, Get202507ReceivingByIdLabelsErrors, Get202507ReceivingByIdLabelsResponse, Get202507ReceivingByIdLabelsResponses, Get202507ReceivingByIdResponse, Get202507ReceivingByIdResponses, Get202507ReceivingData, Get202507ReceivingError, Get202507ReceivingErrors, Get202507ReceivingResponse, Get202507ReceivingResponses, Get202507ReturnByIdData, Get202507ReturnByIdError, Get202507ReturnByIdErrors, Get202507ReturnByIdResponse, Get202507ReturnByIdResponses, Get202507ReturnData, Get202507ReturnError, Get202507ReturnErrors, Get202507ReturnResponse, Get202507ReturnResponses, Get202507ShipmentByShipmentIdData, Get202507ShipmentByShipmentIdError, Get202507ShipmentByShipmentIdErrors, Get202507ShipmentByShipmentIdLogsData, Get202507ShipmentByShipmentIdLogsError, Get202507ShipmentByShipmentIdLogsErrors, Get202507ShipmentByShipmentIdLogsResponse, Get202507ShipmentByShipmentIdLogsResponses, Get202507ShipmentByShipmentIdResponse, Get202507ShipmentByShipmentIdResponses, Get202507ShipmentByShipmentIdTimelineData, Get202507ShipmentByShipmentIdTimelineError, Get202507ShipmentByShipmentIdTimelineErrors, Get202507ShipmentByShipmentIdTimelineResponse, Get202507ShipmentByShipmentIdTimelineResponses, Get202507ShippingMethodData, Get202507ShippingMethodError, Get202507ShippingMethodErrors, Get202507ShippingMethodResponse, Get202507ShippingMethodResponses, Get202507TaxonomyByIdData, Get202507TaxonomyByIdError, Get202507TaxonomyByIdErrors, Get202507TaxonomyByIdParentData, Get202507TaxonomyByIdParentError, Get202507TaxonomyByIdParentErrors, Get202507TaxonomyByIdParentResponse, Get202507TaxonomyByIdParentResponses, Get202507TaxonomyByIdResponse, Get202507TaxonomyByIdResponses, Get202507TaxonomyData, Get202507TaxonomyError, Get202507TaxonomyErrors, Get202507TaxonomyResponse, Get202507TaxonomyResponses, Get202507TransactionFeesData, Get202507TransactionFeesErrors, Get202507TransactionFeesResponse, Get202507TransactionFeesResponses, Get202507WebhookData, Get202507WebhookError, Get202507WebhookErrors, Get202507WebhookResponse, Get202507WebhookResponses, InventoryDimensionsResponse, InventoryFilterOperation, InventoryFilterOperationArray, InventoryFulfillableQuantityByFulfillmentCenter, InventoryFulfillmentCenterResponse, InventoryGetApiV3InventoriesInventoryIdInventoryIdInteger, InventoryGetApiV3InventoriesInventoryIdsIntegerArray, InventoryGetApiV3InventoriesIsActiveBoolean, InventoryGetApiV3InventoriesIsDigitalBoolean, InventoryGetApiV3InventoriesPageSizeInteger, InventoryGetApiV3InventoriesSearchByString, InventoryGetApiV3InventoriesSortByString, InventoryGetApiV3InventoryLevelsInventoryIdInventoryIdInteger, InventoryGetApiV3InventoryLevelsInventoryIdLocationsInventoryIdInteger, InventoryGetApiV3InventoryLevelsInventoryIdLotsInventoryIdInteger, InventoryGetApiV3InventoryLevelsInventoryIdsIntegerArray, InventoryGetApiV3InventoryLevelsIsActiveBoolean, InventoryGetApiV3InventoryLevelsIsDigitalBoolean, InventoryGetApiV3InventoryLevelsLocationsInventoryIdsIntegerArray, InventoryGetApiV3InventoryLevelsLocationsIsActiveBoolean, InventoryGetApiV3InventoryLevelsLocationsIsDigitalBoolean, InventoryGetApiV3InventoryLevelsLocationsLocationIdInteger, InventoryGetApiV3InventoryLevelsLocationsLocationTypeString, InventoryGetApiV3InventoryLevelsLocationsPageSizeInteger, InventoryGetApiV3InventoryLevelsLocationsSearchByString, InventoryGetApiV3InventoryLevelsLocationsSortByString, InventoryGetApiV3InventoryLevelsLotsInventoryIdsIntegerArray, InventoryGetApiV3InventoryLevelsLotsIsActiveBoolean, InventoryGetApiV3InventoryLevelsLotsIsDigitalBoolean, InventoryGetApiV3InventoryLevelsLotsLocationIdInteger, InventoryGetApiV3InventoryLevelsLotsPageSizeInteger, InventoryGetApiV3InventoryLevelsLotsSearchByString, InventoryGetApiV3InventoryLevelsLotsSortByString, InventoryGetApiV3InventoryLevelsPageSizeInteger, InventoryGetApiV3InventoryLevelsSearchByString, InventoryGetApiV3InventoryLevelsSortByString, InventoryHazmatResponse, InventoryInventoryQuantityFcResponse, InventoryInventoryQuantityFcResponsePagedResponse, InventoryInventoryQuantityLotResponse, InventoryInventoryQuantityLotResponsePagedResponse, InventoryInventoryQuantityResponse, InventoryInventoryQuantityResponsePagedResponse, InventoryInventoryResponse, InventoryInventoryResponsePagedResponse, InventoryLots, InventoryProblemDetails, InventoryVariantResponse, InventoryWeightResponse, LocationsAddressViewModel, LocationsFcAttributeViewModel, LocationsFcTypeViewModel, LocationsFcTypeViewModelV2, LocationsFulfillmentCenterNameViewModel, LocationsFulfillmentCenterRegionViewModel, LocationsGet10LocationAccessGrantedBoolean, LocationsGet10LocationIncludeInactiveBoolean, LocationsGet10LocationOkOneOfArray, LocationsGet10LocationReceivingEnabledBoolean, LocationsGet10LocationUserIdInteger, LocationsInternalLocationViewModel, LocationsInternalLocationViewModelV2, LocationsLocationViewModel, LocationsLocationViewModelV2, LocationsOrganizationRoleViewModel, LocationsServiceTypeEnum, LocationsServiceViewModel, OrdersAddProductToOrderByProductIdModel, OrdersAddProductToOrderByReferenceIdModel, OrdersAddProductToOrderModel, OrdersAddressType, OrdersAddressViewModel, OrdersAddStoreOrderJsonModel, OrdersBulkUpdateResponseError, OrdersBulkUpdateResponseModel, OrdersBulkUpdateResponseResult, OrdersBulkUpdateResponseSummary, OrdersBulkUpdateTrackingUploadModel, OrdersCanceledOrderViewModel, OrdersCanceledShipmentsViewModel, OrdersCanceledShipmentViewModel, OrdersCancellationResult, OrdersCancelShipmentsModel, OrdersCarrierShipType, OrdersCartonDetailsViewModel, OrdersCartonMeasurementsViewModel, OrdersCartonViewModel, OrdersChannelInfoViewModel, OrdersCreateOrderModel, OrdersEstimateDetailViewModel, OrdersEstimateFulfillmentRequestModel, OrdersEstimateProductInfoModel, OrdersEstimateViewModel, OrdersEstimationAddressViewModel, OrdersFinancials, OrdersFulfillmentCenterViewModel, OrdersFulfillmentStatus, OrdersGetApiOrderBadRequestObject, OrdersGetApiOrderCancelledBadRequestObject, OrdersGetApiOrderCancelledIsTrackingUploadedBoolean, OrdersGetApiOrderCancelledLimitInteger, OrdersGetApiOrderCancelledPageInteger, OrdersGetApiOrderEndDateString, OrdersGetApiOrderHasTrackingBoolean, OrdersGetApiOrderIdsIntegerArray, OrdersGetApiOrderIsTrackingUploadedBoolean, OrdersGetApiOrderLastTrackingUpdateEndDateString, OrdersGetApiOrderLastTrackingUpdateStartDateString, OrdersGetApiOrderLastUpdateEndDateString, OrdersGetApiOrderLastUpdateStartDateString, OrdersGetApiOrderLimitInteger, OrdersGetApiOrderOrderIdBadRequestObject, OrdersGetApiOrderOrderIdOrderIdInteger, OrdersGetApiOrderOrderIdShipbobChannelIdInteger, OrdersGetApiOrderOrderIdShipmentBadRequestObject, OrdersGetApiOrderOrderIdShipmentOkOneOfArray, OrdersGetApiOrderOrderIdShipmentOrderIdInteger, OrdersGetApiOrderOrderIdShipmentShipbobChannelIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdBadRequestObject, OrdersGetApiOrderOrderIdShipmentShipmentIdLogsBadRequestObject, OrdersGetApiOrderOrderIdShipmentShipmentIdLogsOrderIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdLogsShipbobChannelIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdLogsShipmentIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdOkOneOfShipmentViewModelInternalShipmentViewModel, OrdersGetApiOrderOrderIdShipmentShipmentIdOrderIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdShipbobChannelIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdShipmentIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdTimelineBadRequestObject, OrdersGetApiOrderOrderIdShipmentShipmentIdTimelineOrderIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdTimelineShipbobChannelIdInteger, OrdersGetApiOrderOrderIdShipmentShipmentIdTimelineShipmentIdInteger, OrdersGetApiOrderOrderIdStoreOrderJsonBadRequestObject, OrdersGetApiOrderOrderIdStoreOrderJsonOkString, OrdersGetApiOrderOrderIdStoreOrderJsonOrderIdInteger, OrdersGetApiOrderOrderIdStoreOrderJsonUnprocessableEntityObject, OrdersGetApiOrderPageInteger, OrdersGetApiOrderReferenceIdsStringArray, OrdersGetApiOrderShipbobChannelIdInteger, OrdersGetApiOrderStartDateString, OrdersGetApiShipmentListByStatusAsOfStatusDateString, OrdersGetApiShipmentListByStatusLimitInteger, OrdersGetApiShipmentListByStatusPageInteger, OrdersGetApiShipmentListByStatusShipbobChannelIdInteger, OrdersGetApiShipmentPickedNotShippedInventoryFulfillmentCenterIdInteger, OrdersGetApiShipmentPickedNotShippedInventoryShipbobChannelIdInteger, OrdersGetApiShipmentShipmentIdBadRequestObject, OrdersGetApiShipmentShipmentIdLogsBadRequestObject, OrdersGetApiShipmentShipmentIdLogsShipbobChannelIdInteger, OrdersGetApiShipmentShipmentIdLogsShipmentIdInteger, OrdersGetApiShipmentShipmentIdOkOneOfShipmentViewModelInternalShipmentViewModel, OrdersGetApiShipmentShipmentIdShipbobChannelIdInteger, OrdersGetApiShipmentShipmentIdShipmentIdInteger, OrdersGetApiShipmentShipmentIdTimelineBadRequestObject, OrdersGetApiShipmentShipmentIdTimelineShipbobChannelIdInteger, OrdersGetApiShipmentShipmentIdTimelineShipmentIdInteger, OrdersGetApiShippingmethodBadRequestObject, OrdersGetApiShippingmethodLimitInteger, OrdersGetApiShippingmethodPageInteger, OrdersGetApiShippingmethodUnprocessableEntityObject, OrdersInternalShipmentViewModel, OrdersInventoryPickedNotShippedViewModel, OrdersInventoryPickedNotShippedViewModelArray, OrdersInventoryViewModel, OrdersMeasurementsViewModel, OrdersOrderShipmentIdsViewModel, OrdersOrderShipmentIdsViewModelArray, OrdersOrderStatus, OrdersOrderStatusEnum, OrdersOrderType, OrdersOrderVerifyAndSaveAddressRequest, OrdersOrderViewModel, OrdersOrderViewModelArray, OrdersPackageMaterialType, OrdersParentCartonViewModel, OrdersPaymentShipTerm, OrdersPostApiOrderBadRequestObject, OrdersPostApiOrderEstimateBadRequestObject, OrdersPostApiOrderEstimateShipbobChannelIdInteger, OrdersPostApiOrderEstimateUnprocessableEntityObject, OrdersPostApiOrderOrderIdCancelBadRequestObject, OrdersPostApiOrderOrderIdCancelInternalServerErrorObject, OrdersPostApiOrderOrderIdCancelOrderIdInteger, OrdersPostApiOrderOrderIdCancelShipbobChannelIdInteger, OrdersPostApiOrderOrderIdCancelUnprocessableEntityObject, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelBadRequestObject, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelInternalServerErrorObject, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelOkOneOfShipmentViewModelInternalShipmentViewModel, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelOrderIdString, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelShipbobChannelIdInteger, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelShipmentIdInteger, OrdersPostApiOrderOrderIdShipmentShipmentIdCancelUnprocessableEntityObject, OrdersPostApiOrderOrderIdStoreOrderJsonBadRequestObject, OrdersPostApiOrderOrderIdStoreOrderJsonCreatedString, OrdersPostApiOrderOrderIdStoreOrderJsonOrderIdInteger, OrdersPostApiOrderOrderIdStoreOrderJsonUnprocessableEntityObject, OrdersPostApiOrderShipbobChannelIdInteger, OrdersPostApiOrderUnprocessableEntityObject, OrdersPostApiShipmentBulkUpdateTrackingUploadBadRequestString, OrdersPostApiShipmentCancelbulkInternalServerErrorObject, OrdersPostApiShipmentCancelbulkShipbobChannelIdInteger, OrdersPostApiShipmentCancelbulkUnprocessableEntityObject, OrdersPostApiShipmentShipmentIdCancelBadRequestObject, OrdersPostApiShipmentShipmentIdCancelInternalServerErrorObject, OrdersPostApiShipmentShipmentIdCancelOkOneOfShipmentViewModelInternalShipmentViewModel, OrdersPostApiShipmentShipmentIdCancelShipbobChannelIdInteger, OrdersPostApiShipmentShipmentIdCancelShipmentIdInteger, OrdersPostApiShipmentShipmentIdCancelUnprocessableEntityObject, OrdersProductInfoViewModel, OrdersPutApiShipmentShipmentIdBadRequestObject, OrdersPutApiShipmentShipmentIdOkOneOfArray, OrdersPutApiShipmentShipmentIdShipbobChannelIdInteger, OrdersPutApiShipmentShipmentIdShipmentIdInteger, OrdersRecipientInfoViewModel, OrdersRecipientViewModel, OrdersRetailerProgramDataAddressViewModel, OrdersRetailerProgramDataViewModel, OrdersServiceLevelDetailViewModel, OrdersShipmentAction, OrdersShipmentLogViewModel, OrdersShipmentLogViewModelArray, OrdersShipmentProductViewModel, OrdersShipmentStatusFilter, OrdersShipmentStatusViewModel, OrdersShipmentStatusViewModelArray, OrdersShipmentViewModel, OrdersShipMethodDetailViewModel, OrdersShipMethodDetailViewModelArray, OrdersShippingTermsViewModel, OrdersSortOrder, OrdersStatusDetailViewModel, OrdersStatusInformationViewModel, OrdersTagViewModel, OrdersTrackingViewModel, OrdersUpdateShipmentModel, Patch202507ProductByProductIdData, Patch202507ProductByProductIdResponse, Patch202507ProductByProductIdResponses, Patch202507ProductByProductIdVariantsData, Patch202507ProductByProductIdVariantsResponse, Patch202507ProductByProductIdVariantsResponses, Post202507OrderByOrderIdCancelData, Post202507OrderByOrderIdCancelError, Post202507OrderByOrderIdCancelErrors, Post202507OrderByOrderIdCancelResponse, Post202507OrderByOrderIdCancelResponses, Post202507OrderByOrderIdShipmentByShipmentIdCancelData, Post202507OrderByOrderIdShipmentByShipmentIdCancelError, Post202507OrderByOrderIdShipmentByShipmentIdCancelErrors, Post202507OrderByOrderIdShipmentByShipmentIdCancelResponse, Post202507OrderByOrderIdShipmentByShipmentIdCancelResponses, Post202507OrderByOrderIdStoreOrderJsonData, Post202507OrderByOrderIdStoreOrderJsonError, Post202507OrderByOrderIdStoreOrderJsonErrors, Post202507OrderByOrderIdStoreOrderJsonResponse, Post202507OrderByOrderIdStoreOrderJsonResponses, Post202507OrderData, Post202507OrderError, Post202507OrderErrors, Post202507OrderEstimateData, Post202507OrderEstimateError, Post202507OrderEstimateErrors, Post202507OrderEstimateResponse, Post202507OrderEstimateResponses, Post202507OrderResponse, Post202507OrderResponses, Post202507ProductByProductIdMoveVariantsData, Post202507ProductByProductIdMoveVariantsError, Post202507ProductByProductIdMoveVariantsErrors, Post202507ProductByProductIdMoveVariantsResponse, Post202507ProductByProductIdMoveVariantsResponses, Post202507ProductByProductIdVariantsData, Post202507ProductByProductIdVariantsResponse, Post202507ProductByProductIdVariantsResponses, Post202507ProductData, Post202507ProductMoveVariantsData, Post202507ProductMoveVariantsError, Post202507ProductMoveVariantsErrors, Post202507ProductMoveVariantsResponse, Post202507ProductMoveVariantsResponses, Post202507ProductResponse, Post202507ProductResponses, Post202507ReceivingByIdCancelData, Post202507ReceivingByIdCancelError, Post202507ReceivingByIdCancelErrors, Post202507ReceivingByIdCancelResponse, Post202507ReceivingByIdCancelResponses, Post202507ReceivingData, Post202507ReceivingError, Post202507ReceivingErrors, Post202507ReceivingResponse, Post202507ReceivingResponses, Post202507ReceivingSetExternalSyncData, Post202507ReceivingSetExternalSyncError, Post202507ReceivingSetExternalSyncErrors, Post202507ReceivingSetExternalSyncResponse, Post202507ReceivingSetExternalSyncResponses, Post202507ReturnByIdCancelData, Post202507ReturnByIdCancelErrors, Post202507ReturnByIdCancelResponses, Post202507ReturnData, Post202507ReturnError, Post202507ReturnErrors, Post202507ReturnResponse, Post202507ReturnResponses, Post202507ShipmentBatchCancelData, Post202507ShipmentBatchCancelError, Post202507ShipmentBatchCancelErrors, Post202507ShipmentBatchCancelResponse, Post202507ShipmentBatchCancelResponses, Post202507ShipmentBatchUpdateTrackingUploadData, Post202507ShipmentBatchUpdateTrackingUploadError, Post202507ShipmentBatchUpdateTrackingUploadErrors, Post202507ShipmentBatchUpdateTrackingUploadResponse, Post202507ShipmentBatchUpdateTrackingUploadResponses, Post202507ShipmentByShipmentIdCancelData, Post202507ShipmentByShipmentIdCancelError, Post202507ShipmentByShipmentIdCancelErrors, Post202507ShipmentByShipmentIdCancelResponse, Post202507ShipmentByShipmentIdCancelResponses, Post202507TransactionsQueryData, Post202507TransactionsQueryError, Post202507TransactionsQueryErrors, Post202507TransactionsQueryResponse, Post202507TransactionsQueryResponses, Post202507VariantByVariantIdConvertToBundleData, Post202507VariantByVariantIdConvertToBundleResponse, Post202507VariantByVariantIdConvertToBundleResponses, Post202507VariantByVariantIdMergeData, Post202507VariantByVariantIdMergeResponse, Post202507VariantByVariantIdMergeResponses, Post202507WebhookData, Post202507WebhookError, Post202507WebhookErrors, Post202507WebhookResponse, Post202507WebhookResponses, ProductsAdditionalHazmatAttributesRequestModel, ProductsAdditionalHazmatAttributesViewModel, ProductsAmazonChannelMetadataRequestModel, ProductsAmazonChannelMetadataRequestModelWritable, ProductsAmazonChannelMetadataViewModel, ProductsAmazonProductChannelMetadataModel, ProductsApplicableCategoryViewModel, ProductsAssociatedBundlesViewModel, ProductsBarcodeModel, ProductsBarcodeRequestModel, ProductsBarcodeViewModel, ProductsBaseAdditionalHazmatAttributesModel, ProductsBaseBundleDefinitionModel, ProductsBaseChannelMetadataRequestModel, ProductsBaseCustomsModel, ProductsBaseDimensionModel, ProductsBaseFulfillmentSettingsModel, ProductsBaseLotInformationModel, ProductsBaseProductChannelMetadataModel, ProductsBaseProductRequestModel, ProductsBaseProductVariantModel, ProductsBaseProductVariantRequestModel, ProductsBaseReturnPreferencesModel, ProductsBaseSerialScanModel, ProductsBaseTaxonomyViewModel, ProductsBigCommerceChannelMetadataRequestModel, ProductsBigCommerceChannelMetadataRequestModelWritable, ProductsBigCommerceChannelMetadataViewModel, ProductsBigCommerceProductChannelMetadataModel, ProductsBundleDefinitionRequestModel, ProductsBundleDefinitionViewModel, ProductsChannelMetadataRequestModel, ProductsChannelMetadataViewModel, ProductsChildTaxonomyViewModel, ProductsComplianceViewModel, ProductsConvertVariantToBundleRequest, ProductsConvertVariantToBundleRequestWritable, ProductsCreateProductRequestModelV5, ProductsCreateProductVariantRequestModelV5, ProductsCreateProductVariantRequestModelV5Array, ProductsCustomsRequestModel, ProductsCustomsViewModel, ProductsDeleteApiV5ProductProductIdBadRequestObject, ProductsDeleteApiV5ProductProductIdNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsDeleteApiV5ProductProductIdProductIdInteger, ProductsDeleteApiV5VariantVariantIdChannelMetadataChannelMetadataIdBadRequestObject, ProductsDeleteApiV5VariantVariantIdChannelMetadataChannelMetadataIdChannelMetadataIdInteger, ProductsDeleteApiV5VariantVariantIdChannelMetadataChannelMetadataIdNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsDeleteApiV5VariantVariantIdChannelMetadataChannelMetadataIdOkOneOfVariantViewModelV5VariantInternalViewModelV5, ProductsDeleteApiV5VariantVariantIdChannelMetadataChannelMetadataIdVariantIdInteger, ProductsDimensionRequestModel, ProductsDimensionViewModel, ProductsEnumViewModel, ProductsFulfillmentSettingsRequestModel, ProductsFulfillmentSettingsViewModel, ProductsGetApiProductLastUpdatedTimestampDateTime, ProductsGetApiV5ProductBadRequestObject, ProductsGetApiV5ProductBarcodeInt, ProductsGetApiV5ProductBarcodesListString, ProductsGetApiV5ProductBarcodeString, ProductsGetApiV5ProductCategoryIdsListInt, ProductsGetApiV5ProductChannelIdsListInt, ProductsGetApiV5ProductHasDigitalVariantsBoolean, ProductsGetApiV5ProductHasVariantsBoolean, ProductsGetApiV5ProductInventoryIdListInt, ProductsGetApiV5ProductLastUpdatedTimestampDateTime, ProductsGetApiV5ProductLegacyIdsListInt, ProductsGetApiV5ProductNameString, ProductsGetApiV5ProductNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5ProductOnHandInteger, ProductsGetApiV5ProductPageSizeInt, ProductsGetApiV5ProductPlatformIdsListString, ProductsGetApiV5ProductProductIdBadRequestObject, ProductsGetApiV5ProductProductIdListInt, ProductsGetApiV5ProductProductIdNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5ProductProductIdProductIdInteger, ProductsGetApiV5ProductProductIdVariantsBadRequestObject, ProductsGetApiV5ProductProductIdVariantsNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5ProductProductIdVariantsOkOneOfArray, ProductsGetApiV5ProductProductIdVariantsProductIdInteger, ProductsGetApiV5ProductProductTypeInteger, ProductsGetApiV5ProductReviewsPendingListReviewsPendingType, ProductsGetApiV5ProductSalesChannelListString, ProductsGetApiV5ProductSearchString, ProductsGetApiV5ProductSellerSkuString, ProductsGetApiV5ProductSkuString, ProductsGetApiV5ProductSortByString, ProductsGetApiV5ProductSortOrderString, ProductsGetApiV5ProductTaxonomyIdsListInt, ProductsGetApiV5ProductVariantIdListInt, ProductsGetApiV5ProductVariantStatusString, ProductsGetApiV5TaxonomyForbiddenOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomyIdForbiddenOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomyIdIdInteger, ProductsGetApiV5TaxonomyIdNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomyIdParentForbiddenOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomyIdParentIdInteger, ProductsGetApiV5TaxonomyIdParentNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomyIdParentUnauthorizedOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomyIdUnauthorizedOneOfProblemDetailsHttpValidationProblemDetails, ProductsGetApiV5TaxonomySearchString, ProductsGetApiV5TaxonomyUnauthorizedOneOfProblemDetailsHttpValidationProblemDetails, ProductsHttpValidationProblemDetails, ProductsInventoryViewModel, ProductsLotInformationRequestModel, ProductsLotInformationViewModel, ProductsMergedChildrenViewModel, ProductsMergeVariantRequestModel, ProductsMergeVariantRequestModelArray, ProductsMigrateVariantRequestModel, ProductsPackagingMaterialTypeViewModel, ProductsPackagingRequirementViewModel, ProductsPackagingRequirementViewModelArray, ProductsPatchApiV5ProductProductIdProductIdInteger, ProductsPatchApiV5ProductProductIdVariantsOkOneOfArray, ProductsPatchApiV5ProductProductIdVariantsProductIdInteger, ProductsPostApiV5ProductMoveVariantsBadRequestObject, ProductsPostApiV5ProductMoveVariantsNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsPostApiV5ProductProductIdMoveVariantsBadRequestObject, ProductsPostApiV5ProductProductIdMoveVariantsNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsPostApiV5ProductProductIdMoveVariantsProductIdInteger, ProductsPostApiV5ProductProductIdVariantsProductIdInteger, ProductsPostApiV5VariantVariantIdChannelMetadataRequestOneOfAmazonChannelMetadataRequestModelBaseChannelMetadataRequestModelBigCommerceChannelMetadataRequestModelShopifyChannelMetadataRequestModel, ProductsPostApiV5VariantVariantIdChannelMetadataRequestOneOfAmazonChannelMetadataRequestModelBaseChannelMetadataRequestModelBigCommerceChannelMetadataRequestModelShopifyChannelMetadataRequestModelWritable, ProductsPostApiV5VariantVariantIdChannelMetadataVariantIdInteger, ProductsPostApiV5VariantVariantIdConvertToBundleVariantIdInteger, ProductsPostApiV5VariantVariantIdMergeVariantIdInteger, ProductsProblemDetails, ProductsProductChannelMetadataModel, ProductsProductViewModel, ProductsProductViewModelV5, ProductsProductViewModelV5PagedResponse, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdBadRequestObject, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdChannelMetadataIdInteger, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdNotFoundOneOfProblemDetailsHttpValidationProblemDetails, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdOkOneOfVariantViewModelV5VariantInternalViewModelV5, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdRequestOneOfAmazonChannelMetadataRequestModelBaseChannelMetadataRequestModelBigCommerceChannelMetadataRequestModelShopifyChannelMetadataRequestModel, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdRequestOneOfAmazonChannelMetadataRequestModelBaseChannelMetadataRequestModelBigCommerceChannelMetadataRequestModelShopifyChannelMetadataRequestModelWritable, ProductsPutApiV5VariantVariantIdChannelMetadataChannelMetadataIdVariantIdInteger, ProductsReturnPreferencesRequestModel, ProductsReturnPreferencesViewModel, ProductsReviewsPendingType, ProductsSerialScanRequestModel, ProductsSerialScanViewModel, ProductsShopifyChannelMetadataRequestModel, ProductsShopifyChannelMetadataRequestModelWritable, ProductsShopifyChannelMetadataViewModel, ProductsShopifyProductChannelMetadataModel, ProductsTaxonomyInformationViewModel, ProductsTaxonomyViewModel, ProductsTaxonomyViewModelArray, ProductsUpdateProductRequestModelV5, ProductsUpdateProductVariantModelV5, ProductsUpdateProductVariantRequestModelV5, ProductsVariantInternalViewModel, ProductsVariantInternalViewModelV5, ProductsVariantStatus, ProductsVariantToMigrate, ProductsVariantViewModel, ProductsVariantViewModelBase, ProductsVariantViewModelV5, ProductsVariantViewModelV5Array, ProductsWeightViewModel, Put202507ReturnByIdData, Put202507ReturnByIdError, Put202507ReturnByIdErrors, Put202507ReturnByIdResponse, Put202507ReturnByIdResponses, ReceivingAddBoxItemToBoxModel, ReceivingAddBoxToOrderModel, ReceivingAssignOrderToFulfillmentCenterModel, ReceivingBoxItemViewModel, ReceivingBoxStatus, ReceivingBoxViewModel, ReceivingBoxViewModelArray, ReceivingCreateReceivingOrderModel, ReceivingDistributionItem, ReceivingDistributionStatus, ReceivingFulfillmentCenterViewModel, ReceivingFulfillmentCenterViewModelArray, ReceivingGet20ReceivingCompletedEndDateString, ReceivingGet20ReceivingCompletedStartDateString, ReceivingGet20ReceivingExternalSyncBoolean, ReceivingGet20ReceivingFulfillmentCenterIdsIntegerArray, ReceivingGet20ReceivingIdBoxesIdInteger, ReceivingGet20ReceivingIdBoxesNotFoundOneOfValidationProblemDetails, ReceivingGet20ReceivingIdBoxesNotFoundOneOfValidationProblemDetailsWritable, ReceivingGet20ReceivingIdIdInteger, ReceivingGet20ReceivingIdLabelsBadRequestOneOfValidationProblemDetails, ReceivingGet20ReceivingIdLabelsBadRequestOneOfValidationProblemDetailsWritable, ReceivingGet20ReceivingIdLabelsIdInteger, ReceivingGet20ReceivingIdLabelsNotFoundOneOfValidationProblemDetails, ReceivingGet20ReceivingIdLabelsNotFoundOneOfValidationProblemDetailsWritable, ReceivingGet20ReceivingIdLabelsOkString, ReceivingGet20ReceivingIdNotFoundOneOfValidationProblemDetails, ReceivingGet20ReceivingIdNotFoundOneOfValidationProblemDetailsWritable, ReceivingGet20ReceivingIdsIntegerArray, ReceivingGet20ReceivingInsertEndDateString, ReceivingGet20ReceivingInsertStartDateString, ReceivingGet20ReceivingLimitInteger, ReceivingGet20ReceivingNotFoundOneOfValidationProblemDetails, ReceivingGet20ReceivingNotFoundOneOfValidationProblemDetailsWritable, ReceivingGet20ReceivingOkNextPageString, ReceivingGet20ReceivingOkPageNumberInt, ReceivingGet20ReceivingOkPageSizeInt, ReceivingGet20ReceivingOkTotalCountInt, ReceivingGet20ReceivingOkTotalPagesInt, ReceivingGet20ReceivingPageInteger, ReceivingGet20ReceivingPurchaseOrderNumbersStringArray, ReceivingGetReceivingIdDistributionsIdInteger, ReceivingPackageType, ReceivingPackingType, ReceivingPost20ReceivingBadRequestObject, ReceivingPost20ReceivingIdCancelIdInteger, ReceivingPost20ReceivingIdCancelNotFoundOneOfValidationProblemDetails, ReceivingPost20ReceivingIdCancelNotFoundOneOfValidationProblemDetailsWritable, ReceivingPost20ReceivingIdCancelUnprocessableEntityObject, ReceivingPost20ReceivingNotFoundOneOfValidationProblemDetails, ReceivingPost20ReceivingNotFoundOneOfValidationProblemDetailsWritable, ReceivingPost20ReceivingSetExternalSyncBadRequestObject, ReceivingProblemDetails, ReceivingReceivingStatus, ReceivingReceivingStatusArray, ReceivingReceivingStatusArrayWritable, ReceivingUpdateExternalSyncModel, ReceivingV2InventoryQuantityViewModel, ReceivingV2ReceivingOrderStatusHistoryViewModel, ReceivingV2WarehouseReceivingOrderViewModel, ReceivingV2WarehouseReceivingOrderViewModelArray, ReceivingValidationProblemDetails, ReceivingValidationProblemDetailsWritable, ReceivingWarehousePickupRequestStatus, ReceivingWroDistributionDetailsResponse, ReturnsActionRequestedDto, ReturnsActionTakenDto, ReturnsApiError, ReturnsChannelDto, ReturnsChannelInfoModel, ReturnsChannelInfoViewModel, ReturnsCreateReturnRequest, ReturnsCreateReturnViewModel, ReturnsFacility, ReturnsFulfillmentCenterDto, ReturnsFulfillmentCenterModel, ReturnsFulfillmentCenterViewModel, ReturnsGetApiPublicIdIdInteger, ReturnsGetApiPublicIdShipbobChannelIdInteger, ReturnsGetApiReturnAuthorizationString, ReturnsGetApiReturnEndDateString, ReturnsGetApiReturnFulfillmentCenterIdsIntegerArray, ReturnsGetApiReturnIdAuthorizationString, ReturnsGetApiReturnIdBadRequestObject, ReturnsGetApiReturnIdIdInteger, ReturnsGetApiReturnIdShipbobChannelIdInteger, ReturnsGetApiReturnIdsIntegerArray, ReturnsGetApiReturnInventoryIdsIntegerArray, ReturnsGetApiReturnLimitInteger, ReturnsGetApiReturnOkNextPageString, ReturnsGetApiReturnOkPageNumberInt, ReturnsGetApiReturnOkPageSizeInt, ReturnsGetApiReturnOkTotalCountInt, ReturnsGetApiReturnOkTotalPagesInt, ReturnsGetApiReturnOriginalShipmentIdsIntegerArray, ReturnsGetApiReturnPageInteger, ReturnsGetApiReturnReferenceIdsStringArray, ReturnsGetApiReturnShipbobChannelIdInteger, ReturnsGetApiReturnStartDateString, ReturnsGetApiReturnTrackingNumbersStringArray, ReturnsGetApiV2PublicSearchCompletedEndDateString, ReturnsGetApiV2PublicSearchCompletedStartDateString, ReturnsGetApiV2PublicSearchCursorInteger, ReturnsGetApiV2PublicSearchEndDateString, ReturnsGetApiV2PublicSearchFulfillmentCenterIdsString, ReturnsGetApiV2PublicSearchIdsString, ReturnsGetApiV2PublicSearchInventoryIdsString, ReturnsGetApiV2PublicSearchLimitInteger, ReturnsGetApiV2PublicSearchOkPageNumberString, ReturnsGetApiV2PublicSearchOkPageSizeString, ReturnsGetApiV2PublicSearchOkTotalCountString, ReturnsGetApiV2PublicSearchOkTotalPagesString, ReturnsGetApiV2PublicSearchOriginalShipmentIdsString, ReturnsGetApiV2PublicSearchReferenceIdsString, ReturnsGetApiV2PublicSearchReturnActionsString, ReturnsGetApiV2PublicSearchReturnTypesString, ReturnsGetApiV2PublicSearchShipbobChannelIdInteger, ReturnsGetApiV2PublicSearchSortByString, ReturnsGetApiV2PublicSearchStartDateString, ReturnsGetApiV2PublicSearchStatusString, ReturnsGetApiV2PublicSearchStoreOrderIdsString, ReturnsGetApiV2PublicSearchTrackingNumbersString, ReturnsGetReturnCompletedEndDateString, ReturnsGetReturnCompletedStartDateString, ReturnsGetReturnCursorInteger, ReturnsGetReturnEndDateString, ReturnsGetReturnFulfillmentCenterIdsString, ReturnsGetReturnIdIdInteger, ReturnsGetReturnIdShipbobChannelIdInteger, ReturnsGetReturnIdsString, ReturnsGetReturnInventoryIdsString, ReturnsGetReturnLimitInteger, ReturnsGetReturnOkPageNumberString, ReturnsGetReturnOkPageSizeString, ReturnsGetReturnOkTotalCountString, ReturnsGetReturnOkTotalPagesString, ReturnsGetReturnOriginalShipmentIdsString, ReturnsGetReturnReferenceIdsString, ReturnsGetReturnReturnActionsString, ReturnsGetReturnReturnTypesString, ReturnsGetReturnShipbobChannelIdInteger, ReturnsGetReturnSortbyString, ReturnsGetReturnStartDateString, ReturnsGetReturnStatusString, ReturnsGetReturnStoreOrderIdsString, ReturnsGetReturnTrackingNumbersString, ReturnsInventoryItemDto, ReturnsInventoryItemV1Dto, ReturnsInventoryItemViewModel, ReturnsInvoiceDto, ReturnsLotInformationDto, ReturnsLotInformationViewModel, ReturnsPost10ReturnIdCancelIdInteger, ReturnsPost10ReturnIdCancelNotFoundOneOfValidationProblemDetails, ReturnsPost10ReturnIdCancelNotFoundOneOfValidationProblemDetailsWritable, ReturnsPost10ReturnIdCancelShipbobChannelIdInteger, ReturnsPost10ReturnIdCancelUnprocessableEntityOneOfValidationProblemDetails, ReturnsPost10ReturnIdCancelUnprocessableEntityOneOfValidationProblemDetailsWritable, ReturnsPostApiPublicCancelIdApiVersionString, ReturnsPostApiPublicCancelIdIdInteger, ReturnsPostApiPublicCreateCreationSourceIdInteger, ReturnsPostApiPublicCreateShipbobChannelIdInteger, ReturnsPostApiReturnIdCancelAuthorizationString, ReturnsPostApiReturnIdCancelIdInteger, ReturnsPostApiReturnIdCancelShipbobChannelIdInteger, ReturnsPostReturnCreationSourceIdInteger, ReturnsPostReturnShipbobChannelIdInteger, ReturnsProblemDetails, ReturnsPublicReturnDto, ReturnsPublicReturnDtoPagedUrlResultDto, ReturnsPublicReturnV1Dto, ReturnsPut10ReturnIdBadRequestOneOfValidationProblemDetails, ReturnsPut10ReturnIdBadRequestOneOfValidationProblemDetailsWritable, ReturnsPut10ReturnIdIdInteger, ReturnsPut10ReturnIdShipbobChannelIdInteger, ReturnsPut10ReturnIdUnprocessableEntityOneOfValidationProblemDetails, ReturnsPut10ReturnIdUnprocessableEntityOneOfValidationProblemDetailsWritable, ReturnsPutApiReturnIdAuthorizationString, ReturnsPutApiReturnIdBadRequestObject, ReturnsPutApiReturnIdIdInteger, ReturnsPutApiReturnIdShipbobChannelIdInteger, ReturnsPutApiReturnIdUnprocessableEntityObject, ReturnsReturnAction, ReturnsReturnActionRequestedViewModel, ReturnsReturnActionSource, ReturnsReturnActionTakenViewModel, ReturnsReturnInventory, ReturnsReturnInventoryRequest, ReturnsReturnInventoryViewModel, ReturnsReturnOrderViewModel, ReturnsReturnOrderViewModelArray, ReturnsReturnStatus, ReturnsReturnStatusArray, ReturnsReturnStatusArrayWritable, ReturnsReturnType, ReturnsSortOrder, ReturnsStatusHistoryDto, ReturnsTagModel, ReturnsTransactionDto, ReturnsTransactionLogSource, ReturnsTransactionViewModel, ReturnsValidationProblemDetails, ReturnsValidationProblemDetailsWritable, ShipmentsBulkActionApiResponse, ShipmentsBulkUpdateShippingServiceRequest, ShipmentsErrorCode, ShipmentsErrorResponse, ShipmentsGetApiVVersionShipmentShipmentIdGetLineItemsShipmentIdInteger, ShipmentsGetApiVVersionShipmentShipmentIdGetLineItemsVersionString, ShipmentsIApiDetailResponse, ShipmentsLotInfo, ShipmentsLotSelectionMethod, ShipmentsPostApiVVersionShipmentShipmentIdUpdateLineItemsShipmentIdInteger, ShipmentsPostApiVVersionShipmentShipmentIdUpdateLineItemsVersionString, ShipmentsProductVariantDetail, ShipmentsPutApiVVersionShipmentBulkUpdateShippingServiceVersionString, ShipmentsPutApiVVersionShipmentShipmentIdUpdateAddressShipmentIdInteger, ShipmentsPutApiVVersionShipmentShipmentIdUpdateAddressVersionString, ShipmentsShipmentApiResponse, ShipmentsShipmentLineItemDetail, ShipmentsShipmentLineItemDetailArray, ShipmentsShipmentLineItemResponse, ShipmentsShipmentLineItemsApiResponse, ShipmentsShipmentLineItemsViewModel, ShipmentsSummaryResponse, ShipmentsUpdateAddressRequest, ShipmentsUpdateLineItemsRequest, WebhooksActionResult, WebhooksBadRequestObjectResult, WebhooksDeleteV2WebhookIdIdString, WebhooksGetV2WebhookCursorString, WebhooksGetV2WebhookRecordsPerPageInteger, WebhooksGetWebhookResponse, WebhooksIOutputFormatter, WebhooksObjectResult, WebhooksTopics, WebhooksUnprocessableEntityObjectResult, WebhooksV2CreateSubscriptionRequest, WebhooksV2CreateWebhookViewModelV2, WebhooksV2WebhookViewModelV2 } from './types.gen';
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.post202507Product = exports.post202507OrderEstimate = exports.post202507OrderByOrderIdStoreOrderJson = exports.post202507OrderByOrderIdShipmentByShipmentIdCancel = exports.post202507OrderByOrderIdCancel = exports.post202507Order = exports.patch202507ProductByProductIdVariants = exports.patch202507ProductByProductId = exports.get202507Webhook = exports.get202507TransactionFees = exports.get202507TaxonomyByIdParent = exports.get202507TaxonomyById = exports.get202507Taxonomy = exports.get202507ShippingMethod = exports.get202507ShipmentByShipmentIdTimeline = exports.get202507ShipmentByShipmentIdLogs = exports.get202507ShipmentByShipmentId = exports.get202507ReturnById = exports.get202507Return = exports.get202507ReceivingByIdLabels = exports.get202507ReceivingByIdDistributions = exports.get202507ReceivingByIdBoxes = exports.get202507ReceivingById = exports.get202507Receiving = exports.get202507ProductByProductIdVariants = exports.get202507ProductByProductId = exports.get202507Product = exports.get202507PackagingRequirement = exports.get202507OrderByOrderIdStoreOrderJson = exports.get202507OrderByOrderIdShipmentByShipmentIdTimeline = exports.get202507OrderByOrderIdShipmentByShipmentIdLogs = exports.get202507OrderByOrderIdShipmentByShipmentId = exports.get202507OrderByOrderIdShipment = exports.get202507OrderByOrderId = exports.get202507Order = exports.get202507Location = exports.get202507InvoicesByInvoiceIdTransactions = exports.get202507Invoices = exports.get202507InventoryLevelLots = exports.get202507InventoryLevelLocations = exports.get202507InventoryLevelByInventoryIdLots = exports.get202507InventoryLevelByInventoryIdLocations = exports.get202507InventoryLevelByInventoryId = exports.get202507InventoryLevel = exports.get202507InventoryByInventoryId = exports.get202507Inventory = exports.get202507FulfillmentCenter = exports.get202507Channel = exports.delete202507WebhookById = exports.delete202507ProductByProductId = void 0;
|
|
5
|
+
exports.put202507ReturnById = exports.post202507Webhook = exports.post202507VariantByVariantIdMerge = exports.post202507VariantByVariantIdConvertToBundle = exports.post202507TransactionsQuery = exports.post202507ShipmentByShipmentIdCancel = exports.post202507ShipmentBatchUpdateTrackingUpload = exports.post202507ShipmentBatchCancel = exports.post202507ReturnByIdCancel = exports.post202507Return = exports.post202507ReceivingSetExternalSync = exports.post202507ReceivingByIdCancel = exports.post202507Receiving = exports.post202507ProductMoveVariants = exports.post202507ProductByProductIdVariants = exports.post202507ProductByProductIdMoveVariants = void 0;
|
|
6
|
+
var sdk_gen_1 = require("./sdk.gen");
|
|
7
|
+
Object.defineProperty(exports, "delete202507ProductByProductId", { enumerable: true, get: function () { return sdk_gen_1.delete202507ProductByProductId; } });
|
|
8
|
+
Object.defineProperty(exports, "delete202507WebhookById", { enumerable: true, get: function () { return sdk_gen_1.delete202507WebhookById; } });
|
|
9
|
+
Object.defineProperty(exports, "get202507Channel", { enumerable: true, get: function () { return sdk_gen_1.get202507Channel; } });
|
|
10
|
+
Object.defineProperty(exports, "get202507FulfillmentCenter", { enumerable: true, get: function () { return sdk_gen_1.get202507FulfillmentCenter; } });
|
|
11
|
+
Object.defineProperty(exports, "get202507Inventory", { enumerable: true, get: function () { return sdk_gen_1.get202507Inventory; } });
|
|
12
|
+
Object.defineProperty(exports, "get202507InventoryByInventoryId", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryByInventoryId; } });
|
|
13
|
+
Object.defineProperty(exports, "get202507InventoryLevel", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryLevel; } });
|
|
14
|
+
Object.defineProperty(exports, "get202507InventoryLevelByInventoryId", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryLevelByInventoryId; } });
|
|
15
|
+
Object.defineProperty(exports, "get202507InventoryLevelByInventoryIdLocations", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryLevelByInventoryIdLocations; } });
|
|
16
|
+
Object.defineProperty(exports, "get202507InventoryLevelByInventoryIdLots", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryLevelByInventoryIdLots; } });
|
|
17
|
+
Object.defineProperty(exports, "get202507InventoryLevelLocations", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryLevelLocations; } });
|
|
18
|
+
Object.defineProperty(exports, "get202507InventoryLevelLots", { enumerable: true, get: function () { return sdk_gen_1.get202507InventoryLevelLots; } });
|
|
19
|
+
Object.defineProperty(exports, "get202507Invoices", { enumerable: true, get: function () { return sdk_gen_1.get202507Invoices; } });
|
|
20
|
+
Object.defineProperty(exports, "get202507InvoicesByInvoiceIdTransactions", { enumerable: true, get: function () { return sdk_gen_1.get202507InvoicesByInvoiceIdTransactions; } });
|
|
21
|
+
Object.defineProperty(exports, "get202507Location", { enumerable: true, get: function () { return sdk_gen_1.get202507Location; } });
|
|
22
|
+
Object.defineProperty(exports, "get202507Order", { enumerable: true, get: function () { return sdk_gen_1.get202507Order; } });
|
|
23
|
+
Object.defineProperty(exports, "get202507OrderByOrderId", { enumerable: true, get: function () { return sdk_gen_1.get202507OrderByOrderId; } });
|
|
24
|
+
Object.defineProperty(exports, "get202507OrderByOrderIdShipment", { enumerable: true, get: function () { return sdk_gen_1.get202507OrderByOrderIdShipment; } });
|
|
25
|
+
Object.defineProperty(exports, "get202507OrderByOrderIdShipmentByShipmentId", { enumerable: true, get: function () { return sdk_gen_1.get202507OrderByOrderIdShipmentByShipmentId; } });
|
|
26
|
+
Object.defineProperty(exports, "get202507OrderByOrderIdShipmentByShipmentIdLogs", { enumerable: true, get: function () { return sdk_gen_1.get202507OrderByOrderIdShipmentByShipmentIdLogs; } });
|
|
27
|
+
Object.defineProperty(exports, "get202507OrderByOrderIdShipmentByShipmentIdTimeline", { enumerable: true, get: function () { return sdk_gen_1.get202507OrderByOrderIdShipmentByShipmentIdTimeline; } });
|
|
28
|
+
Object.defineProperty(exports, "get202507OrderByOrderIdStoreOrderJson", { enumerable: true, get: function () { return sdk_gen_1.get202507OrderByOrderIdStoreOrderJson; } });
|
|
29
|
+
Object.defineProperty(exports, "get202507PackagingRequirement", { enumerable: true, get: function () { return sdk_gen_1.get202507PackagingRequirement; } });
|
|
30
|
+
Object.defineProperty(exports, "get202507Product", { enumerable: true, get: function () { return sdk_gen_1.get202507Product; } });
|
|
31
|
+
Object.defineProperty(exports, "get202507ProductByProductId", { enumerable: true, get: function () { return sdk_gen_1.get202507ProductByProductId; } });
|
|
32
|
+
Object.defineProperty(exports, "get202507ProductByProductIdVariants", { enumerable: true, get: function () { return sdk_gen_1.get202507ProductByProductIdVariants; } });
|
|
33
|
+
Object.defineProperty(exports, "get202507Receiving", { enumerable: true, get: function () { return sdk_gen_1.get202507Receiving; } });
|
|
34
|
+
Object.defineProperty(exports, "get202507ReceivingById", { enumerable: true, get: function () { return sdk_gen_1.get202507ReceivingById; } });
|
|
35
|
+
Object.defineProperty(exports, "get202507ReceivingByIdBoxes", { enumerable: true, get: function () { return sdk_gen_1.get202507ReceivingByIdBoxes; } });
|
|
36
|
+
Object.defineProperty(exports, "get202507ReceivingByIdDistributions", { enumerable: true, get: function () { return sdk_gen_1.get202507ReceivingByIdDistributions; } });
|
|
37
|
+
Object.defineProperty(exports, "get202507ReceivingByIdLabels", { enumerable: true, get: function () { return sdk_gen_1.get202507ReceivingByIdLabels; } });
|
|
38
|
+
Object.defineProperty(exports, "get202507Return", { enumerable: true, get: function () { return sdk_gen_1.get202507Return; } });
|
|
39
|
+
Object.defineProperty(exports, "get202507ReturnById", { enumerable: true, get: function () { return sdk_gen_1.get202507ReturnById; } });
|
|
40
|
+
Object.defineProperty(exports, "get202507ShipmentByShipmentId", { enumerable: true, get: function () { return sdk_gen_1.get202507ShipmentByShipmentId; } });
|
|
41
|
+
Object.defineProperty(exports, "get202507ShipmentByShipmentIdLogs", { enumerable: true, get: function () { return sdk_gen_1.get202507ShipmentByShipmentIdLogs; } });
|
|
42
|
+
Object.defineProperty(exports, "get202507ShipmentByShipmentIdTimeline", { enumerable: true, get: function () { return sdk_gen_1.get202507ShipmentByShipmentIdTimeline; } });
|
|
43
|
+
Object.defineProperty(exports, "get202507ShippingMethod", { enumerable: true, get: function () { return sdk_gen_1.get202507ShippingMethod; } });
|
|
44
|
+
Object.defineProperty(exports, "get202507Taxonomy", { enumerable: true, get: function () { return sdk_gen_1.get202507Taxonomy; } });
|
|
45
|
+
Object.defineProperty(exports, "get202507TaxonomyById", { enumerable: true, get: function () { return sdk_gen_1.get202507TaxonomyById; } });
|
|
46
|
+
Object.defineProperty(exports, "get202507TaxonomyByIdParent", { enumerable: true, get: function () { return sdk_gen_1.get202507TaxonomyByIdParent; } });
|
|
47
|
+
Object.defineProperty(exports, "get202507TransactionFees", { enumerable: true, get: function () { return sdk_gen_1.get202507TransactionFees; } });
|
|
48
|
+
Object.defineProperty(exports, "get202507Webhook", { enumerable: true, get: function () { return sdk_gen_1.get202507Webhook; } });
|
|
49
|
+
Object.defineProperty(exports, "patch202507ProductByProductId", { enumerable: true, get: function () { return sdk_gen_1.patch202507ProductByProductId; } });
|
|
50
|
+
Object.defineProperty(exports, "patch202507ProductByProductIdVariants", { enumerable: true, get: function () { return sdk_gen_1.patch202507ProductByProductIdVariants; } });
|
|
51
|
+
Object.defineProperty(exports, "post202507Order", { enumerable: true, get: function () { return sdk_gen_1.post202507Order; } });
|
|
52
|
+
Object.defineProperty(exports, "post202507OrderByOrderIdCancel", { enumerable: true, get: function () { return sdk_gen_1.post202507OrderByOrderIdCancel; } });
|
|
53
|
+
Object.defineProperty(exports, "post202507OrderByOrderIdShipmentByShipmentIdCancel", { enumerable: true, get: function () { return sdk_gen_1.post202507OrderByOrderIdShipmentByShipmentIdCancel; } });
|
|
54
|
+
Object.defineProperty(exports, "post202507OrderByOrderIdStoreOrderJson", { enumerable: true, get: function () { return sdk_gen_1.post202507OrderByOrderIdStoreOrderJson; } });
|
|
55
|
+
Object.defineProperty(exports, "post202507OrderEstimate", { enumerable: true, get: function () { return sdk_gen_1.post202507OrderEstimate; } });
|
|
56
|
+
Object.defineProperty(exports, "post202507Product", { enumerable: true, get: function () { return sdk_gen_1.post202507Product; } });
|
|
57
|
+
Object.defineProperty(exports, "post202507ProductByProductIdMoveVariants", { enumerable: true, get: function () { return sdk_gen_1.post202507ProductByProductIdMoveVariants; } });
|
|
58
|
+
Object.defineProperty(exports, "post202507ProductByProductIdVariants", { enumerable: true, get: function () { return sdk_gen_1.post202507ProductByProductIdVariants; } });
|
|
59
|
+
Object.defineProperty(exports, "post202507ProductMoveVariants", { enumerable: true, get: function () { return sdk_gen_1.post202507ProductMoveVariants; } });
|
|
60
|
+
Object.defineProperty(exports, "post202507Receiving", { enumerable: true, get: function () { return sdk_gen_1.post202507Receiving; } });
|
|
61
|
+
Object.defineProperty(exports, "post202507ReceivingByIdCancel", { enumerable: true, get: function () { return sdk_gen_1.post202507ReceivingByIdCancel; } });
|
|
62
|
+
Object.defineProperty(exports, "post202507ReceivingSetExternalSync", { enumerable: true, get: function () { return sdk_gen_1.post202507ReceivingSetExternalSync; } });
|
|
63
|
+
Object.defineProperty(exports, "post202507Return", { enumerable: true, get: function () { return sdk_gen_1.post202507Return; } });
|
|
64
|
+
Object.defineProperty(exports, "post202507ReturnByIdCancel", { enumerable: true, get: function () { return sdk_gen_1.post202507ReturnByIdCancel; } });
|
|
65
|
+
Object.defineProperty(exports, "post202507ShipmentBatchCancel", { enumerable: true, get: function () { return sdk_gen_1.post202507ShipmentBatchCancel; } });
|
|
66
|
+
Object.defineProperty(exports, "post202507ShipmentBatchUpdateTrackingUpload", { enumerable: true, get: function () { return sdk_gen_1.post202507ShipmentBatchUpdateTrackingUpload; } });
|
|
67
|
+
Object.defineProperty(exports, "post202507ShipmentByShipmentIdCancel", { enumerable: true, get: function () { return sdk_gen_1.post202507ShipmentByShipmentIdCancel; } });
|
|
68
|
+
Object.defineProperty(exports, "post202507TransactionsQuery", { enumerable: true, get: function () { return sdk_gen_1.post202507TransactionsQuery; } });
|
|
69
|
+
Object.defineProperty(exports, "post202507VariantByVariantIdConvertToBundle", { enumerable: true, get: function () { return sdk_gen_1.post202507VariantByVariantIdConvertToBundle; } });
|
|
70
|
+
Object.defineProperty(exports, "post202507VariantByVariantIdMerge", { enumerable: true, get: function () { return sdk_gen_1.post202507VariantByVariantIdMerge; } });
|
|
71
|
+
Object.defineProperty(exports, "post202507Webhook", { enumerable: true, get: function () { return sdk_gen_1.post202507Webhook; } });
|
|
72
|
+
Object.defineProperty(exports, "put202507ReturnById", { enumerable: true, get: function () { return sdk_gen_1.put202507ReturnById; } });
|
|
73
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/client/2025-07/index.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;;AAErD,qCAAqgE;AAA5/D,yHAAA,8BAA8B,OAAA;AAAE,kHAAA,uBAAuB,OAAA;AAAE,2GAAA,gBAAgB,OAAA;AAAE,qHAAA,0BAA0B,OAAA;AAAE,6GAAA,kBAAkB,OAAA;AAAE,0HAAA,+BAA+B,OAAA;AAAE,kHAAA,uBAAuB,OAAA;AAAE,+HAAA,oCAAoC,OAAA;AAAE,wIAAA,6CAA6C,OAAA;AAAE,mIAAA,wCAAwC,OAAA;AAAE,2HAAA,gCAAgC,OAAA;AAAE,sHAAA,2BAA2B,OAAA;AAAE,4GAAA,iBAAiB,OAAA;AAAE,mIAAA,wCAAwC,OAAA;AAAE,4GAAA,iBAAiB,OAAA;AAAE,yGAAA,cAAc,OAAA;AAAE,kHAAA,uBAAuB,OAAA;AAAE,0HAAA,+BAA+B,OAAA;AAAE,sIAAA,2CAA2C,OAAA;AAAE,0IAAA,+CAA+C,OAAA;AAAE,8IAAA,mDAAmD,OAAA;AAAE,gIAAA,qCAAqC,OAAA;AAAE,wHAAA,6BAA6B,OAAA;AAAE,2GAAA,gBAAgB,OAAA;AAAE,sHAAA,2BAA2B,OAAA;AAAE,8HAAA,mCAAmC,OAAA;AAAE,6GAAA,kBAAkB,OAAA;AAAE,iHAAA,sBAAsB,OAAA;AAAE,sHAAA,2BAA2B,OAAA;AAAE,8HAAA,mCAAmC,OAAA;AAAE,uHAAA,4BAA4B,OAAA;AAAE,0GAAA,eAAe,OAAA;AAAE,8GAAA,mBAAmB,OAAA;AAAE,wHAAA,6BAA6B,OAAA;AAAE,4HAAA,iCAAiC,OAAA;AAAE,gIAAA,qCAAqC,OAAA;AAAE,kHAAA,uBAAuB,OAAA;AAAE,4GAAA,iBAAiB,OAAA;AAAE,gHAAA,qBAAqB,OAAA;AAAE,sHAAA,2BAA2B,OAAA;AAAE,mHAAA,wBAAwB,OAAA;AAAE,2GAAA,gBAAgB,OAAA;AAAgB,wHAAA,6BAA6B,OAAA;AAAE,gIAAA,qCAAqC,OAAA;AAAE,0GAAA,eAAe,OAAA;AAAE,yHAAA,8BAA8B,OAAA;AAAE,6IAAA,kDAAkD,OAAA;AAAE,iIAAA,sCAAsC,OAAA;AAAE,kHAAA,uBAAuB,OAAA;AAAE,4GAAA,iBAAiB,OAAA;AAAE,mIAAA,wCAAwC,OAAA;AAAE,+HAAA,oCAAoC,OAAA;AAAE,wHAAA,6BAA6B,OAAA;AAAE,8GAAA,mBAAmB,OAAA;AAAE,wHAAA,6BAA6B,OAAA;AAAE,6HAAA,kCAAkC,OAAA;AAAE,2GAAA,gBAAgB,OAAA;AAAE,qHAAA,0BAA0B,OAAA;AAAE,wHAAA,6BAA6B,OAAA;AAAE,sIAAA,2CAA2C,OAAA;AAAE,+HAAA,oCAAoC,OAAA;AAAE,sHAAA,2BAA2B,OAAA;AAAE,sIAAA,2CAA2C,OAAA;AAAE,4HAAA,iCAAiC,OAAA;AAAE,4GAAA,iBAAiB,OAAA;AAAE,8GAAA,mBAAmB,OAAA"}
|