@sp-api-sdk/fulfillment-outbound-api-2020-07-01 2.5.1 → 2.7.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 (295) hide show
  1. package/dist/cjs/{src/api-model → api-model}/api/fba-outbound-api.js +64 -57
  2. package/dist/cjs/{src/api-model → api-model}/models/index.js +2 -1
  3. package/dist/cjs/api-model/models/update-fulfillment-order-response.js +15 -0
  4. package/dist/cjs/api-model/models/variable-precision-address.js +15 -0
  5. package/dist/cjs/index.js +3 -3
  6. package/dist/es/{src/api-model → api-model}/api/fba-outbound-api.js +64 -57
  7. package/dist/es/{src/api-model → api-model}/models/index.js +2 -1
  8. package/dist/es/api-model/models/update-fulfillment-order-response.js +14 -0
  9. package/dist/es/api-model/models/variable-precision-address.js +14 -0
  10. package/dist/es/index.js +3 -3
  11. package/dist/types/{src/api-model → api-model}/api/fba-outbound-api.d.ts +62 -54
  12. package/dist/types/api-model/models/delivery-document.d.ts +30 -0
  13. package/dist/types/api-model/models/delivery-information.d.ts +32 -0
  14. package/dist/types/{src/api-model → api-model}/models/fulfillment-shipment-package.d.ts +7 -0
  15. package/dist/types/{src/api-model → api-model}/models/index.d.ts +2 -1
  16. package/dist/types/{src/api-model → api-model}/models/locker-details.d.ts +1 -1
  17. package/dist/types/index.d.ts +3 -3
  18. package/package.json +11 -4
  19. package/dist/cjs/src/api-model/models/delivery-quantity.js +0 -19
  20. package/dist/es/src/api-model/models/delivery-quantity.js +0 -16
  21. package/dist/types/src/api-model/models/delivery-quantity.d.ts +0 -34
  22. /package/dist/cjs/{src/api-model → api-model}/api.js +0 -0
  23. /package/dist/cjs/{src/api-model → api-model}/base.js +0 -0
  24. /package/dist/cjs/{src/api-model → api-model}/common.js +0 -0
  25. /package/dist/cjs/{src/api-model → api-model}/configuration.js +0 -0
  26. /package/dist/cjs/{src/api-model → api-model}/index.js +0 -0
  27. /package/dist/cjs/{src/api-model → api-model}/models/additional-location-info.js +0 -0
  28. /package/dist/cjs/{src/api-model → api-model}/models/address.js +0 -0
  29. /package/dist/cjs/{src/api-model → api-model}/models/amount.js +0 -0
  30. /package/dist/cjs/{src/api-model → api-model}/models/cancel-fulfillment-order-response.js +0 -0
  31. /package/dist/cjs/{src/api-model → api-model}/models/codsettings.js +0 -0
  32. /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-order-item.js +0 -0
  33. /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-order-request.js +0 -0
  34. /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-order-response.js +0 -0
  35. /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-return-request.js +0 -0
  36. /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-return-response.js +0 -0
  37. /package/dist/cjs/{src/api-model → api-model}/models/create-fulfillment-return-result.js +0 -0
  38. /package/dist/cjs/{src/api-model → api-model}/models/create-return-item.js +0 -0
  39. /package/dist/cjs/{src/api-model → api-model}/models/current-status.js +0 -0
  40. /package/dist/cjs/{src/api-model → api-model}/models/date-range.js +0 -0
  41. /package/dist/cjs/{src/api-model/models/delivery-message.js → api-model/models/delivery-document.js} +0 -0
  42. /package/dist/cjs/{src/api-model/models/delivery-offer.js → api-model/models/delivery-information.js} +0 -0
  43. /package/dist/cjs/{src/api-model/models/delivery-policy.js → api-model/models/delivery-message.js} +0 -0
  44. /package/dist/cjs/{src/api-model/models/delivery-preferences.js → api-model/models/delivery-offer.js} +0 -0
  45. /package/dist/cjs/{src/api-model/models/delivery-window.js → api-model/models/delivery-policy.js} +0 -0
  46. /package/dist/cjs/{src/api-model/models/destination.js → api-model/models/delivery-preferences.js} +0 -0
  47. /package/dist/cjs/{src/api-model/models/feature-sku.js → api-model/models/delivery-window.js} +0 -0
  48. /package/dist/cjs/{src/api-model/models/feature.js → api-model/models/destination.js} +0 -0
  49. /package/dist/cjs/{src/api-model → api-model}/models/drop-off-location.js +0 -0
  50. /package/dist/cjs/{src/api-model → api-model}/models/event-code.js +0 -0
  51. /package/dist/cjs/{src/api-model → api-model}/models/feature-settings.js +0 -0
  52. /package/dist/cjs/{src/api-model/models/fulfillment-order-item.js → api-model/models/feature-sku.js} +0 -0
  53. /package/dist/cjs/{src/api-model/models/fulfillment-order.js → api-model/models/feature.js} +0 -0
  54. /package/dist/cjs/{src/api-model → api-model}/models/fee.js +0 -0
  55. /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-action.js +0 -0
  56. /package/dist/cjs/{src/api-model/models/fulfillment-preview-shipment.js → api-model/models/fulfillment-order-item.js} +0 -0
  57. /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-order-status.js +0 -0
  58. /package/dist/cjs/{src/api-model/models/fulfillment-preview.js → api-model/models/fulfillment-order.js} +0 -0
  59. /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-policy.js +0 -0
  60. /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-preview-item.js +0 -0
  61. /package/dist/cjs/{src/api-model/models/fulfillment-shipment-item.js → api-model/models/fulfillment-preview-shipment.js} +0 -0
  62. /package/dist/cjs/{src/api-model/models/fulfillment-shipment-package.js → api-model/models/fulfillment-preview.js} +0 -0
  63. /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-return-item-status.js +0 -0
  64. /package/dist/cjs/{src/api-model/models/get-delivery-offers-product.js → api-model/models/fulfillment-shipment-item.js} +0 -0
  65. /package/dist/cjs/{src/api-model/models/get-delivery-offers-request.js → api-model/models/fulfillment-shipment-package.js} +0 -0
  66. /package/dist/cjs/{src/api-model → api-model}/models/fulfillment-shipment.js +0 -0
  67. /package/dist/cjs/{src/api-model/models/get-delivery-offers-response.js → api-model/models/get-delivery-offers-product.js} +0 -0
  68. /package/dist/cjs/{src/api-model/models/get-delivery-offers-result.js → api-model/models/get-delivery-offers-request.js} +0 -0
  69. /package/dist/cjs/{src/api-model/models/get-delivery-offers-terms.js → api-model/models/get-delivery-offers-response.js} +0 -0
  70. /package/dist/cjs/{src/api-model/models/get-feature-inventory-response.js → api-model/models/get-delivery-offers-result.js} +0 -0
  71. /package/dist/cjs/{src/api-model/models/get-feature-inventory-result.js → api-model/models/get-delivery-offers-terms.js} +0 -0
  72. /package/dist/cjs/{src/api-model/models/get-feature-sku-response.js → api-model/models/get-feature-inventory-response.js} +0 -0
  73. /package/dist/cjs/{src/api-model/models/get-feature-sku-result.js → api-model/models/get-feature-inventory-result.js} +0 -0
  74. /package/dist/cjs/{src/api-model/models/get-features-response.js → api-model/models/get-feature-sku-response.js} +0 -0
  75. /package/dist/cjs/{src/api-model/models/get-features-result.js → api-model/models/get-feature-sku-result.js} +0 -0
  76. /package/dist/cjs/{src/api-model/models/get-fulfillment-order-response.js → api-model/models/get-features-response.js} +0 -0
  77. /package/dist/cjs/{src/api-model/models/get-fulfillment-order-result.js → api-model/models/get-features-result.js} +0 -0
  78. /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-item.js → api-model/models/get-fulfillment-order-response.js} +0 -0
  79. /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-request.js → api-model/models/get-fulfillment-order-result.js} +0 -0
  80. /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-response.js → api-model/models/get-fulfillment-preview-item.js} +0 -0
  81. /package/dist/cjs/{src/api-model/models/get-fulfillment-preview-result.js → api-model/models/get-fulfillment-preview-request.js} +0 -0
  82. /package/dist/cjs/{src/api-model/models/get-package-tracking-details-response.js → api-model/models/get-fulfillment-preview-response.js} +0 -0
  83. /package/dist/cjs/{src/api-model/models/invalid-item-reason.js → api-model/models/get-fulfillment-preview-result.js} +0 -0
  84. /package/dist/cjs/{src/api-model/models/invalid-return-item.js → api-model/models/get-package-tracking-details-response.js} +0 -0
  85. /package/dist/cjs/{src/api-model → api-model}/models/invalid-item-reason-code.js +0 -0
  86. /package/dist/cjs/{src/api-model/models/list-all-fulfillment-orders-response.js → api-model/models/invalid-item-reason.js} +0 -0
  87. /package/dist/cjs/{src/api-model/models/list-all-fulfillment-orders-result.js → api-model/models/invalid-return-item.js} +0 -0
  88. /package/dist/cjs/{src/api-model/models/list-return-reason-codes-response.js → api-model/models/list-all-fulfillment-orders-response.js} +0 -0
  89. /package/dist/cjs/{src/api-model/models/list-return-reason-codes-result.js → api-model/models/list-all-fulfillment-orders-result.js} +0 -0
  90. /package/dist/cjs/{src/api-model/models/locker-details.js → api-model/models/list-return-reason-codes-response.js} +0 -0
  91. /package/dist/cjs/{src/api-model/models/model-error.js → api-model/models/list-return-reason-codes-result.js} +0 -0
  92. /package/dist/cjs/{src/api-model/models/money.js → api-model/models/locker-details.js} +0 -0
  93. /package/dist/cjs/{src/api-model/models/origin.js → api-model/models/model-error.js} +0 -0
  94. /package/dist/cjs/{src/api-model/models/package-tracking-details.js → api-model/models/money.js} +0 -0
  95. /package/dist/cjs/{src/api-model/models/payment-information.js → api-model/models/origin.js} +0 -0
  96. /package/dist/cjs/{src/api-model/models/product-identifier.js → api-model/models/package-tracking-details.js} +0 -0
  97. /package/dist/cjs/{src/api-model/models/reason-code-details.js → api-model/models/payment-information.js} +0 -0
  98. /package/dist/cjs/{src/api-model/models/return-authorization.js → api-model/models/product-identifier.js} +0 -0
  99. /package/dist/cjs/{src/api-model/models/return-item.js → api-model/models/reason-code-details.js} +0 -0
  100. /package/dist/cjs/{src/api-model/models/scheduled-delivery-info.js → api-model/models/return-authorization.js} +0 -0
  101. /package/dist/cjs/{src/api-model → api-model}/models/return-item-disposition.js +0 -0
  102. /package/dist/cjs/{src/api-model/models/submit-fulfillment-order-status-update-request.js → api-model/models/return-item.js} +0 -0
  103. /package/dist/cjs/{src/api-model/models/submit-fulfillment-order-status-update-response.js → api-model/models/scheduled-delivery-info.js} +0 -0
  104. /package/dist/cjs/{src/api-model → api-model}/models/shipping-speed-category.js +0 -0
  105. /package/dist/cjs/{src/api-model/models/tracking-address.js → api-model/models/submit-fulfillment-order-status-update-request.js} +0 -0
  106. /package/dist/cjs/{src/api-model/models/tracking-event.js → api-model/models/submit-fulfillment-order-status-update-response.js} +0 -0
  107. /package/dist/cjs/{src/api-model/models/unfulfillable-preview-item.js → api-model/models/tracking-address.js} +0 -0
  108. /package/dist/cjs/{src/api-model/models/update-fulfillment-order-item.js → api-model/models/tracking-event.js} +0 -0
  109. /package/dist/cjs/{src/api-model/models/update-fulfillment-order-request.js → api-model/models/unfulfillable-preview-item.js} +0 -0
  110. /package/dist/cjs/{src/api-model/models/update-fulfillment-order-response.js → api-model/models/update-fulfillment-order-item.js} +0 -0
  111. /package/dist/cjs/{src/api-model/models/variable-precision-address.js → api-model/models/update-fulfillment-order-request.js} +0 -0
  112. /package/dist/cjs/{src/api-model → api-model}/models/weight.js +0 -0
  113. /package/dist/cjs/{src/client.js → client.js} +0 -0
  114. /package/dist/es/{src/api-model → api-model}/api.js +0 -0
  115. /package/dist/es/{src/api-model → api-model}/base.js +0 -0
  116. /package/dist/es/{src/api-model → api-model}/common.js +0 -0
  117. /package/dist/es/{src/api-model → api-model}/configuration.js +0 -0
  118. /package/dist/es/{src/api-model → api-model}/index.js +0 -0
  119. /package/dist/es/{src/api-model → api-model}/models/additional-location-info.js +0 -0
  120. /package/dist/es/{src/api-model → api-model}/models/address.js +0 -0
  121. /package/dist/es/{src/api-model → api-model}/models/amount.js +0 -0
  122. /package/dist/es/{src/api-model → api-model}/models/cancel-fulfillment-order-response.js +0 -0
  123. /package/dist/es/{src/api-model → api-model}/models/codsettings.js +0 -0
  124. /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-order-item.js +0 -0
  125. /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-order-request.js +0 -0
  126. /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-order-response.js +0 -0
  127. /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-return-request.js +0 -0
  128. /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-return-response.js +0 -0
  129. /package/dist/es/{src/api-model → api-model}/models/create-fulfillment-return-result.js +0 -0
  130. /package/dist/es/{src/api-model → api-model}/models/create-return-item.js +0 -0
  131. /package/dist/es/{src/api-model → api-model}/models/current-status.js +0 -0
  132. /package/dist/es/{src/api-model → api-model}/models/date-range.js +0 -0
  133. /package/dist/es/{src/api-model/models/delivery-message.js → api-model/models/delivery-document.js} +0 -0
  134. /package/dist/es/{src/api-model/models/delivery-offer.js → api-model/models/delivery-information.js} +0 -0
  135. /package/dist/es/{src/api-model/models/delivery-policy.js → api-model/models/delivery-message.js} +0 -0
  136. /package/dist/es/{src/api-model/models/delivery-preferences.js → api-model/models/delivery-offer.js} +0 -0
  137. /package/dist/es/{src/api-model/models/delivery-window.js → api-model/models/delivery-policy.js} +0 -0
  138. /package/dist/es/{src/api-model/models/destination.js → api-model/models/delivery-preferences.js} +0 -0
  139. /package/dist/es/{src/api-model/models/feature-sku.js → api-model/models/delivery-window.js} +0 -0
  140. /package/dist/es/{src/api-model/models/feature.js → api-model/models/destination.js} +0 -0
  141. /package/dist/es/{src/api-model → api-model}/models/drop-off-location.js +0 -0
  142. /package/dist/es/{src/api-model → api-model}/models/event-code.js +0 -0
  143. /package/dist/es/{src/api-model → api-model}/models/feature-settings.js +0 -0
  144. /package/dist/es/{src/api-model/models/fulfillment-order-item.js → api-model/models/feature-sku.js} +0 -0
  145. /package/dist/es/{src/api-model/models/fulfillment-order.js → api-model/models/feature.js} +0 -0
  146. /package/dist/es/{src/api-model → api-model}/models/fee.js +0 -0
  147. /package/dist/es/{src/api-model → api-model}/models/fulfillment-action.js +0 -0
  148. /package/dist/es/{src/api-model/models/fulfillment-preview-shipment.js → api-model/models/fulfillment-order-item.js} +0 -0
  149. /package/dist/es/{src/api-model → api-model}/models/fulfillment-order-status.js +0 -0
  150. /package/dist/es/{src/api-model/models/fulfillment-preview.js → api-model/models/fulfillment-order.js} +0 -0
  151. /package/dist/es/{src/api-model → api-model}/models/fulfillment-policy.js +0 -0
  152. /package/dist/es/{src/api-model → api-model}/models/fulfillment-preview-item.js +0 -0
  153. /package/dist/es/{src/api-model/models/fulfillment-shipment-item.js → api-model/models/fulfillment-preview-shipment.js} +0 -0
  154. /package/dist/es/{src/api-model/models/fulfillment-shipment-package.js → api-model/models/fulfillment-preview.js} +0 -0
  155. /package/dist/es/{src/api-model → api-model}/models/fulfillment-return-item-status.js +0 -0
  156. /package/dist/es/{src/api-model/models/get-delivery-offers-product.js → api-model/models/fulfillment-shipment-item.js} +0 -0
  157. /package/dist/es/{src/api-model/models/get-delivery-offers-request.js → api-model/models/fulfillment-shipment-package.js} +0 -0
  158. /package/dist/es/{src/api-model → api-model}/models/fulfillment-shipment.js +0 -0
  159. /package/dist/es/{src/api-model/models/get-delivery-offers-response.js → api-model/models/get-delivery-offers-product.js} +0 -0
  160. /package/dist/es/{src/api-model/models/get-delivery-offers-result.js → api-model/models/get-delivery-offers-request.js} +0 -0
  161. /package/dist/es/{src/api-model/models/get-delivery-offers-terms.js → api-model/models/get-delivery-offers-response.js} +0 -0
  162. /package/dist/es/{src/api-model/models/get-feature-inventory-response.js → api-model/models/get-delivery-offers-result.js} +0 -0
  163. /package/dist/es/{src/api-model/models/get-feature-inventory-result.js → api-model/models/get-delivery-offers-terms.js} +0 -0
  164. /package/dist/es/{src/api-model/models/get-feature-sku-response.js → api-model/models/get-feature-inventory-response.js} +0 -0
  165. /package/dist/es/{src/api-model/models/get-feature-sku-result.js → api-model/models/get-feature-inventory-result.js} +0 -0
  166. /package/dist/es/{src/api-model/models/get-features-response.js → api-model/models/get-feature-sku-response.js} +0 -0
  167. /package/dist/es/{src/api-model/models/get-features-result.js → api-model/models/get-feature-sku-result.js} +0 -0
  168. /package/dist/es/{src/api-model/models/get-fulfillment-order-response.js → api-model/models/get-features-response.js} +0 -0
  169. /package/dist/es/{src/api-model/models/get-fulfillment-order-result.js → api-model/models/get-features-result.js} +0 -0
  170. /package/dist/es/{src/api-model/models/get-fulfillment-preview-item.js → api-model/models/get-fulfillment-order-response.js} +0 -0
  171. /package/dist/es/{src/api-model/models/get-fulfillment-preview-request.js → api-model/models/get-fulfillment-order-result.js} +0 -0
  172. /package/dist/es/{src/api-model/models/get-fulfillment-preview-response.js → api-model/models/get-fulfillment-preview-item.js} +0 -0
  173. /package/dist/es/{src/api-model/models/get-fulfillment-preview-result.js → api-model/models/get-fulfillment-preview-request.js} +0 -0
  174. /package/dist/es/{src/api-model/models/get-package-tracking-details-response.js → api-model/models/get-fulfillment-preview-response.js} +0 -0
  175. /package/dist/es/{src/api-model/models/invalid-item-reason.js → api-model/models/get-fulfillment-preview-result.js} +0 -0
  176. /package/dist/es/{src/api-model/models/invalid-return-item.js → api-model/models/get-package-tracking-details-response.js} +0 -0
  177. /package/dist/es/{src/api-model → api-model}/models/invalid-item-reason-code.js +0 -0
  178. /package/dist/es/{src/api-model/models/list-all-fulfillment-orders-response.js → api-model/models/invalid-item-reason.js} +0 -0
  179. /package/dist/es/{src/api-model/models/list-all-fulfillment-orders-result.js → api-model/models/invalid-return-item.js} +0 -0
  180. /package/dist/es/{src/api-model/models/list-return-reason-codes-response.js → api-model/models/list-all-fulfillment-orders-response.js} +0 -0
  181. /package/dist/es/{src/api-model/models/list-return-reason-codes-result.js → api-model/models/list-all-fulfillment-orders-result.js} +0 -0
  182. /package/dist/es/{src/api-model/models/locker-details.js → api-model/models/list-return-reason-codes-response.js} +0 -0
  183. /package/dist/es/{src/api-model/models/model-error.js → api-model/models/list-return-reason-codes-result.js} +0 -0
  184. /package/dist/es/{src/api-model/models/money.js → api-model/models/locker-details.js} +0 -0
  185. /package/dist/es/{src/api-model/models/origin.js → api-model/models/model-error.js} +0 -0
  186. /package/dist/es/{src/api-model/models/package-tracking-details.js → api-model/models/money.js} +0 -0
  187. /package/dist/es/{src/api-model/models/payment-information.js → api-model/models/origin.js} +0 -0
  188. /package/dist/es/{src/api-model/models/product-identifier.js → api-model/models/package-tracking-details.js} +0 -0
  189. /package/dist/es/{src/api-model/models/reason-code-details.js → api-model/models/payment-information.js} +0 -0
  190. /package/dist/es/{src/api-model/models/return-authorization.js → api-model/models/product-identifier.js} +0 -0
  191. /package/dist/es/{src/api-model/models/return-item.js → api-model/models/reason-code-details.js} +0 -0
  192. /package/dist/es/{src/api-model/models/scheduled-delivery-info.js → api-model/models/return-authorization.js} +0 -0
  193. /package/dist/es/{src/api-model → api-model}/models/return-item-disposition.js +0 -0
  194. /package/dist/es/{src/api-model/models/submit-fulfillment-order-status-update-request.js → api-model/models/return-item.js} +0 -0
  195. /package/dist/es/{src/api-model/models/submit-fulfillment-order-status-update-response.js → api-model/models/scheduled-delivery-info.js} +0 -0
  196. /package/dist/es/{src/api-model → api-model}/models/shipping-speed-category.js +0 -0
  197. /package/dist/es/{src/api-model/models/tracking-address.js → api-model/models/submit-fulfillment-order-status-update-request.js} +0 -0
  198. /package/dist/es/{src/api-model/models/tracking-event.js → api-model/models/submit-fulfillment-order-status-update-response.js} +0 -0
  199. /package/dist/es/{src/api-model/models/unfulfillable-preview-item.js → api-model/models/tracking-address.js} +0 -0
  200. /package/dist/es/{src/api-model/models/update-fulfillment-order-item.js → api-model/models/tracking-event.js} +0 -0
  201. /package/dist/es/{src/api-model/models/update-fulfillment-order-request.js → api-model/models/unfulfillable-preview-item.js} +0 -0
  202. /package/dist/es/{src/api-model/models/update-fulfillment-order-response.js → api-model/models/update-fulfillment-order-item.js} +0 -0
  203. /package/dist/es/{src/api-model/models/variable-precision-address.js → api-model/models/update-fulfillment-order-request.js} +0 -0
  204. /package/dist/es/{src/api-model → api-model}/models/weight.js +0 -0
  205. /package/dist/es/{src/client.js → client.js} +0 -0
  206. /package/dist/types/{src/api-model → api-model}/api.d.ts +0 -0
  207. /package/dist/types/{src/api-model → api-model}/base.d.ts +0 -0
  208. /package/dist/types/{src/api-model → api-model}/common.d.ts +0 -0
  209. /package/dist/types/{src/api-model → api-model}/configuration.d.ts +0 -0
  210. /package/dist/types/{src/api-model → api-model}/index.d.ts +0 -0
  211. /package/dist/types/{src/api-model → api-model}/models/additional-location-info.d.ts +0 -0
  212. /package/dist/types/{src/api-model → api-model}/models/address.d.ts +0 -0
  213. /package/dist/types/{src/api-model → api-model}/models/amount.d.ts +0 -0
  214. /package/dist/types/{src/api-model → api-model}/models/cancel-fulfillment-order-response.d.ts +0 -0
  215. /package/dist/types/{src/api-model → api-model}/models/codsettings.d.ts +0 -0
  216. /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-order-item.d.ts +0 -0
  217. /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-order-request.d.ts +0 -0
  218. /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-order-response.d.ts +0 -0
  219. /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-return-request.d.ts +0 -0
  220. /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-return-response.d.ts +0 -0
  221. /package/dist/types/{src/api-model → api-model}/models/create-fulfillment-return-result.d.ts +0 -0
  222. /package/dist/types/{src/api-model → api-model}/models/create-return-item.d.ts +0 -0
  223. /package/dist/types/{src/api-model → api-model}/models/current-status.d.ts +0 -0
  224. /package/dist/types/{src/api-model → api-model}/models/date-range.d.ts +0 -0
  225. /package/dist/types/{src/api-model → api-model}/models/delivery-message.d.ts +0 -0
  226. /package/dist/types/{src/api-model → api-model}/models/delivery-offer.d.ts +0 -0
  227. /package/dist/types/{src/api-model → api-model}/models/delivery-policy.d.ts +0 -0
  228. /package/dist/types/{src/api-model → api-model}/models/delivery-preferences.d.ts +0 -0
  229. /package/dist/types/{src/api-model → api-model}/models/delivery-window.d.ts +0 -0
  230. /package/dist/types/{src/api-model → api-model}/models/destination.d.ts +0 -0
  231. /package/dist/types/{src/api-model → api-model}/models/drop-off-location.d.ts +0 -0
  232. /package/dist/types/{src/api-model → api-model}/models/event-code.d.ts +0 -0
  233. /package/dist/types/{src/api-model → api-model}/models/feature-settings.d.ts +0 -0
  234. /package/dist/types/{src/api-model → api-model}/models/feature-sku.d.ts +0 -0
  235. /package/dist/types/{src/api-model → api-model}/models/feature.d.ts +0 -0
  236. /package/dist/types/{src/api-model → api-model}/models/fee.d.ts +0 -0
  237. /package/dist/types/{src/api-model → api-model}/models/fulfillment-action.d.ts +0 -0
  238. /package/dist/types/{src/api-model → api-model}/models/fulfillment-order-item.d.ts +0 -0
  239. /package/dist/types/{src/api-model → api-model}/models/fulfillment-order-status.d.ts +0 -0
  240. /package/dist/types/{src/api-model → api-model}/models/fulfillment-order.d.ts +0 -0
  241. /package/dist/types/{src/api-model → api-model}/models/fulfillment-policy.d.ts +0 -0
  242. /package/dist/types/{src/api-model → api-model}/models/fulfillment-preview-item.d.ts +0 -0
  243. /package/dist/types/{src/api-model → api-model}/models/fulfillment-preview-shipment.d.ts +0 -0
  244. /package/dist/types/{src/api-model → api-model}/models/fulfillment-preview.d.ts +0 -0
  245. /package/dist/types/{src/api-model → api-model}/models/fulfillment-return-item-status.d.ts +0 -0
  246. /package/dist/types/{src/api-model → api-model}/models/fulfillment-shipment-item.d.ts +0 -0
  247. /package/dist/types/{src/api-model → api-model}/models/fulfillment-shipment.d.ts +0 -0
  248. /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-product.d.ts +0 -0
  249. /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-request.d.ts +0 -0
  250. /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-response.d.ts +0 -0
  251. /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-result.d.ts +0 -0
  252. /package/dist/types/{src/api-model → api-model}/models/get-delivery-offers-terms.d.ts +0 -0
  253. /package/dist/types/{src/api-model → api-model}/models/get-feature-inventory-response.d.ts +0 -0
  254. /package/dist/types/{src/api-model → api-model}/models/get-feature-inventory-result.d.ts +0 -0
  255. /package/dist/types/{src/api-model → api-model}/models/get-feature-sku-response.d.ts +0 -0
  256. /package/dist/types/{src/api-model → api-model}/models/get-feature-sku-result.d.ts +0 -0
  257. /package/dist/types/{src/api-model → api-model}/models/get-features-response.d.ts +0 -0
  258. /package/dist/types/{src/api-model → api-model}/models/get-features-result.d.ts +0 -0
  259. /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-order-response.d.ts +0 -0
  260. /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-order-result.d.ts +0 -0
  261. /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-item.d.ts +0 -0
  262. /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-request.d.ts +0 -0
  263. /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-response.d.ts +0 -0
  264. /package/dist/types/{src/api-model → api-model}/models/get-fulfillment-preview-result.d.ts +0 -0
  265. /package/dist/types/{src/api-model → api-model}/models/get-package-tracking-details-response.d.ts +0 -0
  266. /package/dist/types/{src/api-model → api-model}/models/invalid-item-reason-code.d.ts +0 -0
  267. /package/dist/types/{src/api-model → api-model}/models/invalid-item-reason.d.ts +0 -0
  268. /package/dist/types/{src/api-model → api-model}/models/invalid-return-item.d.ts +0 -0
  269. /package/dist/types/{src/api-model → api-model}/models/list-all-fulfillment-orders-response.d.ts +0 -0
  270. /package/dist/types/{src/api-model → api-model}/models/list-all-fulfillment-orders-result.d.ts +0 -0
  271. /package/dist/types/{src/api-model → api-model}/models/list-return-reason-codes-response.d.ts +0 -0
  272. /package/dist/types/{src/api-model → api-model}/models/list-return-reason-codes-result.d.ts +0 -0
  273. /package/dist/types/{src/api-model → api-model}/models/model-error.d.ts +0 -0
  274. /package/dist/types/{src/api-model → api-model}/models/money.d.ts +0 -0
  275. /package/dist/types/{src/api-model → api-model}/models/origin.d.ts +0 -0
  276. /package/dist/types/{src/api-model → api-model}/models/package-tracking-details.d.ts +0 -0
  277. /package/dist/types/{src/api-model → api-model}/models/payment-information.d.ts +0 -0
  278. /package/dist/types/{src/api-model → api-model}/models/product-identifier.d.ts +0 -0
  279. /package/dist/types/{src/api-model → api-model}/models/reason-code-details.d.ts +0 -0
  280. /package/dist/types/{src/api-model → api-model}/models/return-authorization.d.ts +0 -0
  281. /package/dist/types/{src/api-model → api-model}/models/return-item-disposition.d.ts +0 -0
  282. /package/dist/types/{src/api-model → api-model}/models/return-item.d.ts +0 -0
  283. /package/dist/types/{src/api-model → api-model}/models/scheduled-delivery-info.d.ts +0 -0
  284. /package/dist/types/{src/api-model → api-model}/models/shipping-speed-category.d.ts +0 -0
  285. /package/dist/types/{src/api-model → api-model}/models/submit-fulfillment-order-status-update-request.d.ts +0 -0
  286. /package/dist/types/{src/api-model → api-model}/models/submit-fulfillment-order-status-update-response.d.ts +0 -0
  287. /package/dist/types/{src/api-model → api-model}/models/tracking-address.d.ts +0 -0
  288. /package/dist/types/{src/api-model → api-model}/models/tracking-event.d.ts +0 -0
  289. /package/dist/types/{src/api-model → api-model}/models/unfulfillable-preview-item.d.ts +0 -0
  290. /package/dist/types/{src/api-model → api-model}/models/update-fulfillment-order-item.d.ts +0 -0
  291. /package/dist/types/{src/api-model → api-model}/models/update-fulfillment-order-request.d.ts +0 -0
  292. /package/dist/types/{src/api-model → api-model}/models/update-fulfillment-order-response.d.ts +0 -0
  293. /package/dist/types/{src/api-model → api-model}/models/variable-precision-address.d.ts +0 -0
  294. /package/dist/types/{src/api-model → api-model}/models/weight.d.ts +0 -0
  295. /package/dist/types/{src/client.d.ts → client.d.ts} +0 -0
@@ -30,7 +30,7 @@ const base_1 = require("../base");
30
30
  const FbaOutboundApiAxiosParamCreator = function (configuration) {
31
31
  return {
32
32
  /**
33
- * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
33
+ * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
34
34
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
35
35
  * @param {*} [options] Override http request option.
36
36
  * @throws {RequiredError}
@@ -58,7 +58,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
58
58
  };
59
59
  },
60
60
  /**
61
- * 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)
61
+ * 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 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)
62
62
  * @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
63
63
  * @param {*} [options] Override http request option.
64
64
  * @throws {RequiredError}
@@ -87,7 +87,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
87
87
  };
88
88
  },
89
89
  /**
90
- * 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).
90
+ * 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).
91
91
  * @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.
92
92
  * @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
93
93
  * @param {*} [options] Override http request option.
@@ -120,7 +120,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
120
120
  };
121
121
  },
122
122
  /**
123
- * 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).
123
+ * 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).
124
124
  * @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
125
125
  * @param {*} [options] Override http request option.
126
126
  * @throws {RequiredError}
@@ -149,14 +149,15 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
149
149
  };
150
150
  },
151
151
  /**
152
- * 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)..
152
+ * 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)..
153
153
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
154
154
  * @param {string} featureName The name of the feature for which to return a list of eligible inventory.
155
155
  * @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.
156
+ * @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
156
157
  * @param {*} [options] Override http request option.
157
158
  * @throws {RequiredError}
158
159
  */
159
- getFeatureInventory: async (marketplaceId, featureName, nextToken, options = {}) => {
160
+ getFeatureInventory: async (marketplaceId, featureName, nextToken, queryStartDate, options = {}) => {
160
161
  // verify required parameter 'marketplaceId' is not null or undefined
161
162
  (0, common_1.assertParamExists)('getFeatureInventory', 'marketplaceId', marketplaceId);
162
163
  // verify required parameter 'featureName' is not null or undefined
@@ -178,6 +179,11 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
178
179
  if (nextToken !== undefined) {
179
180
  localVarQueryParameter['nextToken'] = nextToken;
180
181
  }
182
+ if (queryStartDate !== undefined) {
183
+ localVarQueryParameter['queryStartDate'] = (queryStartDate instanceof Date) ?
184
+ queryStartDate.toISOString() :
185
+ queryStartDate;
186
+ }
181
187
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
182
188
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
183
189
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
@@ -187,7 +193,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
187
193
  };
188
194
  },
189
195
  /**
190
- * 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).
196
+ * 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).
191
197
  * @param {string} marketplaceId The marketplace for which to return the count.
192
198
  * @param {string} featureName The name of the feature.
193
199
  * @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.
@@ -225,7 +231,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
225
231
  };
226
232
  },
227
233
  /**
228
- * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
234
+ * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
229
235
  * @param {string} marketplaceId The marketplace for which to return the list of features.
230
236
  * @param {*} [options] Override http request option.
231
237
  * @throws {RequiredError}
@@ -255,7 +261,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
255
261
  };
256
262
  },
257
263
  /**
258
- * Returns the fulfillment order indicated by the specified order identifier. **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).
264
+ * Returns the fulfillment order indicated by the specified order identifier. **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).
259
265
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
260
266
  * @param {*} [options] Override http request option.
261
267
  * @throws {RequiredError}
@@ -283,7 +289,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
283
289
  };
284
290
  },
285
291
  /**
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).
292
+ * 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 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).
287
293
  * @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
288
294
  * @param {*} [options] Override http request option.
289
295
  * @throws {RequiredError}
@@ -312,7 +318,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
312
318
  };
313
319
  },
314
320
  /**
315
- * 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 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).
321
+ * 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).
316
322
  * @param {number} packageNumber The unencrypted package identifier returned by the `getFulfillmentOrder` operation.
317
323
  * @param {*} [options] Override http request option.
318
324
  * @throws {RequiredError}
@@ -342,7 +348,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
342
348
  };
343
349
  },
344
350
  /**
345
- * 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 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)
351
+ * 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)
346
352
  * @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.
347
353
  * @param {string} [nextToken] A string token returned in the response to your previous request.
348
354
  * @param {*} [options] Override http request option.
@@ -376,7 +382,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
376
382
  };
377
383
  },
378
384
  /**
379
- * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
385
+ * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
380
386
  * @param {string} sellerSku The seller SKU for which return reason codes are required.
381
387
  * @param {string} [marketplaceId] The marketplace for which the seller wants return reason codes.
382
388
  * @param {string} [sellerFulfillmentOrderId] The identifier assigned to the item by the seller when the fulfillment order was created. The service uses this value to determine the marketplace for which the seller wants return reason codes.
@@ -451,7 +457,7 @@ const FbaOutboundApiAxiosParamCreator = function (configuration) {
451
457
  };
452
458
  },
453
459
  /**
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).
460
+ * 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).
455
461
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
456
462
  * @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
457
463
  * @param {*} [options] Override http request option.
@@ -494,7 +500,7 @@ const FbaOutboundApiFp = function (configuration) {
494
500
  const localVarAxiosParamCreator = (0, exports.FbaOutboundApiAxiosParamCreator)(configuration);
495
501
  return {
496
502
  /**
497
- * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
503
+ * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
498
504
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
499
505
  * @param {*} [options] Override http request option.
500
506
  * @throws {RequiredError}
@@ -506,7 +512,7 @@ const FbaOutboundApiFp = function (configuration) {
506
512
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
507
513
  },
508
514
  /**
509
- * 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)
515
+ * 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 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)
510
516
  * @param {CreateFulfillmentOrderRequest} body CreateFulfillmentOrderRequest parameter
511
517
  * @param {*} [options] Override http request option.
512
518
  * @throws {RequiredError}
@@ -518,7 +524,7 @@ const FbaOutboundApiFp = function (configuration) {
518
524
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
519
525
  },
520
526
  /**
521
- * 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).
527
+ * 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).
522
528
  * @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.
523
529
  * @param {CreateFulfillmentReturnRequest} body CreateFulfillmentReturnRequest parameter
524
530
  * @param {*} [options] Override http request option.
@@ -531,7 +537,7 @@ const FbaOutboundApiFp = function (configuration) {
531
537
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
532
538
  },
533
539
  /**
534
- * 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).
540
+ * 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).
535
541
  * @param {GetDeliveryOffersRequest} body GetDeliveryOffersRequest parameter
536
542
  * @param {*} [options] Override http request option.
537
543
  * @throws {RequiredError}
@@ -543,21 +549,22 @@ const FbaOutboundApiFp = function (configuration) {
543
549
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
544
550
  },
545
551
  /**
546
- * 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)..
552
+ * 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)..
547
553
  * @param {string} marketplaceId The marketplace for which to return a list of the inventory that is eligible for the specified feature.
548
554
  * @param {string} featureName The name of the feature for which to return a list of eligible inventory.
549
555
  * @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.
556
+ * @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
550
557
  * @param {*} [options] Override http request option.
551
558
  * @throws {RequiredError}
552
559
  */
553
- async getFeatureInventory(marketplaceId, featureName, nextToken, options) {
554
- const localVarAxiosArgs = await localVarAxiosParamCreator.getFeatureInventory(marketplaceId, featureName, nextToken, options);
560
+ async getFeatureInventory(marketplaceId, featureName, nextToken, queryStartDate, options) {
561
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getFeatureInventory(marketplaceId, featureName, nextToken, queryStartDate, options);
555
562
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
556
563
  const localVarOperationServerBasePath = base_1.operationServerMap['FbaOutboundApi.getFeatureInventory']?.[localVarOperationServerIndex]?.url;
557
564
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
558
565
  },
559
566
  /**
560
- * 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).
567
+ * 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).
561
568
  * @param {string} marketplaceId The marketplace for which to return the count.
562
569
  * @param {string} featureName The name of the feature.
563
570
  * @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.
@@ -571,7 +578,7 @@ const FbaOutboundApiFp = function (configuration) {
571
578
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
572
579
  },
573
580
  /**
574
- * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
581
+ * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
575
582
  * @param {string} marketplaceId The marketplace for which to return the list of features.
576
583
  * @param {*} [options] Override http request option.
577
584
  * @throws {RequiredError}
@@ -583,7 +590,7 @@ const FbaOutboundApiFp = function (configuration) {
583
590
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
584
591
  },
585
592
  /**
586
- * Returns the fulfillment order indicated by the specified order identifier. **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).
593
+ * Returns the fulfillment order indicated by the specified order identifier. **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).
587
594
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
588
595
  * @param {*} [options] Override http request option.
589
596
  * @throws {RequiredError}
@@ -595,7 +602,7 @@ const FbaOutboundApiFp = function (configuration) {
595
602
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
596
603
  },
597
604
  /**
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).
605
+ * 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 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).
599
606
  * @param {GetFulfillmentPreviewRequest} body GetFulfillmentPreviewRequest parameter
600
607
  * @param {*} [options] Override http request option.
601
608
  * @throws {RequiredError}
@@ -607,7 +614,7 @@ const FbaOutboundApiFp = function (configuration) {
607
614
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
608
615
  },
609
616
  /**
610
- * 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 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).
617
+ * 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).
611
618
  * @param {number} packageNumber The unencrypted package identifier returned by the `getFulfillmentOrder` operation.
612
619
  * @param {*} [options] Override http request option.
613
620
  * @throws {RequiredError}
@@ -619,7 +626,7 @@ const FbaOutboundApiFp = function (configuration) {
619
626
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
620
627
  },
621
628
  /**
622
- * 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 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)
629
+ * 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)
623
630
  * @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.
624
631
  * @param {string} [nextToken] A string token returned in the response to your previous request.
625
632
  * @param {*} [options] Override http request option.
@@ -632,7 +639,7 @@ const FbaOutboundApiFp = function (configuration) {
632
639
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
633
640
  },
634
641
  /**
635
- * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
642
+ * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
636
643
  * @param {string} sellerSku The seller SKU for which return reason codes are required.
637
644
  * @param {string} [marketplaceId] The marketplace for which the seller wants return reason codes.
638
645
  * @param {string} [sellerFulfillmentOrderId] The identifier assigned to the item by the seller when the fulfillment order was created. The service uses this value to determine the marketplace for which the seller wants return reason codes.
@@ -660,7 +667,7 @@ const FbaOutboundApiFp = function (configuration) {
660
667
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
661
668
  },
662
669
  /**
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).
670
+ * 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).
664
671
  * @param {string} sellerFulfillmentOrderId The identifier assigned to the item by the seller when the fulfillment order was created.
665
672
  * @param {UpdateFulfillmentOrderRequest} body UpdateFulfillmentOrderRequest parameter
666
673
  * @param {*} [options] Override http request option.
@@ -683,7 +690,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
683
690
  const localVarFp = (0, exports.FbaOutboundApiFp)(configuration);
684
691
  return {
685
692
  /**
686
- * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
693
+ * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
687
694
  * @param {FbaOutboundApiCancelFulfillmentOrderRequest} requestParameters Request parameters.
688
695
  * @param {*} [options] Override http request option.
689
696
  * @throws {RequiredError}
@@ -692,7 +699,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
692
699
  return localVarFp.cancelFulfillmentOrder(requestParameters.sellerFulfillmentOrderId, options).then((request) => request(axios, basePath));
693
700
  },
694
701
  /**
695
- * 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)
702
+ * 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 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)
696
703
  * @param {FbaOutboundApiCreateFulfillmentOrderRequest} requestParameters Request parameters.
697
704
  * @param {*} [options] Override http request option.
698
705
  * @throws {RequiredError}
@@ -701,7 +708,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
701
708
  return localVarFp.createFulfillmentOrder(requestParameters.body, options).then((request) => request(axios, basePath));
702
709
  },
703
710
  /**
704
- * 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).
711
+ * 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).
705
712
  * @param {FbaOutboundApiCreateFulfillmentReturnRequest} requestParameters Request parameters.
706
713
  * @param {*} [options] Override http request option.
707
714
  * @throws {RequiredError}
@@ -710,7 +717,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
710
717
  return localVarFp.createFulfillmentReturn(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(axios, basePath));
711
718
  },
712
719
  /**
713
- * 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).
720
+ * 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).
714
721
  * @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
715
722
  * @param {*} [options] Override http request option.
716
723
  * @throws {RequiredError}
@@ -719,16 +726,16 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
719
726
  return localVarFp.deliveryOffers(requestParameters.body, options).then((request) => request(axios, basePath));
720
727
  },
721
728
  /**
722
- * 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)..
729
+ * 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)..
723
730
  * @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
724
731
  * @param {*} [options] Override http request option.
725
732
  * @throws {RequiredError}
726
733
  */
727
734
  getFeatureInventory(requestParameters, options) {
728
- return localVarFp.getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, options).then((request) => request(axios, basePath));
735
+ return localVarFp.getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, requestParameters.queryStartDate, options).then((request) => request(axios, basePath));
729
736
  },
730
737
  /**
731
- * 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).
738
+ * 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).
732
739
  * @param {FbaOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
733
740
  * @param {*} [options] Override http request option.
734
741
  * @throws {RequiredError}
@@ -737,7 +744,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
737
744
  return localVarFp.getFeatureSKU(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.sellerSku, options).then((request) => request(axios, basePath));
738
745
  },
739
746
  /**
740
- * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
747
+ * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
741
748
  * @param {FbaOutboundApiGetFeaturesRequest} requestParameters Request parameters.
742
749
  * @param {*} [options] Override http request option.
743
750
  * @throws {RequiredError}
@@ -746,7 +753,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
746
753
  return localVarFp.getFeatures(requestParameters.marketplaceId, options).then((request) => request(axios, basePath));
747
754
  },
748
755
  /**
749
- * Returns the fulfillment order indicated by the specified order identifier. **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).
756
+ * Returns the fulfillment order indicated by the specified order identifier. **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).
750
757
  * @param {FbaOutboundApiGetFulfillmentOrderRequest} requestParameters Request parameters.
751
758
  * @param {*} [options] Override http request option.
752
759
  * @throws {RequiredError}
@@ -755,7 +762,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
755
762
  return localVarFp.getFulfillmentOrder(requestParameters.sellerFulfillmentOrderId, options).then((request) => request(axios, basePath));
756
763
  },
757
764
  /**
758
- * 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).
765
+ * 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 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).
759
766
  * @param {FbaOutboundApiGetFulfillmentPreviewRequest} requestParameters Request parameters.
760
767
  * @param {*} [options] Override http request option.
761
768
  * @throws {RequiredError}
@@ -764,7 +771,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
764
771
  return localVarFp.getFulfillmentPreview(requestParameters.body, options).then((request) => request(axios, basePath));
765
772
  },
766
773
  /**
767
- * 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 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).
774
+ * 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).
768
775
  * @param {FbaOutboundApiGetPackageTrackingDetailsRequest} requestParameters Request parameters.
769
776
  * @param {*} [options] Override http request option.
770
777
  * @throws {RequiredError}
@@ -773,7 +780,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
773
780
  return localVarFp.getPackageTrackingDetails(requestParameters.packageNumber, options).then((request) => request(axios, basePath));
774
781
  },
775
782
  /**
776
- * 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 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)
783
+ * 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)
777
784
  * @param {FbaOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
778
785
  * @param {*} [options] Override http request option.
779
786
  * @throws {RequiredError}
@@ -782,7 +789,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
782
789
  return localVarFp.listAllFulfillmentOrders(requestParameters.queryStartDate, requestParameters.nextToken, options).then((request) => request(axios, basePath));
783
790
  },
784
791
  /**
785
- * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
792
+ * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
786
793
  * @param {FbaOutboundApiListReturnReasonCodesRequest} requestParameters Request parameters.
787
794
  * @param {*} [options] Override http request option.
788
795
  * @throws {RequiredError}
@@ -800,7 +807,7 @@ const FbaOutboundApiFactory = function (configuration, basePath, axios) {
800
807
  return localVarFp.submitFulfillmentOrderStatusUpdate(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(axios, basePath));
801
808
  },
802
809
  /**
803
- * 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).
810
+ * 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).
804
811
  * @param {FbaOutboundApiUpdateFulfillmentOrderRequest} requestParameters Request parameters.
805
812
  * @param {*} [options] Override http request option.
806
813
  * @throws {RequiredError}
@@ -819,7 +826,7 @@ exports.FbaOutboundApiFactory = FbaOutboundApiFactory;
819
826
  */
820
827
  class FbaOutboundApi extends base_1.BaseAPI {
821
828
  /**
822
- * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
829
+ * Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **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).
823
830
  * @param {FbaOutboundApiCancelFulfillmentOrderRequest} requestParameters Request parameters.
824
831
  * @param {*} [options] Override http request option.
825
832
  * @throws {RequiredError}
@@ -829,7 +836,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
829
836
  return (0, exports.FbaOutboundApiFp)(this.configuration).cancelFulfillmentOrder(requestParameters.sellerFulfillmentOrderId, options).then((request) => request(this.axios, this.basePath));
830
837
  }
831
838
  /**
832
- * 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)
839
+ * 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 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)
833
840
  * @param {FbaOutboundApiCreateFulfillmentOrderRequest} requestParameters Request parameters.
834
841
  * @param {*} [options] Override http request option.
835
842
  * @throws {RequiredError}
@@ -839,7 +846,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
839
846
  return (0, exports.FbaOutboundApiFp)(this.configuration).createFulfillmentOrder(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
840
847
  }
841
848
  /**
842
- * 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).
849
+ * 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).
843
850
  * @param {FbaOutboundApiCreateFulfillmentReturnRequest} requestParameters Request parameters.
844
851
  * @param {*} [options] Override http request option.
845
852
  * @throws {RequiredError}
@@ -849,7 +856,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
849
856
  return (0, exports.FbaOutboundApiFp)(this.configuration).createFulfillmentReturn(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
850
857
  }
851
858
  /**
852
- * 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).
859
+ * 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).
853
860
  * @param {FbaOutboundApiDeliveryOffersRequest} requestParameters Request parameters.
854
861
  * @param {*} [options] Override http request option.
855
862
  * @throws {RequiredError}
@@ -859,17 +866,17 @@ class FbaOutboundApi extends base_1.BaseAPI {
859
866
  return (0, exports.FbaOutboundApiFp)(this.configuration).deliveryOffers(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
860
867
  }
861
868
  /**
862
- * 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)..
869
+ * 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)..
863
870
  * @param {FbaOutboundApiGetFeatureInventoryRequest} requestParameters Request parameters.
864
871
  * @param {*} [options] Override http request option.
865
872
  * @throws {RequiredError}
866
873
  * @memberof FbaOutboundApi
867
874
  */
868
875
  getFeatureInventory(requestParameters, options) {
869
- return (0, exports.FbaOutboundApiFp)(this.configuration).getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));
876
+ return (0, exports.FbaOutboundApiFp)(this.configuration).getFeatureInventory(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.nextToken, requestParameters.queryStartDate, options).then((request) => request(this.axios, this.basePath));
870
877
  }
871
878
  /**
872
- * 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).
879
+ * 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).
873
880
  * @param {FbaOutboundApiGetFeatureSKURequest} requestParameters Request parameters.
874
881
  * @param {*} [options] Override http request option.
875
882
  * @throws {RequiredError}
@@ -879,7 +886,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
879
886
  return (0, exports.FbaOutboundApiFp)(this.configuration).getFeatureSKU(requestParameters.marketplaceId, requestParameters.featureName, requestParameters.sellerSku, options).then((request) => request(this.axios, this.basePath));
880
887
  }
881
888
  /**
882
- * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
889
+ * Returns a list of features available for Multi-Channel Fulfillment orders in the marketplace you specify, and whether the seller for which you made the call is enrolled for each feature. **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).
883
890
  * @param {FbaOutboundApiGetFeaturesRequest} requestParameters Request parameters.
884
891
  * @param {*} [options] Override http request option.
885
892
  * @throws {RequiredError}
@@ -889,7 +896,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
889
896
  return (0, exports.FbaOutboundApiFp)(this.configuration).getFeatures(requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));
890
897
  }
891
898
  /**
892
- * Returns the fulfillment order indicated by the specified order identifier. **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).
899
+ * Returns the fulfillment order indicated by the specified order identifier. **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).
893
900
  * @param {FbaOutboundApiGetFulfillmentOrderRequest} requestParameters Request parameters.
894
901
  * @param {*} [options] Override http request option.
895
902
  * @throws {RequiredError}
@@ -899,7 +906,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
899
906
  return (0, exports.FbaOutboundApiFp)(this.configuration).getFulfillmentOrder(requestParameters.sellerFulfillmentOrderId, options).then((request) => request(this.axios, this.basePath));
900
907
  }
901
908
  /**
902
- * 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).
909
+ * 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 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).
903
910
  * @param {FbaOutboundApiGetFulfillmentPreviewRequest} requestParameters Request parameters.
904
911
  * @param {*} [options] Override http request option.
905
912
  * @throws {RequiredError}
@@ -909,7 +916,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
909
916
  return (0, exports.FbaOutboundApiFp)(this.configuration).getFulfillmentPreview(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
910
917
  }
911
918
  /**
912
- * 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 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).
919
+ * 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).
913
920
  * @param {FbaOutboundApiGetPackageTrackingDetailsRequest} requestParameters Request parameters.
914
921
  * @param {*} [options] Override http request option.
915
922
  * @throws {RequiredError}
@@ -919,7 +926,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
919
926
  return (0, exports.FbaOutboundApiFp)(this.configuration).getPackageTrackingDetails(requestParameters.packageNumber, options).then((request) => request(this.axios, this.basePath));
920
927
  }
921
928
  /**
922
- * 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 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)
929
+ * 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)
923
930
  * @param {FbaOutboundApiListAllFulfillmentOrdersRequest} requestParameters Request parameters.
924
931
  * @param {*} [options] Override http request option.
925
932
  * @throws {RequiredError}
@@ -929,7 +936,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
929
936
  return (0, exports.FbaOutboundApiFp)(this.configuration).listAllFulfillmentOrders(requestParameters.queryStartDate, requestParameters.nextToken, options).then((request) => request(this.axios, this.basePath));
930
937
  }
931
938
  /**
932
- * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
939
+ * Returns a list of return reason codes for a seller SKU in a given marketplace. 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).
933
940
  * @param {FbaOutboundApiListReturnReasonCodesRequest} requestParameters Request parameters.
934
941
  * @param {*} [options] Override http request option.
935
942
  * @throws {RequiredError}
@@ -949,7 +956,7 @@ class FbaOutboundApi extends base_1.BaseAPI {
949
956
  return (0, exports.FbaOutboundApiFp)(this.configuration).submitFulfillmentOrderStatusUpdate(requestParameters.sellerFulfillmentOrderId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
950
957
  }
951
958
  /**
952
- * 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).
959
+ * 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).
953
960
  * @param {FbaOutboundApiUpdateFulfillmentOrderRequest} requestParameters Request parameters.
954
961
  * @param {*} [options] Override http request option.
955
962
  * @throws {RequiredError}