@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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InvoiceRequirementStatusEnum = exports.InvoiceRequirementRequirementEnum = void 0;
|
|
17
|
+
exports.InvoiceRequirementRequirementEnum = {
|
|
18
|
+
Required: 'REQUIRED',
|
|
19
|
+
NotRequired: 'NOT_REQUIRED'
|
|
20
|
+
};
|
|
21
|
+
exports.InvoiceRequirementStatusEnum = {
|
|
22
|
+
Pending: 'PENDING',
|
|
23
|
+
Available: 'AVAILABLE',
|
|
24
|
+
NotAvailable: 'NOT_AVAILABLE'
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.LineItemWithReasonReasonEnum = void 0;
|
|
17
|
+
exports.LineItemWithReasonReasonEnum = {
|
|
18
|
+
OutOfStock: 'OUT_OF_STOCK',
|
|
19
|
+
CustomerRequested: 'CUSTOMER_REQUESTED'
|
|
20
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MarketplaceAttributesCustomAttributesEnum = void 0;
|
|
17
|
+
exports.MarketplaceAttributesCustomAttributesEnum = {
|
|
18
|
+
Prime: 'PRIME',
|
|
19
|
+
Fasttrack: 'FASTTRACK'
|
|
20
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PackageStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The status of a package.
|
|
19
|
+
*/
|
|
20
|
+
exports.PackageStatus = {
|
|
21
|
+
Created: 'CREATED',
|
|
22
|
+
PickupSlotRetrieved: 'PICKUP_SLOT_RETRIEVED',
|
|
23
|
+
InvoiceGenerated: 'INVOICE_GENERATED',
|
|
24
|
+
ShiplabelGenerated: 'SHIPLABEL_GENERATED',
|
|
25
|
+
Shipped: 'SHIPPED',
|
|
26
|
+
Delivered: 'DELIVERED'
|
|
27
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PackageSubStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The sub-status of a package.
|
|
19
|
+
*/
|
|
20
|
+
exports.PackageSubStatus = {
|
|
21
|
+
OutForDelivery: 'OUT_FOR_DELIVERY',
|
|
22
|
+
Delivered: 'DELIVERED',
|
|
23
|
+
NotDelivered: 'NOT_DELIVERED',
|
|
24
|
+
Undeliverable: 'UNDELIVERABLE'
|
|
25
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PackagePackageHandlingRequirementsEnum = exports.PackageStatusEnum = void 0;
|
|
17
|
+
exports.PackageStatusEnum = {
|
|
18
|
+
Created: 'CREATED',
|
|
19
|
+
PickupSlotRetrieved: 'PICKUP_SLOT_RETRIEVED',
|
|
20
|
+
InvoiceGenerated: 'INVOICE_GENERATED',
|
|
21
|
+
ShiplabelGenerated: 'SHIPLABEL_GENERATED',
|
|
22
|
+
Shipped: 'SHIPPED',
|
|
23
|
+
Delivered: 'DELIVERED',
|
|
24
|
+
Cancelled: 'CANCELLED'
|
|
25
|
+
};
|
|
26
|
+
exports.PackagePackageHandlingRequirementsEnum = {
|
|
27
|
+
Normal: 'NORMAL',
|
|
28
|
+
Fragile: 'FRAGILE'
|
|
29
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PackingSlipRequirementStatusEnum = exports.PackingSlipRequirementRequirementEnum = void 0;
|
|
17
|
+
exports.PackingSlipRequirementRequirementEnum = {
|
|
18
|
+
Required: 'REQUIRED',
|
|
19
|
+
NotRequired: 'NOT_REQUIRED'
|
|
20
|
+
};
|
|
21
|
+
exports.PackingSlipRequirementStatusEnum = {
|
|
22
|
+
Generated: 'GENERATED',
|
|
23
|
+
NotGenerated: 'NOT_GENERATED'
|
|
24
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PartyIdentificationInfoPartyTypeEnum = void 0;
|
|
17
|
+
exports.PartyIdentificationInfoPartyTypeEnum = {
|
|
18
|
+
BillToParty: 'BILL_TO_PARTY',
|
|
19
|
+
ShipToParty: 'SHIP_TO_PARTY',
|
|
20
|
+
ShipFromParty: 'SHIP_FROM_PARTY',
|
|
21
|
+
SellingParty: 'SELLING_PARTY'
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PieceType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Whether the item is a single piece or multiple pieces.
|
|
19
|
+
*/
|
|
20
|
+
exports.PieceType = {
|
|
21
|
+
Single: 'SINGLE',
|
|
22
|
+
Multiple: 'MULTIPLE'
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.PresenceStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Whether the element is present or absent.
|
|
19
|
+
*/
|
|
20
|
+
exports.PresenceStatus = {
|
|
21
|
+
Absent: 'ABSENT',
|
|
22
|
+
Present: 'PRESENT'
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.Priority = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The priority of the order.
|
|
19
|
+
*/
|
|
20
|
+
exports.Priority = {
|
|
21
|
+
High: 'HIGH',
|
|
22
|
+
Low: 'LOW'
|
|
23
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.RequirementLevel = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The requirement level for this field.
|
|
19
|
+
*/
|
|
20
|
+
exports.RequirementLevel = {
|
|
21
|
+
Required: 'REQUIRED',
|
|
22
|
+
Disallowed: 'DISALLOWED'
|
|
23
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ShipmentInfoProcessingSourceEnum = exports.ShipmentInfoShipmentTypeEnum = void 0;
|
|
17
|
+
exports.ShipmentInfoShipmentTypeEnum = {
|
|
18
|
+
New: 'NEW',
|
|
19
|
+
Exchange: 'EXCHANGE',
|
|
20
|
+
Replacement: 'REPLACEMENT'
|
|
21
|
+
};
|
|
22
|
+
exports.ShipmentInfoProcessingSourceEnum = {
|
|
23
|
+
ExternalPlatform: 'EXTERNAL_PLATFORM',
|
|
24
|
+
InternalPlatform: 'INTERNAL_PLATFORM'
|
|
25
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Selling Partner API for Amazon External Fulfillment Shipments Processing
|
|
6
|
+
* 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.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
9
|
+
* Contact: marketplaceapitest@amazon.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|