@sp-api-sdk/vendor-shipments-api-v1 5.4.0 → 5.5.1
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-shipments-api.js +0 -64
- package/dist/cjs/api-model/models/index.js +0 -5
- package/dist/cjs/client.js +0 -7
- package/dist/es/api-model/api/vendor-shipments-api.js +0 -64
- package/dist/es/api-model/models/index.js +0 -5
- package/dist/es/client.js +0 -7
- package/dist/types/api-model/api/vendor-shipments-api.d.ts +0 -43
- package/dist/types/api-model/models/index.d.ts +0 -5
- package/package.json +4 -4
- package/dist/cjs/api-model/models/packed-quantity.js +0 -20
- package/dist/cjs/api-model/models/purchase-order-item-details.js +0 -15
- package/dist/cjs/api-model/models/submit-shipment-confirmation-request.js +0 -15
- package/dist/cjs/api-model/models/submit-shipment-confirmation-response.js +0 -15
- package/dist/cjs/api-model/models/submit-shipment-confirmation-result.js +0 -15
- package/dist/es/api-model/models/packed-quantity.js +0 -17
- package/dist/es/api-model/models/purchase-order-item-details.js +0 -14
- package/dist/es/api-model/models/submit-shipment-confirmation-request.js +0 -14
- package/dist/es/api-model/models/submit-shipment-confirmation-response.js +0 -14
- package/dist/es/api-model/models/submit-shipment-confirmation-result.js +0 -14
- package/dist/types/api-model/models/packed-quantity.d.ts +0 -33
- package/dist/types/api-model/models/purchase-order-item-details.d.ts +0 -18
- package/dist/types/api-model/models/submit-shipment-confirmation-request.d.ts +0 -18
- package/dist/types/api-model/models/submit-shipment-confirmation-response.d.ts +0 -22
- package/dist/types/api-model/models/submit-shipment-confirmation-result.d.ts +0 -20
|
@@ -243,37 +243,6 @@ const VendorShipmentsApiAxiosParamCreator = function (configuration) {
|
|
|
243
243
|
options: localVarRequestOptions,
|
|
244
244
|
};
|
|
245
245
|
},
|
|
246
|
-
/**
|
|
247
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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 SubmitShipmentConfirmation
|
|
249
|
-
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
250
|
-
* @param {*} [options] Override http request option.
|
|
251
|
-
* @throws {RequiredError}
|
|
252
|
-
*/
|
|
253
|
-
submitShipmentConfirmation: async (body, options = {}) => {
|
|
254
|
-
// verify required parameter 'body' is not null or undefined
|
|
255
|
-
(0, common_1.assertParamExists)('submitShipmentConfirmation', 'body', body);
|
|
256
|
-
const localVarPath = `/vendor/shipping/v1/shipmentConfirmation`;
|
|
257
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
258
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
259
|
-
let baseOptions;
|
|
260
|
-
if (configuration) {
|
|
261
|
-
baseOptions = configuration.baseOptions;
|
|
262
|
-
}
|
|
263
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
264
|
-
const localVarHeaderParameter = {};
|
|
265
|
-
const localVarQueryParameter = {};
|
|
266
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
267
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
268
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
269
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
270
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
271
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
272
|
-
return {
|
|
273
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
274
|
-
options: localVarRequestOptions,
|
|
275
|
-
};
|
|
276
|
-
},
|
|
277
246
|
/**
|
|
278
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).
|
|
279
248
|
* @summary SubmitShipmentConfirmations
|
|
@@ -400,19 +369,6 @@ const VendorShipmentsApiFp = function (configuration) {
|
|
|
400
369
|
const localVarOperationServerBasePath = base_1.operationServerMap['VendorShipmentsApi.getShipmentLabels']?.[localVarOperationServerIndex]?.url;
|
|
401
370
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
402
371
|
},
|
|
403
|
-
/**
|
|
404
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
405
|
-
* @summary SubmitShipmentConfirmation
|
|
406
|
-
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
407
|
-
* @param {*} [options] Override http request option.
|
|
408
|
-
* @throws {RequiredError}
|
|
409
|
-
*/
|
|
410
|
-
async submitShipmentConfirmation(body, options) {
|
|
411
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.submitShipmentConfirmation(body, options);
|
|
412
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
413
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['VendorShipmentsApi.submitShipmentConfirmation']?.[localVarOperationServerIndex]?.url;
|
|
414
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
415
|
-
},
|
|
416
372
|
/**
|
|
417
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).
|
|
418
374
|
* @summary SubmitShipmentConfirmations
|
|
@@ -467,16 +423,6 @@ const VendorShipmentsApiFactory = function (configuration, basePath, axios) {
|
|
|
467
423
|
getShipmentLabels(requestParameters = {}, options) {
|
|
468
424
|
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));
|
|
469
425
|
},
|
|
470
|
-
/**
|
|
471
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
472
|
-
* @summary SubmitShipmentConfirmation
|
|
473
|
-
* @param {VendorShipmentsApiSubmitShipmentConfirmationRequest} requestParameters Request parameters.
|
|
474
|
-
* @param {*} [options] Override http request option.
|
|
475
|
-
* @throws {RequiredError}
|
|
476
|
-
*/
|
|
477
|
-
submitShipmentConfirmation(requestParameters, options) {
|
|
478
|
-
return localVarFp.submitShipmentConfirmation(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
479
|
-
},
|
|
480
426
|
/**
|
|
481
427
|
* 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).
|
|
482
428
|
* @summary SubmitShipmentConfirmations
|
|
@@ -523,16 +469,6 @@ class VendorShipmentsApi extends base_1.BaseAPI {
|
|
|
523
469
|
getShipmentLabels(requestParameters = {}, options) {
|
|
524
470
|
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));
|
|
525
471
|
}
|
|
526
|
-
/**
|
|
527
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
528
|
-
* @summary SubmitShipmentConfirmation
|
|
529
|
-
* @param {VendorShipmentsApiSubmitShipmentConfirmationRequest} requestParameters Request parameters.
|
|
530
|
-
* @param {*} [options] Override http request option.
|
|
531
|
-
* @throws {RequiredError}
|
|
532
|
-
*/
|
|
533
|
-
submitShipmentConfirmation(requestParameters, options) {
|
|
534
|
-
return (0, exports.VendorShipmentsApiFp)(this.configuration).submitShipmentConfirmation(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
535
|
-
}
|
|
536
472
|
/**
|
|
537
473
|
* 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).
|
|
538
474
|
* @summary SubmitShipmentConfirmations
|
|
@@ -39,11 +39,9 @@ __exportStar(require("./model-error"), exports);
|
|
|
39
39
|
__exportStar(require("./money"), exports);
|
|
40
40
|
__exportStar(require("./package-item-details"), exports);
|
|
41
41
|
__exportStar(require("./packed-items"), exports);
|
|
42
|
-
__exportStar(require("./packed-quantity"), exports);
|
|
43
42
|
__exportStar(require("./pagination"), exports);
|
|
44
43
|
__exportStar(require("./pallet"), exports);
|
|
45
44
|
__exportStar(require("./party-identification"), exports);
|
|
46
|
-
__exportStar(require("./purchase-order-item-details"), exports);
|
|
47
45
|
__exportStar(require("./purchase-order-items"), exports);
|
|
48
46
|
__exportStar(require("./purchase-orders"), exports);
|
|
49
47
|
__exportStar(require("./regulation-references"), exports);
|
|
@@ -55,9 +53,6 @@ __exportStar(require("./shipment-information"), exports);
|
|
|
55
53
|
__exportStar(require("./shipment-measurements"), exports);
|
|
56
54
|
__exportStar(require("./shipment-status-details"), exports);
|
|
57
55
|
__exportStar(require("./stop"), exports);
|
|
58
|
-
__exportStar(require("./submit-shipment-confirmation-request"), exports);
|
|
59
|
-
__exportStar(require("./submit-shipment-confirmation-response"), exports);
|
|
60
|
-
__exportStar(require("./submit-shipment-confirmation-result"), exports);
|
|
61
56
|
__exportStar(require("./submit-shipment-confirmations-request"), exports);
|
|
62
57
|
__exportStar(require("./submit-shipment-confirmations-response"), exports);
|
|
63
58
|
__exportStar(require("./submit-shipments"), exports);
|
package/dist/cjs/client.js
CHANGED
|
@@ -11,13 +11,6 @@ exports.clientRateLimits = [
|
|
|
11
11
|
rate: 10,
|
|
12
12
|
burst: 10,
|
|
13
13
|
},
|
|
14
|
-
{
|
|
15
|
-
method: 'post',
|
|
16
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
17
|
-
urlRegex: new RegExp('^/vendor/shipping/v1/shipmentConfirmation$'),
|
|
18
|
-
rate: 10,
|
|
19
|
-
burst: 10,
|
|
20
|
-
},
|
|
21
14
|
{
|
|
22
15
|
method: 'post',
|
|
23
16
|
// eslint-disable-next-line prefer-regex-literals
|
|
@@ -237,37 +237,6 @@ export const VendorShipmentsApiAxiosParamCreator = function (configuration) {
|
|
|
237
237
|
options: localVarRequestOptions,
|
|
238
238
|
};
|
|
239
239
|
},
|
|
240
|
-
/**
|
|
241
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
242
|
-
* @summary SubmitShipmentConfirmation
|
|
243
|
-
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
244
|
-
* @param {*} [options] Override http request option.
|
|
245
|
-
* @throws {RequiredError}
|
|
246
|
-
*/
|
|
247
|
-
submitShipmentConfirmation: async (body, options = {}) => {
|
|
248
|
-
// verify required parameter 'body' is not null or undefined
|
|
249
|
-
assertParamExists('submitShipmentConfirmation', 'body', body);
|
|
250
|
-
const localVarPath = `/vendor/shipping/v1/shipmentConfirmation`;
|
|
251
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
252
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
253
|
-
let baseOptions;
|
|
254
|
-
if (configuration) {
|
|
255
|
-
baseOptions = configuration.baseOptions;
|
|
256
|
-
}
|
|
257
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
258
|
-
const localVarHeaderParameter = {};
|
|
259
|
-
const localVarQueryParameter = {};
|
|
260
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
261
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
262
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
263
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
264
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
265
|
-
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
266
|
-
return {
|
|
267
|
-
url: toPathString(localVarUrlObj),
|
|
268
|
-
options: localVarRequestOptions,
|
|
269
|
-
};
|
|
270
|
-
},
|
|
271
240
|
/**
|
|
272
241
|
* 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).
|
|
273
242
|
* @summary SubmitShipmentConfirmations
|
|
@@ -393,19 +362,6 @@ export const VendorShipmentsApiFp = function (configuration) {
|
|
|
393
362
|
const localVarOperationServerBasePath = operationServerMap['VendorShipmentsApi.getShipmentLabels']?.[localVarOperationServerIndex]?.url;
|
|
394
363
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
395
364
|
},
|
|
396
|
-
/**
|
|
397
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
398
|
-
* @summary SubmitShipmentConfirmation
|
|
399
|
-
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
400
|
-
* @param {*} [options] Override http request option.
|
|
401
|
-
* @throws {RequiredError}
|
|
402
|
-
*/
|
|
403
|
-
async submitShipmentConfirmation(body, options) {
|
|
404
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.submitShipmentConfirmation(body, options);
|
|
405
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
406
|
-
const localVarOperationServerBasePath = operationServerMap['VendorShipmentsApi.submitShipmentConfirmation']?.[localVarOperationServerIndex]?.url;
|
|
407
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
408
|
-
},
|
|
409
365
|
/**
|
|
410
366
|
* 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).
|
|
411
367
|
* @summary SubmitShipmentConfirmations
|
|
@@ -459,16 +415,6 @@ export const VendorShipmentsApiFactory = function (configuration, basePath, axio
|
|
|
459
415
|
getShipmentLabels(requestParameters = {}, options) {
|
|
460
416
|
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));
|
|
461
417
|
},
|
|
462
|
-
/**
|
|
463
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
464
|
-
* @summary SubmitShipmentConfirmation
|
|
465
|
-
* @param {VendorShipmentsApiSubmitShipmentConfirmationRequest} requestParameters Request parameters.
|
|
466
|
-
* @param {*} [options] Override http request option.
|
|
467
|
-
* @throws {RequiredError}
|
|
468
|
-
*/
|
|
469
|
-
submitShipmentConfirmation(requestParameters, options) {
|
|
470
|
-
return localVarFp.submitShipmentConfirmation(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
471
|
-
},
|
|
472
418
|
/**
|
|
473
419
|
* 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).
|
|
474
420
|
* @summary SubmitShipmentConfirmations
|
|
@@ -514,16 +460,6 @@ export class VendorShipmentsApi extends BaseAPI {
|
|
|
514
460
|
getShipmentLabels(requestParameters = {}, options) {
|
|
515
461
|
return 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));
|
|
516
462
|
}
|
|
517
|
-
/**
|
|
518
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
519
|
-
* @summary SubmitShipmentConfirmation
|
|
520
|
-
* @param {VendorShipmentsApiSubmitShipmentConfirmationRequest} requestParameters Request parameters.
|
|
521
|
-
* @param {*} [options] Override http request option.
|
|
522
|
-
* @throws {RequiredError}
|
|
523
|
-
*/
|
|
524
|
-
submitShipmentConfirmation(requestParameters, options) {
|
|
525
|
-
return VendorShipmentsApiFp(this.configuration).submitShipmentConfirmation(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
526
|
-
}
|
|
527
463
|
/**
|
|
528
464
|
* 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).
|
|
529
465
|
* @summary SubmitShipmentConfirmations
|
|
@@ -23,11 +23,9 @@ export * from './model-error';
|
|
|
23
23
|
export * from './money';
|
|
24
24
|
export * from './package-item-details';
|
|
25
25
|
export * from './packed-items';
|
|
26
|
-
export * from './packed-quantity';
|
|
27
26
|
export * from './pagination';
|
|
28
27
|
export * from './pallet';
|
|
29
28
|
export * from './party-identification';
|
|
30
|
-
export * from './purchase-order-item-details';
|
|
31
29
|
export * from './purchase-order-items';
|
|
32
30
|
export * from './purchase-orders';
|
|
33
31
|
export * from './regulation-references';
|
|
@@ -39,9 +37,6 @@ export * from './shipment-information';
|
|
|
39
37
|
export * from './shipment-measurements';
|
|
40
38
|
export * from './shipment-status-details';
|
|
41
39
|
export * from './stop';
|
|
42
|
-
export * from './submit-shipment-confirmation-request';
|
|
43
|
-
export * from './submit-shipment-confirmation-response';
|
|
44
|
-
export * from './submit-shipment-confirmation-result';
|
|
45
40
|
export * from './submit-shipment-confirmations-request';
|
|
46
41
|
export * from './submit-shipment-confirmations-response';
|
|
47
42
|
export * from './submit-shipments';
|
package/dist/es/client.js
CHANGED
|
@@ -8,13 +8,6 @@ export const clientRateLimits = [
|
|
|
8
8
|
rate: 10,
|
|
9
9
|
burst: 10,
|
|
10
10
|
},
|
|
11
|
-
{
|
|
12
|
-
method: 'post',
|
|
13
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
14
|
-
urlRegex: new RegExp('^/vendor/shipping/v1/shipmentConfirmation$'),
|
|
15
|
-
rate: 10,
|
|
16
|
-
burst: 10,
|
|
17
|
-
},
|
|
18
11
|
{
|
|
19
12
|
method: 'post',
|
|
20
13
|
// eslint-disable-next-line prefer-regex-literals
|
|
@@ -15,8 +15,6 @@ import globalAxios from 'axios';
|
|
|
15
15
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
16
16
|
import type { GetShipmentDetailsResponse } from '../models';
|
|
17
17
|
import type { GetShipmentLabels } from '../models';
|
|
18
|
-
import type { SubmitShipmentConfirmationRequest } from '../models';
|
|
19
|
-
import type { SubmitShipmentConfirmationResponse } from '../models';
|
|
20
18
|
import type { SubmitShipmentConfirmationsRequest } from '../models';
|
|
21
19
|
import type { SubmitShipmentConfirmationsResponse } from '../models';
|
|
22
20
|
import type { SubmitShipments } from '../models';
|
|
@@ -69,14 +67,6 @@ export declare const VendorShipmentsApiAxiosParamCreator: (configuration?: Confi
|
|
|
69
67
|
* @throws {RequiredError}
|
|
70
68
|
*/
|
|
71
69
|
getShipmentLabels: (limit?: number, sortOrder?: GetShipmentLabelsSortOrderEnum, nextToken?: string, labelCreatedAfter?: string, labelCreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
|
-
/**
|
|
73
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
74
|
-
* @summary SubmitShipmentConfirmation
|
|
75
|
-
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
76
|
-
* @param {*} [options] Override http request option.
|
|
77
|
-
* @throws {RequiredError}
|
|
78
|
-
*/
|
|
79
|
-
submitShipmentConfirmation: (body: SubmitShipmentConfirmationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
70
|
/**
|
|
81
71
|
* 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).
|
|
82
72
|
* @summary SubmitShipmentConfirmations
|
|
@@ -143,14 +133,6 @@ export declare const VendorShipmentsApiFp: (configuration?: Configuration) => {
|
|
|
143
133
|
* @throws {RequiredError}
|
|
144
134
|
*/
|
|
145
135
|
getShipmentLabels(limit?: number, sortOrder?: GetShipmentLabelsSortOrderEnum, nextToken?: string, labelCreatedAfter?: string, labelCreatedBefore?: string, buyerReferenceNumber?: string, vendorShipmentIdentifier?: string, sellerWarehouseCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetShipmentLabels>>;
|
|
146
|
-
/**
|
|
147
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
148
|
-
* @summary SubmitShipmentConfirmation
|
|
149
|
-
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
150
|
-
* @param {*} [options] Override http request option.
|
|
151
|
-
* @throws {RequiredError}
|
|
152
|
-
*/
|
|
153
|
-
submitShipmentConfirmation(body: SubmitShipmentConfirmationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitShipmentConfirmationResponse>>;
|
|
154
136
|
/**
|
|
155
137
|
* 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).
|
|
156
138
|
* @summary SubmitShipmentConfirmations
|
|
@@ -187,14 +169,6 @@ export declare const VendorShipmentsApiFactory: (configuration?: Configuration,
|
|
|
187
169
|
* @throws {RequiredError}
|
|
188
170
|
*/
|
|
189
171
|
getShipmentLabels(requestParameters?: VendorShipmentsApiGetShipmentLabelsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetShipmentLabels>;
|
|
190
|
-
/**
|
|
191
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
192
|
-
* @summary SubmitShipmentConfirmation
|
|
193
|
-
* @param {VendorShipmentsApiSubmitShipmentConfirmationRequest} requestParameters Request parameters.
|
|
194
|
-
* @param {*} [options] Override http request option.
|
|
195
|
-
* @throws {RequiredError}
|
|
196
|
-
*/
|
|
197
|
-
submitShipmentConfirmation(requestParameters: VendorShipmentsApiSubmitShipmentConfirmationRequest, options?: RawAxiosRequestConfig): AxiosPromise<SubmitShipmentConfirmationResponse>;
|
|
198
172
|
/**
|
|
199
173
|
* 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).
|
|
200
174
|
* @summary SubmitShipmentConfirmations
|
|
@@ -350,15 +324,6 @@ export interface VendorShipmentsApiGetShipmentLabelsRequest {
|
|
|
350
324
|
*/
|
|
351
325
|
readonly sellerWarehouseCode?: string;
|
|
352
326
|
}
|
|
353
|
-
/**
|
|
354
|
-
* Request parameters for submitShipmentConfirmation operation in VendorShipmentsApi.
|
|
355
|
-
*/
|
|
356
|
-
export interface VendorShipmentsApiSubmitShipmentConfirmationRequest {
|
|
357
|
-
/**
|
|
358
|
-
* A request to submit shipment confirmation.
|
|
359
|
-
*/
|
|
360
|
-
readonly body: SubmitShipmentConfirmationRequest;
|
|
361
|
-
}
|
|
362
327
|
/**
|
|
363
328
|
* Request parameters for submitShipmentConfirmations operation in VendorShipmentsApi.
|
|
364
329
|
*/
|
|
@@ -396,14 +361,6 @@ export declare class VendorShipmentsApi extends BaseAPI {
|
|
|
396
361
|
* @throws {RequiredError}
|
|
397
362
|
*/
|
|
398
363
|
getShipmentLabels(requestParameters?: VendorShipmentsApiGetShipmentLabelsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetShipmentLabels, any, {}>>;
|
|
399
|
-
/**
|
|
400
|
-
* Submits one shipment confirmation for vendor orders and get response immediately. **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).
|
|
401
|
-
* @summary SubmitShipmentConfirmation
|
|
402
|
-
* @param {VendorShipmentsApiSubmitShipmentConfirmationRequest} requestParameters Request parameters.
|
|
403
|
-
* @param {*} [options] Override http request option.
|
|
404
|
-
* @throws {RequiredError}
|
|
405
|
-
*/
|
|
406
|
-
submitShipmentConfirmation(requestParameters: VendorShipmentsApiSubmitShipmentConfirmationRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitShipmentConfirmationResponse, any, {}>>;
|
|
407
364
|
/**
|
|
408
365
|
* 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).
|
|
409
366
|
* @summary SubmitShipmentConfirmations
|
|
@@ -23,11 +23,9 @@ export * from './model-error';
|
|
|
23
23
|
export * from './money';
|
|
24
24
|
export * from './package-item-details';
|
|
25
25
|
export * from './packed-items';
|
|
26
|
-
export * from './packed-quantity';
|
|
27
26
|
export * from './pagination';
|
|
28
27
|
export * from './pallet';
|
|
29
28
|
export * from './party-identification';
|
|
30
|
-
export * from './purchase-order-item-details';
|
|
31
29
|
export * from './purchase-order-items';
|
|
32
30
|
export * from './purchase-orders';
|
|
33
31
|
export * from './regulation-references';
|
|
@@ -39,9 +37,6 @@ export * from './shipment-information';
|
|
|
39
37
|
export * from './shipment-measurements';
|
|
40
38
|
export * from './shipment-status-details';
|
|
41
39
|
export * from './stop';
|
|
42
|
-
export * from './submit-shipment-confirmation-request';
|
|
43
|
-
export * from './submit-shipment-confirmation-response';
|
|
44
|
-
export * from './submit-shipment-confirmation-result';
|
|
45
40
|
export * from './submit-shipment-confirmations-request';
|
|
46
41
|
export * from './submit-shipment-confirmations-response';
|
|
47
42
|
export * from './submit-shipments';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/vendor-shipments-api-v1",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.",
|
|
5
|
-
"version": "5.
|
|
5
|
+
"version": "5.5.1",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
22
|
-
"axios": "^1.13.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.29",
|
|
22
|
+
"axios": "^1.13.5"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"vendor shipments api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "2c1fe783fb7c2204e7e19d4f85fa2bdf822e4593"
|
|
44
44
|
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
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 });
|
|
16
|
-
exports.PackedQuantityUnitOfMeasureEnum = void 0;
|
|
17
|
-
exports.PackedQuantityUnitOfMeasureEnum = {
|
|
18
|
-
Cases: 'Cases',
|
|
19
|
-
Eaches: 'Eaches'
|
|
20
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
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 });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
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 });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
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 });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
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 });
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export const PackedQuantityUnitOfMeasureEnum = {
|
|
15
|
-
Cases: 'Cases',
|
|
16
|
-
Eaches: 'Eaches'
|
|
17
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
5
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v1
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Details of item quantity.
|
|
14
|
-
*/
|
|
15
|
-
export interface PackedQuantity {
|
|
16
|
-
/**
|
|
17
|
-
* Amount of units shipped for a specific item at a shipment level. If the item is present only in certain cartons or pallets within the shipment, please provide this at the appropriate carton or pallet level.
|
|
18
|
-
*/
|
|
19
|
-
'amount': number;
|
|
20
|
-
/**
|
|
21
|
-
* Unit of measure for the shipped quantity.
|
|
22
|
-
*/
|
|
23
|
-
'unitOfMeasure': PackedQuantityUnitOfMeasureEnum;
|
|
24
|
-
/**
|
|
25
|
-
* The case size, in the event that we ordered using cases. Otherwise, 1.
|
|
26
|
-
*/
|
|
27
|
-
'unitSize'?: number;
|
|
28
|
-
}
|
|
29
|
-
export declare const PackedQuantityUnitOfMeasureEnum: {
|
|
30
|
-
readonly Cases: "Cases";
|
|
31
|
-
readonly Eaches: "Eaches";
|
|
32
|
-
};
|
|
33
|
-
export type PackedQuantityUnitOfMeasureEnum = typeof PackedQuantityUnitOfMeasureEnum[keyof typeof PackedQuantityUnitOfMeasureEnum];
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Money } from './money';
|
|
13
|
-
/**
|
|
14
|
-
* Item details for be provided for every item in shipment at either the item or carton or pallet level, whichever is appropriate.
|
|
15
|
-
*/
|
|
16
|
-
export interface PurchaseOrderItemDetails {
|
|
17
|
-
'maximumRetailPrice'?: Money;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ShipmentConfirmation } from './shipment-confirmation';
|
|
13
|
-
/**
|
|
14
|
-
* The request schema for the SubmitShipmentConfirmation operation.
|
|
15
|
-
*/
|
|
16
|
-
export interface SubmitShipmentConfirmationRequest {
|
|
17
|
-
'shipmentConfirmation': ShipmentConfirmation;
|
|
18
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { SubmitShipmentConfirmationResult } from './submit-shipment-confirmation-result';
|
|
13
|
-
/**
|
|
14
|
-
* The response schema for the SubmitShipmentConfirmation operation.
|
|
15
|
-
*/
|
|
16
|
-
export interface SubmitShipmentConfirmationResponse {
|
|
17
|
-
'payload'?: SubmitShipmentConfirmationResult;
|
|
18
|
-
/**
|
|
19
|
-
* A list of error responses returned when a request is unsuccessful.
|
|
20
|
-
*/
|
|
21
|
-
'errors'?: Array<Error>;
|
|
22
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Selling Partner API for Retail Procurement Shipments
|
|
3
|
-
* The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v1
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* Result payload for successful ASN submission.
|
|
14
|
-
*/
|
|
15
|
-
export interface SubmitShipmentConfirmationResult {
|
|
16
|
-
/**
|
|
17
|
-
* Success message for the operation SubmitShipmentConfirmation
|
|
18
|
-
*/
|
|
19
|
-
'message'?: string;
|
|
20
|
-
}
|