@sp-api-sdk/fulfillment-outbound-api-2020-07-01 2.2.1 → 2.3.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.
Files changed (84) hide show
  1. package/dist/cjs/src/api-model/api/fba-outbound-api.js +82 -15
  2. package/dist/cjs/src/api-model/models/amount.js +19 -0
  3. package/dist/cjs/src/api-model/models/date-range.js +15 -0
  4. package/dist/cjs/src/api-model/models/delivery-message.js +15 -0
  5. package/dist/cjs/src/api-model/models/delivery-offer.js +15 -0
  6. package/dist/cjs/src/api-model/models/delivery-policy.js +15 -0
  7. package/dist/cjs/src/api-model/models/delivery-preferences.js +15 -0
  8. package/dist/cjs/src/api-model/models/delivery-quantity.js +19 -0
  9. package/dist/cjs/src/api-model/models/destination.js +15 -0
  10. package/dist/cjs/src/api-model/models/drop-off-location.js +26 -0
  11. package/dist/cjs/src/api-model/models/get-delivery-offers-product.js +15 -0
  12. package/dist/cjs/src/api-model/models/get-delivery-offers-request.js +15 -0
  13. package/dist/cjs/src/api-model/models/get-delivery-offers-response.js +15 -0
  14. package/dist/cjs/src/api-model/models/get-delivery-offers-result.js +15 -0
  15. package/dist/cjs/src/api-model/models/get-delivery-offers-terms.js +15 -0
  16. package/dist/cjs/src/api-model/models/index.js +18 -0
  17. package/dist/cjs/src/api-model/models/locker-details.js +15 -0
  18. package/dist/cjs/src/api-model/models/origin.js +15 -0
  19. package/dist/cjs/src/api-model/models/product-identifier.js +15 -0
  20. package/dist/cjs/src/api-model/models/variable-precision-address.js +15 -0
  21. package/dist/cjs/src/client.js +7 -0
  22. package/dist/es/src/api-model/api/fba-outbound-api.js +82 -15
  23. package/dist/es/src/api-model/models/amount.js +16 -0
  24. package/dist/es/src/api-model/models/date-range.js +14 -0
  25. package/dist/es/src/api-model/models/delivery-message.js +14 -0
  26. package/dist/es/src/api-model/models/delivery-offer.js +14 -0
  27. package/dist/es/src/api-model/models/delivery-policy.js +14 -0
  28. package/dist/es/src/api-model/models/delivery-preferences.js +14 -0
  29. package/dist/es/src/api-model/models/delivery-quantity.js +16 -0
  30. package/dist/es/src/api-model/models/destination.js +14 -0
  31. package/dist/es/src/api-model/models/drop-off-location.js +23 -0
  32. package/dist/es/src/api-model/models/get-delivery-offers-product.js +14 -0
  33. package/dist/es/src/api-model/models/get-delivery-offers-request.js +14 -0
  34. package/dist/es/src/api-model/models/get-delivery-offers-response.js +14 -0
  35. package/dist/es/src/api-model/models/get-delivery-offers-result.js +14 -0
  36. package/dist/es/src/api-model/models/get-delivery-offers-terms.js +14 -0
  37. package/dist/es/src/api-model/models/index.js +18 -0
  38. package/dist/es/src/api-model/models/locker-details.js +14 -0
  39. package/dist/es/src/api-model/models/origin.js +14 -0
  40. package/dist/es/src/api-model/models/product-identifier.js +14 -0
  41. package/dist/es/src/api-model/models/variable-precision-address.js +14 -0
  42. package/dist/es/src/client.js +7 -0
  43. package/dist/types/src/api-model/api/fba-outbound-api.d.ts +69 -17
  44. package/dist/types/src/api-model/common.d.ts +0 -1
  45. package/dist/types/src/api-model/models/amount.d.ts +34 -0
  46. package/dist/types/src/api-model/models/create-fulfillment-order-request.d.ts +8 -1
  47. package/dist/types/src/api-model/models/create-fulfillment-return-result.d.ts +1 -1
  48. package/dist/types/src/api-model/models/date-range.d.ts +30 -0
  49. package/dist/types/src/api-model/models/delivery-message.d.ts +30 -0
  50. package/dist/types/src/api-model/models/delivery-offer.d.ts +38 -0
  51. package/dist/types/src/api-model/models/delivery-policy.d.ts +25 -0
  52. package/dist/types/src/api-model/models/delivery-preferences.d.ts +31 -0
  53. package/dist/types/src/api-model/models/delivery-quantity.d.ts +34 -0
  54. package/dist/types/src/api-model/models/delivery-window.d.ts +2 -2
  55. package/dist/types/src/api-model/models/destination.d.ts +31 -0
  56. package/dist/types/src/api-model/models/drop-off-location.d.ts +43 -0
  57. package/dist/types/src/api-model/models/fulfillment-order-item.d.ts +2 -2
  58. package/dist/types/src/api-model/models/fulfillment-order.d.ts +3 -3
  59. package/dist/types/src/api-model/models/fulfillment-preview-shipment.d.ts +4 -4
  60. package/dist/types/src/api-model/models/fulfillment-preview.d.ts +1 -1
  61. package/dist/types/src/api-model/models/fulfillment-shipment-item.d.ts +6 -0
  62. package/dist/types/src/api-model/models/fulfillment-shipment-package.d.ts +8 -1
  63. package/dist/types/src/api-model/models/fulfillment-shipment.d.ts +2 -2
  64. package/dist/types/src/api-model/models/get-delivery-offers-product.d.ts +32 -0
  65. package/dist/types/src/api-model/models/get-delivery-offers-request.d.ts +32 -0
  66. package/dist/types/src/api-model/models/get-delivery-offers-response.d.ts +31 -0
  67. package/dist/types/src/api-model/models/get-delivery-offers-result.d.ts +25 -0
  68. package/dist/types/src/api-model/models/get-delivery-offers-terms.d.ts +32 -0
  69. package/dist/types/src/api-model/models/get-fulfillment-order-result.d.ts +1 -1
  70. package/dist/types/src/api-model/models/get-fulfillment-preview-request.d.ts +1 -1
  71. package/dist/types/src/api-model/models/index.d.ts +18 -0
  72. package/dist/types/src/api-model/models/list-all-fulfillment-orders-result.d.ts +1 -1
  73. package/dist/types/src/api-model/models/list-return-reason-codes-result.d.ts +1 -1
  74. package/dist/types/src/api-model/models/locker-details.d.ts +30 -0
  75. package/dist/types/src/api-model/models/origin.d.ts +24 -0
  76. package/dist/types/src/api-model/models/package-tracking-details.d.ts +3 -3
  77. package/dist/types/src/api-model/models/payment-information.d.ts +1 -1
  78. package/dist/types/src/api-model/models/product-identifier.d.ts +24 -0
  79. package/dist/types/src/api-model/models/return-item.d.ts +1 -1
  80. package/dist/types/src/api-model/models/tracking-event.d.ts +1 -1
  81. package/dist/types/src/api-model/models/unfulfillable-preview-item.d.ts +1 -1
  82. package/dist/types/src/api-model/models/update-fulfillment-order-request.d.ts +1 -1
  83. package/dist/types/src/api-model/models/variable-precision-address.d.ts +66 -0
  84. package/package.json +3 -3
@@ -11,6 +11,13 @@ exports.clientRateLimits = [
11
11
  rate: 2,
12
12
  burst: 30,
13
13
  },
14
+ {
15
+ method: 'post',
16
+ // eslint-disable-next-line prefer-regex-literals
17
+ urlRegex: new RegExp('^/fba/outbound/2020-07-01/deliveryOffers$'),
18
+ rate: 5,
19
+ burst: 30,
20
+ },
14
21
  {
15
22
  method: 'get',
16
23
  // eslint-disable-next-line prefer-regex-literals
@@ -53,7 +53,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
53
53
  },
54
54
  /**
55
55
  * Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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)
56
- * @param {CreateFulfillmentOrderRequest} body
56
+ * @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
57
57
  * @param {*} [options] Override http request option.
58
58
  * @throws {RequiredError}
59
59
  */
@@ -83,7 +83,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
83
83
  /**
84
84
  * Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
85
85
  * @param {string} sellerFulfillmentOrderId An identifier assigned by the seller to the fulfillment order at the time it was created. The seller uses their own records to find the correct `SellerFulfillmentOrderId` value based on the buyer\'s request to return items.
86
- * @param {CreateFulfillmentReturnRequest} body
86
+ * @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
87
87
  * @param {*} [options] Override http request option.
88
88
  * @throws {RequiredError}
89
89
  */
@@ -113,15 +113,45 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
113
113
  options: localVarRequestOptions,
114
114
  };
115
115
  },
116
+ /**
117
+ * Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | 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).
118
+ * @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
119
+ * @param {*} [options] Override http request option.
120
+ * @throws {RequiredError}
121
+ */
122
+ deliveryOffers: async (body, options = {}) => {
123
+ // verify required parameter 'body' is not null or undefined
124
+ assertParamExists('deliveryOffers', 'body', body);
125
+ const localVarPath = `/fba/outbound/2020-07-01/deliveryOffers`;
126
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
127
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
128
+ let baseOptions;
129
+ if (configuration) {
130
+ baseOptions = configuration.baseOptions;
131
+ }
132
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
133
+ const localVarHeaderParameter = {};
134
+ const localVarQueryParameter = {};
135
+ localVarHeaderParameter['Content-Type'] = 'application/json';
136
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
137
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
138
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
139
+ localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
140
+ return {
141
+ url: toPathString(localVarUrlObj),
142
+ options: localVarRequestOptions,
143
+ };
144
+ },
116
145
  /**
117
146
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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)..
118
147
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
119
148
  * @param {string} featureName The name of the feature for which to return a list of eligible inventory.
120
149
  * @param {string} [nextToken] A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.
150
+ * @param {string} [queryStartDate] A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
121
151
  * @param {*} [options] Override http request option.
122
152
  * @throws {RequiredError}
123
153
  */
124
- getFeatureInventory: async (marketplaceId, featureName, nextToken, options = {}) => {
154
+ getFeatureInventory: async (marketplaceId, featureName, nextToken, queryStartDate, options = {}) => {
125
155
  // verify required parameter 'marketplaceId' is not null or undefined
126
156
  assertParamExists('getFeatureInventory', 'marketplaceId', marketplaceId);
127
157
  // verify required parameter 'featureName' is not null or undefined
@@ -143,6 +173,11 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
143
173
  if (nextToken !== undefined) {
144
174
  localVarQueryParameter['nextToken'] = nextToken;
145
175
  }
176
+ if (queryStartDate !== undefined) {
177
+ localVarQueryParameter['queryStartDate'] = (queryStartDate instanceof Date) ?
178
+ queryStartDate.toISOString() :
179
+ queryStartDate;
180
+ }
146
181
  setSearchParams(localVarUrlObj, localVarQueryParameter);
147
182
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
148
183
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -249,7 +284,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
249
284
  },
250
285
  /**
251
286
  * Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
252
- * @param {GetFulfillmentPreviewRequest} body
287
+ * @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
253
288
  * @param {*} [options] Override http request option.
254
289
  * @throws {RequiredError}
255
290
  */
@@ -385,7 +420,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
385
420
  /**
386
421
  * Requests that Amazon update the status of an order in the sandbox testing environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Fulfillment Outbound Dynamic Sandbox Guide](https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-dynamic-sandbox-guide) and [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
387
422
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
388
- * @param {SubmitFulfillmentOrderStatusUpdateRequest} body
423
+ * @param {SubmitFulfillmentOrderStatusUpdateRequest} body The identifier assigned to the item by the seller when the fulfillment order was created.
389
424
  * @param {*} [options] Override http request option.
390
425
  * @throws {RequiredError}
391
426
  */
@@ -418,7 +453,7 @@ export const FbaOutboundApiAxiosParamCreator = function (configuration) {
418
453
  /**
419
454
  * Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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
455
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
421
- * @param {UpdateFulfillmentOrderRequest} body
456
+ * @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
422
457
  * @param {*} [options] Override http request option.
423
458
  * @throws {RequiredError}
424
459
  */
@@ -471,7 +506,7 @@ export const FbaOutboundApiFp = function (configuration) {
471
506
  },
472
507
  /**
473
508
  * Requests that Amazon ship items from the seller\'s inventory in Amazon\'s fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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
- * @param {CreateFulfillmentOrderRequest} body
509
+ * @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
475
510
  * @param {*} [options] Override http request option.
476
511
  * @throws {RequiredError}
477
512
  */
@@ -484,7 +519,7 @@ export const FbaOutboundApiFp = function (configuration) {
484
519
  /**
485
520
  * Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
486
521
  * @param {string} sellerFulfillmentOrderId An identifier assigned by the seller to the fulfillment order at the time it was created. The seller uses their own records to find the correct `SellerFulfillmentOrderId` value based on the buyer\'s request to return items.
487
- * @param {CreateFulfillmentReturnRequest} body
522
+ * @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
488
523
  * @param {*} [options] Override http request option.
489
524
  * @throws {RequiredError}
490
525
  */
@@ -494,16 +529,29 @@ export const FbaOutboundApiFp = function (configuration) {
494
529
  const localVarOperationServerBasePath = operationServerMap['FbaOutboundApi.createFulfillmentReturn']?.[localVarOperationServerIndex]?.url;
495
530
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
496
531
  },
532
+ /**
533
+ * Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | 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).
534
+ * @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
535
+ * @param {*} [options] Override http request option.
536
+ * @throws {RequiredError}
537
+ */
538
+ async deliveryOffers(body, options) {
539
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deliveryOffers(body, options);
540
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
541
+ const localVarOperationServerBasePath = operationServerMap['FbaOutboundApi.deliveryOffers']?.[localVarOperationServerIndex]?.url;
542
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
543
+ },
497
544
  /**
498
545
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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)..
499
546
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
500
547
  * @param {string} featureName The name of the feature for which to return a list of eligible inventory.
501
548
  * @param {string} [nextToken] A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.
549
+ * @param {string} [queryStartDate] A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ
502
550
  * @param {*} [options] Override http request option.
503
551
  * @throws {RequiredError}
504
552
  */
505
- async getFeatureInventory(marketplaceId, featureName, nextToken, options) {
506
- const localVarAxiosArgs = await localVarAxiosParamCreator.getFeatureInventory(marketplaceId, featureName, nextToken, options);
553
+ async getFeatureInventory(marketplaceId, featureName, nextToken, queryStartDate, options) {
554
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getFeatureInventory(marketplaceId, featureName, nextToken, queryStartDate, options);
507
555
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
508
556
  const localVarOperationServerBasePath = operationServerMap['FbaOutboundApi.getFeatureInventory']?.[localVarOperationServerIndex]?.url;
509
557
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -548,7 +596,7 @@ export const FbaOutboundApiFp = function (configuration) {
548
596
  },
549
597
  /**
550
598
  * Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
551
- * @param {GetFulfillmentPreviewRequest} body
599
+ * @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
552
600
  * @param {*} [options] Override http request option.
553
601
  * @throws {RequiredError}
554
602
  */
@@ -601,7 +649,7 @@ export const FbaOutboundApiFp = function (configuration) {
601
649
  /**
602
650
  * Requests that Amazon update the status of an order in the sandbox testing environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Fulfillment Outbound Dynamic Sandbox Guide](https://developer-docs.amazon.com/sp-api/docs/fulfillment-outbound-dynamic-sandbox-guide) and [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
603
651
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
604
- * @param {SubmitFulfillmentOrderStatusUpdateRequest} body
652
+ * @param {SubmitFulfillmentOrderStatusUpdateRequest} body The identifier assigned to the item by the seller when the fulfillment order was created.
605
653
  * @param {*} [options] Override http request option.
606
654
  * @throws {RequiredError}
607
655
  */
@@ -614,7 +662,7 @@ export const FbaOutboundApiFp = function (configuration) {
614
662
  /**
615
663
  * Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
616
664
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
617
- * @param {UpdateFulfillmentOrderRequest} body
665
+ * @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
618
666
  * @param {*} [options] Override http request option.
619
667
  * @throws {RequiredError}
620
668
  */
@@ -660,6 +708,15 @@ export const FbaOutboundApiFactory = function (configuration, basePath, axios) {
660
708
  createFulfillmentReturn(requestParameters, options) {
661
709
  return localVarFp.createFulfillmentReturn(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(axios, basePath));
662
710
  },
711
+ /**
712
+ * Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | 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).
713
+ * @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
714
+ * @param {*} [options] Override http request option.
715
+ * @throws {RequiredError}
716
+ */
717
+ deliveryOffers(requestParameters, options) {
718
+ return localVarFp.deliveryOffers(requestParameters.body, options).then((request) => request(axios, basePath));
719
+ },
663
720
  /**
664
721
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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)..
665
722
  * @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
@@ -667,7 +724,7 @@ export const FbaOutboundApiFactory = function (configuration, basePath, axios) {
667
724
  * @throws {RequiredError}
668
725
  */
669
726
  getFeatureInventory(requestParameters, options) {
670
- return localVarFp.getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, options).then((request) => request(axios, basePath));
727
+ return localVarFp.getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, requestParameters.queryStartDate, options).then((request) => request(axios, basePath));
671
728
  },
672
729
  /**
673
730
  * Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
@@ -789,6 +846,16 @@ export class FbaOutboundApi extends BaseAPI {
789
846
  createFulfillmentReturn(requestParameters, options) {
790
847
  return FbaOutboundApiFp(this.configuration).createFulfillmentReturn(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
791
848
  }
849
+ /**
850
+ * Returns delivery options that include an estimated delivery date and offer expiration, based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 30 | 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).
851
+ * @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
852
+ * @param {*} [options] Override http request option.
853
+ * @throws {RequiredError}
854
+ * @memberof FbaOutboundApi
855
+ */
856
+ deliveryOffers(requestParameters, options) {
857
+ return FbaOutboundApiFp(this.configuration).deliveryOffers(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
858
+ }
792
859
  /**
793
860
  * Returns a list of inventory items that are eligible for the fulfillment feature you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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)..
794
861
  * @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
@@ -797,7 +864,7 @@ export class FbaOutboundApi extends BaseAPI {
797
864
  * @memberof FbaOutboundApi
798
865
  */
799
866
  getFeatureInventory(requestParameters, options) {
800
- return FbaOutboundApiFp(this.configuration).getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));
867
+ return FbaOutboundApiFp(this.configuration).getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, requestParameters.queryStartDate, options).then((request) => request(this.axios, this.basePath));
801
868
  }
802
869
  /**
803
870
  * Returns the number of items with the sellerSKU you specify that can have orders fulfilled using the specified feature. Note that if the sellerSKU isn\'t eligible, the response will contain an empty skuInfo object. The parameters for this operation may contain special characters that require URL encoding. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | 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, refer to [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).
@@ -0,0 +1,16 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 AmountUnitOfMeasureEnum = {
15
+ Eaches: 'Eaches'
16
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,16 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 DeliveryQuantityUnitOfMeasureEnum = {
15
+ Each: 'Each'
16
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,23 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 DropOffLocationTypeEnum = {
15
+ FrontDoor: 'FRONT_DOOR',
16
+ DeliveryBox: 'DELIVERY_BOX',
17
+ GasMeterBox: 'GAS_METER_BOX',
18
+ BicycleBasket: 'BICYCLE_BASKET',
19
+ Garage: 'GARAGE',
20
+ Receptionist: 'RECEPTIONIST',
21
+ FallbackNeighborDelivery: 'FALLBACK_NEIGHBOR_DELIVERY',
22
+ DoNotLeaveUnattended: 'DO_NOT_LEAVE_UNATTENDED'
23
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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,5 +1,6 @@
1
1
  export * from './additional-location-info';
2
2
  export * from './address';
3
+ export * from './amount';
3
4
  export * from './codsettings';
4
5
  export * from './cancel-fulfillment-order-response';
5
6
  export * from './create-fulfillment-order-item';
@@ -10,7 +11,15 @@ export * from './create-fulfillment-return-response';
10
11
  export * from './create-fulfillment-return-result';
11
12
  export * from './create-return-item';
12
13
  export * from './current-status';
14
+ export * from './date-range';
15
+ export * from './delivery-message';
16
+ export * from './delivery-offer';
17
+ export * from './delivery-policy';
18
+ export * from './delivery-preferences';
19
+ export * from './delivery-quantity';
13
20
  export * from './delivery-window';
21
+ export * from './destination';
22
+ export * from './drop-off-location';
14
23
  export * from './event-code';
15
24
  export * from './feature';
16
25
  export * from './feature-settings';
@@ -28,6 +37,11 @@ export * from './fulfillment-return-item-status';
28
37
  export * from './fulfillment-shipment';
29
38
  export * from './fulfillment-shipment-item';
30
39
  export * from './fulfillment-shipment-package';
40
+ export * from './get-delivery-offers-product';
41
+ export * from './get-delivery-offers-request';
42
+ export * from './get-delivery-offers-response';
43
+ export * from './get-delivery-offers-result';
44
+ export * from './get-delivery-offers-terms';
31
45
  export * from './get-feature-inventory-response';
32
46
  export * from './get-feature-inventory-result';
33
47
  export * from './get-feature-sku-response';
@@ -48,10 +62,13 @@ export * from './list-all-fulfillment-orders-response';
48
62
  export * from './list-all-fulfillment-orders-result';
49
63
  export * from './list-return-reason-codes-response';
50
64
  export * from './list-return-reason-codes-result';
65
+ export * from './locker-details';
51
66
  export * from './model-error';
52
67
  export * from './money';
68
+ export * from './origin';
53
69
  export * from './package-tracking-details';
54
70
  export * from './payment-information';
71
+ export * from './product-identifier';
55
72
  export * from './reason-code-details';
56
73
  export * from './return-authorization';
57
74
  export * from './return-item';
@@ -66,4 +83,5 @@ export * from './unfulfillable-preview-item';
66
83
  export * from './update-fulfillment-order-item';
67
84
  export * from './update-fulfillment-order-request';
68
85
  export * from './update-fulfillment-order-response';
86
+ export * from './variable-precision-address';
69
87
  export * from './weight';
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner APIs for Fulfillment Outbound
5
+ * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
6
+ *
7
+ * The version of the OpenAPI document: 2020-07-01
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 {};
@@ -8,6 +8,13 @@ export const clientRateLimits = [
8
8
  rate: 2,
9
9
  burst: 30,
10
10
  },
11
+ {
12
+ method: 'post',
13
+ // eslint-disable-next-line prefer-regex-literals
14
+ urlRegex: new RegExp('^/fba/outbound/2020-07-01/deliveryOffers$'),
15
+ rate: 5,
16
+ burst: 30,
17
+ },
11
18
  {
12
19
  method: 'get',
13
20
  // eslint-disable-next-line prefer-regex-literals