@sp-api-sdk/external-fulfillment-shipments-api-2024-09-11 1.1.0
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/LICENSE +21 -0
- package/README.md +99 -0
- package/dist/cjs/api-model/api/external-fulfillment-shipments-api.js +766 -0
- package/dist/cjs/api-model/api.js +30 -0
- package/dist/cjs/api-model/base.js +52 -0
- package/dist/cjs/api-model/common.js +108 -0
- package/dist/cjs/api-model/configuration.js +87 -0
- package/dist/cjs/api-model/index.js +32 -0
- package/dist/cjs/api-model/models/address.js +15 -0
- package/dist/cjs/api-model/models/amount.js +15 -0
- package/dist/cjs/api-model/models/cancellation.js +21 -0
- package/dist/cjs/api-model/models/charge-breakup.js +15 -0
- package/dist/cjs/api-model/models/charge.js +23 -0
- package/dist/cjs/api-model/models/compliance-attributes.js +15 -0
- package/dist/cjs/api-model/models/courier-supported-attributes.js +15 -0
- package/dist/cjs/api-model/models/custom-attribute-type.js +26 -0
- package/dist/cjs/api-model/models/custom-attribute.js +15 -0
- package/dist/cjs/api-model/models/dimension.js +20 -0
- package/dist/cjs/api-model/models/document-v2.js +15 -0
- package/dist/cjs/api-model/models/document.js +22 -0
- package/dist/cjs/api-model/models/error-list.js +15 -0
- package/dist/cjs/api-model/models/gift-attributes.js +15 -0
- package/dist/cjs/api-model/models/index.js +73 -0
- package/dist/cjs/api-model/models/invoice-info.js +15 -0
- package/dist/cjs/api-model/models/invoice-requirement.js +25 -0
- package/dist/cjs/api-model/models/invoice-response.js +15 -0
- package/dist/cjs/api-model/models/line-item-with-reason.js +20 -0
- package/dist/cjs/api-model/models/line-item.js +15 -0
- package/dist/cjs/api-model/models/marketplace-attributes.js +20 -0
- package/dist/cjs/api-model/models/model-error.js +15 -0
- package/dist/cjs/api-model/models/original-line-item.js +15 -0
- package/dist/cjs/api-model/models/package-delivery-status.js +15 -0
- package/dist/cjs/api-model/models/package-dimensions.js +15 -0
- package/dist/cjs/api-model/models/package-line-item.js +15 -0
- package/dist/cjs/api-model/models/package-ship-label.js +15 -0
- package/dist/cjs/api-model/models/package-status.js +27 -0
- package/dist/cjs/api-model/models/package-sub-status.js +25 -0
- package/dist/cjs/api-model/models/package.js +29 -0
- package/dist/cjs/api-model/models/packages.js +15 -0
- package/dist/cjs/api-model/models/packing-slip-requirement.js +24 -0
- package/dist/cjs/api-model/models/pagination.js +15 -0
- package/dist/cjs/api-model/models/party-identification-info.js +22 -0
- package/dist/cjs/api-model/models/piece-type.js +23 -0
- package/dist/cjs/api-model/models/presence-status.js +23 -0
- package/dist/cjs/api-model/models/priority.js +23 -0
- package/dist/cjs/api-model/models/recommended-package-line-item.js +15 -0
- package/dist/cjs/api-model/models/recommended-package.js +15 -0
- package/dist/cjs/api-model/models/replaced-shipment-info.js +15 -0
- package/dist/cjs/api-model/models/requirement-level.js +23 -0
- package/dist/cjs/api-model/models/ship-label-metadata.js +15 -0
- package/dist/cjs/api-model/models/ship-labels-input.js +15 -0
- package/dist/cjs/api-model/models/ship-labels-response.js +15 -0
- package/dist/cjs/api-model/models/shipment-acknowledgement-request.js +15 -0
- package/dist/cjs/api-model/models/shipment-info.js +25 -0
- package/dist/cjs/api-model/models/shipment-line-item.js +15 -0
- package/dist/cjs/api-model/models/shipment-requirements.js +15 -0
- package/dist/cjs/api-model/models/shipment.js +44 -0
- package/dist/cjs/api-model/models/shipments-response.js +15 -0
- package/dist/cjs/api-model/models/shipping-info.js +20 -0
- package/dist/cjs/api-model/models/shipping-options-response.js +15 -0
- package/dist/cjs/api-model/models/shipping-options.js +22 -0
- package/dist/cjs/api-model/models/status.js +23 -0
- package/dist/cjs/api-model/models/tax-registration-info.js +20 -0
- package/dist/cjs/api-model/models/tax.js +27 -0
- package/dist/cjs/api-model/models/time-window.js +20 -0
- package/dist/cjs/api-model/models/weight.js +20 -0
- package/dist/cjs/client.js +13 -0
- package/dist/cjs/index.js +19 -0
- package/dist/es/api-model/api/external-fulfillment-shipments-api.js +756 -0
- package/dist/es/api-model/api.js +14 -0
- package/dist/es/api-model/base.js +44 -0
- package/dist/es/api-model/common.js +96 -0
- package/dist/es/api-model/configuration.js +83 -0
- package/dist/es/api-model/index.js +16 -0
- package/dist/es/api-model/models/address.js +14 -0
- package/dist/es/api-model/models/amount.js +14 -0
- package/dist/es/api-model/models/cancellation.js +18 -0
- package/dist/es/api-model/models/charge-breakup.js +14 -0
- package/dist/es/api-model/models/charge.js +20 -0
- package/dist/es/api-model/models/compliance-attributes.js +14 -0
- package/dist/es/api-model/models/courier-supported-attributes.js +14 -0
- package/dist/es/api-model/models/custom-attribute-type.js +23 -0
- package/dist/es/api-model/models/custom-attribute.js +14 -0
- package/dist/es/api-model/models/dimension.js +17 -0
- package/dist/es/api-model/models/document-v2.js +14 -0
- package/dist/es/api-model/models/document.js +19 -0
- package/dist/es/api-model/models/error-list.js +14 -0
- package/dist/es/api-model/models/gift-attributes.js +14 -0
- package/dist/es/api-model/models/index.js +57 -0
- package/dist/es/api-model/models/invoice-info.js +14 -0
- package/dist/es/api-model/models/invoice-requirement.js +22 -0
- package/dist/es/api-model/models/invoice-response.js +14 -0
- package/dist/es/api-model/models/line-item-with-reason.js +17 -0
- package/dist/es/api-model/models/line-item.js +14 -0
- package/dist/es/api-model/models/marketplace-attributes.js +17 -0
- package/dist/es/api-model/models/model-error.js +14 -0
- package/dist/es/api-model/models/original-line-item.js +14 -0
- package/dist/es/api-model/models/package-delivery-status.js +14 -0
- package/dist/es/api-model/models/package-dimensions.js +14 -0
- package/dist/es/api-model/models/package-line-item.js +14 -0
- package/dist/es/api-model/models/package-ship-label.js +14 -0
- package/dist/es/api-model/models/package-status.js +24 -0
- package/dist/es/api-model/models/package-sub-status.js +22 -0
- package/dist/es/api-model/models/package.js +26 -0
- package/dist/es/api-model/models/packages.js +14 -0
- package/dist/es/api-model/models/packing-slip-requirement.js +21 -0
- package/dist/es/api-model/models/pagination.js +14 -0
- package/dist/es/api-model/models/party-identification-info.js +19 -0
- package/dist/es/api-model/models/piece-type.js +20 -0
- package/dist/es/api-model/models/presence-status.js +20 -0
- package/dist/es/api-model/models/priority.js +20 -0
- package/dist/es/api-model/models/recommended-package-line-item.js +14 -0
- package/dist/es/api-model/models/recommended-package.js +14 -0
- package/dist/es/api-model/models/replaced-shipment-info.js +14 -0
- package/dist/es/api-model/models/requirement-level.js +20 -0
- package/dist/es/api-model/models/ship-label-metadata.js +14 -0
- package/dist/es/api-model/models/ship-labels-input.js +14 -0
- package/dist/es/api-model/models/ship-labels-response.js +14 -0
- package/dist/es/api-model/models/shipment-acknowledgement-request.js +14 -0
- package/dist/es/api-model/models/shipment-info.js +22 -0
- package/dist/es/api-model/models/shipment-line-item.js +14 -0
- package/dist/es/api-model/models/shipment-requirements.js +14 -0
- package/dist/es/api-model/models/shipment.js +41 -0
- package/dist/es/api-model/models/shipments-response.js +14 -0
- package/dist/es/api-model/models/shipping-info.js +17 -0
- package/dist/es/api-model/models/shipping-options-response.js +14 -0
- package/dist/es/api-model/models/shipping-options.js +19 -0
- package/dist/es/api-model/models/status.js +20 -0
- package/dist/es/api-model/models/tax-registration-info.js +17 -0
- package/dist/es/api-model/models/tax.js +24 -0
- package/dist/es/api-model/models/time-window.js +17 -0
- package/dist/es/api-model/models/weight.js +17 -0
- package/dist/es/client.js +9 -0
- package/dist/es/index.js +3 -0
- package/dist/types/api-model/api/external-fulfillment-shipments-api.d.ts +556 -0
- package/dist/types/api-model/api.d.ts +12 -0
- package/dist/types/api-model/base.d.ts +42 -0
- package/dist/types/api-model/common.d.ts +28 -0
- package/dist/types/api-model/configuration.d.ts +74 -0
- package/dist/types/api-model/index.d.ts +14 -0
- package/dist/types/api-model/models/address.d.ts +72 -0
- package/dist/types/api-model/models/amount.d.ts +24 -0
- package/dist/types/api-model/models/cancellation.d.ts +38 -0
- package/dist/types/api-model/models/charge-breakup.d.ts +20 -0
- package/dist/types/api-model/models/charge.d.ts +37 -0
- package/dist/types/api-model/models/compliance-attributes.d.ts +21 -0
- package/dist/types/api-model/models/courier-supported-attributes.d.ts +24 -0
- package/dist/types/api-model/models/custom-attribute-type.d.ts +22 -0
- package/dist/types/api-model/models/custom-attribute.d.ts +26 -0
- package/dist/types/api-model/models/dimension.d.ts +29 -0
- package/dist/types/api-model/models/document-v2.d.ts +20 -0
- package/dist/types/api-model/models/document.d.ts +31 -0
- package/dist/types/api-model/models/error-list.d.ts +20 -0
- package/dist/types/api-model/models/gift-attributes.d.ts +26 -0
- package/dist/types/api-model/models/index.d.ts +57 -0
- package/dist/types/api-model/models/invoice-info.d.ts +24 -0
- package/dist/types/api-model/models/invoice-requirement.d.ts +35 -0
- package/dist/types/api-model/models/invoice-response.d.ts +18 -0
- package/dist/types/api-model/models/line-item-with-reason.d.ts +27 -0
- package/dist/types/api-model/models/line-item.d.ts +24 -0
- package/dist/types/api-model/models/marketplace-attributes.d.ts +37 -0
- package/dist/types/api-model/models/model-error.d.ts +28 -0
- package/dist/types/api-model/models/original-line-item.d.ts +29 -0
- package/dist/types/api-model/models/package-delivery-status.d.ts +24 -0
- package/dist/types/api-model/models/package-dimensions.d.ts +20 -0
- package/dist/types/api-model/models/package-line-item.d.ts +38 -0
- package/dist/types/api-model/models/package-ship-label.d.ts +27 -0
- package/dist/types/api-model/models/package-status.d.ts +23 -0
- package/dist/types/api-model/models/package-sub-status.d.ts +21 -0
- package/dist/types/api-model/models/package.d.ts +56 -0
- package/dist/types/api-model/models/packages.d.ts +21 -0
- package/dist/types/api-model/models/packing-slip-requirement.d.ts +34 -0
- package/dist/types/api-model/models/pagination.d.ts +20 -0
- package/dist/types/api-model/models/party-identification-info.d.ts +35 -0
- package/dist/types/api-model/models/piece-type.d.ts +19 -0
- package/dist/types/api-model/models/presence-status.d.ts +19 -0
- package/dist/types/api-model/models/priority.d.ts +19 -0
- package/dist/types/api-model/models/recommended-package-line-item.d.ts +20 -0
- package/dist/types/api-model/models/recommended-package.d.ts +25 -0
- package/dist/types/api-model/models/replaced-shipment-info.d.ts +31 -0
- package/dist/types/api-model/models/requirement-level.d.ts +19 -0
- package/dist/types/api-model/models/ship-label-metadata.d.ts +31 -0
- package/dist/types/api-model/models/ship-labels-input.d.ts +22 -0
- package/dist/types/api-model/models/ship-labels-response.d.ts +21 -0
- package/dist/types/api-model/models/shipment-acknowledgement-request.d.ts +25 -0
- package/dist/types/api-model/models/shipment-info.d.ts +55 -0
- package/dist/types/api-model/models/shipment-line-item.d.ts +75 -0
- package/dist/types/api-model/models/shipment-requirements.d.ts +20 -0
- package/dist/types/api-model/models/shipment.d.ts +104 -0
- package/dist/types/api-model/models/shipments-response.d.ts +23 -0
- package/dist/types/api-model/models/shipping-info.d.ts +40 -0
- package/dist/types/api-model/models/shipping-options-response.d.ts +22 -0
- package/dist/types/api-model/models/shipping-options.d.ts +38 -0
- package/dist/types/api-model/models/status.d.ts +19 -0
- package/dist/types/api-model/models/tax-registration-info.d.ts +35 -0
- package/dist/types/api-model/models/tax.d.ts +38 -0
- package/dist/types/api-model/models/time-window.d.ts +33 -0
- package/dist/types/api-model/models/weight.d.ts +29 -0
- package/dist/types/client.d.ts +6 -0
- package/dist/types/index.d.ts +3 -0
- package/package.json +44 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export * from './api/external-fulfillment-shipments-api';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from './configuration';
|
|
13
|
+
import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
export declare const BASE_PATH: string;
|
|
15
|
+
export declare const COLLECTION_FORMATS: {
|
|
16
|
+
csv: string;
|
|
17
|
+
ssv: string;
|
|
18
|
+
tsv: string;
|
|
19
|
+
pipes: string;
|
|
20
|
+
};
|
|
21
|
+
export interface RequestArgs {
|
|
22
|
+
url: string;
|
|
23
|
+
options: RawAxiosRequestConfig;
|
|
24
|
+
}
|
|
25
|
+
export declare class BaseAPI {
|
|
26
|
+
protected basePath: string;
|
|
27
|
+
protected axios: AxiosInstance;
|
|
28
|
+
protected configuration: Configuration | undefined;
|
|
29
|
+
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
30
|
+
}
|
|
31
|
+
export declare class RequiredError extends Error {
|
|
32
|
+
field: string;
|
|
33
|
+
constructor(field: string, msg?: string);
|
|
34
|
+
}
|
|
35
|
+
interface ServerMap {
|
|
36
|
+
[key: string]: {
|
|
37
|
+
url: string;
|
|
38
|
+
description: string;
|
|
39
|
+
}[];
|
|
40
|
+
}
|
|
41
|
+
export declare const operationServerMap: ServerMap;
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from "./configuration";
|
|
13
|
+
import type { RequestArgs } from "./base";
|
|
14
|
+
import type { AxiosInstance, AxiosResponse } from 'axios';
|
|
15
|
+
export declare const DUMMY_BASE_URL = "https://example.com";
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @throws {RequiredError}
|
|
19
|
+
*/
|
|
20
|
+
export declare const assertParamExists: (functionName: string, paramName: string, paramValue: unknown) => void;
|
|
21
|
+
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise<void>;
|
|
22
|
+
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void;
|
|
23
|
+
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise<void>;
|
|
24
|
+
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise<void>;
|
|
25
|
+
export declare const setSearchParams: (url: URL, ...objects: any[]) => void;
|
|
26
|
+
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
|
|
27
|
+
export declare const toPathString: (url: URL) => string;
|
|
28
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface ConfigurationParameters {
|
|
13
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
14
|
+
username?: string;
|
|
15
|
+
password?: string;
|
|
16
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
17
|
+
basePath?: string;
|
|
18
|
+
serverIndex?: number;
|
|
19
|
+
baseOptions?: any;
|
|
20
|
+
formDataCtor?: new () => any;
|
|
21
|
+
}
|
|
22
|
+
export declare class Configuration {
|
|
23
|
+
/**
|
|
24
|
+
* parameter for apiKey security
|
|
25
|
+
* @param name security name
|
|
26
|
+
*/
|
|
27
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
28
|
+
/**
|
|
29
|
+
* parameter for basic security
|
|
30
|
+
*/
|
|
31
|
+
username?: string;
|
|
32
|
+
/**
|
|
33
|
+
* parameter for basic security
|
|
34
|
+
*/
|
|
35
|
+
password?: string;
|
|
36
|
+
/**
|
|
37
|
+
* parameter for oauth2 security
|
|
38
|
+
* @param name security name
|
|
39
|
+
* @param scopes oauth2 scope
|
|
40
|
+
*/
|
|
41
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
42
|
+
/**
|
|
43
|
+
* override base path
|
|
44
|
+
*/
|
|
45
|
+
basePath?: string;
|
|
46
|
+
/**
|
|
47
|
+
* override server index
|
|
48
|
+
*/
|
|
49
|
+
serverIndex?: number;
|
|
50
|
+
/**
|
|
51
|
+
* base options for axios calls
|
|
52
|
+
*/
|
|
53
|
+
baseOptions?: any;
|
|
54
|
+
/**
|
|
55
|
+
* The FormData constructor that will be used to create multipart form data
|
|
56
|
+
* requests. You can inject this here so that execution environments that
|
|
57
|
+
* do not support the FormData class can still run the generated client.
|
|
58
|
+
*
|
|
59
|
+
* @type {new () => FormData}
|
|
60
|
+
*/
|
|
61
|
+
formDataCtor?: new () => any;
|
|
62
|
+
constructor(param?: ConfigurationParameters);
|
|
63
|
+
/**
|
|
64
|
+
* Check if the given MIME is a JSON MIME.
|
|
65
|
+
* JSON MIME examples:
|
|
66
|
+
* application/json
|
|
67
|
+
* application/json; charset=UTF8
|
|
68
|
+
* APPLICATION/JSON
|
|
69
|
+
* application/vnd.company+json
|
|
70
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
71
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
72
|
+
*/
|
|
73
|
+
isJsonMime(mime: string): boolean;
|
|
74
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export * from "./api";
|
|
13
|
+
export * from "./configuration";
|
|
14
|
+
export * from "./models";
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The address.
|
|
14
|
+
*/
|
|
15
|
+
export interface Address {
|
|
16
|
+
/**
|
|
17
|
+
* The name of the person, business or institution at that address.
|
|
18
|
+
*/
|
|
19
|
+
'name'?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The first line of the address.
|
|
22
|
+
*/
|
|
23
|
+
'addressLine1'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Additional address information, if required.
|
|
26
|
+
*/
|
|
27
|
+
'addressLine2'?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Additional address information, if required.
|
|
30
|
+
*/
|
|
31
|
+
'addressLine3'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The district or state where the person, business, or institution is located.
|
|
34
|
+
*/
|
|
35
|
+
'district'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The municiplaity where the person, business, or institution is located.
|
|
38
|
+
*/
|
|
39
|
+
'municipality'?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The state or region where the person, business, or institution is located.
|
|
42
|
+
*/
|
|
43
|
+
'state'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The city where the person, business, or institution is located.
|
|
46
|
+
*/
|
|
47
|
+
'city'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The two digit country code. In ISO 3166-1 alpha-2 format.
|
|
50
|
+
*/
|
|
51
|
+
'countryCode'?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The postal code of the address. It contains a series of letters or digits or both, sometimes including spaces or punctuation.
|
|
54
|
+
*/
|
|
55
|
+
'postalCode': string;
|
|
56
|
+
/**
|
|
57
|
+
* The email address of the contact associated with the address.
|
|
58
|
+
*/
|
|
59
|
+
'email'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The email cc addresses of the contact associated with the address.
|
|
62
|
+
*/
|
|
63
|
+
'copyEmails'?: Array<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The phone number of the person, business, or institution located at the address.
|
|
66
|
+
*/
|
|
67
|
+
'phoneNumber'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The type of address.
|
|
70
|
+
*/
|
|
71
|
+
'addressType'?: string;
|
|
72
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* An amount of money, including units in the form of currency.
|
|
14
|
+
*/
|
|
15
|
+
export interface Amount {
|
|
16
|
+
/**
|
|
17
|
+
* A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies.
|
|
18
|
+
*/
|
|
19
|
+
'value': string;
|
|
20
|
+
/**
|
|
21
|
+
* Three digit currency code in ISO 4217 format.
|
|
22
|
+
*/
|
|
23
|
+
'currencyCode': string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A shipment item\'s cancellation details.
|
|
14
|
+
*/
|
|
15
|
+
export interface Cancellation {
|
|
16
|
+
/**
|
|
17
|
+
* The number of items of this particular item which have been cancelled.
|
|
18
|
+
*/
|
|
19
|
+
'cancelledQuantity': number;
|
|
20
|
+
/**
|
|
21
|
+
* A date and time in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
|
|
22
|
+
*/
|
|
23
|
+
'cancelledTimestamp': string;
|
|
24
|
+
/**
|
|
25
|
+
* The type of cancellation of the item in the shipment.
|
|
26
|
+
*/
|
|
27
|
+
'cancellationType': CancellationCancellationTypeEnum;
|
|
28
|
+
/**
|
|
29
|
+
* The reason for the cancellation of the shipment.
|
|
30
|
+
*/
|
|
31
|
+
'cancellationReason'?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare const CancellationCancellationTypeEnum: {
|
|
34
|
+
readonly SellerRejected: "SELLER_REJECTED";
|
|
35
|
+
readonly MarketplaceCancelled: "MARKETPLACE_CANCELLED";
|
|
36
|
+
readonly SystemCancelled: "SYSTEM_CANCELLED";
|
|
37
|
+
};
|
|
38
|
+
export type CancellationCancellationTypeEnum = typeof CancellationCancellationTypeEnum[keyof typeof CancellationCancellationTypeEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Amount } from './amount';
|
|
13
|
+
/**
|
|
14
|
+
* The composition of the charge.
|
|
15
|
+
*/
|
|
16
|
+
export interface ChargeBreakup {
|
|
17
|
+
'baseAmount': Amount;
|
|
18
|
+
'discountAmount': Amount;
|
|
19
|
+
'netAmount': Amount;
|
|
20
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ChargeBreakup } from './charge-breakup';
|
|
13
|
+
import type { Tax } from './tax';
|
|
14
|
+
/**
|
|
15
|
+
* A shipment\'s charge with relevant tax information.
|
|
16
|
+
*/
|
|
17
|
+
export interface Charge {
|
|
18
|
+
'baseCharge': ChargeBreakup;
|
|
19
|
+
/**
|
|
20
|
+
* The tax charge details.
|
|
21
|
+
*/
|
|
22
|
+
'taxBreakup'?: Array<Tax>;
|
|
23
|
+
/**
|
|
24
|
+
* The type of charge.
|
|
25
|
+
*/
|
|
26
|
+
'chargeType': ChargeChargeTypeEnum;
|
|
27
|
+
'totalCharge': ChargeBreakup;
|
|
28
|
+
'totalTax': Tax;
|
|
29
|
+
}
|
|
30
|
+
export declare const ChargeChargeTypeEnum: {
|
|
31
|
+
readonly Product: "PRODUCT";
|
|
32
|
+
readonly Shipping: "SHIPPING";
|
|
33
|
+
readonly GiftWrap: "GIFT_WRAP";
|
|
34
|
+
readonly Total: "TOTAL";
|
|
35
|
+
readonly Other: "OTHER";
|
|
36
|
+
};
|
|
37
|
+
export type ChargeChargeTypeEnum = typeof ChargeChargeTypeEnum[keyof typeof ChargeChargeTypeEnum];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { RequirementLevel } from './requirement-level';
|
|
13
|
+
/**
|
|
14
|
+
* All necessary compliance attributes specific to the line item.
|
|
15
|
+
*/
|
|
16
|
+
export interface ComplianceAttributes {
|
|
17
|
+
'hazmatLabelsRequirement': RequirementLevel;
|
|
18
|
+
'serialNumberRequirement': RequirementLevel;
|
|
19
|
+
'countryOfOriginRequirement': RequirementLevel;
|
|
20
|
+
'itemValueRequirement': RequirementLevel;
|
|
21
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The tracking details of the package if it is shipped by a third party courier. This attribute should only be provided when the value of `shipBy` is `THIRD_PARTY_CARRIER`.
|
|
14
|
+
*/
|
|
15
|
+
export interface CourierSupportedAttributes {
|
|
16
|
+
/**
|
|
17
|
+
* The name of the courier service used to ship the package
|
|
18
|
+
*/
|
|
19
|
+
'carrierName': string;
|
|
20
|
+
/**
|
|
21
|
+
* The tracking number of the package.
|
|
22
|
+
*/
|
|
23
|
+
'trackingId': string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The data type of the custom attribute value to aid with parsing during deserialization.
|
|
14
|
+
*/
|
|
15
|
+
export declare const CustomAttributeType: {
|
|
16
|
+
readonly String: "STRING";
|
|
17
|
+
readonly Boolean: "BOOLEAN";
|
|
18
|
+
readonly Integer: "INTEGER";
|
|
19
|
+
readonly Double: "DOUBLE";
|
|
20
|
+
readonly JsonString: "JSON_STRING";
|
|
21
|
+
};
|
|
22
|
+
export type CustomAttributeType = typeof CustomAttributeType[keyof typeof CustomAttributeType];
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CustomAttributeType } from './custom-attribute-type';
|
|
13
|
+
/**
|
|
14
|
+
* A custom attribute that is loosely typed, modeled through a key-value pair and its data type.
|
|
15
|
+
*/
|
|
16
|
+
export interface CustomAttribute {
|
|
17
|
+
/**
|
|
18
|
+
* The key of the custom attribute. Must be unique.
|
|
19
|
+
*/
|
|
20
|
+
'key'?: string;
|
|
21
|
+
'type'?: CustomAttributeType;
|
|
22
|
+
/**
|
|
23
|
+
* The value of the custom attribute.
|
|
24
|
+
*/
|
|
25
|
+
'value'?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A dimension of a package.
|
|
14
|
+
*/
|
|
15
|
+
export interface Dimension {
|
|
16
|
+
/**
|
|
17
|
+
* A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies.
|
|
18
|
+
*/
|
|
19
|
+
'value': string;
|
|
20
|
+
/**
|
|
21
|
+
* The unit of measurement of the dimension.
|
|
22
|
+
*/
|
|
23
|
+
'dimensionUnit': DimensionDimensionUnitEnum;
|
|
24
|
+
}
|
|
25
|
+
export declare const DimensionDimensionUnitEnum: {
|
|
26
|
+
readonly Cm: "CM";
|
|
27
|
+
readonly M: "M";
|
|
28
|
+
};
|
|
29
|
+
export type DimensionDimensionUnitEnum = typeof DimensionDimensionUnitEnum[keyof typeof DimensionDimensionUnitEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* An [S3-Presigned URL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html) you can use to retrieve file contents.
|
|
14
|
+
*/
|
|
15
|
+
export interface DocumentV2 {
|
|
16
|
+
/**
|
|
17
|
+
* A presigned URL to fetch the ship label file using an HTTP GET request. To determine file type, use the `contentType` header of the file response. The file retrieved will be in one of the following supported formats: - **ZPL**: `x.application/zpl` - **PDF**: `application/pdf` - **PNG**: `image/png` - **Plain Text**: `text/plain`
|
|
18
|
+
*/
|
|
19
|
+
'url': string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* A document, described by its file type and data.
|
|
14
|
+
*/
|
|
15
|
+
export interface Document {
|
|
16
|
+
/**
|
|
17
|
+
* The type of the file.
|
|
18
|
+
*/
|
|
19
|
+
'format'?: DocumentFormatEnum;
|
|
20
|
+
/**
|
|
21
|
+
* Base 64 encoded file contents.
|
|
22
|
+
*/
|
|
23
|
+
'content'?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare const DocumentFormatEnum: {
|
|
26
|
+
readonly Zpl: "ZPL";
|
|
27
|
+
readonly Pdf: "PDF";
|
|
28
|
+
readonly Png: "PNG";
|
|
29
|
+
readonly PlainText: "PLAIN_TEXT";
|
|
30
|
+
};
|
|
31
|
+
export type DocumentFormatEnum = typeof DocumentFormatEnum[keyof typeof DocumentFormatEnum];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* An object containing a list of error responses returned when a request is unsuccessful.
|
|
14
|
+
*/
|
|
15
|
+
export interface ErrorList {
|
|
16
|
+
/**
|
|
17
|
+
* A list of error responses returned when a request is unsuccessful.
|
|
18
|
+
*/
|
|
19
|
+
'errors': Array<Error>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
3
|
+
* You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon\'s external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
* Contact: marketplaceapitest@amazon.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Document } from './document';
|
|
13
|
+
import type { PresenceStatus } from './presence-status';
|
|
14
|
+
import type { RequirementLevel } from './requirement-level';
|
|
15
|
+
/**
|
|
16
|
+
* Information about any gift wrapping that is needed for this line item.
|
|
17
|
+
*/
|
|
18
|
+
export interface GiftAttributes {
|
|
19
|
+
'giftWrapRequirement': RequirementLevel;
|
|
20
|
+
/**
|
|
21
|
+
* The label to be printed on the wrapped gift.
|
|
22
|
+
*/
|
|
23
|
+
'giftWrapLabel'?: string;
|
|
24
|
+
'giftMessagePresence': PresenceStatus;
|
|
25
|
+
'giftMessage'?: Document;
|
|
26
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export * from './address';
|
|
2
|
+
export * from './amount';
|
|
3
|
+
export * from './cancellation';
|
|
4
|
+
export * from './charge';
|
|
5
|
+
export * from './charge-breakup';
|
|
6
|
+
export * from './compliance-attributes';
|
|
7
|
+
export * from './courier-supported-attributes';
|
|
8
|
+
export * from './custom-attribute';
|
|
9
|
+
export * from './custom-attribute-type';
|
|
10
|
+
export * from './dimension';
|
|
11
|
+
export * from './document';
|
|
12
|
+
export * from './document-v2';
|
|
13
|
+
export * from './error-list';
|
|
14
|
+
export * from './gift-attributes';
|
|
15
|
+
export * from './invoice-info';
|
|
16
|
+
export * from './invoice-requirement';
|
|
17
|
+
export * from './invoice-response';
|
|
18
|
+
export * from './line-item';
|
|
19
|
+
export * from './line-item-with-reason';
|
|
20
|
+
export * from './marketplace-attributes';
|
|
21
|
+
export * from './model-error';
|
|
22
|
+
export * from './original-line-item';
|
|
23
|
+
export * from './package';
|
|
24
|
+
export * from './package-delivery-status';
|
|
25
|
+
export * from './package-dimensions';
|
|
26
|
+
export * from './package-line-item';
|
|
27
|
+
export * from './package-ship-label';
|
|
28
|
+
export * from './package-status';
|
|
29
|
+
export * from './package-sub-status';
|
|
30
|
+
export * from './packages';
|
|
31
|
+
export * from './packing-slip-requirement';
|
|
32
|
+
export * from './pagination';
|
|
33
|
+
export * from './party-identification-info';
|
|
34
|
+
export * from './piece-type';
|
|
35
|
+
export * from './presence-status';
|
|
36
|
+
export * from './priority';
|
|
37
|
+
export * from './recommended-package';
|
|
38
|
+
export * from './recommended-package-line-item';
|
|
39
|
+
export * from './replaced-shipment-info';
|
|
40
|
+
export * from './requirement-level';
|
|
41
|
+
export * from './ship-label-metadata';
|
|
42
|
+
export * from './ship-labels-input';
|
|
43
|
+
export * from './ship-labels-response';
|
|
44
|
+
export * from './shipment';
|
|
45
|
+
export * from './shipment-acknowledgement-request';
|
|
46
|
+
export * from './shipment-info';
|
|
47
|
+
export * from './shipment-line-item';
|
|
48
|
+
export * from './shipment-requirements';
|
|
49
|
+
export * from './shipments-response';
|
|
50
|
+
export * from './shipping-info';
|
|
51
|
+
export * from './shipping-options';
|
|
52
|
+
export * from './shipping-options-response';
|
|
53
|
+
export * from './status';
|
|
54
|
+
export * from './tax';
|
|
55
|
+
export * from './tax-registration-info';
|
|
56
|
+
export * from './time-window';
|
|
57
|
+
export * from './weight';
|