@sp-api-sdk/vendor-shipments-api-v1 2.0.4 → 2.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/dist/cjs/src/api-model/api/vendor-shipping-api.js +36 -132
- package/dist/cjs/src/api-model/models/index.js +1 -8
- package/dist/cjs/src/api-model/models/{shipment-information.js → transportation-details-for-shipment-confirmation.js} +5 -4
- package/dist/cjs/src/client.js +0 -7
- package/dist/es/src/api-model/api/vendor-shipping-api.js +36 -132
- package/dist/es/src/api-model/models/index.js +1 -8
- package/dist/es/src/api-model/models/{label-data.js → transportation-details-for-shipment-confirmation.js} +4 -2
- package/dist/es/src/client.js +0 -7
- package/dist/types/src/api-model/api/vendor-shipping-api.d.ts +54 -153
- package/dist/types/src/api-model/models/carrier-details.d.ts +1 -1
- package/dist/types/src/api-model/models/carton-reference-details.d.ts +1 -1
- package/dist/types/src/api-model/models/container-identification.d.ts +1 -1
- package/dist/types/src/api-model/models/container-sequence-numbers.d.ts +1 -1
- package/dist/types/src/api-model/models/containers.d.ts +1 -1
- package/dist/types/src/api-model/models/duration.d.ts +1 -1
- package/dist/types/src/api-model/models/expiry.d.ts +1 -1
- package/dist/types/src/api-model/models/import-details.d.ts +1 -1
- package/dist/types/src/api-model/models/index.d.ts +1 -8
- package/dist/types/src/api-model/models/pagination.d.ts +2 -2
- package/dist/types/src/api-model/models/party-identification.d.ts +1 -1
- package/dist/types/src/api-model/models/route.d.ts +1 -1
- package/dist/types/src/api-model/models/shipment-confirmation.d.ts +4 -4
- package/dist/types/src/api-model/models/shipment-details.d.ts +2 -2
- package/dist/types/src/api-model/models/shipment.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipment-confirmations-request.d.ts +1 -1
- package/dist/types/src/api-model/models/submit-shipments.d.ts +2 -2
- package/dist/types/src/api-model/models/transaction-reference.d.ts +1 -1
- package/dist/types/src/api-model/models/transportation-details-for-shipment-confirmation.d.ts +48 -0
- package/dist/types/src/api-model/models/transportation-details.d.ts +2 -2
- package/package.json +4 -4
- package/dist/cjs/src/api-model/models/get-shipment-labels.js +0 -15
- package/dist/cjs/src/api-model/models/label-data.js +0 -19
- package/dist/cjs/src/api-model/models/packed-quantity.js +0 -20
- package/dist/cjs/src/api-model/models/purchase-order-item-details.js +0 -15
- package/dist/cjs/src/api-model/models/transport-label.js +0 -15
- package/dist/cjs/src/api-model/models/transportation-labels.js +0 -15
- package/dist/cjs/src/api-model/models/vendor-details.js +0 -15
- package/dist/es/src/api-model/models/get-shipment-labels.js +0 -14
- package/dist/es/src/api-model/models/packed-quantity.js +0 -17
- package/dist/es/src/api-model/models/purchase-order-item-details.js +0 -14
- package/dist/es/src/api-model/models/shipment-information.js +0 -17
- package/dist/es/src/api-model/models/transport-label.js +0 -14
- package/dist/es/src/api-model/models/transportation-labels.js +0 -14
- package/dist/es/src/api-model/models/vendor-details.js +0 -14
- package/dist/types/src/api-model/models/get-shipment-labels.d.ts +0 -31
- package/dist/types/src/api-model/models/label-data.d.ts +0 -52
- package/dist/types/src/api-model/models/packed-quantity.d.ts +0 -41
- package/dist/types/src/api-model/models/purchase-order-item-details.d.ts +0 -25
- package/dist/types/src/api-model/models/shipment-information.d.ts +0 -73
- package/dist/types/src/api-model/models/transport-label.d.ts +0 -38
- package/dist/types/src/api-model/models/transportation-labels.d.ts +0 -32
- package/dist/types/src/api-model/models/vendor-details.d.ts +0 -31
|
@@ -11,30 +11,25 @@ export * from './dimensions';
|
|
|
11
11
|
export * from './duration';
|
|
12
12
|
export * from './expiry';
|
|
13
13
|
export * from './get-shipment-details-response';
|
|
14
|
-
export * from './get-shipment-labels';
|
|
15
14
|
export * from './import-details';
|
|
16
15
|
export * from './inner-containers-details';
|
|
17
16
|
export * from './item';
|
|
18
17
|
export * from './item-details';
|
|
19
18
|
export * from './item-quantity';
|
|
20
|
-
export * from './label-data';
|
|
21
19
|
export * from './location';
|
|
22
20
|
export * from './model-error';
|
|
23
21
|
export * from './money';
|
|
24
22
|
export * from './package-item-details';
|
|
25
23
|
export * from './packed-items';
|
|
26
|
-
export * from './packed-quantity';
|
|
27
24
|
export * from './pagination';
|
|
28
25
|
export * from './pallet';
|
|
29
26
|
export * from './party-identification';
|
|
30
|
-
export * from './purchase-order-item-details';
|
|
31
27
|
export * from './purchase-order-items';
|
|
32
28
|
export * from './purchase-orders';
|
|
33
29
|
export * from './route';
|
|
34
30
|
export * from './shipment';
|
|
35
31
|
export * from './shipment-confirmation';
|
|
36
32
|
export * from './shipment-details';
|
|
37
|
-
export * from './shipment-information';
|
|
38
33
|
export * from './shipment-measurements';
|
|
39
34
|
export * from './shipment-status-details';
|
|
40
35
|
export * from './stop';
|
|
@@ -43,10 +38,8 @@ export * from './submit-shipment-confirmations-response';
|
|
|
43
38
|
export * from './submit-shipments';
|
|
44
39
|
export * from './tax-registration-details';
|
|
45
40
|
export * from './transaction-reference';
|
|
46
|
-
export * from './transport-label';
|
|
47
41
|
export * from './transport-shipment-measurements';
|
|
48
42
|
export * from './transportation-details';
|
|
49
|
-
export * from './transportation-
|
|
50
|
-
export * from './vendor-details';
|
|
43
|
+
export * from './transportation-details-for-shipment-confirmation';
|
|
51
44
|
export * from './volume';
|
|
52
45
|
export * from './weight';
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export const
|
|
15
|
-
|
|
14
|
+
export const TransportationDetailsForShipmentConfirmationTransportationModeEnum = {
|
|
15
|
+
Road: 'Road',
|
|
16
|
+
Air: 'Air',
|
|
17
|
+
Ocean: 'Ocean'
|
|
16
18
|
};
|
package/dist/es/src/client.js
CHANGED
|
@@ -22,13 +22,6 @@ export const clientRateLimits = [
|
|
|
22
22
|
rate: 10,
|
|
23
23
|
burst: 10,
|
|
24
24
|
},
|
|
25
|
-
{
|
|
26
|
-
method: 'get',
|
|
27
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
28
|
-
urlRegex: new RegExp('^/vendor/shipping/v1/transportLabels$'),
|
|
29
|
-
rate: 10,
|
|
30
|
-
burst: 10,
|
|
31
|
-
},
|
|
32
25
|
];
|
|
33
26
|
export class VendorShipmentsApiClient extends VendorShippingApi {
|
|
34
27
|
constructor(configuration) {
|
|
@@ -14,7 +14,6 @@ import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
|
14
14
|
import globalAxios from 'axios';
|
|
15
15
|
import { RequestArgs, BaseAPI } from '../base';
|
|
16
16
|
import { GetShipmentDetailsResponse } from '../models';
|
|
17
|
-
import { GetShipmentLabels } from '../models';
|
|
18
17
|
import { SubmitShipmentConfirmationsRequest } from '../models';
|
|
19
18
|
import { SubmitShipmentConfirmationsResponse } from '../models';
|
|
20
19
|
import { SubmitShipments } from '../models';
|
|
@@ -28,22 +27,22 @@ export declare const VendorShippingApiAxiosParamCreator: (configuration?: Config
|
|
|
28
27
|
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
29
28
|
* @param {'ASC' | 'DESC'} [sortOrder] Sort in ascending or descending order by purchase order creation date.
|
|
30
29
|
* @param {string} [nextToken] Used for pagination when there are more shipments than the specified result size limit.
|
|
31
|
-
* @param {string} [createdAfter] Get Shipment Details that became available after this timestamp will be included in the result. Must be in
|
|
32
|
-
* @param {string} [createdBefore] Get Shipment Details that became available before this timestamp will be included in the result. Must be in
|
|
33
|
-
* @param {string} [shipmentConfirmedBefore] Get Shipment Details by passing Shipment confirmed create Date Before. Must be in
|
|
34
|
-
* @param {string} [shipmentConfirmedAfter] Get Shipment Details by passing Shipment confirmed create Date After. Must be in
|
|
35
|
-
* @param {string} [packageLabelCreatedBefore] Get Shipment Details by passing Package label create Date by buyer. Must be in
|
|
36
|
-
* @param {string} [packageLabelCreatedAfter] Get Shipment Details by passing Package label create Date After by buyer. Must be in
|
|
37
|
-
* @param {string} [shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in
|
|
38
|
-
* @param {string} [shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in
|
|
39
|
-
* @param {string} [estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in
|
|
40
|
-
* @param {string} [estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date Before. Must be in
|
|
41
|
-
* @param {string} [shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in
|
|
42
|
-
* @param {string} [shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in
|
|
43
|
-
* @param {string} [requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in
|
|
44
|
-
* @param {string} [requestedPickUpAfter] Get Shipment Details by passing After Requested pickup date. Must be in
|
|
45
|
-
* @param {string} [scheduledPickUpBefore] Get Shipment Details by passing Before scheduled pickup date. Must be in
|
|
46
|
-
* @param {string} [scheduledPickUpAfter] Get Shipment Details by passing After Scheduled pickup date. Must be in
|
|
30
|
+
* @param {string} [createdAfter] Get Shipment Details that became available after this timestamp will be included in the result. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
31
|
+
* @param {string} [createdBefore] Get Shipment Details that became available before this timestamp will be included in the result. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
32
|
+
* @param {string} [shipmentConfirmedBefore] Get Shipment Details by passing Shipment confirmed create Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
33
|
+
* @param {string} [shipmentConfirmedAfter] Get Shipment Details by passing Shipment confirmed create Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
34
|
+
* @param {string} [packageLabelCreatedBefore] Get Shipment Details by passing Package label create Date by buyer. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
35
|
+
* @param {string} [packageLabelCreatedAfter] Get Shipment Details by passing Package label create Date After by buyer. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
36
|
+
* @param {string} [shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
37
|
+
* @param {string} [shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
38
|
+
* @param {string} [estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
39
|
+
* @param {string} [estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
40
|
+
* @param {string} [shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
41
|
+
* @param {string} [shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
42
|
+
* @param {string} [requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
43
|
+
* @param {string} [requestedPickUpAfter] Get Shipment Details by passing After Requested pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
44
|
+
* @param {string} [scheduledPickUpBefore] Get Shipment Details by passing Before scheduled pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
45
|
+
* @param {string} [scheduledPickUpAfter] Get Shipment Details by passing After Scheduled pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
47
46
|
* @param {string} [currentShipmentStatus] Get Shipment Details by passing Current shipment status.
|
|
48
47
|
* @param {string} [vendorShipmentIdentifier] Get Shipment Details by passing Vendor Shipment ID
|
|
49
48
|
* @param {string} [buyerReferenceNumber] Get Shipment Details by passing buyer Reference ID
|
|
@@ -53,30 +52,16 @@ export declare const VendorShippingApiAxiosParamCreator: (configuration?: Config
|
|
|
53
52
|
* @throws {RequiredError}
|
|
54
53
|
*/
|
|
55
54
|
getShipmentDetails: (limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, createdAfter?: string, createdBefore?: string, shipmentConfirmedBefore?: string, shipmentConfirmedAfter?: string, packageLabelCreatedBefore?: string, packageLabelCreatedAfter?: string, shippedBefore?: string, shippedAfter?: string, estimatedDeliveryBefore?: string, estimatedDeliveryAfter?: string, shipmentDeliveryBefore?: string, shipmentDeliveryAfter?: string, requestedPickUpBefore?: string, requestedPickUpAfter?: string, scheduledPickUpBefore?: string, scheduledPickUpAfter?: string, currentShipmentStatus?: string, vendorShipmentIdentifier?: string, buyerReferenceNumber?: string, buyerWarehouseCode?: string, sellerWarehouseCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
-
/**
|
|
57
|
-
* Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
58
|
-
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
59
|
-
* @param {'ASC' | 'DESC'} [sortOrder] Sort in ascending or descending order by transport label creation date.
|
|
60
|
-
* @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
|
|
61
|
-
* @param {string} [labelCreatedAfter] transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.
|
|
62
|
-
* @param {string} [labelcreatedBefore] transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.
|
|
63
|
-
* @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
|
|
64
|
-
* @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
|
|
65
|
-
* @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
|
|
66
|
-
* @param {*} [options] Override http request option.
|
|
67
|
-
* @throws {RequiredError}
|
|
68
|
-
*/
|
|
69
|
-
getShipmentLabels: (limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, labelCreatedAfter?: string, labelcreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
55
|
/**
|
|
71
56
|
* Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
72
|
-
* @param {SubmitShipmentConfirmationsRequest} body
|
|
57
|
+
* @param {SubmitShipmentConfirmationsRequest} body A request to submit shipment confirmation.
|
|
73
58
|
* @param {*} [options] Override http request option.
|
|
74
59
|
* @throws {RequiredError}
|
|
75
60
|
*/
|
|
76
61
|
submitShipmentConfirmations: (body: SubmitShipmentConfirmationsRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
77
62
|
/**
|
|
78
63
|
* Submits one or more shipment request for vendor Orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
79
|
-
* @param {SubmitShipments} body
|
|
64
|
+
* @param {SubmitShipments} body A request to submit shipment request.
|
|
80
65
|
* @param {*} [options] Override http request option.
|
|
81
66
|
* @throws {RequiredError}
|
|
82
67
|
*/
|
|
@@ -92,22 +77,22 @@ export declare const VendorShippingApiFp: (configuration?: Configuration) => {
|
|
|
92
77
|
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
93
78
|
* @param {'ASC' | 'DESC'} [sortOrder] Sort in ascending or descending order by purchase order creation date.
|
|
94
79
|
* @param {string} [nextToken] Used for pagination when there are more shipments than the specified result size limit.
|
|
95
|
-
* @param {string} [createdAfter] Get Shipment Details that became available after this timestamp will be included in the result. Must be in
|
|
96
|
-
* @param {string} [createdBefore] Get Shipment Details that became available before this timestamp will be included in the result. Must be in
|
|
97
|
-
* @param {string} [shipmentConfirmedBefore] Get Shipment Details by passing Shipment confirmed create Date Before. Must be in
|
|
98
|
-
* @param {string} [shipmentConfirmedAfter] Get Shipment Details by passing Shipment confirmed create Date After. Must be in
|
|
99
|
-
* @param {string} [packageLabelCreatedBefore] Get Shipment Details by passing Package label create Date by buyer. Must be in
|
|
100
|
-
* @param {string} [packageLabelCreatedAfter] Get Shipment Details by passing Package label create Date After by buyer. Must be in
|
|
101
|
-
* @param {string} [shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in
|
|
102
|
-
* @param {string} [shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in
|
|
103
|
-
* @param {string} [estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in
|
|
104
|
-
* @param {string} [estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date Before. Must be in
|
|
105
|
-
* @param {string} [shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in
|
|
106
|
-
* @param {string} [shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in
|
|
107
|
-
* @param {string} [requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in
|
|
108
|
-
* @param {string} [requestedPickUpAfter] Get Shipment Details by passing After Requested pickup date. Must be in
|
|
109
|
-
* @param {string} [scheduledPickUpBefore] Get Shipment Details by passing Before scheduled pickup date. Must be in
|
|
110
|
-
* @param {string} [scheduledPickUpAfter] Get Shipment Details by passing After Scheduled pickup date. Must be in
|
|
80
|
+
* @param {string} [createdAfter] Get Shipment Details that became available after this timestamp will be included in the result. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
81
|
+
* @param {string} [createdBefore] Get Shipment Details that became available before this timestamp will be included in the result. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
82
|
+
* @param {string} [shipmentConfirmedBefore] Get Shipment Details by passing Shipment confirmed create Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
83
|
+
* @param {string} [shipmentConfirmedAfter] Get Shipment Details by passing Shipment confirmed create Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
84
|
+
* @param {string} [packageLabelCreatedBefore] Get Shipment Details by passing Package label create Date by buyer. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
85
|
+
* @param {string} [packageLabelCreatedAfter] Get Shipment Details by passing Package label create Date After by buyer. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
86
|
+
* @param {string} [shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
87
|
+
* @param {string} [shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
88
|
+
* @param {string} [estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
89
|
+
* @param {string} [estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
90
|
+
* @param {string} [shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
91
|
+
* @param {string} [shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
92
|
+
* @param {string} [requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
93
|
+
* @param {string} [requestedPickUpAfter] Get Shipment Details by passing After Requested pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
94
|
+
* @param {string} [scheduledPickUpBefore] Get Shipment Details by passing Before scheduled pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
95
|
+
* @param {string} [scheduledPickUpAfter] Get Shipment Details by passing After Scheduled pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
111
96
|
* @param {string} [currentShipmentStatus] Get Shipment Details by passing Current shipment status.
|
|
112
97
|
* @param {string} [vendorShipmentIdentifier] Get Shipment Details by passing Vendor Shipment ID
|
|
113
98
|
* @param {string} [buyerReferenceNumber] Get Shipment Details by passing buyer Reference ID
|
|
@@ -117,30 +102,16 @@ export declare const VendorShippingApiFp: (configuration?: Configuration) => {
|
|
|
117
102
|
* @throws {RequiredError}
|
|
118
103
|
*/
|
|
119
104
|
getShipmentDetails(limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, createdAfter?: string, createdBefore?: string, shipmentConfirmedBefore?: string, shipmentConfirmedAfter?: string, packageLabelCreatedBefore?: string, packageLabelCreatedAfter?: string, shippedBefore?: string, shippedAfter?: string, estimatedDeliveryBefore?: string, estimatedDeliveryAfter?: string, shipmentDeliveryBefore?: string, shipmentDeliveryAfter?: string, requestedPickUpBefore?: string, requestedPickUpAfter?: string, scheduledPickUpBefore?: string, scheduledPickUpAfter?: string, currentShipmentStatus?: string, vendorShipmentIdentifier?: string, buyerReferenceNumber?: string, buyerWarehouseCode?: string, sellerWarehouseCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentDetailsResponse>>;
|
|
120
|
-
/**
|
|
121
|
-
* Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
122
|
-
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
123
|
-
* @param {'ASC' | 'DESC'} [sortOrder] Sort in ascending or descending order by transport label creation date.
|
|
124
|
-
* @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
|
|
125
|
-
* @param {string} [labelCreatedAfter] transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.
|
|
126
|
-
* @param {string} [labelcreatedBefore] transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.
|
|
127
|
-
* @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
|
|
128
|
-
* @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
|
|
129
|
-
* @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
|
|
130
|
-
* @param {*} [options] Override http request option.
|
|
131
|
-
* @throws {RequiredError}
|
|
132
|
-
*/
|
|
133
|
-
getShipmentLabels(limit?: number, sortOrder?: 'ASC' | 'DESC', nextToken?: string, labelCreatedAfter?: string, labelcreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentLabels>>;
|
|
134
105
|
/**
|
|
135
106
|
* Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
136
|
-
* @param {SubmitShipmentConfirmationsRequest} body
|
|
107
|
+
* @param {SubmitShipmentConfirmationsRequest} body A request to submit shipment confirmation.
|
|
137
108
|
* @param {*} [options] Override http request option.
|
|
138
109
|
* @throws {RequiredError}
|
|
139
110
|
*/
|
|
140
111
|
submitShipmentConfirmations(body: SubmitShipmentConfirmationsRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitShipmentConfirmationsResponse>>;
|
|
141
112
|
/**
|
|
142
113
|
* Submits one or more shipment request for vendor Orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
143
|
-
* @param {SubmitShipments} body
|
|
114
|
+
* @param {SubmitShipments} body A request to submit shipment request.
|
|
144
115
|
* @param {*} [options] Override http request option.
|
|
145
116
|
* @throws {RequiredError}
|
|
146
117
|
*/
|
|
@@ -158,13 +129,6 @@ export declare const VendorShippingApiFactory: (configuration?: Configuration, b
|
|
|
158
129
|
* @throws {RequiredError}
|
|
159
130
|
*/
|
|
160
131
|
getShipmentDetails(requestParameters?: VendorShippingApiGetShipmentDetailsRequest, options?: AxiosRequestConfig): AxiosPromise<GetShipmentDetailsResponse>;
|
|
161
|
-
/**
|
|
162
|
-
* Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
163
|
-
* @param {VendorShippingApiGetShipmentLabelsRequest} requestParameters Request parameters.
|
|
164
|
-
* @param {*} [options] Override http request option.
|
|
165
|
-
* @throws {RequiredError}
|
|
166
|
-
*/
|
|
167
|
-
getShipmentLabels(requestParameters?: VendorShippingApiGetShipmentLabelsRequest, options?: AxiosRequestConfig): AxiosPromise<GetShipmentLabels>;
|
|
168
132
|
/**
|
|
169
133
|
* Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
170
134
|
* @param {VendorShippingApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
|
|
@@ -205,97 +169,97 @@ export interface VendorShippingApiGetShipmentDetailsRequest {
|
|
|
205
169
|
*/
|
|
206
170
|
readonly nextToken?: string;
|
|
207
171
|
/**
|
|
208
|
-
* Get Shipment Details that became available after this timestamp will be included in the result. Must be in
|
|
172
|
+
* Get Shipment Details that became available after this timestamp will be included in the result. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
209
173
|
* @type {string}
|
|
210
174
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
211
175
|
*/
|
|
212
176
|
readonly createdAfter?: string;
|
|
213
177
|
/**
|
|
214
|
-
* Get Shipment Details that became available before this timestamp will be included in the result. Must be in
|
|
178
|
+
* Get Shipment Details that became available before this timestamp will be included in the result. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
215
179
|
* @type {string}
|
|
216
180
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
217
181
|
*/
|
|
218
182
|
readonly createdBefore?: string;
|
|
219
183
|
/**
|
|
220
|
-
* Get Shipment Details by passing Shipment confirmed create Date Before. Must be in
|
|
184
|
+
* Get Shipment Details by passing Shipment confirmed create Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
221
185
|
* @type {string}
|
|
222
186
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
223
187
|
*/
|
|
224
188
|
readonly shipmentConfirmedBefore?: string;
|
|
225
189
|
/**
|
|
226
|
-
* Get Shipment Details by passing Shipment confirmed create Date After. Must be in
|
|
190
|
+
* Get Shipment Details by passing Shipment confirmed create Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
227
191
|
* @type {string}
|
|
228
192
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
229
193
|
*/
|
|
230
194
|
readonly shipmentConfirmedAfter?: string;
|
|
231
195
|
/**
|
|
232
|
-
* Get Shipment Details by passing Package label create Date by buyer. Must be in
|
|
196
|
+
* Get Shipment Details by passing Package label create Date by buyer. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
233
197
|
* @type {string}
|
|
234
198
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
235
199
|
*/
|
|
236
200
|
readonly packageLabelCreatedBefore?: string;
|
|
237
201
|
/**
|
|
238
|
-
* Get Shipment Details by passing Package label create Date After by buyer. Must be in
|
|
202
|
+
* Get Shipment Details by passing Package label create Date After by buyer. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
239
203
|
* @type {string}
|
|
240
204
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
241
205
|
*/
|
|
242
206
|
readonly packageLabelCreatedAfter?: string;
|
|
243
207
|
/**
|
|
244
|
-
* Get Shipment Details by passing Shipped Date Before. Must be in
|
|
208
|
+
* Get Shipment Details by passing Shipped Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
245
209
|
* @type {string}
|
|
246
210
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
247
211
|
*/
|
|
248
212
|
readonly shippedBefore?: string;
|
|
249
213
|
/**
|
|
250
|
-
* Get Shipment Details by passing Shipped Date After. Must be in
|
|
214
|
+
* Get Shipment Details by passing Shipped Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
251
215
|
* @type {string}
|
|
252
216
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
253
217
|
*/
|
|
254
218
|
readonly shippedAfter?: string;
|
|
255
219
|
/**
|
|
256
|
-
* Get Shipment Details by passing Estimated Delivery Date Before. Must be in
|
|
220
|
+
* Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
257
221
|
* @type {string}
|
|
258
222
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
259
223
|
*/
|
|
260
224
|
readonly estimatedDeliveryBefore?: string;
|
|
261
225
|
/**
|
|
262
|
-
* Get Shipment Details by passing Estimated Delivery Date Before. Must be in
|
|
226
|
+
* Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
263
227
|
* @type {string}
|
|
264
228
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
265
229
|
*/
|
|
266
230
|
readonly estimatedDeliveryAfter?: string;
|
|
267
231
|
/**
|
|
268
|
-
* Get Shipment Details by passing Shipment Delivery Date Before. Must be in
|
|
232
|
+
* Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
269
233
|
* @type {string}
|
|
270
234
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
271
235
|
*/
|
|
272
236
|
readonly shipmentDeliveryBefore?: string;
|
|
273
237
|
/**
|
|
274
|
-
* Get Shipment Details by passing Shipment Delivery Date After. Must be in
|
|
238
|
+
* Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
275
239
|
* @type {string}
|
|
276
240
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
277
241
|
*/
|
|
278
242
|
readonly shipmentDeliveryAfter?: string;
|
|
279
243
|
/**
|
|
280
|
-
* Get Shipment Details by passing Before Requested pickup date. Must be in
|
|
244
|
+
* Get Shipment Details by passing Before Requested pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
281
245
|
* @type {string}
|
|
282
246
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
283
247
|
*/
|
|
284
248
|
readonly requestedPickUpBefore?: string;
|
|
285
249
|
/**
|
|
286
|
-
* Get Shipment Details by passing After Requested pickup date. Must be in
|
|
250
|
+
* Get Shipment Details by passing After Requested pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
287
251
|
* @type {string}
|
|
288
252
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
289
253
|
*/
|
|
290
254
|
readonly requestedPickUpAfter?: string;
|
|
291
255
|
/**
|
|
292
|
-
* Get Shipment Details by passing Before scheduled pickup date. Must be in
|
|
256
|
+
* Get Shipment Details by passing Before scheduled pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
293
257
|
* @type {string}
|
|
294
258
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
295
259
|
*/
|
|
296
260
|
readonly scheduledPickUpBefore?: string;
|
|
297
261
|
/**
|
|
298
|
-
* Get Shipment Details by passing After Scheduled pickup date. Must be in
|
|
262
|
+
* Get Shipment Details by passing After Scheduled pickup date. Must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
|
|
299
263
|
* @type {string}
|
|
300
264
|
* @memberof VendorShippingApiGetShipmentDetails
|
|
301
265
|
*/
|
|
@@ -331,61 +295,6 @@ export interface VendorShippingApiGetShipmentDetailsRequest {
|
|
|
331
295
|
*/
|
|
332
296
|
readonly sellerWarehouseCode?: string;
|
|
333
297
|
}
|
|
334
|
-
/**
|
|
335
|
-
* Request parameters for getShipmentLabels operation in VendorShippingApi.
|
|
336
|
-
* @export
|
|
337
|
-
* @interface VendorShippingApiGetShipmentLabelsRequest
|
|
338
|
-
*/
|
|
339
|
-
export interface VendorShippingApiGetShipmentLabelsRequest {
|
|
340
|
-
/**
|
|
341
|
-
* The limit to the number of records returned. Default value is 50 records.
|
|
342
|
-
* @type {number}
|
|
343
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
344
|
-
*/
|
|
345
|
-
readonly limit?: number;
|
|
346
|
-
/**
|
|
347
|
-
* Sort in ascending or descending order by transport label creation date.
|
|
348
|
-
* @type {'ASC' | 'DESC'}
|
|
349
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
350
|
-
*/
|
|
351
|
-
readonly sortOrder?: 'ASC' | 'DESC';
|
|
352
|
-
/**
|
|
353
|
-
* Used for pagination when there are more transport label than the specified result size limit.
|
|
354
|
-
* @type {string}
|
|
355
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
356
|
-
*/
|
|
357
|
-
readonly nextToken?: string;
|
|
358
|
-
/**
|
|
359
|
-
* transport Labels that became available after this timestamp will be included in the result. Must be in ISO-8601 date/time format.
|
|
360
|
-
* @type {string}
|
|
361
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
362
|
-
*/
|
|
363
|
-
readonly labelCreatedAfter?: string;
|
|
364
|
-
/**
|
|
365
|
-
* transport Labels that became available before this timestamp will be included in the result. Must be in ISO-8601 date/time format.
|
|
366
|
-
* @type {string}
|
|
367
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
368
|
-
*/
|
|
369
|
-
readonly labelcreatedBefore?: string;
|
|
370
|
-
/**
|
|
371
|
-
* Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
|
|
372
|
-
* @type {string}
|
|
373
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
374
|
-
*/
|
|
375
|
-
readonly buyerReferenceNumber?: string;
|
|
376
|
-
/**
|
|
377
|
-
* Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
|
|
378
|
-
* @type {string}
|
|
379
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
380
|
-
*/
|
|
381
|
-
readonly vendorShipmentIdentifier?: string;
|
|
382
|
-
/**
|
|
383
|
-
* Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
|
|
384
|
-
* @type {string}
|
|
385
|
-
* @memberof VendorShippingApiGetShipmentLabels
|
|
386
|
-
*/
|
|
387
|
-
readonly sellerWarehouseCode?: string;
|
|
388
|
-
}
|
|
389
298
|
/**
|
|
390
299
|
* Request parameters for submitShipmentConfirmations operation in VendorShippingApi.
|
|
391
300
|
* @export
|
|
@@ -393,7 +302,7 @@ export interface VendorShippingApiGetShipmentLabelsRequest {
|
|
|
393
302
|
*/
|
|
394
303
|
export interface VendorShippingApiSubmitShipmentConfirmationsRequest {
|
|
395
304
|
/**
|
|
396
|
-
*
|
|
305
|
+
* A request to submit shipment confirmation.
|
|
397
306
|
* @type {SubmitShipmentConfirmationsRequest}
|
|
398
307
|
* @memberof VendorShippingApiSubmitShipmentConfirmations
|
|
399
308
|
*/
|
|
@@ -406,7 +315,7 @@ export interface VendorShippingApiSubmitShipmentConfirmationsRequest {
|
|
|
406
315
|
*/
|
|
407
316
|
export interface VendorShippingApiSubmitShipmentsRequest {
|
|
408
317
|
/**
|
|
409
|
-
*
|
|
318
|
+
* A request to submit shipment request.
|
|
410
319
|
* @type {SubmitShipments}
|
|
411
320
|
* @memberof VendorShippingApiSubmitShipments
|
|
412
321
|
*/
|
|
@@ -427,14 +336,6 @@ export declare class VendorShippingApi extends BaseAPI {
|
|
|
427
336
|
* @memberof VendorShippingApi
|
|
428
337
|
*/
|
|
429
338
|
getShipmentDetails(requestParameters?: VendorShippingApiGetShipmentDetailsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentDetailsResponse, any>>;
|
|
430
|
-
/**
|
|
431
|
-
* Returns transport Labels based on the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
432
|
-
* @param {VendorShippingApiGetShipmentLabelsRequest} requestParameters Request parameters.
|
|
433
|
-
* @param {*} [options] Override http request option.
|
|
434
|
-
* @throws {RequiredError}
|
|
435
|
-
* @memberof VendorShippingApi
|
|
436
|
-
*/
|
|
437
|
-
getShipmentLabels(requestParameters?: VendorShippingApiGetShipmentLabelsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentLabels, any>>;
|
|
438
339
|
/**
|
|
439
340
|
* Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
440
341
|
* @param {VendorShippingApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
|
|
@@ -15,7 +15,7 @@ import { InnerContainersDetails } from './inner-containers-details';
|
|
|
15
15
|
import { PackedItems } from './packed-items';
|
|
16
16
|
import { Weight } from './weight';
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* A list of the items in this transportation and their associated inner container details. If any of the item detail fields are common at a carton or a pallet level, provide them at the corresponding carton or pallet level.
|
|
19
19
|
* @export
|
|
20
20
|
* @interface Containers
|
|
21
21
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { Duration } from './duration';
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Expiry refers to the collection of dates required for certain items. These could be either expiryDate or mfgDate and expiryAfterDuration. These are mandatory for perishable items.
|
|
15
15
|
* @export
|
|
16
16
|
* @interface Expiry
|
|
17
17
|
*/
|
|
@@ -11,30 +11,25 @@ export * from './dimensions';
|
|
|
11
11
|
export * from './duration';
|
|
12
12
|
export * from './expiry';
|
|
13
13
|
export * from './get-shipment-details-response';
|
|
14
|
-
export * from './get-shipment-labels';
|
|
15
14
|
export * from './import-details';
|
|
16
15
|
export * from './inner-containers-details';
|
|
17
16
|
export * from './item';
|
|
18
17
|
export * from './item-details';
|
|
19
18
|
export * from './item-quantity';
|
|
20
|
-
export * from './label-data';
|
|
21
19
|
export * from './location';
|
|
22
20
|
export * from './model-error';
|
|
23
21
|
export * from './money';
|
|
24
22
|
export * from './package-item-details';
|
|
25
23
|
export * from './packed-items';
|
|
26
|
-
export * from './packed-quantity';
|
|
27
24
|
export * from './pagination';
|
|
28
25
|
export * from './pallet';
|
|
29
26
|
export * from './party-identification';
|
|
30
|
-
export * from './purchase-order-item-details';
|
|
31
27
|
export * from './purchase-order-items';
|
|
32
28
|
export * from './purchase-orders';
|
|
33
29
|
export * from './route';
|
|
34
30
|
export * from './shipment';
|
|
35
31
|
export * from './shipment-confirmation';
|
|
36
32
|
export * from './shipment-details';
|
|
37
|
-
export * from './shipment-information';
|
|
38
33
|
export * from './shipment-measurements';
|
|
39
34
|
export * from './shipment-status-details';
|
|
40
35
|
export * from './stop';
|
|
@@ -43,10 +38,8 @@ export * from './submit-shipment-confirmations-response';
|
|
|
43
38
|
export * from './submit-shipments';
|
|
44
39
|
export * from './tax-registration-details';
|
|
45
40
|
export * from './transaction-reference';
|
|
46
|
-
export * from './transport-label';
|
|
47
41
|
export * from './transport-shipment-measurements';
|
|
48
42
|
export * from './transportation-details';
|
|
49
|
-
export * from './transportation-
|
|
50
|
-
export * from './vendor-details';
|
|
43
|
+
export * from './transportation-details-for-shipment-confirmation';
|
|
51
44
|
export * from './volume';
|
|
52
45
|
export * from './weight';
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* The pagination elements required to retrieve the remaining data.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface Pagination
|
|
16
16
|
*/
|
|
17
17
|
export interface Pagination {
|
|
18
18
|
/**
|
|
19
|
-
* A generated string used to pass information to your next request. If NextToken is returned, pass the value of NextToken to the next request. If NextToken is not returned, there are no more
|
|
19
|
+
* A generated string used to pass information to your next request. If NextToken is returned, pass the value of NextToken to the next request. If NextToken is not returned, there are no more shipment items to return.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Pagination
|
|
22
22
|
*/
|