@sp-api-sdk/fulfillment-outbound-api-2020-07-01 4.0.2 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/cjs/api-model/api/fulfillment-outbound-api.js +93 -31
  2. package/dist/cjs/api-model/models/delivery-offering.js +15 -0
  3. package/dist/cjs/api-model/models/delivery-quantity.js +19 -0
  4. package/dist/cjs/api-model/models/fulfillment-policy.js +1 -1
  5. package/dist/cjs/api-model/models/get-delivery-offerings-request.js +15 -0
  6. package/dist/cjs/api-model/models/get-delivery-offerings-response.js +15 -0
  7. package/dist/cjs/api-model/models/get-delivery-offerings-result.js +15 -0
  8. package/dist/cjs/api-model/models/index.js +5 -0
  9. package/dist/cjs/client.js +7 -0
  10. package/dist/es/api-model/api/fulfillment-outbound-api.js +93 -31
  11. package/dist/es/api-model/models/delivery-offering.js +14 -0
  12. package/dist/es/api-model/models/delivery-quantity.js +16 -0
  13. package/dist/es/api-model/models/fulfillment-policy.js +1 -1
  14. package/dist/es/api-model/models/get-delivery-offerings-request.js +14 -0
  15. package/dist/es/api-model/models/get-delivery-offerings-response.js +14 -0
  16. package/dist/es/api-model/models/get-delivery-offerings-result.js +14 -0
  17. package/dist/es/api-model/models/index.js +5 -0
  18. package/dist/es/client.js +7 -0
  19. package/dist/types/api-model/api/fulfillment-outbound-api.d.ts +79 -34
  20. package/dist/types/api-model/models/create-fulfillment-order-item.d.ts +1 -1
  21. package/dist/types/api-model/models/create-fulfillment-order-request.d.ts +2 -2
  22. package/dist/types/api-model/models/create-fulfillment-return-request.d.ts +1 -1
  23. package/dist/types/api-model/models/create-fulfillment-return-result.d.ts +1 -1
  24. package/dist/types/api-model/models/create-return-item.d.ts +1 -1
  25. package/dist/types/api-model/models/delivery-message.d.ts +1 -1
  26. package/dist/types/api-model/models/delivery-offering.d.ts +24 -0
  27. package/dist/types/api-model/models/delivery-quantity.d.ts +28 -0
  28. package/dist/types/api-model/models/feature-settings.d.ts +1 -1
  29. package/dist/types/api-model/models/fulfillment-policy.d.ts +1 -1
  30. package/dist/types/api-model/models/fulfillment-shipment-package.d.ts +4 -0
  31. package/dist/types/api-model/models/fulfillment-shipment.d.ts +2 -2
  32. package/dist/types/api-model/models/get-delivery-offerings-request.d.ts +28 -0
  33. package/dist/types/api-model/models/get-delivery-offerings-response.d.ts +22 -0
  34. package/dist/types/api-model/models/get-delivery-offerings-result.d.ts +21 -0
  35. package/dist/types/api-model/models/get-delivery-offers-request.d.ts +1 -1
  36. package/dist/types/api-model/models/get-delivery-offers-response.d.ts +1 -1
  37. package/dist/types/api-model/models/get-feature-inventory-result.d.ts +1 -1
  38. package/dist/types/api-model/models/get-feature-sku-result.d.ts +1 -1
  39. package/dist/types/api-model/models/get-fulfillment-order-result.d.ts +1 -1
  40. package/dist/types/api-model/models/get-fulfillment-preview-request.d.ts +2 -2
  41. package/dist/types/api-model/models/index.d.ts +5 -0
  42. package/dist/types/api-model/models/invalid-return-item.d.ts +1 -1
  43. package/dist/types/api-model/models/list-all-fulfillment-orders-result.d.ts +1 -1
  44. package/dist/types/api-model/models/list-return-reason-codes-result.d.ts +1 -1
  45. package/dist/types/api-model/models/package-tracking-details.d.ts +1 -1
  46. package/dist/types/api-model/models/reason-code-details.d.ts +1 -1
  47. package/dist/types/api-model/models/return-authorization.d.ts +1 -1
  48. package/dist/types/api-model/models/return-item.d.ts +1 -1
  49. package/dist/types/api-model/models/update-fulfillment-order-item.d.ts +1 -1
  50. package/package.json +3 -3
@@ -81,8 +81,8 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
81
81
  },
82
82
  /**
83
83
  * 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 have 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).
84
- * @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.
85
- * @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
84
+ * @param {string} sellerFulfillmentOrderId An identifier the seller assigns 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.
85
+ * @param {CreateFulfillmentReturnRequest} body The request body of the `createFulfillmentReturn` operation.
86
86
  * @param {*} [options] Override http request option.
87
87
  * @throws {RequiredError}
88
88
  */
@@ -112,6 +112,35 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
112
112
  options: localVarRequestOptions,
113
113
  };
114
114
  },
115
+ /**
116
+ * Returns fast delivery estimates for Product Detail and Collection pages, 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 have 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).
117
+ * @param {GetDeliveryOfferingsRequest} body GetDeliveryOfferingsRequest parameter
118
+ * @param {*} [options] Override http request option.
119
+ * @throws {RequiredError}
120
+ */
121
+ deliveryOfferings: async (body, options = {}) => {
122
+ // verify required parameter 'body' is not null or undefined
123
+ assertParamExists('deliveryOfferings', 'body', body);
124
+ const localVarPath = `/fba/outbound/2020-07-01/deliveryOfferings`;
125
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
126
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
127
+ let baseOptions;
128
+ if (configuration) {
129
+ baseOptions = configuration.baseOptions;
130
+ }
131
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
132
+ const localVarHeaderParameter = {};
133
+ const localVarQueryParameter = {};
134
+ localVarHeaderParameter['Content-Type'] = 'application/json';
135
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
136
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
137
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
138
+ localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
139
+ return {
140
+ url: toPathString(localVarUrlObj),
141
+ options: localVarRequestOptions,
142
+ };
143
+ },
115
144
  /**
116
145
  * 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 have 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).
117
146
  * @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
@@ -145,8 +174,8 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
145
174
  * 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 have 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)..
146
175
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
147
176
  * @param {string} featureName The name of the feature for which to return a list of eligible inventory.
148
- * @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.
149
- * @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
177
+ * @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.
178
+ * @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`
150
179
  * @param {*} [options] Override http request option.
151
180
  * @throws {RequiredError}
152
181
  */
@@ -186,10 +215,10 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
186
215
  };
187
216
  },
188
217
  /**
189
- * 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 have 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).
218
+ * 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 preceding table 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).
190
219
  * @param {string} marketplaceId The marketplace for which to return the count.
191
220
  * @param {string} featureName The name of the feature.
192
- * @param {string} sellerSku Used to identify an item in the given marketplace. `SellerSKU` is qualified by the seller\'s `SellerId`, which is included with every operation that you submit.
221
+ * @param {string} sellerSku Used to identify an item in the given marketplace. `sellerSku` is qualified by the seller\'s `sellerId`, which is included with every operation that you submit.
193
222
  * @param {*} [options] Override http request option.
194
223
  * @throws {RequiredError}
195
224
  */
@@ -312,13 +341,12 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
312
341
  },
313
342
  /**
314
343
  * Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **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 have 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).
315
- * @param {number} packageNumber The unencrypted package identifier returned by the `getFulfillmentOrder` operation.
344
+ * @param {number} [packageNumber] The unencrypted package identifier. You can obtain this value from the `getFulfillmentOrder` operation.
345
+ * @param {string} [amazonFulfillmentTrackingNumber] The Amazon fulfillment tracking number. You can obtain this value from the `getFulfillmentOrder` operation.
316
346
  * @param {*} [options] Override http request option.
317
347
  * @throws {RequiredError}
318
348
  */
319
- getPackageTrackingDetails: async (packageNumber, options = {}) => {
320
- // verify required parameter 'packageNumber' is not null or undefined
321
- assertParamExists('getPackageTrackingDetails', 'packageNumber', packageNumber);
349
+ getPackageTrackingDetails: async (packageNumber, amazonFulfillmentTrackingNumber, options = {}) => {
322
350
  const localVarPath = `/fba/outbound/2020-07-01/tracking`;
323
351
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
324
352
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -332,6 +360,9 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
332
360
  if (packageNumber !== undefined) {
333
361
  localVarQueryParameter['packageNumber'] = packageNumber;
334
362
  }
363
+ if (amazonFulfillmentTrackingNumber !== undefined) {
364
+ localVarQueryParameter['amazonFulfillmentTrackingNumber'] = amazonFulfillmentTrackingNumber;
365
+ }
335
366
  setSearchParams(localVarUrlObj, localVarQueryParameter);
336
367
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
337
368
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -341,7 +372,7 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
341
372
  };
342
373
  },
343
374
  /**
344
- * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **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 have 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)
375
+ * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the `nextToken` parameter. **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 preceding table 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)
345
376
  * @param {string} [queryStartDate] A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.
346
377
  * @param {string} [nextToken] A string token returned in the response to your previous request.
347
378
  * @param {*} [options] Override http request option.
@@ -452,7 +483,7 @@ export const FulfillmentOutboundApiAxiosParamCreator = function (configuration)
452
483
  /**
453
484
  * 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 have 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).
454
485
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
455
- * @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
486
+ * @param {UpdateFulfillmentOrderRequest} body The request body of the `updateFulfillmentOrder` operation.
456
487
  * @param {*} [options] Override http request option.
457
488
  * @throws {RequiredError}
458
489
  */
@@ -516,8 +547,8 @@ export const FulfillmentOutboundApiFp = function (configuration) {
516
547
  },
517
548
  /**
518
549
  * 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 have 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).
519
- * @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.
520
- * @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
550
+ * @param {string} sellerFulfillmentOrderId An identifier the seller assigns 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.
551
+ * @param {CreateFulfillmentReturnRequest} body The request body of the `createFulfillmentReturn` operation.
521
552
  * @param {*} [options] Override http request option.
522
553
  * @throws {RequiredError}
523
554
  */
@@ -527,6 +558,18 @@ export const FulfillmentOutboundApiFp = function (configuration) {
527
558
  const localVarOperationServerBasePath = operationServerMap['FulfillmentOutboundApi.createFulfillmentReturn']?.[localVarOperationServerIndex]?.url;
528
559
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
529
560
  },
561
+ /**
562
+ * Returns fast delivery estimates for Product Detail and Collection pages, 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 have 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).
563
+ * @param {GetDeliveryOfferingsRequest} body GetDeliveryOfferingsRequest parameter
564
+ * @param {*} [options] Override http request option.
565
+ * @throws {RequiredError}
566
+ */
567
+ async deliveryOfferings(body, options) {
568
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deliveryOfferings(body, options);
569
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
570
+ const localVarOperationServerBasePath = operationServerMap['FulfillmentOutboundApi.deliveryOfferings']?.[localVarOperationServerIndex]?.url;
571
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
572
+ },
530
573
  /**
531
574
  * 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 have 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).
532
575
  * @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
@@ -543,8 +586,8 @@ export const FulfillmentOutboundApiFp = function (configuration) {
543
586
  * 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 have 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)..
544
587
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
545
588
  * @param {string} featureName The name of the feature for which to return a list of eligible inventory.
546
- * @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.
547
- * @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
589
+ * @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.
590
+ * @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`
548
591
  * @param {*} [options] Override http request option.
549
592
  * @throws {RequiredError}
550
593
  */
@@ -555,10 +598,10 @@ export const FulfillmentOutboundApiFp = function (configuration) {
555
598
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
556
599
  },
557
600
  /**
558
- * 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 have 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).
601
+ * 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 preceding table 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).
559
602
  * @param {string} marketplaceId The marketplace for which to return the count.
560
603
  * @param {string} featureName The name of the feature.
561
- * @param {string} sellerSku Used to identify an item in the given marketplace. `SellerSKU` is qualified by the seller\'s `SellerId`, which is included with every operation that you submit.
604
+ * @param {string} sellerSku Used to identify an item in the given marketplace. `sellerSku` is qualified by the seller\'s `sellerId`, which is included with every operation that you submit.
562
605
  * @param {*} [options] Override http request option.
563
606
  * @throws {RequiredError}
564
607
  */
@@ -606,18 +649,19 @@ export const FulfillmentOutboundApiFp = function (configuration) {
606
649
  },
607
650
  /**
608
651
  * Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **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 have 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).
609
- * @param {number} packageNumber The unencrypted package identifier returned by the `getFulfillmentOrder` operation.
652
+ * @param {number} [packageNumber] The unencrypted package identifier. You can obtain this value from the `getFulfillmentOrder` operation.
653
+ * @param {string} [amazonFulfillmentTrackingNumber] The Amazon fulfillment tracking number. You can obtain this value from the `getFulfillmentOrder` operation.
610
654
  * @param {*} [options] Override http request option.
611
655
  * @throws {RequiredError}
612
656
  */
613
- async getPackageTrackingDetails(packageNumber, options) {
614
- const localVarAxiosArgs = await localVarAxiosParamCreator.getPackageTrackingDetails(packageNumber, options);
657
+ async getPackageTrackingDetails(packageNumber, amazonFulfillmentTrackingNumber, options) {
658
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getPackageTrackingDetails(packageNumber, amazonFulfillmentTrackingNumber, options);
615
659
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
616
660
  const localVarOperationServerBasePath = operationServerMap['FulfillmentOutboundApi.getPackageTrackingDetails']?.[localVarOperationServerIndex]?.url;
617
661
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
618
662
  },
619
663
  /**
620
- * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **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 have 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)
664
+ * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the `nextToken` parameter. **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 preceding table 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)
621
665
  * @param {string} [queryStartDate] A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.
622
666
  * @param {string} [nextToken] A string token returned in the response to your previous request.
623
667
  * @param {*} [options] Override http request option.
@@ -660,7 +704,7 @@ export const FulfillmentOutboundApiFp = function (configuration) {
660
704
  /**
661
705
  * 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 have 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).
662
706
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
663
- * @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
707
+ * @param {UpdateFulfillmentOrderRequest} body The request body of the `updateFulfillmentOrder` operation.
664
708
  * @param {*} [options] Override http request option.
665
709
  * @throws {RequiredError}
666
710
  */
@@ -705,6 +749,15 @@ export const FulfillmentOutboundApiFactory = function (configuration, basePath,
705
749
  createFulfillmentReturn(requestParameters, options) {
706
750
  return localVarFp.createFulfillmentReturn(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(axios, basePath));
707
751
  },
752
+ /**
753
+ * Returns fast delivery estimates for Product Detail and Collection pages, 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 have 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).
754
+ * @param {FulfillmentOutboundApiDeliveryOfferingsRequest} requestParameters Request parameters.
755
+ * @param {*} [options] Override http request option.
756
+ * @throws {RequiredError}
757
+ */
758
+ deliveryOfferings(requestParameters, options) {
759
+ return localVarFp.deliveryOfferings(requestParameters.body, options).then((request) => request(axios, basePath));
760
+ },
708
761
  /**
709
762
  * 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 have 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).
710
763
  * @param {FulfillmentOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
@@ -724,7 +777,7 @@ export const FulfillmentOutboundApiFactory = function (configuration, basePath,
724
777
  return localVarFp.getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, requestParameters.queryStartDate, options).then((request) => request(axios, basePath));
725
778
  },
726
779
  /**
727
- * 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 have 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).
780
+ * 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 preceding table 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).
728
781
  * @param {FulfillmentOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
729
782
  * @param {*} [options] Override http request option.
730
783
  * @throws {RequiredError}
@@ -765,11 +818,11 @@ export const FulfillmentOutboundApiFactory = function (configuration, basePath,
765
818
  * @param {*} [options] Override http request option.
766
819
  * @throws {RequiredError}
767
820
  */
768
- getPackageTrackingDetails(requestParameters, options) {
769
- return localVarFp.getPackageTrackingDetails(requestParameters.packageNumber, options).then((request) => request(axios, basePath));
821
+ getPackageTrackingDetails(requestParameters = {}, options) {
822
+ return localVarFp.getPackageTrackingDetails(requestParameters.packageNumber, requestParameters.amazonFulfillmentTrackingNumber, options).then((request) => request(axios, basePath));
770
823
  },
771
824
  /**
772
- * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **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 have 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)
825
+ * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the `nextToken` parameter. **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 preceding table 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)
773
826
  * @param {FulfillmentOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
774
827
  * @param {*} [options] Override http request option.
775
828
  * @throws {RequiredError}
@@ -837,6 +890,15 @@ export class FulfillmentOutboundApi extends BaseAPI {
837
890
  createFulfillmentReturn(requestParameters, options) {
838
891
  return FulfillmentOutboundApiFp(this.configuration).createFulfillmentReturn(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
839
892
  }
893
+ /**
894
+ * Returns fast delivery estimates for Product Detail and Collection pages, 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 have 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).
895
+ * @param {FulfillmentOutboundApiDeliveryOfferingsRequest} requestParameters Request parameters.
896
+ * @param {*} [options] Override http request option.
897
+ * @throws {RequiredError}
898
+ */
899
+ deliveryOfferings(requestParameters, options) {
900
+ return FulfillmentOutboundApiFp(this.configuration).deliveryOfferings(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
901
+ }
840
902
  /**
841
903
  * 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 have 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).
842
904
  * @param {FulfillmentOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
@@ -856,7 +918,7 @@ export class FulfillmentOutboundApi extends BaseAPI {
856
918
  return FulfillmentOutboundApiFp(this.configuration).getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, requestParameters.queryStartDate, options).then((request) => request(this.axios, this.basePath));
857
919
  }
858
920
  /**
859
- * 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 have 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).
921
+ * 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 preceding table 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).
860
922
  * @param {FulfillmentOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
861
923
  * @param {*} [options] Override http request option.
862
924
  * @throws {RequiredError}
@@ -897,11 +959,11 @@ export class FulfillmentOutboundApi extends BaseAPI {
897
959
  * @param {*} [options] Override http request option.
898
960
  * @throws {RequiredError}
899
961
  */
900
- getPackageTrackingDetails(requestParameters, options) {
901
- return FulfillmentOutboundApiFp(this.configuration).getPackageTrackingDetails(requestParameters.packageNumber, options).then((request) => request(this.axios, this.basePath));
962
+ getPackageTrackingDetails(requestParameters = {}, options) {
963
+ return FulfillmentOutboundApiFp(this.configuration).getPackageTrackingDetails(requestParameters.packageNumber, requestParameters.amazonFulfillmentTrackingNumber, options).then((request) => request(this.axios, this.basePath));
902
964
  }
903
965
  /**
904
- * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **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 have 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)
966
+ * Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the `nextToken` parameter. **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 preceding table 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)
905
967
  * @param {FulfillmentOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
906
968
  * @param {*} [options] Override http request option.
907
969
  * @throws {RequiredError}
@@ -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
+ };
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  /**
15
- * The `FulfillmentPolicy` value specified when you submitted the `createFulfillmentOrder` operation.
15
+ * The `FulfillmentPolicy` value specified when you called the `createFulfillmentOrder` operation.
16
16
  */
17
17
  export const FulfillmentPolicy = {
18
18
  FillOrKill: 'FillOrKill',
@@ -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 {};
@@ -16,8 +16,10 @@ export * from './delivery-document';
16
16
  export * from './delivery-information';
17
17
  export * from './delivery-message';
18
18
  export * from './delivery-offer';
19
+ export * from './delivery-offering';
19
20
  export * from './delivery-policy';
20
21
  export * from './delivery-preferences';
22
+ export * from './delivery-quantity';
21
23
  export * from './delivery-window';
22
24
  export * from './destination';
23
25
  export * from './drop-off-location';
@@ -38,6 +40,9 @@ export * from './fulfillment-return-item-status';
38
40
  export * from './fulfillment-shipment';
39
41
  export * from './fulfillment-shipment-item';
40
42
  export * from './fulfillment-shipment-package';
43
+ export * from './get-delivery-offerings-request';
44
+ export * from './get-delivery-offerings-response';
45
+ export * from './get-delivery-offerings-result';
41
46
  export * from './get-delivery-offers-product';
42
47
  export * from './get-delivery-offers-request';
43
48
  export * from './get-delivery-offers-response';
package/dist/es/client.js CHANGED
@@ -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/deliveryOfferings$'),
15
+ rate: 5,
16
+ burst: 30,
17
+ },
11
18
  {
12
19
  method: 'post',
13
20
  // eslint-disable-next-line prefer-regex-literals