@sp-api-sdk/vendor-shipments-api-v1 2.4.2 → 2.5.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/api-model/api/{vendor-shipping-api.js → vendor-shipments-api.js} +153 -32
- package/dist/cjs/api-model/api.js +2 -2
- package/dist/cjs/api-model/base.js +1 -1
- package/dist/cjs/api-model/common.js +1 -1
- package/dist/cjs/api-model/configuration.js +1 -1
- package/dist/cjs/api-model/index.js +1 -1
- package/dist/cjs/api-model/models/address.js +1 -1
- package/dist/cjs/api-model/models/carrier-details.js +1 -1
- package/dist/cjs/api-model/models/carton-reference-details.js +1 -1
- package/dist/cjs/api-model/models/carton.js +1 -1
- package/dist/cjs/api-model/models/collect-freight-pickup-details.js +1 -1
- package/dist/cjs/api-model/models/container-identification.js +1 -1
- package/dist/cjs/api-model/models/container-item.js +1 -1
- package/dist/cjs/api-model/models/container-sequence-numbers.js +1 -1
- package/dist/cjs/api-model/models/containers.js +1 -1
- package/dist/cjs/api-model/models/dimensions.js +1 -1
- package/dist/cjs/api-model/models/duration.js +1 -1
- package/dist/cjs/api-model/models/expiry.js +1 -1
- package/dist/cjs/api-model/models/get-shipment-details-response.js +1 -1
- package/dist/cjs/api-model/models/get-shipment-labels.js +15 -0
- package/dist/cjs/api-model/models/import-details.js +1 -1
- package/dist/cjs/api-model/models/index.js +9 -0
- package/dist/cjs/api-model/models/inner-containers-details.js +1 -1
- package/dist/cjs/api-model/models/item-details.js +1 -1
- package/dist/cjs/api-model/models/item-quantity.js +1 -1
- package/dist/cjs/api-model/models/item.js +1 -1
- package/dist/cjs/api-model/models/label-data.js +19 -0
- package/dist/cjs/api-model/models/location.js +1 -1
- package/dist/cjs/api-model/models/model-error.js +1 -1
- package/dist/cjs/api-model/models/money.js +1 -1
- package/dist/cjs/api-model/models/package-item-details.js +1 -1
- package/dist/cjs/api-model/models/packed-items.js +1 -1
- package/dist/cjs/api-model/models/packed-quantity.js +20 -0
- package/dist/cjs/api-model/models/pagination.js +1 -1
- package/dist/cjs/api-model/models/pallet.js +1 -1
- package/dist/cjs/api-model/models/party-identification.js +1 -1
- package/dist/cjs/api-model/models/purchase-order-item-details.js +15 -0
- package/dist/cjs/api-model/models/purchase-order-items.js +1 -1
- package/dist/cjs/api-model/models/purchase-orders.js +1 -1
- package/dist/cjs/api-model/models/route.js +1 -1
- package/dist/cjs/api-model/models/shipment-confirmation.js +1 -1
- package/dist/cjs/api-model/models/shipment-details.js +1 -1
- package/dist/cjs/api-model/models/shipment-information.js +20 -0
- package/dist/cjs/api-model/models/shipment-measurements.js +1 -1
- package/dist/cjs/api-model/models/shipment-status-details.js +1 -1
- package/dist/cjs/api-model/models/shipment.js +1 -1
- package/dist/cjs/api-model/models/stop.js +1 -1
- package/dist/cjs/api-model/models/submit-shipment-confirmations-request.js +1 -1
- package/dist/cjs/api-model/models/submit-shipment-confirmations-response.js +1 -1
- package/dist/cjs/api-model/models/submit-shipments.js +1 -1
- package/dist/cjs/api-model/models/tax-registration-details.js +1 -1
- package/dist/cjs/api-model/models/total-weight.js +22 -0
- package/dist/cjs/api-model/models/transaction-reference.js +1 -1
- package/dist/cjs/api-model/models/transport-label.js +15 -0
- package/dist/cjs/api-model/models/transport-shipment-measurements.js +1 -1
- package/dist/cjs/api-model/models/transportation-details-for-shipment-confirmation.js +1 -1
- package/dist/cjs/api-model/models/transportation-details.js +1 -1
- package/dist/cjs/api-model/models/transportation-labels.js +15 -0
- package/dist/cjs/api-model/models/vendor-details.js +15 -0
- package/dist/cjs/api-model/models/volume.js +1 -1
- package/dist/cjs/api-model/models/weight.js +1 -1
- package/dist/cjs/client.js +8 -1
- package/dist/es/api-model/api/{vendor-shipping-api.js → vendor-shipments-api.js} +148 -27
- package/dist/es/api-model/api.js +2 -2
- package/dist/es/api-model/base.js +1 -1
- package/dist/es/api-model/common.js +1 -1
- package/dist/es/api-model/configuration.js +1 -1
- package/dist/es/api-model/index.js +1 -1
- package/dist/es/api-model/models/address.js +1 -1
- package/dist/es/api-model/models/carrier-details.js +1 -1
- package/dist/es/api-model/models/carton-reference-details.js +1 -1
- package/dist/es/api-model/models/carton.js +1 -1
- package/dist/es/api-model/models/collect-freight-pickup-details.js +1 -1
- package/dist/es/api-model/models/container-identification.js +1 -1
- package/dist/es/api-model/models/container-item.js +1 -1
- package/dist/es/api-model/models/container-sequence-numbers.js +1 -1
- package/dist/es/api-model/models/containers.js +1 -1
- package/dist/es/api-model/models/dimensions.js +1 -1
- package/dist/es/api-model/models/duration.js +1 -1
- package/dist/es/api-model/models/expiry.js +1 -1
- package/dist/es/api-model/models/get-shipment-details-response.js +1 -1
- package/dist/es/api-model/models/get-shipment-labels.js +14 -0
- package/dist/es/api-model/models/import-details.js +1 -1
- package/dist/es/api-model/models/index.js +9 -0
- package/dist/es/api-model/models/inner-containers-details.js +1 -1
- package/dist/es/api-model/models/item-details.js +1 -1
- package/dist/es/api-model/models/item-quantity.js +1 -1
- package/dist/es/api-model/models/item.js +1 -1
- package/dist/es/api-model/models/label-data.js +16 -0
- package/dist/es/api-model/models/location.js +1 -1
- package/dist/es/api-model/models/model-error.js +1 -1
- package/dist/es/api-model/models/money.js +1 -1
- package/dist/es/api-model/models/package-item-details.js +1 -1
- package/dist/es/api-model/models/packed-items.js +1 -1
- package/dist/es/api-model/models/packed-quantity.js +17 -0
- package/dist/es/api-model/models/pagination.js +1 -1
- package/dist/es/api-model/models/pallet.js +1 -1
- package/dist/es/api-model/models/party-identification.js +1 -1
- package/dist/es/api-model/models/purchase-order-item-details.js +14 -0
- package/dist/es/api-model/models/purchase-order-items.js +1 -1
- package/dist/es/api-model/models/purchase-orders.js +1 -1
- package/dist/es/api-model/models/route.js +1 -1
- package/dist/es/api-model/models/shipment-confirmation.js +1 -1
- package/dist/es/api-model/models/shipment-details.js +1 -1
- package/dist/es/api-model/models/shipment-information.js +17 -0
- package/dist/es/api-model/models/shipment-measurements.js +1 -1
- package/dist/es/api-model/models/shipment-status-details.js +1 -1
- package/dist/es/api-model/models/shipment.js +1 -1
- package/dist/es/api-model/models/stop.js +1 -1
- package/dist/es/api-model/models/submit-shipment-confirmations-request.js +1 -1
- package/dist/es/api-model/models/submit-shipment-confirmations-response.js +1 -1
- package/dist/es/api-model/models/submit-shipments.js +1 -1
- package/dist/es/api-model/models/tax-registration-details.js +1 -1
- package/dist/es/api-model/models/total-weight.js +19 -0
- package/dist/es/api-model/models/transaction-reference.js +1 -1
- package/dist/es/api-model/models/transport-label.js +14 -0
- package/dist/es/api-model/models/transport-shipment-measurements.js +1 -1
- package/dist/es/api-model/models/transportation-details-for-shipment-confirmation.js +1 -1
- package/dist/es/api-model/models/transportation-details.js +1 -1
- package/dist/es/api-model/models/transportation-labels.js +14 -0
- package/dist/es/api-model/models/vendor-details.js +14 -0
- package/dist/es/api-model/models/volume.js +1 -1
- package/dist/es/api-model/models/weight.js +1 -1
- package/dist/es/client.js +9 -2
- package/dist/types/api-model/api/{vendor-shipping-api.d.ts → vendor-shipments-api.d.ts} +183 -60
- package/dist/types/api-model/api.d.ts +2 -2
- package/dist/types/api-model/base.d.ts +1 -1
- package/dist/types/api-model/common.d.ts +1 -1
- package/dist/types/api-model/configuration.d.ts +1 -1
- package/dist/types/api-model/index.d.ts +1 -1
- package/dist/types/api-model/models/address.d.ts +1 -1
- package/dist/types/api-model/models/carrier-details.d.ts +1 -1
- package/dist/types/api-model/models/carton-reference-details.d.ts +1 -1
- package/dist/types/api-model/models/carton.d.ts +1 -1
- package/dist/types/api-model/models/collect-freight-pickup-details.d.ts +1 -1
- package/dist/types/api-model/models/container-identification.d.ts +1 -1
- package/dist/types/api-model/models/container-item.d.ts +1 -1
- package/dist/types/api-model/models/container-sequence-numbers.d.ts +1 -1
- package/dist/types/api-model/models/containers.d.ts +1 -1
- package/dist/types/api-model/models/dimensions.d.ts +1 -1
- package/dist/types/api-model/models/duration.d.ts +1 -1
- package/dist/types/api-model/models/expiry.d.ts +1 -1
- package/dist/types/api-model/models/get-shipment-details-response.d.ts +1 -1
- package/dist/types/api-model/models/get-shipment-labels.d.ts +31 -0
- package/dist/types/api-model/models/import-details.d.ts +1 -1
- package/dist/types/api-model/models/index.d.ts +9 -0
- package/dist/types/api-model/models/inner-containers-details.d.ts +1 -1
- package/dist/types/api-model/models/item-details.d.ts +1 -1
- package/dist/types/api-model/models/item-quantity.d.ts +8 -1
- package/dist/types/api-model/models/item.d.ts +1 -1
- package/dist/types/api-model/models/label-data.d.ts +52 -0
- package/dist/types/api-model/models/location.d.ts +1 -1
- package/dist/types/api-model/models/model-error.d.ts +1 -1
- package/dist/types/api-model/models/money.d.ts +1 -1
- package/dist/types/api-model/models/package-item-details.d.ts +1 -1
- package/dist/types/api-model/models/packed-items.d.ts +1 -1
- package/dist/types/api-model/models/packed-quantity.d.ts +41 -0
- package/dist/types/api-model/models/pagination.d.ts +1 -1
- package/dist/types/api-model/models/pallet.d.ts +1 -1
- package/dist/types/api-model/models/party-identification.d.ts +1 -1
- package/dist/types/api-model/models/purchase-order-item-details.d.ts +25 -0
- package/dist/types/api-model/models/purchase-order-items.d.ts +1 -1
- package/dist/types/api-model/models/purchase-orders.d.ts +1 -1
- package/dist/types/api-model/models/route.d.ts +1 -1
- package/dist/types/api-model/models/shipment-confirmation.d.ts +1 -1
- package/dist/types/api-model/models/shipment-details.d.ts +1 -1
- package/dist/types/api-model/models/shipment-information.d.ts +73 -0
- package/dist/types/api-model/models/shipment-measurements.d.ts +1 -1
- package/dist/types/api-model/models/shipment-status-details.d.ts +1 -1
- package/dist/types/api-model/models/shipment.d.ts +1 -1
- package/dist/types/api-model/models/stop.d.ts +1 -1
- package/dist/types/api-model/models/submit-shipment-confirmations-request.d.ts +1 -1
- package/dist/types/api-model/models/submit-shipment-confirmations-response.d.ts +1 -1
- package/dist/types/api-model/models/submit-shipments.d.ts +1 -1
- package/dist/types/api-model/models/tax-registration-details.d.ts +1 -1
- package/dist/types/api-model/models/total-weight.d.ts +37 -0
- package/dist/types/api-model/models/transaction-reference.d.ts +1 -1
- package/dist/types/api-model/models/transport-label.d.ts +38 -0
- package/dist/types/api-model/models/transport-shipment-measurements.d.ts +1 -1
- package/dist/types/api-model/models/transportation-details-for-shipment-confirmation.d.ts +1 -1
- package/dist/types/api-model/models/transportation-details.d.ts +1 -1
- package/dist/types/api-model/models/transportation-labels.d.ts +32 -0
- package/dist/types/api-model/models/vendor-details.d.ts +31 -0
- package/dist/types/api-model/models/volume.d.ts +1 -1
- package/dist/types/api-model/models/weight.d.ts +1 -1
- package/dist/types/client.d.ts +2 -2
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.GetShipmentDetailsSortOrderEnum = exports.
|
|
19
|
+
exports.GetShipmentLabelsSortOrderEnum = exports.GetShipmentDetailsSortOrderEnum = exports.VendorShipmentsApi = exports.VendorShipmentsApiFactory = exports.VendorShipmentsApiFp = exports.VendorShipmentsApiAxiosParamCreator = void 0;
|
|
20
20
|
const axios_1 = __importDefault(require("axios"));
|
|
21
21
|
// Some imports not used depending on template conditions
|
|
22
22
|
// @ts-ignore
|
|
@@ -24,13 +24,14 @@ const common_1 = require("../common");
|
|
|
24
24
|
// @ts-ignore
|
|
25
25
|
const base_1 = require("../base");
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* VendorShipmentsApi - axios parameter creator
|
|
28
28
|
* @export
|
|
29
29
|
*/
|
|
30
|
-
const
|
|
30
|
+
const VendorShipmentsApiAxiosParamCreator = function (configuration) {
|
|
31
31
|
return {
|
|
32
32
|
/**
|
|
33
33
|
* Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value 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).
|
|
34
|
+
* @summary GetShipmentDetails
|
|
34
35
|
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
35
36
|
* @param {GetShipmentDetailsSortOrderEnum} [sortOrder] Sort in ascending or descending order by purchase order creation date.
|
|
36
37
|
* @param {string} [nextToken] Used for pagination when there are more shipments than the specified result size limit.
|
|
@@ -181,8 +182,70 @@ const VendorShippingApiAxiosParamCreator = function (configuration) {
|
|
|
181
182
|
options: localVarRequestOptions,
|
|
182
183
|
};
|
|
183
184
|
},
|
|
185
|
+
/**
|
|
186
|
+
* 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).
|
|
187
|
+
* @summary GetShipmentLabels
|
|
188
|
+
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
189
|
+
* @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort in ascending or descending order by transport label creation date.
|
|
190
|
+
* @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
|
|
191
|
+
* @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.
|
|
192
|
+
* @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.
|
|
193
|
+
* @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
|
|
194
|
+
* @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
|
|
195
|
+
* @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
|
|
196
|
+
* @param {*} [options] Override http request option.
|
|
197
|
+
* @throws {RequiredError}
|
|
198
|
+
*/
|
|
199
|
+
getShipmentLabels: async (limit, sortOrder, nextToken, labelCreatedAfter, labelcreatedBefore, buyerReferenceNumber, vendorShipmentIdentifier, sellerWarehouseCode, options = {}) => {
|
|
200
|
+
const localVarPath = `/vendor/shipping/v1/transportLabels`;
|
|
201
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
202
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
203
|
+
let baseOptions;
|
|
204
|
+
if (configuration) {
|
|
205
|
+
baseOptions = configuration.baseOptions;
|
|
206
|
+
}
|
|
207
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
208
|
+
const localVarHeaderParameter = {};
|
|
209
|
+
const localVarQueryParameter = {};
|
|
210
|
+
if (limit !== undefined) {
|
|
211
|
+
localVarQueryParameter['limit'] = limit;
|
|
212
|
+
}
|
|
213
|
+
if (sortOrder !== undefined) {
|
|
214
|
+
localVarQueryParameter['sortOrder'] = sortOrder;
|
|
215
|
+
}
|
|
216
|
+
if (nextToken !== undefined) {
|
|
217
|
+
localVarQueryParameter['nextToken'] = nextToken;
|
|
218
|
+
}
|
|
219
|
+
if (labelCreatedAfter !== undefined) {
|
|
220
|
+
localVarQueryParameter['labelCreatedAfter'] = (labelCreatedAfter instanceof Date) ?
|
|
221
|
+
labelCreatedAfter.toISOString() :
|
|
222
|
+
labelCreatedAfter;
|
|
223
|
+
}
|
|
224
|
+
if (labelcreatedBefore !== undefined) {
|
|
225
|
+
localVarQueryParameter['labelcreatedBefore'] = (labelcreatedBefore instanceof Date) ?
|
|
226
|
+
labelcreatedBefore.toISOString() :
|
|
227
|
+
labelcreatedBefore;
|
|
228
|
+
}
|
|
229
|
+
if (buyerReferenceNumber !== undefined) {
|
|
230
|
+
localVarQueryParameter['buyerReferenceNumber'] = buyerReferenceNumber;
|
|
231
|
+
}
|
|
232
|
+
if (vendorShipmentIdentifier !== undefined) {
|
|
233
|
+
localVarQueryParameter['vendorShipmentIdentifier'] = vendorShipmentIdentifier;
|
|
234
|
+
}
|
|
235
|
+
if (sellerWarehouseCode !== undefined) {
|
|
236
|
+
localVarQueryParameter['sellerWarehouseCode'] = sellerWarehouseCode;
|
|
237
|
+
}
|
|
238
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
239
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
240
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
241
|
+
return {
|
|
242
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
243
|
+
options: localVarRequestOptions,
|
|
244
|
+
};
|
|
245
|
+
},
|
|
184
246
|
/**
|
|
185
247
|
* 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).
|
|
248
|
+
* @summary SubmitShipmentConfirmations
|
|
186
249
|
* @param {SubmitShipmentConfirmationsRequest} body A request to submit shipment confirmation.
|
|
187
250
|
* @param {*} [options] Override http request option.
|
|
188
251
|
* @throws {RequiredError}
|
|
@@ -212,6 +275,7 @@ const VendorShippingApiAxiosParamCreator = function (configuration) {
|
|
|
212
275
|
},
|
|
213
276
|
/**
|
|
214
277
|
* 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).
|
|
278
|
+
* @summary SubmitShipments
|
|
215
279
|
* @param {SubmitShipments} body A request to submit shipment request.
|
|
216
280
|
* @param {*} [options] Override http request option.
|
|
217
281
|
* @throws {RequiredError}
|
|
@@ -241,16 +305,17 @@ const VendorShippingApiAxiosParamCreator = function (configuration) {
|
|
|
241
305
|
},
|
|
242
306
|
};
|
|
243
307
|
};
|
|
244
|
-
exports.
|
|
308
|
+
exports.VendorShipmentsApiAxiosParamCreator = VendorShipmentsApiAxiosParamCreator;
|
|
245
309
|
/**
|
|
246
|
-
*
|
|
310
|
+
* VendorShipmentsApi - functional programming interface
|
|
247
311
|
* @export
|
|
248
312
|
*/
|
|
249
|
-
const
|
|
250
|
-
const localVarAxiosParamCreator = (0, exports.
|
|
313
|
+
const VendorShipmentsApiFp = function (configuration) {
|
|
314
|
+
const localVarAxiosParamCreator = (0, exports.VendorShipmentsApiAxiosParamCreator)(configuration);
|
|
251
315
|
return {
|
|
252
316
|
/**
|
|
253
317
|
* Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value 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).
|
|
318
|
+
* @summary GetShipmentDetails
|
|
254
319
|
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
255
320
|
* @param {GetShipmentDetailsSortOrderEnum} [sortOrder] Sort in ascending or descending order by purchase order creation date.
|
|
256
321
|
* @param {string} [nextToken] Used for pagination when there are more shipments than the specified result size limit.
|
|
@@ -281,11 +346,32 @@ const VendorShippingApiFp = function (configuration) {
|
|
|
281
346
|
async getShipmentDetails(limit, sortOrder, nextToken, createdAfter, createdBefore, shipmentConfirmedBefore, shipmentConfirmedAfter, packageLabelCreatedBefore, packageLabelCreatedAfter, shippedBefore, shippedAfter, estimatedDeliveryBefore, estimatedDeliveryAfter, shipmentDeliveryBefore, shipmentDeliveryAfter, requestedPickUpBefore, requestedPickUpAfter, scheduledPickUpBefore, scheduledPickUpAfter, currentShipmentStatus, vendorShipmentIdentifier, buyerReferenceNumber, buyerWarehouseCode, sellerWarehouseCode, options) {
|
|
282
347
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentDetails(limit, sortOrder, nextToken, createdAfter, createdBefore, shipmentConfirmedBefore, shipmentConfirmedAfter, packageLabelCreatedBefore, packageLabelCreatedAfter, shippedBefore, shippedAfter, estimatedDeliveryBefore, estimatedDeliveryAfter, shipmentDeliveryBefore, shipmentDeliveryAfter, requestedPickUpBefore, requestedPickUpAfter, scheduledPickUpBefore, scheduledPickUpAfter, currentShipmentStatus, vendorShipmentIdentifier, buyerReferenceNumber, buyerWarehouseCode, sellerWarehouseCode, options);
|
|
283
348
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
284
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['
|
|
349
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['VendorShipmentsApi.getShipmentDetails']?.[localVarOperationServerIndex]?.url;
|
|
350
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
351
|
+
},
|
|
352
|
+
/**
|
|
353
|
+
* 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).
|
|
354
|
+
* @summary GetShipmentLabels
|
|
355
|
+
* @param {number} [limit] The limit to the number of records returned. Default value is 50 records.
|
|
356
|
+
* @param {GetShipmentLabelsSortOrderEnum} [sortOrder] Sort in ascending or descending order by transport label creation date.
|
|
357
|
+
* @param {string} [nextToken] Used for pagination when there are more transport label than the specified result size limit.
|
|
358
|
+
* @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.
|
|
359
|
+
* @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.
|
|
360
|
+
* @param {string} [buyerReferenceNumber] Get transport labels by passing Buyer Reference Number to retreive the corresponding transport label.
|
|
361
|
+
* @param {string} [vendorShipmentIdentifier] Get transport labels by passing Vendor Shipment ID to retreive the corresponding transport label.
|
|
362
|
+
* @param {string} [sellerWarehouseCode] Get Shipping labels based Vendor Warehouse code. This value should be same as \'shipFromParty.partyId\' in the Shipment.
|
|
363
|
+
* @param {*} [options] Override http request option.
|
|
364
|
+
* @throws {RequiredError}
|
|
365
|
+
*/
|
|
366
|
+
async getShipmentLabels(limit, sortOrder, nextToken, labelCreatedAfter, labelcreatedBefore, buyerReferenceNumber, vendorShipmentIdentifier, sellerWarehouseCode, options) {
|
|
367
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentLabels(limit, sortOrder, nextToken, labelCreatedAfter, labelcreatedBefore, buyerReferenceNumber, vendorShipmentIdentifier, sellerWarehouseCode, options);
|
|
368
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
369
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['VendorShipmentsApi.getShipmentLabels']?.[localVarOperationServerIndex]?.url;
|
|
285
370
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
286
371
|
},
|
|
287
372
|
/**
|
|
288
373
|
* 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).
|
|
374
|
+
* @summary SubmitShipmentConfirmations
|
|
289
375
|
* @param {SubmitShipmentConfirmationsRequest} body A request to submit shipment confirmation.
|
|
290
376
|
* @param {*} [options] Override http request option.
|
|
291
377
|
* @throws {RequiredError}
|
|
@@ -293,11 +379,12 @@ const VendorShippingApiFp = function (configuration) {
|
|
|
293
379
|
async submitShipmentConfirmations(body, options) {
|
|
294
380
|
const localVarAxiosArgs = await localVarAxiosParamCreator.submitShipmentConfirmations(body, options);
|
|
295
381
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
296
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['
|
|
382
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['VendorShipmentsApi.submitShipmentConfirmations']?.[localVarOperationServerIndex]?.url;
|
|
297
383
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
298
384
|
},
|
|
299
385
|
/**
|
|
300
386
|
* 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).
|
|
387
|
+
* @summary SubmitShipments
|
|
301
388
|
* @param {SubmitShipments} body A request to submit shipment request.
|
|
302
389
|
* @param {*} [options] Override http request option.
|
|
303
390
|
* @throws {RequiredError}
|
|
@@ -305,31 +392,43 @@ const VendorShippingApiFp = function (configuration) {
|
|
|
305
392
|
async submitShipments(body, options) {
|
|
306
393
|
const localVarAxiosArgs = await localVarAxiosParamCreator.submitShipments(body, options);
|
|
307
394
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
308
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['
|
|
395
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['VendorShipmentsApi.submitShipments']?.[localVarOperationServerIndex]?.url;
|
|
309
396
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
310
397
|
},
|
|
311
398
|
};
|
|
312
399
|
};
|
|
313
|
-
exports.
|
|
400
|
+
exports.VendorShipmentsApiFp = VendorShipmentsApiFp;
|
|
314
401
|
/**
|
|
315
|
-
*
|
|
402
|
+
* VendorShipmentsApi - factory interface
|
|
316
403
|
* @export
|
|
317
404
|
*/
|
|
318
|
-
const
|
|
319
|
-
const localVarFp = (0, exports.
|
|
405
|
+
const VendorShipmentsApiFactory = function (configuration, basePath, axios) {
|
|
406
|
+
const localVarFp = (0, exports.VendorShipmentsApiFp)(configuration);
|
|
320
407
|
return {
|
|
321
408
|
/**
|
|
322
409
|
* Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value 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).
|
|
323
|
-
* @
|
|
410
|
+
* @summary GetShipmentDetails
|
|
411
|
+
* @param {VendorShipmentsApiGetShipmentDetailsRequest} requestParameters Request parameters.
|
|
324
412
|
* @param {*} [options] Override http request option.
|
|
325
413
|
* @throws {RequiredError}
|
|
326
414
|
*/
|
|
327
415
|
getShipmentDetails(requestParameters = {}, options) {
|
|
328
416
|
return localVarFp.getShipmentDetails(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.shipmentConfirmedBefore, requestParameters.shipmentConfirmedAfter, requestParameters.packageLabelCreatedBefore, requestParameters.packageLabelCreatedAfter, requestParameters.shippedBefore, requestParameters.shippedAfter, requestParameters.estimatedDeliveryBefore, requestParameters.estimatedDeliveryAfter, requestParameters.shipmentDeliveryBefore, requestParameters.shipmentDeliveryAfter, requestParameters.requestedPickUpBefore, requestParameters.requestedPickUpAfter, requestParameters.scheduledPickUpBefore, requestParameters.scheduledPickUpAfter, requestParameters.currentShipmentStatus, requestParameters.vendorShipmentIdentifier, requestParameters.buyerReferenceNumber, requestParameters.buyerWarehouseCode, requestParameters.sellerWarehouseCode, options).then((request) => request(axios, basePath));
|
|
329
417
|
},
|
|
418
|
+
/**
|
|
419
|
+
* 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).
|
|
420
|
+
* @summary GetShipmentLabels
|
|
421
|
+
* @param {VendorShipmentsApiGetShipmentLabelsRequest} requestParameters Request parameters.
|
|
422
|
+
* @param {*} [options] Override http request option.
|
|
423
|
+
* @throws {RequiredError}
|
|
424
|
+
*/
|
|
425
|
+
getShipmentLabels(requestParameters = {}, options) {
|
|
426
|
+
return localVarFp.getShipmentLabels(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.labelCreatedAfter, requestParameters.labelcreatedBefore, requestParameters.buyerReferenceNumber, requestParameters.vendorShipmentIdentifier, requestParameters.sellerWarehouseCode, options).then((request) => request(axios, basePath));
|
|
427
|
+
},
|
|
330
428
|
/**
|
|
331
429
|
* 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).
|
|
332
|
-
* @
|
|
430
|
+
* @summary SubmitShipmentConfirmations
|
|
431
|
+
* @param {VendorShipmentsApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
|
|
333
432
|
* @param {*} [options] Override http request option.
|
|
334
433
|
* @throws {RequiredError}
|
|
335
434
|
*/
|
|
@@ -338,7 +437,8 @@ const VendorShippingApiFactory = function (configuration, basePath, axios) {
|
|
|
338
437
|
},
|
|
339
438
|
/**
|
|
340
439
|
* 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).
|
|
341
|
-
* @
|
|
440
|
+
* @summary SubmitShipments
|
|
441
|
+
* @param {VendorShipmentsApiSubmitShipmentsRequest} requestParameters Request parameters.
|
|
342
442
|
* @param {*} [options] Override http request option.
|
|
343
443
|
* @throws {RequiredError}
|
|
344
444
|
*/
|
|
@@ -347,46 +447,60 @@ const VendorShippingApiFactory = function (configuration, basePath, axios) {
|
|
|
347
447
|
},
|
|
348
448
|
};
|
|
349
449
|
};
|
|
350
|
-
exports.
|
|
450
|
+
exports.VendorShipmentsApiFactory = VendorShipmentsApiFactory;
|
|
351
451
|
/**
|
|
352
|
-
*
|
|
452
|
+
* VendorShipmentsApi - object-oriented interface
|
|
353
453
|
* @export
|
|
354
|
-
* @class
|
|
454
|
+
* @class VendorShipmentsApi
|
|
355
455
|
* @extends {BaseAPI}
|
|
356
456
|
*/
|
|
357
|
-
class
|
|
457
|
+
class VendorShipmentsApi extends base_1.BaseAPI {
|
|
358
458
|
/**
|
|
359
459
|
* Returns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value 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).
|
|
360
|
-
* @
|
|
460
|
+
* @summary GetShipmentDetails
|
|
461
|
+
* @param {VendorShipmentsApiGetShipmentDetailsRequest} requestParameters Request parameters.
|
|
361
462
|
* @param {*} [options] Override http request option.
|
|
362
463
|
* @throws {RequiredError}
|
|
363
|
-
* @memberof
|
|
464
|
+
* @memberof VendorShipmentsApi
|
|
364
465
|
*/
|
|
365
466
|
getShipmentDetails(requestParameters = {}, options) {
|
|
366
|
-
return (0, exports.
|
|
467
|
+
return (0, exports.VendorShipmentsApiFp)(this.configuration).getShipmentDetails(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.createdAfter, requestParameters.createdBefore, requestParameters.shipmentConfirmedBefore, requestParameters.shipmentConfirmedAfter, requestParameters.packageLabelCreatedBefore, requestParameters.packageLabelCreatedAfter, requestParameters.shippedBefore, requestParameters.shippedAfter, requestParameters.estimatedDeliveryBefore, requestParameters.estimatedDeliveryAfter, requestParameters.shipmentDeliveryBefore, requestParameters.shipmentDeliveryAfter, requestParameters.requestedPickUpBefore, requestParameters.requestedPickUpAfter, requestParameters.scheduledPickUpBefore, requestParameters.scheduledPickUpAfter, requestParameters.currentShipmentStatus, requestParameters.vendorShipmentIdentifier, requestParameters.buyerReferenceNumber, requestParameters.buyerWarehouseCode, requestParameters.sellerWarehouseCode, options).then((request) => request(this.axios, this.basePath));
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* 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).
|
|
471
|
+
* @summary GetShipmentLabels
|
|
472
|
+
* @param {VendorShipmentsApiGetShipmentLabelsRequest} requestParameters Request parameters.
|
|
473
|
+
* @param {*} [options] Override http request option.
|
|
474
|
+
* @throws {RequiredError}
|
|
475
|
+
* @memberof VendorShipmentsApi
|
|
476
|
+
*/
|
|
477
|
+
getShipmentLabels(requestParameters = {}, options) {
|
|
478
|
+
return (0, exports.VendorShipmentsApiFp)(this.configuration).getShipmentLabels(requestParameters.limit, requestParameters.sortOrder, requestParameters.nextToken, requestParameters.labelCreatedAfter, requestParameters.labelcreatedBefore, requestParameters.buyerReferenceNumber, requestParameters.vendorShipmentIdentifier, requestParameters.sellerWarehouseCode, options).then((request) => request(this.axios, this.basePath));
|
|
367
479
|
}
|
|
368
480
|
/**
|
|
369
481
|
* 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).
|
|
370
|
-
* @
|
|
482
|
+
* @summary SubmitShipmentConfirmations
|
|
483
|
+
* @param {VendorShipmentsApiSubmitShipmentConfirmationsRequest} requestParameters Request parameters.
|
|
371
484
|
* @param {*} [options] Override http request option.
|
|
372
485
|
* @throws {RequiredError}
|
|
373
|
-
* @memberof
|
|
486
|
+
* @memberof VendorShipmentsApi
|
|
374
487
|
*/
|
|
375
488
|
submitShipmentConfirmations(requestParameters, options) {
|
|
376
|
-
return (0, exports.
|
|
489
|
+
return (0, exports.VendorShipmentsApiFp)(this.configuration).submitShipmentConfirmations(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
377
490
|
}
|
|
378
491
|
/**
|
|
379
492
|
* 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).
|
|
380
|
-
* @
|
|
493
|
+
* @summary SubmitShipments
|
|
494
|
+
* @param {VendorShipmentsApiSubmitShipmentsRequest} requestParameters Request parameters.
|
|
381
495
|
* @param {*} [options] Override http request option.
|
|
382
496
|
* @throws {RequiredError}
|
|
383
|
-
* @memberof
|
|
497
|
+
* @memberof VendorShipmentsApi
|
|
384
498
|
*/
|
|
385
499
|
submitShipments(requestParameters, options) {
|
|
386
|
-
return (0, exports.
|
|
500
|
+
return (0, exports.VendorShipmentsApiFp)(this.configuration).submitShipments(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
387
501
|
}
|
|
388
502
|
}
|
|
389
|
-
exports.
|
|
503
|
+
exports.VendorShipmentsApi = VendorShipmentsApi;
|
|
390
504
|
/**
|
|
391
505
|
* @export
|
|
392
506
|
*/
|
|
@@ -394,3 +508,10 @@ exports.GetShipmentDetailsSortOrderEnum = {
|
|
|
394
508
|
Asc: 'ASC',
|
|
395
509
|
Desc: 'DESC'
|
|
396
510
|
};
|
|
511
|
+
/**
|
|
512
|
+
* @export
|
|
513
|
+
*/
|
|
514
|
+
exports.GetShipmentLabelsSortOrderEnum = {
|
|
515
|
+
Asc: 'ASC',
|
|
516
|
+
Desc: 'DESC'
|
|
517
|
+
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -27,4 +27,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
27
27
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./api/vendor-
|
|
30
|
+
__exportStar(require("./api/vendor-shipments-api"), exports);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Vendor Shipments v1
|
|
6
|
+
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
@@ -27,25 +27,30 @@ __exportStar(require("./dimensions"), exports);
|
|
|
27
27
|
__exportStar(require("./duration"), exports);
|
|
28
28
|
__exportStar(require("./expiry"), exports);
|
|
29
29
|
__exportStar(require("./get-shipment-details-response"), exports);
|
|
30
|
+
__exportStar(require("./get-shipment-labels"), exports);
|
|
30
31
|
__exportStar(require("./import-details"), exports);
|
|
31
32
|
__exportStar(require("./inner-containers-details"), exports);
|
|
32
33
|
__exportStar(require("./item"), exports);
|
|
33
34
|
__exportStar(require("./item-details"), exports);
|
|
34
35
|
__exportStar(require("./item-quantity"), exports);
|
|
36
|
+
__exportStar(require("./label-data"), exports);
|
|
35
37
|
__exportStar(require("./location"), exports);
|
|
36
38
|
__exportStar(require("./model-error"), exports);
|
|
37
39
|
__exportStar(require("./money"), exports);
|
|
38
40
|
__exportStar(require("./package-item-details"), exports);
|
|
39
41
|
__exportStar(require("./packed-items"), exports);
|
|
42
|
+
__exportStar(require("./packed-quantity"), exports);
|
|
40
43
|
__exportStar(require("./pagination"), exports);
|
|
41
44
|
__exportStar(require("./pallet"), exports);
|
|
42
45
|
__exportStar(require("./party-identification"), exports);
|
|
46
|
+
__exportStar(require("./purchase-order-item-details"), exports);
|
|
43
47
|
__exportStar(require("./purchase-order-items"), exports);
|
|
44
48
|
__exportStar(require("./purchase-orders"), exports);
|
|
45
49
|
__exportStar(require("./route"), exports);
|
|
46
50
|
__exportStar(require("./shipment"), exports);
|
|
47
51
|
__exportStar(require("./shipment-confirmation"), exports);
|
|
48
52
|
__exportStar(require("./shipment-details"), exports);
|
|
53
|
+
__exportStar(require("./shipment-information"), exports);
|
|
49
54
|
__exportStar(require("./shipment-measurements"), exports);
|
|
50
55
|
__exportStar(require("./shipment-status-details"), exports);
|
|
51
56
|
__exportStar(require("./stop"), exports);
|
|
@@ -53,9 +58,13 @@ __exportStar(require("./submit-shipment-confirmations-request"), exports);
|
|
|
53
58
|
__exportStar(require("./submit-shipment-confirmations-response"), exports);
|
|
54
59
|
__exportStar(require("./submit-shipments"), exports);
|
|
55
60
|
__exportStar(require("./tax-registration-details"), exports);
|
|
61
|
+
__exportStar(require("./total-weight"), exports);
|
|
56
62
|
__exportStar(require("./transaction-reference"), exports);
|
|
63
|
+
__exportStar(require("./transport-label"), exports);
|
|
57
64
|
__exportStar(require("./transport-shipment-measurements"), exports);
|
|
58
65
|
__exportStar(require("./transportation-details"), exports);
|
|
59
66
|
__exportStar(require("./transportation-details-for-shipment-confirmation"), exports);
|
|
67
|
+
__exportStar(require("./transportation-labels"), exports);
|
|
68
|
+
__exportStar(require("./vendor-details"), exports);
|
|
60
69
|
__exportStar(require("./volume"), exports);
|
|
61
70
|
__exportStar(require("./weight"), exports);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Vendor Shipments v1
|
|
6
6
|
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|