@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,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
|
+
* Information about the shipment\'s invoice.
|
|
14
|
+
*/
|
|
15
|
+
export interface InvoiceInfo {
|
|
16
|
+
/**
|
|
17
|
+
* The unique ID of the invoice that corresponds to the shipment.
|
|
18
|
+
*/
|
|
19
|
+
'invoiceId': string;
|
|
20
|
+
/**
|
|
21
|
+
* A date and time in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
|
|
22
|
+
*/
|
|
23
|
+
'creationDateTime': string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* Whether the invoice document is required to be attached to the shipment and its corresponding status.
|
|
14
|
+
*/
|
|
15
|
+
export interface InvoiceRequirement {
|
|
16
|
+
/**
|
|
17
|
+
* Whether the invoice document is required to be attached to the shipment.
|
|
18
|
+
*/
|
|
19
|
+
'requirement'?: InvoiceRequirementRequirementEnum;
|
|
20
|
+
/**
|
|
21
|
+
* The status of the of the invoice document that is attached to the shipment.
|
|
22
|
+
*/
|
|
23
|
+
'status'?: InvoiceRequirementStatusEnum;
|
|
24
|
+
}
|
|
25
|
+
export declare const InvoiceRequirementRequirementEnum: {
|
|
26
|
+
readonly Required: "REQUIRED";
|
|
27
|
+
readonly NotRequired: "NOT_REQUIRED";
|
|
28
|
+
};
|
|
29
|
+
export type InvoiceRequirementRequirementEnum = typeof InvoiceRequirementRequirementEnum[keyof typeof InvoiceRequirementRequirementEnum];
|
|
30
|
+
export declare const InvoiceRequirementStatusEnum: {
|
|
31
|
+
readonly Pending: "PENDING";
|
|
32
|
+
readonly Available: "AVAILABLE";
|
|
33
|
+
readonly NotAvailable: "NOT_AVAILABLE";
|
|
34
|
+
};
|
|
35
|
+
export type InvoiceRequirementStatusEnum = typeof InvoiceRequirementStatusEnum[keyof typeof InvoiceRequirementStatusEnum];
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* The response of the `generateInvoice` operation.
|
|
15
|
+
*/
|
|
16
|
+
export interface InvoiceResponse {
|
|
17
|
+
'document': Document;
|
|
18
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { LineItem } from './line-item';
|
|
13
|
+
/**
|
|
14
|
+
* Information about the line item being confirmed or rejected and the reason for the rejection.
|
|
15
|
+
*/
|
|
16
|
+
export interface LineItemWithReason {
|
|
17
|
+
'lineItem': LineItem;
|
|
18
|
+
/**
|
|
19
|
+
* The reason for the rejection of the line item.
|
|
20
|
+
*/
|
|
21
|
+
'reason'?: LineItemWithReasonReasonEnum;
|
|
22
|
+
}
|
|
23
|
+
export declare const LineItemWithReasonReasonEnum: {
|
|
24
|
+
readonly OutOfStock: "OUT_OF_STOCK";
|
|
25
|
+
readonly CustomerRequested: "CUSTOMER_REQUESTED";
|
|
26
|
+
};
|
|
27
|
+
export type LineItemWithReasonReasonEnum = typeof LineItemWithReasonReasonEnum[keyof typeof LineItemWithReasonReasonEnum];
|
|
@@ -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
|
+
* Information about the line item being confirmed or rejected.
|
|
14
|
+
*/
|
|
15
|
+
export interface LineItem {
|
|
16
|
+
/**
|
|
17
|
+
* The identifier of the line item from the shipment that is being confirmed or rejected by the seller.
|
|
18
|
+
*/
|
|
19
|
+
'id': string;
|
|
20
|
+
/**
|
|
21
|
+
* The quantity of the line item.
|
|
22
|
+
*/
|
|
23
|
+
'quantity'?: number;
|
|
24
|
+
}
|
|
@@ -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
|
+
/**
|
|
13
|
+
* The marketplace attributes associated with the location.
|
|
14
|
+
*/
|
|
15
|
+
export interface MarketplaceAttributes {
|
|
16
|
+
/**
|
|
17
|
+
* The marketplace ID associated with the location. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
18
|
+
*/
|
|
19
|
+
'marketplaceId': string;
|
|
20
|
+
/**
|
|
21
|
+
* The channel name associated with the location.
|
|
22
|
+
*/
|
|
23
|
+
'channelName': string;
|
|
24
|
+
/**
|
|
25
|
+
* The ID of the merchant or seller to whom this order is created.
|
|
26
|
+
*/
|
|
27
|
+
'merchantId'?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Marketplace channel-specific attribute value.
|
|
30
|
+
*/
|
|
31
|
+
'customAttributes'?: Array<MarketplaceAttributesCustomAttributesEnum>;
|
|
32
|
+
}
|
|
33
|
+
export declare const MarketplaceAttributesCustomAttributesEnum: {
|
|
34
|
+
readonly Prime: "PRIME";
|
|
35
|
+
readonly Fasttrack: "FASTTRACK";
|
|
36
|
+
};
|
|
37
|
+
export type MarketplaceAttributesCustomAttributesEnum = typeof MarketplaceAttributesCustomAttributesEnum[keyof typeof MarketplaceAttributesCustomAttributesEnum];
|
|
@@ -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
|
+
/**
|
|
13
|
+
* Error response returned when the request is unsuccessful.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModelError {
|
|
16
|
+
/**
|
|
17
|
+
* An error code that identifies the type of error that occurred.
|
|
18
|
+
*/
|
|
19
|
+
'code': string;
|
|
20
|
+
/**
|
|
21
|
+
* A message that describes the error condition.
|
|
22
|
+
*/
|
|
23
|
+
'message': string;
|
|
24
|
+
/**
|
|
25
|
+
* Additional details that can help the caller understand or fix the issue.
|
|
26
|
+
*/
|
|
27
|
+
'details'?: string;
|
|
28
|
+
}
|
|
@@ -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
|
+
import type { Charge } from './charge';
|
|
13
|
+
/**
|
|
14
|
+
* A line item from the original shipment that corresponds to this shipment.
|
|
15
|
+
*/
|
|
16
|
+
export interface OriginalLineItem {
|
|
17
|
+
/**
|
|
18
|
+
* The SKU ID for this shipment
|
|
19
|
+
*/
|
|
20
|
+
'replacingSku': string;
|
|
21
|
+
/**
|
|
22
|
+
* The SKU ID for the original shipment.
|
|
23
|
+
*/
|
|
24
|
+
'originalSku': string;
|
|
25
|
+
/**
|
|
26
|
+
* The charges associated with the shipment.
|
|
27
|
+
*/
|
|
28
|
+
'charges': Array<Charge>;
|
|
29
|
+
}
|
|
@@ -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
|
+
import type { PackageStatus } from './package-status';
|
|
13
|
+
import type { PackageSubStatus } from './package-sub-status';
|
|
14
|
+
/**
|
|
15
|
+
* The delivery status of the package.
|
|
16
|
+
*/
|
|
17
|
+
export interface PackageDeliveryStatus {
|
|
18
|
+
'status'?: PackageStatus;
|
|
19
|
+
'subStatus'?: PackageSubStatus;
|
|
20
|
+
/**
|
|
21
|
+
* The reason for the sub-status.
|
|
22
|
+
*/
|
|
23
|
+
'reason'?: string;
|
|
24
|
+
}
|
|
@@ -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 { Dimension } from './dimension';
|
|
13
|
+
/**
|
|
14
|
+
* The dimensions of a package.
|
|
15
|
+
*/
|
|
16
|
+
export interface PackageDimensions {
|
|
17
|
+
'length': Dimension;
|
|
18
|
+
'width': Dimension;
|
|
19
|
+
'height': Dimension;
|
|
20
|
+
}
|
|
@@ -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
|
+
import type { Amount } from './amount';
|
|
13
|
+
/**
|
|
14
|
+
* A line item in a package.
|
|
15
|
+
*/
|
|
16
|
+
export interface PackageLineItem {
|
|
17
|
+
/**
|
|
18
|
+
* The line item ID.
|
|
19
|
+
*/
|
|
20
|
+
'packageLineItemId': string;
|
|
21
|
+
/**
|
|
22
|
+
* The number of items of a particular line item of a shipment that are packed into the package.
|
|
23
|
+
*/
|
|
24
|
+
'quantity': number;
|
|
25
|
+
/**
|
|
26
|
+
* The list of serial numbers of items in the package, if required to be provided.
|
|
27
|
+
*/
|
|
28
|
+
'serialNumbers'?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The number of pieces of a multi-piece item that are in this package. This is applicable only for items that are shipped in multiple pieces.
|
|
31
|
+
*/
|
|
32
|
+
'pieces'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* A two-letter country code, as defined by the ISO-3166 alpha-2 standard.
|
|
35
|
+
*/
|
|
36
|
+
'countryOfOrigin'?: string;
|
|
37
|
+
'itemValue'?: Amount;
|
|
38
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 { DocumentV2 } from './document-v2';
|
|
13
|
+
import type { ShipLabelMetadata } from './ship-label-metadata';
|
|
14
|
+
import type { Status } from './status';
|
|
15
|
+
/**
|
|
16
|
+
* A shipping label with a label document for a single package. If label generation fails, you can use the `status` and `errorDetails` attributes to determine the cause of failure.
|
|
17
|
+
*/
|
|
18
|
+
export interface PackageShipLabel {
|
|
19
|
+
/**
|
|
20
|
+
* The package ID of the package.
|
|
21
|
+
*/
|
|
22
|
+
'packageId'?: string;
|
|
23
|
+
'shipLabelMetadata'?: ShipLabelMetadata;
|
|
24
|
+
'fileData'?: DocumentV2;
|
|
25
|
+
'status'?: Status;
|
|
26
|
+
'errorDetails'?: Error;
|
|
27
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 status of a package.
|
|
14
|
+
*/
|
|
15
|
+
export declare const PackageStatus: {
|
|
16
|
+
readonly Created: "CREATED";
|
|
17
|
+
readonly PickupSlotRetrieved: "PICKUP_SLOT_RETRIEVED";
|
|
18
|
+
readonly InvoiceGenerated: "INVOICE_GENERATED";
|
|
19
|
+
readonly ShiplabelGenerated: "SHIPLABEL_GENERATED";
|
|
20
|
+
readonly Shipped: "SHIPPED";
|
|
21
|
+
readonly Delivered: "DELIVERED";
|
|
22
|
+
};
|
|
23
|
+
export type PackageStatus = typeof PackageStatus[keyof typeof PackageStatus];
|
|
@@ -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
|
+
/**
|
|
13
|
+
* The sub-status of a package.
|
|
14
|
+
*/
|
|
15
|
+
export declare const PackageSubStatus: {
|
|
16
|
+
readonly OutForDelivery: "OUT_FOR_DELIVERY";
|
|
17
|
+
readonly Delivered: "DELIVERED";
|
|
18
|
+
readonly NotDelivered: "NOT_DELIVERED";
|
|
19
|
+
readonly Undeliverable: "UNDELIVERABLE";
|
|
20
|
+
};
|
|
21
|
+
export type PackageSubStatus = typeof PackageSubStatus[keyof typeof PackageSubStatus];
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { PackageDimensions } from './package-dimensions';
|
|
13
|
+
import type { PackageLineItem } from './package-line-item';
|
|
14
|
+
import type { Weight } from './weight';
|
|
15
|
+
/**
|
|
16
|
+
* A package that is created to ship one or more of a shipment\'s line items.
|
|
17
|
+
*/
|
|
18
|
+
export interface Package {
|
|
19
|
+
/**
|
|
20
|
+
* An ID that uniquely identifies a package within a shipment.
|
|
21
|
+
*/
|
|
22
|
+
'id': string;
|
|
23
|
+
'dimensions': PackageDimensions;
|
|
24
|
+
'weight': Weight;
|
|
25
|
+
/**
|
|
26
|
+
* The optional list of HAZMAT labels applied to the package.
|
|
27
|
+
*/
|
|
28
|
+
'hazmatLabels'?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The list of line items in a package.
|
|
31
|
+
*/
|
|
32
|
+
'packageLineItems': Array<PackageLineItem>;
|
|
33
|
+
/**
|
|
34
|
+
* The current status of the package.
|
|
35
|
+
*/
|
|
36
|
+
'status'?: PackageStatusEnum;
|
|
37
|
+
/**
|
|
38
|
+
* Whether the package requires standard handling or extra care.
|
|
39
|
+
*/
|
|
40
|
+
'packageHandlingRequirements'?: PackagePackageHandlingRequirementsEnum;
|
|
41
|
+
}
|
|
42
|
+
export declare const PackageStatusEnum: {
|
|
43
|
+
readonly Created: "CREATED";
|
|
44
|
+
readonly PickupSlotRetrieved: "PICKUP_SLOT_RETRIEVED";
|
|
45
|
+
readonly InvoiceGenerated: "INVOICE_GENERATED";
|
|
46
|
+
readonly ShiplabelGenerated: "SHIPLABEL_GENERATED";
|
|
47
|
+
readonly Shipped: "SHIPPED";
|
|
48
|
+
readonly Delivered: "DELIVERED";
|
|
49
|
+
readonly Cancelled: "CANCELLED";
|
|
50
|
+
};
|
|
51
|
+
export type PackageStatusEnum = typeof PackageStatusEnum[keyof typeof PackageStatusEnum];
|
|
52
|
+
export declare const PackagePackageHandlingRequirementsEnum: {
|
|
53
|
+
readonly Normal: "NORMAL";
|
|
54
|
+
readonly Fragile: "FRAGILE";
|
|
55
|
+
};
|
|
56
|
+
export type PackagePackageHandlingRequirementsEnum = typeof PackagePackageHandlingRequirementsEnum[keyof typeof PackagePackageHandlingRequirementsEnum];
|
|
@@ -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 { Package } from './package';
|
|
13
|
+
/**
|
|
14
|
+
* The request schema of the `createPackages` operation.
|
|
15
|
+
*/
|
|
16
|
+
export interface Packages {
|
|
17
|
+
/**
|
|
18
|
+
* A list of packages.
|
|
19
|
+
*/
|
|
20
|
+
'packages': Array<Package>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* Whether the packing slip is required to be attached to the shipment, and its corresponding status.
|
|
14
|
+
*/
|
|
15
|
+
export interface PackingSlipRequirement {
|
|
16
|
+
/**
|
|
17
|
+
* Whether the packing slip is required to be attached to the shipment.
|
|
18
|
+
*/
|
|
19
|
+
'requirement'?: PackingSlipRequirementRequirementEnum;
|
|
20
|
+
/**
|
|
21
|
+
* The status of the packing slip that is attached to the shipment.
|
|
22
|
+
*/
|
|
23
|
+
'status'?: PackingSlipRequirementStatusEnum;
|
|
24
|
+
}
|
|
25
|
+
export declare const PackingSlipRequirementRequirementEnum: {
|
|
26
|
+
readonly Required: "REQUIRED";
|
|
27
|
+
readonly NotRequired: "NOT_REQUIRED";
|
|
28
|
+
};
|
|
29
|
+
export type PackingSlipRequirementRequirementEnum = typeof PackingSlipRequirementRequirementEnum[keyof typeof PackingSlipRequirementRequirementEnum];
|
|
30
|
+
export declare const PackingSlipRequirementStatusEnum: {
|
|
31
|
+
readonly Generated: "GENERATED";
|
|
32
|
+
readonly NotGenerated: "NOT_GENERATED";
|
|
33
|
+
};
|
|
34
|
+
export type PackingSlipRequirementStatusEnum = typeof PackingSlipRequirementStatusEnum[keyof typeof PackingSlipRequirementStatusEnum];
|
|
@@ -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 representing data required for pagination of results.
|
|
14
|
+
*/
|
|
15
|
+
export interface Pagination {
|
|
16
|
+
/**
|
|
17
|
+
* A token that you use to retrieve the next page of results. The response includes `nextToken` when there are multiple pages of results. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
|
|
18
|
+
*/
|
|
19
|
+
'nextToken'?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { Address } from './address';
|
|
13
|
+
import type { TaxRegistrationInfo } from './tax-registration-info';
|
|
14
|
+
/**
|
|
15
|
+
* Party identification details for the shipment, applicable to direct fulfillment shipments.
|
|
16
|
+
*/
|
|
17
|
+
export interface PartyIdentificationInfo {
|
|
18
|
+
/**
|
|
19
|
+
* Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
20
|
+
*/
|
|
21
|
+
'partyId': string;
|
|
22
|
+
/**
|
|
23
|
+
* Assigned identification for the party. For example, a warehouse code or vendor code.
|
|
24
|
+
*/
|
|
25
|
+
'partyType': PartyIdentificationInfoPartyTypeEnum;
|
|
26
|
+
'address'?: Address;
|
|
27
|
+
'taxInfo'?: TaxRegistrationInfo;
|
|
28
|
+
}
|
|
29
|
+
export declare const PartyIdentificationInfoPartyTypeEnum: {
|
|
30
|
+
readonly BillToParty: "BILL_TO_PARTY";
|
|
31
|
+
readonly ShipToParty: "SHIP_TO_PARTY";
|
|
32
|
+
readonly ShipFromParty: "SHIP_FROM_PARTY";
|
|
33
|
+
readonly SellingParty: "SELLING_PARTY";
|
|
34
|
+
};
|
|
35
|
+
export type PartyIdentificationInfoPartyTypeEnum = typeof PartyIdentificationInfoPartyTypeEnum[keyof typeof PartyIdentificationInfoPartyTypeEnum];
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
* Whether the item is a single piece or multiple pieces.
|
|
14
|
+
*/
|
|
15
|
+
export declare const PieceType: {
|
|
16
|
+
readonly Single: "SINGLE";
|
|
17
|
+
readonly Multiple: "MULTIPLE";
|
|
18
|
+
};
|
|
19
|
+
export type PieceType = typeof PieceType[keyof typeof PieceType];
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
* Whether the element is present or absent.
|
|
14
|
+
*/
|
|
15
|
+
export declare const PresenceStatus: {
|
|
16
|
+
readonly Absent: "ABSENT";
|
|
17
|
+
readonly Present: "PRESENT";
|
|
18
|
+
};
|
|
19
|
+
export type PresenceStatus = typeof PresenceStatus[keyof typeof PresenceStatus];
|
|
@@ -0,0 +1,19 @@
|
|
|
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 priority of the order.
|
|
14
|
+
*/
|
|
15
|
+
export declare const Priority: {
|
|
16
|
+
readonly High: "HIGH";
|
|
17
|
+
readonly Low: "LOW";
|
|
18
|
+
};
|
|
19
|
+
export type Priority = typeof Priority[keyof typeof Priority];
|
|
@@ -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
|
+
* A line item to be contained in a recommended package. This attribute is provided only for orders that come with a specific recommendation of line-item distribution within the package recommendations.
|
|
14
|
+
*/
|
|
15
|
+
export interface RecommendedPackageLineItem {
|
|
16
|
+
/**
|
|
17
|
+
* An ID for a line item in an order. The line item should be present in the recommended package. This identifier has the same value as the ID of the line item present in the order.
|
|
18
|
+
*/
|
|
19
|
+
'lineItemId': string;
|
|
20
|
+
}
|