@sp-api-sdk/amazon-warehousing-and-distribution-api-2024-05-09 2.0.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 +97 -0
- package/dist/cjs/api-model/api/awd-api.js +346 -0
- package/dist/cjs/api-model/api.js +30 -0
- package/dist/cjs/api-model/base.js +71 -0
- package/dist/cjs/api-model/common.js +145 -0
- package/dist/cjs/api-model/configuration.js +99 -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/carrier-code-type.js +24 -0
- package/dist/cjs/api-model/models/carrier-code.js +15 -0
- package/dist/cjs/api-model/models/dimension-unit-of-measurement.js +25 -0
- package/dist/cjs/api-model/models/distribution-package-contents.js +15 -0
- package/dist/cjs/api-model/models/distribution-package-quantity.js +15 -0
- package/dist/cjs/api-model/models/distribution-package-type.js +25 -0
- package/dist/cjs/api-model/models/distribution-package.js +15 -0
- package/dist/cjs/api-model/models/error-list.js +15 -0
- package/dist/cjs/api-model/models/expiration-details.js +15 -0
- package/dist/cjs/api-model/models/format-type.js +24 -0
- package/dist/cjs/api-model/models/inbound-eligibility-status.js +25 -0
- package/dist/cjs/api-model/models/inbound-eligibility.js +15 -0
- package/dist/cjs/api-model/models/inbound-order-creation-data.js +15 -0
- package/dist/cjs/api-model/models/inbound-order-reference.js +15 -0
- package/dist/cjs/api-model/models/inbound-order.js +15 -0
- package/dist/cjs/api-model/models/inbound-packages.js +15 -0
- package/dist/cjs/api-model/models/inbound-preferences.js +15 -0
- package/dist/cjs/api-model/models/inbound-shipment-status.js +30 -0
- package/dist/cjs/api-model/models/inbound-shipment-summary.js +15 -0
- package/dist/cjs/api-model/models/inbound-shipment.js +15 -0
- package/dist/cjs/api-model/models/inbound-status.js +29 -0
- package/dist/cjs/api-model/models/index.js +81 -0
- package/dist/cjs/api-model/models/inventory-details-visibility.js +25 -0
- package/dist/cjs/api-model/models/inventory-details.js +15 -0
- package/dist/cjs/api-model/models/inventory-listing.js +15 -0
- package/dist/cjs/api-model/models/inventory-quantity.js +15 -0
- package/dist/cjs/api-model/models/inventory-summary.js +15 -0
- package/dist/cjs/api-model/models/inventory-unit-of-measurement.js +26 -0
- package/dist/cjs/api-model/models/label-owner.js +25 -0
- package/dist/cjs/api-model/models/label-status.js +27 -0
- package/dist/cjs/api-model/models/measurement-data.js +15 -0
- package/dist/cjs/api-model/models/model-error.js +15 -0
- package/dist/cjs/api-model/models/order-attribute.js +15 -0
- package/dist/cjs/api-model/models/order-ineligibility-reason.js +15 -0
- package/dist/cjs/api-model/models/order-preference-value.js +25 -0
- package/dist/cjs/api-model/models/order-preference.js +24 -0
- package/dist/cjs/api-model/models/outbound-execution-error.js +15 -0
- package/dist/cjs/api-model/models/outbound-listing.js +15 -0
- package/dist/cjs/api-model/models/outbound-order-creation-data.js +15 -0
- package/dist/cjs/api-model/models/outbound-order-reference.js +15 -0
- package/dist/cjs/api-model/models/outbound-order.js +15 -0
- package/dist/cjs/api-model/models/outbound-shipment-status.js +31 -0
- package/dist/cjs/api-model/models/outbound-shipment.js +15 -0
- package/dist/cjs/api-model/models/outbound-status.js +32 -0
- package/dist/cjs/api-model/models/package-dimensions.js +15 -0
- package/dist/cjs/api-model/models/package-volume.js +15 -0
- package/dist/cjs/api-model/models/package-weight.js +15 -0
- package/dist/cjs/api-model/models/page-type.js +26 -0
- package/dist/cjs/api-model/models/prep-details.js +15 -0
- package/dist/cjs/api-model/models/prep-instruction.js +15 -0
- package/dist/cjs/api-model/models/prep-owner.js +25 -0
- package/dist/cjs/api-model/models/product-attribute.js +15 -0
- package/dist/cjs/api-model/models/product-quantity.js +15 -0
- package/dist/cjs/api-model/models/shipment-labels.js +15 -0
- package/dist/cjs/api-model/models/shipment-listing.js +15 -0
- package/dist/cjs/api-model/models/shipment-sortable-field.js +25 -0
- package/dist/cjs/api-model/models/sku-eligibility.js +15 -0
- package/dist/cjs/api-model/models/sku-ineligibility-reason.js +15 -0
- package/dist/cjs/api-model/models/sku-quantities-visibility.js +25 -0
- package/dist/cjs/api-model/models/sku-quantity.js +15 -0
- package/dist/cjs/api-model/models/sort-order.js +25 -0
- package/dist/cjs/api-model/models/tracking-details.js +15 -0
- package/dist/cjs/api-model/models/transportation-details.js +15 -0
- package/dist/cjs/api-model/models/volume-unit-of-measurement.js +26 -0
- package/dist/cjs/api-model/models/weight-unit-of-measurement.js +25 -0
- package/dist/cjs/client.js +35 -0
- package/dist/cjs/index.js +19 -0
- package/dist/es/api-model/api/awd-api.js +336 -0
- package/dist/es/api-model/api.js +14 -0
- package/dist/es/api-model/base.js +63 -0
- package/dist/es/api-model/common.js +133 -0
- package/dist/es/api-model/configuration.js +95 -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/carrier-code-type.js +21 -0
- package/dist/es/api-model/models/carrier-code.js +14 -0
- package/dist/es/api-model/models/dimension-unit-of-measurement.js +22 -0
- package/dist/es/api-model/models/distribution-package-contents.js +14 -0
- package/dist/es/api-model/models/distribution-package-quantity.js +14 -0
- package/dist/es/api-model/models/distribution-package-type.js +22 -0
- package/dist/es/api-model/models/distribution-package.js +14 -0
- package/dist/es/api-model/models/error-list.js +14 -0
- package/dist/es/api-model/models/expiration-details.js +14 -0
- package/dist/es/api-model/models/format-type.js +21 -0
- package/dist/es/api-model/models/inbound-eligibility-status.js +22 -0
- package/dist/es/api-model/models/inbound-eligibility.js +14 -0
- package/dist/es/api-model/models/inbound-order-creation-data.js +14 -0
- package/dist/es/api-model/models/inbound-order-reference.js +14 -0
- package/dist/es/api-model/models/inbound-order.js +14 -0
- package/dist/es/api-model/models/inbound-packages.js +14 -0
- package/dist/es/api-model/models/inbound-preferences.js +14 -0
- package/dist/es/api-model/models/inbound-shipment-status.js +27 -0
- package/dist/es/api-model/models/inbound-shipment-summary.js +14 -0
- package/dist/es/api-model/models/inbound-shipment.js +14 -0
- package/dist/es/api-model/models/inbound-status.js +26 -0
- package/dist/es/api-model/models/index.js +65 -0
- package/dist/es/api-model/models/inventory-details-visibility.js +22 -0
- package/dist/es/api-model/models/inventory-details.js +14 -0
- package/dist/es/api-model/models/inventory-listing.js +14 -0
- package/dist/es/api-model/models/inventory-quantity.js +14 -0
- package/dist/es/api-model/models/inventory-summary.js +14 -0
- package/dist/es/api-model/models/inventory-unit-of-measurement.js +23 -0
- package/dist/es/api-model/models/label-owner.js +22 -0
- package/dist/es/api-model/models/label-status.js +24 -0
- package/dist/es/api-model/models/measurement-data.js +14 -0
- package/dist/es/api-model/models/model-error.js +14 -0
- package/dist/es/api-model/models/order-attribute.js +14 -0
- package/dist/es/api-model/models/order-ineligibility-reason.js +14 -0
- package/dist/es/api-model/models/order-preference-value.js +22 -0
- package/dist/es/api-model/models/order-preference.js +21 -0
- package/dist/es/api-model/models/outbound-execution-error.js +14 -0
- package/dist/es/api-model/models/outbound-listing.js +14 -0
- package/dist/es/api-model/models/outbound-order-creation-data.js +14 -0
- package/dist/es/api-model/models/outbound-order-reference.js +14 -0
- package/dist/es/api-model/models/outbound-order.js +14 -0
- package/dist/es/api-model/models/outbound-shipment-status.js +28 -0
- package/dist/es/api-model/models/outbound-shipment.js +14 -0
- package/dist/es/api-model/models/outbound-status.js +29 -0
- package/dist/es/api-model/models/package-dimensions.js +14 -0
- package/dist/es/api-model/models/package-volume.js +14 -0
- package/dist/es/api-model/models/package-weight.js +14 -0
- package/dist/es/api-model/models/page-type.js +23 -0
- package/dist/es/api-model/models/prep-details.js +14 -0
- package/dist/es/api-model/models/prep-instruction.js +14 -0
- package/dist/es/api-model/models/prep-owner.js +22 -0
- package/dist/es/api-model/models/product-attribute.js +14 -0
- package/dist/es/api-model/models/product-quantity.js +14 -0
- package/dist/es/api-model/models/shipment-labels.js +14 -0
- package/dist/es/api-model/models/shipment-listing.js +14 -0
- package/dist/es/api-model/models/shipment-sortable-field.js +22 -0
- package/dist/es/api-model/models/sku-eligibility.js +14 -0
- package/dist/es/api-model/models/sku-ineligibility-reason.js +14 -0
- package/dist/es/api-model/models/sku-quantities-visibility.js +22 -0
- package/dist/es/api-model/models/sku-quantity.js +14 -0
- package/dist/es/api-model/models/sort-order.js +22 -0
- package/dist/es/api-model/models/tracking-details.js +14 -0
- package/dist/es/api-model/models/transportation-details.js +14 -0
- package/dist/es/api-model/models/volume-unit-of-measurement.js +23 -0
- package/dist/es/api-model/models/weight-unit-of-measurement.js +22 -0
- package/dist/es/client.js +31 -0
- package/dist/es/index.js +3 -0
- package/dist/types/api-model/api/awd-api.d.ts +311 -0
- package/dist/types/api-model/api.d.ts +12 -0
- package/dist/types/api-model/base.d.ts +66 -0
- package/dist/types/api-model/common.d.ts +65 -0
- package/dist/types/api-model/configuration.d.ts +91 -0
- package/dist/types/api-model/index.d.ts +14 -0
- package/dist/types/api-model/models/address.d.ts +84 -0
- package/dist/types/api-model/models/carrier-code-type.d.ts +20 -0
- package/dist/types/api-model/models/carrier-code.d.ts +31 -0
- package/dist/types/api-model/models/dimension-unit-of-measurement.d.ts +21 -0
- package/dist/types/api-model/models/distribution-package-contents.d.ts +32 -0
- package/dist/types/api-model/models/distribution-package-quantity.d.ts +31 -0
- package/dist/types/api-model/models/distribution-package-type.d.ts +21 -0
- package/dist/types/api-model/models/distribution-package.d.ts +39 -0
- package/dist/types/api-model/models/error-list.d.ts +24 -0
- package/dist/types/api-model/models/expiration-details.d.ts +30 -0
- package/dist/types/api-model/models/format-type.d.ts +20 -0
- package/dist/types/api-model/models/inbound-eligibility-status.d.ts +21 -0
- package/dist/types/api-model/models/inbound-eligibility.d.ts +45 -0
- package/dist/types/api-model/models/inbound-order-creation-data.d.ts +51 -0
- package/dist/types/api-model/models/inbound-order-reference.d.ts +30 -0
- package/dist/types/api-model/models/inbound-order.d.ts +89 -0
- package/dist/types/api-model/models/inbound-packages.d.ts +25 -0
- package/dist/types/api-model/models/inbound-preferences.d.ts +24 -0
- package/dist/types/api-model/models/inbound-shipment-status.d.ts +26 -0
- package/dist/types/api-model/models/inbound-shipment-summary.d.ts +55 -0
- package/dist/types/api-model/models/inbound-shipment.d.ts +120 -0
- package/dist/types/api-model/models/inbound-status.d.ts +25 -0
- package/dist/types/api-model/models/index.d.ts +65 -0
- package/dist/types/api-model/models/inventory-details-visibility.d.ts +21 -0
- package/dist/types/api-model/models/inventory-details.d.ts +30 -0
- package/dist/types/api-model/models/inventory-listing.d.ts +31 -0
- package/dist/types/api-model/models/inventory-quantity.d.ts +31 -0
- package/dist/types/api-model/models/inventory-summary.d.ts +50 -0
- package/dist/types/api-model/models/inventory-unit-of-measurement.d.ts +22 -0
- package/dist/types/api-model/models/label-owner.d.ts +21 -0
- package/dist/types/api-model/models/label-status.d.ts +23 -0
- package/dist/types/api-model/models/measurement-data.d.ts +39 -0
- package/dist/types/api-model/models/model-error.d.ts +36 -0
- package/dist/types/api-model/models/order-attribute.d.ts +32 -0
- package/dist/types/api-model/models/order-ineligibility-reason.d.ts +30 -0
- package/dist/types/api-model/models/order-preference-value.d.ts +21 -0
- package/dist/types/api-model/models/order-preference.d.ts +20 -0
- package/dist/types/api-model/models/outbound-execution-error.d.ts +36 -0
- package/dist/types/api-model/models/outbound-listing.d.ts +31 -0
- package/dist/types/api-model/models/outbound-order-creation-data.d.ts +39 -0
- package/dist/types/api-model/models/outbound-order-reference.d.ts +24 -0
- package/dist/types/api-model/models/outbound-order.d.ts +108 -0
- package/dist/types/api-model/models/outbound-shipment-status.d.ts +27 -0
- package/dist/types/api-model/models/outbound-shipment.d.ts +76 -0
- package/dist/types/api-model/models/outbound-status.d.ts +28 -0
- package/dist/types/api-model/models/package-dimensions.d.ts +43 -0
- package/dist/types/api-model/models/package-volume.d.ts +31 -0
- package/dist/types/api-model/models/package-weight.d.ts +31 -0
- package/dist/types/api-model/models/page-type.d.ts +22 -0
- package/dist/types/api-model/models/prep-details.d.ts +45 -0
- package/dist/types/api-model/models/prep-instruction.d.ts +31 -0
- package/dist/types/api-model/models/prep-owner.d.ts +21 -0
- package/dist/types/api-model/models/product-attribute.d.ts +30 -0
- package/dist/types/api-model/models/product-quantity.d.ts +50 -0
- package/dist/types/api-model/models/shipment-labels.d.ts +31 -0
- package/dist/types/api-model/models/shipment-listing.d.ts +31 -0
- package/dist/types/api-model/models/shipment-sortable-field.d.ts +21 -0
- package/dist/types/api-model/models/sku-eligibility.d.ts +39 -0
- package/dist/types/api-model/models/sku-ineligibility-reason.d.ts +30 -0
- package/dist/types/api-model/models/sku-quantities-visibility.d.ts +21 -0
- package/dist/types/api-model/models/sku-quantity.d.ts +37 -0
- package/dist/types/api-model/models/sort-order.d.ts +21 -0
- package/dist/types/api-model/models/tracking-details.d.ts +37 -0
- package/dist/types/api-model/models/transportation-details.d.ts +25 -0
- package/dist/types/api-model/models/volume-unit-of-measurement.d.ts +22 -0
- package/dist/types/api-model/models/weight-unit-of-measurement.d.ts +21 -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,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* Denotes the type for the carrier.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const CarrierCodeType: {
|
|
18
|
+
readonly Scac: "SCAC";
|
|
19
|
+
};
|
|
20
|
+
export type CarrierCodeType = typeof CarrierCodeType[keyof typeof CarrierCodeType];
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { CarrierCodeType } from './carrier-code-type';
|
|
13
|
+
/**
|
|
14
|
+
* Identifies the carrier that will deliver the shipment.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CarrierCode
|
|
17
|
+
*/
|
|
18
|
+
export interface CarrierCode {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CarrierCodeType}
|
|
22
|
+
* @memberof CarrierCode
|
|
23
|
+
*/
|
|
24
|
+
'carrierCodeType'?: CarrierCodeType;
|
|
25
|
+
/**
|
|
26
|
+
* Value of the carrier code.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CarrierCode
|
|
29
|
+
*/
|
|
30
|
+
'carrierCodeValue'?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* Unit of measurement for package dimensions.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const DimensionUnitOfMeasurement: {
|
|
18
|
+
readonly Inches: "INCHES";
|
|
19
|
+
readonly Centimeters: "CENTIMETERS";
|
|
20
|
+
};
|
|
21
|
+
export type DimensionUnitOfMeasurement = typeof DimensionUnitOfMeasurement[keyof typeof DimensionUnitOfMeasurement];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { DistributionPackageQuantity } from './distribution-package-quantity';
|
|
13
|
+
import type { ProductQuantity } from './product-quantity';
|
|
14
|
+
/**
|
|
15
|
+
* Represents the contents inside a package, which can be products or a nested package.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DistributionPackageContents
|
|
18
|
+
*/
|
|
19
|
+
export interface DistributionPackageContents {
|
|
20
|
+
/**
|
|
21
|
+
* This is required only when `DistributionPackageType=PALLET`.
|
|
22
|
+
* @type {Array<DistributionPackageQuantity>}
|
|
23
|
+
* @memberof DistributionPackageContents
|
|
24
|
+
*/
|
|
25
|
+
'packages'?: Array<DistributionPackageQuantity>;
|
|
26
|
+
/**
|
|
27
|
+
* This is required only when `DistributionPackageType=CASE`.
|
|
28
|
+
* @type {Array<ProductQuantity>}
|
|
29
|
+
* @memberof DistributionPackageContents
|
|
30
|
+
*/
|
|
31
|
+
'products'?: Array<ProductQuantity>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { DistributionPackage } from './distribution-package';
|
|
13
|
+
/**
|
|
14
|
+
* Represents a distribution package with its respective quantity.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DistributionPackageQuantity
|
|
17
|
+
*/
|
|
18
|
+
export interface DistributionPackageQuantity {
|
|
19
|
+
/**
|
|
20
|
+
* Number of cases or pallets with the same package configuration.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DistributionPackageQuantity
|
|
23
|
+
*/
|
|
24
|
+
'count': number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {DistributionPackage}
|
|
28
|
+
* @memberof DistributionPackageQuantity
|
|
29
|
+
*/
|
|
30
|
+
'distributionPackage': DistributionPackage;
|
|
31
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* Type of distribution packages.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const DistributionPackageType: {
|
|
18
|
+
readonly Case: "CASE";
|
|
19
|
+
readonly Pallet: "PALLET";
|
|
20
|
+
};
|
|
21
|
+
export type DistributionPackageType = typeof DistributionPackageType[keyof typeof DistributionPackageType];
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { DistributionPackageContents } from './distribution-package-contents';
|
|
13
|
+
import type { DistributionPackageType } from './distribution-package-type';
|
|
14
|
+
import type { MeasurementData } from './measurement-data';
|
|
15
|
+
/**
|
|
16
|
+
* Represents an AWD distribution package.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DistributionPackage
|
|
19
|
+
*/
|
|
20
|
+
export interface DistributionPackage {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {DistributionPackageContents}
|
|
24
|
+
* @memberof DistributionPackage
|
|
25
|
+
*/
|
|
26
|
+
'contents': DistributionPackageContents;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {MeasurementData}
|
|
30
|
+
* @memberof DistributionPackage
|
|
31
|
+
*/
|
|
32
|
+
'measurements': MeasurementData;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {DistributionPackageType}
|
|
36
|
+
* @memberof DistributionPackage
|
|
37
|
+
*/
|
|
38
|
+
'type': DistributionPackageType;
|
|
39
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* This exception is thrown when client inputs are invalid.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ErrorList
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorList {
|
|
18
|
+
/**
|
|
19
|
+
* A list of errors describing the failures.
|
|
20
|
+
* @type {Array<Error>}
|
|
21
|
+
* @memberof ErrorList
|
|
22
|
+
*/
|
|
23
|
+
'errors': Array<Error>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 expiration details of the inventory. This object will only appear if the details parameter in the request is set to `SHOW`.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ExpirationDetails
|
|
16
|
+
*/
|
|
17
|
+
export interface ExpirationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The expiration date of the SKU.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ExpirationDetails
|
|
22
|
+
*/
|
|
23
|
+
'expiration'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The quantity that is present in AWD.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ExpirationDetails
|
|
28
|
+
*/
|
|
29
|
+
'onhandQuantity'?: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 label format type extension.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const FormatType: {
|
|
18
|
+
readonly Pdf: "PDF";
|
|
19
|
+
};
|
|
20
|
+
export type FormatType = typeof FormatType[keyof typeof FormatType];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* Enum denoting the package inbound eligibility.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const InboundEligibilityStatus: {
|
|
18
|
+
readonly Eligible: "ELIGIBLE";
|
|
19
|
+
readonly Ineligible: "INELIGIBLE";
|
|
20
|
+
};
|
|
21
|
+
export type InboundEligibilityStatus = typeof InboundEligibilityStatus[keyof typeof InboundEligibilityStatus];
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { InboundEligibilityStatus } from './inbound-eligibility-status';
|
|
13
|
+
import type { OrderIneligibilityReason } from './order-ineligibility-reason';
|
|
14
|
+
import type { SkuEligibility } from './sku-eligibility';
|
|
15
|
+
/**
|
|
16
|
+
* Represents the eligibility status of the inbound packages.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface InboundEligibility
|
|
19
|
+
*/
|
|
20
|
+
export interface InboundEligibility {
|
|
21
|
+
/**
|
|
22
|
+
* If there are order level eligibility issues, then this list will contain those error codes and descriptions.
|
|
23
|
+
* @type {Array<OrderIneligibilityReason>}
|
|
24
|
+
* @memberof InboundEligibility
|
|
25
|
+
*/
|
|
26
|
+
'ineligibilityReasons'?: Array<OrderIneligibilityReason>;
|
|
27
|
+
/**
|
|
28
|
+
* Details on SKU eligibility for each inbound package.
|
|
29
|
+
* @type {Array<SkuEligibility>}
|
|
30
|
+
* @memberof InboundEligibility
|
|
31
|
+
*/
|
|
32
|
+
'packagesToInbound': Array<SkuEligibility>;
|
|
33
|
+
/**
|
|
34
|
+
* Timestamp when the eligibility check is performed.
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof InboundEligibility
|
|
37
|
+
*/
|
|
38
|
+
'previewedAt': string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {InboundEligibilityStatus}
|
|
42
|
+
* @memberof InboundEligibility
|
|
43
|
+
*/
|
|
44
|
+
'status': InboundEligibilityStatus;
|
|
45
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { DistributionPackageQuantity } from './distribution-package-quantity';
|
|
14
|
+
import type { InboundPreferences } from './inbound-preferences';
|
|
15
|
+
/**
|
|
16
|
+
* Payload for creating an inbound order.
|
|
17
|
+
* @export
|
|
18
|
+
* @interface InboundOrderCreationData
|
|
19
|
+
*/
|
|
20
|
+
export interface InboundOrderCreationData {
|
|
21
|
+
/**
|
|
22
|
+
* Reference ID that can be used to correlate the order with partner resources.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof InboundOrderCreationData
|
|
25
|
+
*/
|
|
26
|
+
'externalReferenceId'?: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {Address}
|
|
30
|
+
* @memberof InboundOrderCreationData
|
|
31
|
+
*/
|
|
32
|
+
'originAddress': Address;
|
|
33
|
+
/**
|
|
34
|
+
* List of packages to be inbounded.
|
|
35
|
+
* @type {Array<DistributionPackageQuantity>}
|
|
36
|
+
* @memberof InboundOrderCreationData
|
|
37
|
+
*/
|
|
38
|
+
'packagesToInbound': Array<DistributionPackageQuantity>;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {InboundPreferences}
|
|
42
|
+
* @memberof InboundOrderCreationData
|
|
43
|
+
*/
|
|
44
|
+
'preferences'?: InboundPreferences;
|
|
45
|
+
/**
|
|
46
|
+
* Estimated date by when goods have to be picked up.
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof InboundOrderCreationData
|
|
49
|
+
*/
|
|
50
|
+
'shipBy'?: string;
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 response that contains the reference identifiers for the newly created or updated inbound order. Consists of an order ID and version.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InboundOrderReference
|
|
16
|
+
*/
|
|
17
|
+
export interface InboundOrderReference {
|
|
18
|
+
/**
|
|
19
|
+
* Order ID of the inbound order.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InboundOrderReference
|
|
22
|
+
*/
|
|
23
|
+
'orderId': string;
|
|
24
|
+
/**
|
|
25
|
+
* Order version of the inbound order.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InboundOrderReference
|
|
28
|
+
*/
|
|
29
|
+
'orderVersion': string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { DistributionPackageQuantity } from './distribution-package-quantity';
|
|
14
|
+
import type { InboundPreferences } from './inbound-preferences';
|
|
15
|
+
import type { InboundShipment } from './inbound-shipment';
|
|
16
|
+
import type { InboundStatus } from './inbound-status';
|
|
17
|
+
/**
|
|
18
|
+
* Represents an AWD inbound order.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface InboundOrder
|
|
21
|
+
*/
|
|
22
|
+
export interface InboundOrder {
|
|
23
|
+
/**
|
|
24
|
+
* List of inbound shipments part of this order.
|
|
25
|
+
* @type {Array<InboundShipment>}
|
|
26
|
+
* @memberof InboundOrder
|
|
27
|
+
*/
|
|
28
|
+
'channelPlacedInboundShipments': Array<InboundShipment>;
|
|
29
|
+
/**
|
|
30
|
+
* Date when this order was created.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof InboundOrder
|
|
33
|
+
*/
|
|
34
|
+
'createdAt': string;
|
|
35
|
+
/**
|
|
36
|
+
* Reference ID that can be used to correlate the order with partner resources.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof InboundOrder
|
|
39
|
+
*/
|
|
40
|
+
'externalReferenceId'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Inbound order ID.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof InboundOrder
|
|
45
|
+
*/
|
|
46
|
+
'orderId': string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {InboundStatus}
|
|
50
|
+
* @memberof InboundOrder
|
|
51
|
+
*/
|
|
52
|
+
'orderStatus': InboundStatus;
|
|
53
|
+
/**
|
|
54
|
+
* Inbound order version.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof InboundOrder
|
|
57
|
+
*/
|
|
58
|
+
'orderVersion': string;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {Address}
|
|
62
|
+
* @memberof InboundOrder
|
|
63
|
+
*/
|
|
64
|
+
'originAddress': Address;
|
|
65
|
+
/**
|
|
66
|
+
* List of packages to be inbounded.
|
|
67
|
+
* @type {Array<DistributionPackageQuantity>}
|
|
68
|
+
* @memberof InboundOrder
|
|
69
|
+
*/
|
|
70
|
+
'packagesToInbound': Array<DistributionPackageQuantity>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {InboundPreferences}
|
|
74
|
+
* @memberof InboundOrder
|
|
75
|
+
*/
|
|
76
|
+
'preferences'?: InboundPreferences;
|
|
77
|
+
/**
|
|
78
|
+
* Date by which this order will be shipped.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof InboundOrder
|
|
81
|
+
*/
|
|
82
|
+
'shipBy'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Date when this order was last updated.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof InboundOrder
|
|
87
|
+
*/
|
|
88
|
+
'updatedAt'?: string;
|
|
89
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { DistributionPackageQuantity } from './distribution-package-quantity';
|
|
13
|
+
/**
|
|
14
|
+
* Represents the packages to inbound.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InboundPackages
|
|
17
|
+
*/
|
|
18
|
+
export interface InboundPackages {
|
|
19
|
+
/**
|
|
20
|
+
* List of packages to be inbounded.
|
|
21
|
+
* @type {Array<DistributionPackageQuantity>}
|
|
22
|
+
* @memberof InboundPackages
|
|
23
|
+
*/
|
|
24
|
+
'packagesToInbound': Array<DistributionPackageQuantity>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* Preferences that can be passed in context of an inbound order
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InboundPreferences
|
|
16
|
+
*/
|
|
17
|
+
export interface InboundPreferences {
|
|
18
|
+
/**
|
|
19
|
+
* Pass a preferred region so that the inbound order can be shipped to an AWD warehouse located in that region. This doesn\'t guarantee the order to be assigned in the specified destination region as it depends on warehouse capacity availability. AWD currently supports following region IDs: [us-west, us-east]
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InboundPreferences
|
|
22
|
+
*/
|
|
23
|
+
'destinationRegion'?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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
|
+
* Possible shipment statuses used by shipments.
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const InboundShipmentStatus: {
|
|
18
|
+
readonly Created: "CREATED";
|
|
19
|
+
readonly Shipped: "SHIPPED";
|
|
20
|
+
readonly InTransit: "IN_TRANSIT";
|
|
21
|
+
readonly Receiving: "RECEIVING";
|
|
22
|
+
readonly Delivered: "DELIVERED";
|
|
23
|
+
readonly Closed: "CLOSED";
|
|
24
|
+
readonly Cancelled: "CANCELLED";
|
|
25
|
+
};
|
|
26
|
+
export type InboundShipmentStatus = typeof InboundShipmentStatus[keyof typeof InboundShipmentStatus];
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Warehousing and Distribution
|
|
3
|
+
* The Selling Partner API for Amazon Warehousing and Distribution (AWD) provides programmatic access to information about AWD shipments and inventory.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-05-09
|
|
6
|
+
*
|
|
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 { InboundShipmentStatus } from './inbound-shipment-status';
|
|
13
|
+
/**
|
|
14
|
+
* Summary for an AWD inbound shipment containing the shipment ID, which can be used to retrieve the actual shipment.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InboundShipmentSummary
|
|
17
|
+
*/
|
|
18
|
+
export interface InboundShipmentSummary {
|
|
19
|
+
/**
|
|
20
|
+
* Timestamp when the shipment was created.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof InboundShipmentSummary
|
|
23
|
+
*/
|
|
24
|
+
'createdAt'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Optional client-provided reference ID that can be used to correlate this shipment with client resources. For example, to map this shipment to an internal bookkeeping order record.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InboundShipmentSummary
|
|
29
|
+
*/
|
|
30
|
+
'externalReferenceId'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The AWD inbound order ID that this inbound shipment belongs to.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof InboundShipmentSummary
|
|
35
|
+
*/
|
|
36
|
+
'orderId': string;
|
|
37
|
+
/**
|
|
38
|
+
* A unique shipment ID.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof InboundShipmentSummary
|
|
41
|
+
*/
|
|
42
|
+
'shipmentId': string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {InboundShipmentStatus}
|
|
46
|
+
* @memberof InboundShipmentSummary
|
|
47
|
+
*/
|
|
48
|
+
'shipmentStatus': InboundShipmentStatus;
|
|
49
|
+
/**
|
|
50
|
+
* Timestamp when the shipment was updated.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof InboundShipmentSummary
|
|
53
|
+
*/
|
|
54
|
+
'updatedAt'?: string;
|
|
55
|
+
}
|