amzn_sp_api 0.1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3277) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +22 -0
  3. data/Gemfile +4 -4
  4. data/Gemfile.lock +28 -16
  5. data/LICENSE +1 -1
  6. data/README.md +13 -12
  7. data/Rakefile +2 -4
  8. data/amzn_sp_api.gemspec +14 -16
  9. data/config.json +3 -3
  10. data/lib/amzn_sp_api/amzn_sp_api_version.rb +1 -3
  11. data/lib/amzn_sp_api/api_client.rb +7 -27
  12. data/lib/amzn_sp_api/api_error.rb +1 -16
  13. data/lib/amzn_sp_api/configuration.rb +1 -11
  14. data/lib/amzn_sp_api/sp_api_client.rb +13 -21
  15. data/lib/amzn_sp_api/sp_api_configuration.rb +18 -6
  16. data/lib/amzn_sp_api.rb +3 -39
  17. data/lib/aplus_content_api_model/Gemfile +1 -1
  18. data/lib/aplus_content_api_model/README.md +4 -4
  19. data/lib/aplus_content_api_model/api/aplus_content_api.rb +189 -257
  20. data/lib/aplus_content_api_model/api_client.rb +69 -73
  21. data/lib/aplus_content_api_model/api_error.rb +13 -16
  22. data/lib/aplus_content_api_model/config.json +3 -3
  23. data/lib/aplus_content_api_model/configuration.rb +14 -19
  24. data/lib/aplus_content_api_model/models/aplus_paginated_response.rb +39 -50
  25. data/lib/aplus_content_api_model/models/aplus_response.rb +34 -41
  26. data/lib/aplus_content_api_model/models/asin.rb +30 -39
  27. data/lib/aplus_content_api_model/models/asin_badge.rb +10 -11
  28. data/lib/aplus_content_api_model/models/asin_badge_set.rb +30 -39
  29. data/lib/aplus_content_api_model/models/asin_metadata.rb +57 -80
  30. data/lib/aplus_content_api_model/models/asin_metadata_set.rb +30 -39
  31. data/lib/aplus_content_api_model/models/asin_set.rb +30 -39
  32. data/lib/aplus_content_api_model/models/color_type.rb +10 -11
  33. data/lib/aplus_content_api_model/models/content_badge.rb +10 -11
  34. data/lib/aplus_content_api_model/models/content_badge_set.rb +30 -39
  35. data/lib/aplus_content_api_model/models/content_document.rb +56 -83
  36. data/lib/aplus_content_api_model/models/content_metadata.rb +57 -84
  37. data/lib/aplus_content_api_model/models/content_metadata_record.rb +42 -55
  38. data/lib/aplus_content_api_model/models/content_metadata_record_list.rb +30 -39
  39. data/lib/aplus_content_api_model/models/content_module.rb +97 -164
  40. data/lib/aplus_content_api_model/models/content_module_list.rb +30 -39
  41. data/lib/aplus_content_api_model/models/content_module_type.rb +10 -11
  42. data/lib/aplus_content_api_model/models/content_record.rb +45 -60
  43. data/lib/aplus_content_api_model/models/content_reference_key.rb +30 -39
  44. data/lib/aplus_content_api_model/models/content_reference_key_set.rb +30 -39
  45. data/lib/aplus_content_api_model/models/content_status.rb +10 -11
  46. data/lib/aplus_content_api_model/models/content_sub_type.rb +30 -39
  47. data/lib/aplus_content_api_model/models/content_type.rb +10 -11
  48. data/lib/aplus_content_api_model/models/decorator.rb +46 -59
  49. data/lib/aplus_content_api_model/models/decorator_set.rb +30 -39
  50. data/lib/aplus_content_api_model/models/decorator_type.rb +10 -11
  51. data/lib/aplus_content_api_model/models/error.rb +45 -58
  52. data/lib/aplus_content_api_model/models/error_list.rb +37 -45
  53. data/lib/aplus_content_api_model/models/get_content_document_response.rb +40 -51
  54. data/lib/aplus_content_api_model/models/image_component.rb +46 -61
  55. data/lib/aplus_content_api_model/models/image_crop_specification.rb +41 -52
  56. data/lib/aplus_content_api_model/models/image_dimensions.rb +42 -55
  57. data/lib/aplus_content_api_model/models/image_offsets.rb +42 -55
  58. data/lib/aplus_content_api_model/models/integer_with_units.rb +41 -52
  59. data/lib/aplus_content_api_model/models/language_tag.rb +30 -39
  60. data/lib/aplus_content_api_model/models/list_content_document_asin_relations_response.rb +40 -51
  61. data/lib/aplus_content_api_model/models/marketplace_id.rb +30 -39
  62. data/lib/aplus_content_api_model/models/message_set.rb +30 -39
  63. data/lib/aplus_content_api_model/models/page_token.rb +30 -39
  64. data/lib/aplus_content_api_model/models/paragraph_component.rb +37 -45
  65. data/lib/aplus_content_api_model/models/plain_text_item.rb +41 -52
  66. data/lib/aplus_content_api_model/models/position_type.rb +10 -11
  67. data/lib/aplus_content_api_model/models/post_content_document_approval_submission_response.rb +34 -41
  68. data/lib/aplus_content_api_model/models/post_content_document_asin_relations_request.rb +36 -43
  69. data/lib/aplus_content_api_model/models/post_content_document_asin_relations_response.rb +34 -41
  70. data/lib/aplus_content_api_model/models/post_content_document_request.rb +36 -43
  71. data/lib/aplus_content_api_model/models/post_content_document_response.rb +40 -51
  72. data/lib/aplus_content_api_model/models/post_content_document_suspend_submission_response.rb +34 -41
  73. data/lib/aplus_content_api_model/models/publish_record.rb +61 -96
  74. data/lib/aplus_content_api_model/models/publish_record_list.rb +30 -39
  75. data/lib/aplus_content_api_model/models/search_content_documents_response.rb +40 -51
  76. data/lib/aplus_content_api_model/models/search_content_publish_records_response.rb +40 -51
  77. data/lib/aplus_content_api_model/models/standard_company_logo_module.rb +36 -43
  78. data/lib/aplus_content_api_model/models/standard_comparison_product_block.rb +58 -78
  79. data/lib/aplus_content_api_model/models/standard_comparison_table_module.rb +41 -53
  80. data/lib/aplus_content_api_model/models/standard_four_image_text_module.rb +51 -74
  81. data/lib/aplus_content_api_model/models/standard_four_image_text_quadrant_module.rb +52 -77
  82. data/lib/aplus_content_api_model/models/standard_header_image_text_module.rb +39 -50
  83. data/lib/aplus_content_api_model/models/standard_header_text_list_block.rb +39 -50
  84. data/lib/aplus_content_api_model/models/standard_image_caption_block.rb +39 -50
  85. data/lib/aplus_content_api_model/models/standard_image_sidebar_module.rb +55 -82
  86. data/lib/aplus_content_api_model/models/standard_image_text_block.rb +43 -58
  87. data/lib/aplus_content_api_model/models/standard_image_text_caption_block.rb +39 -50
  88. data/lib/aplus_content_api_model/models/standard_image_text_overlay_module.rb +41 -52
  89. data/lib/aplus_content_api_model/models/standard_multiple_image_text_module.rb +35 -43
  90. data/lib/aplus_content_api_model/models/standard_product_description_module.rb +36 -43
  91. data/lib/aplus_content_api_model/models/standard_single_image_highlights_module.rb +55 -82
  92. data/lib/aplus_content_api_model/models/standard_single_image_specs_detail_module.rb +63 -98
  93. data/lib/aplus_content_api_model/models/standard_single_side_image_module.rb +41 -52
  94. data/lib/aplus_content_api_model/models/standard_tech_specs_module.rb +45 -56
  95. data/lib/aplus_content_api_model/models/standard_text_block.rb +39 -50
  96. data/lib/aplus_content_api_model/models/standard_text_list_block.rb +37 -45
  97. data/lib/aplus_content_api_model/models/standard_text_module.rb +41 -52
  98. data/lib/aplus_content_api_model/models/standard_text_pair_block.rb +39 -50
  99. data/lib/aplus_content_api_model/models/standard_three_image_text_module.rb +47 -66
  100. data/lib/aplus_content_api_model/models/text_component.rb +40 -49
  101. data/lib/aplus_content_api_model/models/text_item.rb +41 -52
  102. data/lib/aplus_content_api_model/models/validate_content_document_asin_relations_response.rb +40 -49
  103. data/lib/aplus_content_api_model/spec/api/aplus_content_api_spec.rb +8 -11
  104. data/lib/aplus_content_api_model/spec/api_client_spec.rb +15 -17
  105. data/lib/aplus_content_api_model/spec/base_object_spec.rb +28 -29
  106. data/lib/aplus_content_api_model/spec/configuration_spec.rb +8 -10
  107. data/lib/aplus_content_api_model/spec/models/aplus_paginated_response_spec.rb +8 -11
  108. data/lib/aplus_content_api_model/spec/models/aplus_response_spec.rb +8 -11
  109. data/lib/aplus_content_api_model/spec/models/asin_badge_set_spec.rb +8 -10
  110. data/lib/aplus_content_api_model/spec/models/asin_badge_spec.rb +8 -10
  111. data/lib/aplus_content_api_model/spec/models/asin_metadata_set_spec.rb +8 -10
  112. data/lib/aplus_content_api_model/spec/models/asin_metadata_spec.rb +8 -11
  113. data/lib/aplus_content_api_model/spec/models/asin_set_spec.rb +8 -10
  114. data/lib/aplus_content_api_model/spec/models/asin_spec.rb +8 -10
  115. data/lib/aplus_content_api_model/spec/models/color_type_spec.rb +8 -10
  116. data/lib/aplus_content_api_model/spec/models/content_badge_set_spec.rb +8 -10
  117. data/lib/aplus_content_api_model/spec/models/content_badge_spec.rb +8 -10
  118. data/lib/aplus_content_api_model/spec/models/content_document_spec.rb +8 -11
  119. data/lib/aplus_content_api_model/spec/models/content_metadata_record_list_spec.rb +8 -10
  120. data/lib/aplus_content_api_model/spec/models/content_metadata_record_spec.rb +8 -11
  121. data/lib/aplus_content_api_model/spec/models/content_metadata_spec.rb +8 -11
  122. data/lib/aplus_content_api_model/spec/models/content_module_list_spec.rb +8 -10
  123. data/lib/aplus_content_api_model/spec/models/content_module_spec.rb +8 -11
  124. data/lib/aplus_content_api_model/spec/models/content_module_type_spec.rb +8 -10
  125. data/lib/aplus_content_api_model/spec/models/content_record_spec.rb +8 -11
  126. data/lib/aplus_content_api_model/spec/models/content_reference_key_set_spec.rb +8 -10
  127. data/lib/aplus_content_api_model/spec/models/content_reference_key_spec.rb +8 -10
  128. data/lib/aplus_content_api_model/spec/models/content_status_spec.rb +8 -10
  129. data/lib/aplus_content_api_model/spec/models/content_sub_type_spec.rb +8 -10
  130. data/lib/aplus_content_api_model/spec/models/content_type_spec.rb +8 -10
  131. data/lib/aplus_content_api_model/spec/models/decorator_set_spec.rb +8 -10
  132. data/lib/aplus_content_api_model/spec/models/decorator_spec.rb +8 -11
  133. data/lib/aplus_content_api_model/spec/models/decorator_type_spec.rb +8 -10
  134. data/lib/aplus_content_api_model/spec/models/error_list_spec.rb +8 -11
  135. data/lib/aplus_content_api_model/spec/models/error_spec.rb +8 -11
  136. data/lib/aplus_content_api_model/spec/models/get_content_document_response_spec.rb +8 -11
  137. data/lib/aplus_content_api_model/spec/models/image_component_spec.rb +8 -11
  138. data/lib/aplus_content_api_model/spec/models/image_crop_specification_spec.rb +8 -11
  139. data/lib/aplus_content_api_model/spec/models/image_dimensions_spec.rb +8 -11
  140. data/lib/aplus_content_api_model/spec/models/image_offsets_spec.rb +8 -11
  141. data/lib/aplus_content_api_model/spec/models/integer_with_units_spec.rb +8 -11
  142. data/lib/aplus_content_api_model/spec/models/language_tag_spec.rb +8 -10
  143. data/lib/aplus_content_api_model/spec/models/list_content_document_asin_relations_response_spec.rb +8 -11
  144. data/lib/aplus_content_api_model/spec/models/marketplace_id_spec.rb +8 -10
  145. data/lib/aplus_content_api_model/spec/models/message_set_spec.rb +8 -10
  146. data/lib/aplus_content_api_model/spec/models/page_token_spec.rb +8 -10
  147. data/lib/aplus_content_api_model/spec/models/paragraph_component_spec.rb +8 -11
  148. data/lib/aplus_content_api_model/spec/models/plain_text_item_spec.rb +8 -11
  149. data/lib/aplus_content_api_model/spec/models/position_type_spec.rb +8 -10
  150. data/lib/aplus_content_api_model/spec/models/post_content_document_approval_submission_response_spec.rb +8 -11
  151. data/lib/aplus_content_api_model/spec/models/post_content_document_asin_relations_request_spec.rb +8 -11
  152. data/lib/aplus_content_api_model/spec/models/post_content_document_asin_relations_response_spec.rb +8 -11
  153. data/lib/aplus_content_api_model/spec/models/post_content_document_request_spec.rb +8 -11
  154. data/lib/aplus_content_api_model/spec/models/post_content_document_response_spec.rb +8 -11
  155. data/lib/aplus_content_api_model/spec/models/post_content_document_suspend_submission_response_spec.rb +8 -11
  156. data/lib/aplus_content_api_model/spec/models/publish_record_list_spec.rb +8 -10
  157. data/lib/aplus_content_api_model/spec/models/publish_record_spec.rb +8 -11
  158. data/lib/aplus_content_api_model/spec/models/search_content_documents_response_spec.rb +8 -11
  159. data/lib/aplus_content_api_model/spec/models/search_content_publish_records_response_spec.rb +8 -11
  160. data/lib/aplus_content_api_model/spec/models/standard_company_logo_module_spec.rb +8 -11
  161. data/lib/aplus_content_api_model/spec/models/standard_comparison_product_block_spec.rb +8 -11
  162. data/lib/aplus_content_api_model/spec/models/standard_comparison_table_module_spec.rb +8 -11
  163. data/lib/aplus_content_api_model/spec/models/standard_four_image_text_module_spec.rb +8 -11
  164. data/lib/aplus_content_api_model/spec/models/standard_four_image_text_quadrant_module_spec.rb +8 -11
  165. data/lib/aplus_content_api_model/spec/models/standard_header_image_text_module_spec.rb +8 -11
  166. data/lib/aplus_content_api_model/spec/models/standard_header_text_list_block_spec.rb +8 -11
  167. data/lib/aplus_content_api_model/spec/models/standard_image_caption_block_spec.rb +8 -11
  168. data/lib/aplus_content_api_model/spec/models/standard_image_sidebar_module_spec.rb +8 -11
  169. data/lib/aplus_content_api_model/spec/models/standard_image_text_block_spec.rb +8 -11
  170. data/lib/aplus_content_api_model/spec/models/standard_image_text_caption_block_spec.rb +8 -11
  171. data/lib/aplus_content_api_model/spec/models/standard_image_text_overlay_module_spec.rb +8 -11
  172. data/lib/aplus_content_api_model/spec/models/standard_multiple_image_text_module_spec.rb +8 -11
  173. data/lib/aplus_content_api_model/spec/models/standard_product_description_module_spec.rb +8 -11
  174. data/lib/aplus_content_api_model/spec/models/standard_single_image_highlights_module_spec.rb +8 -11
  175. data/lib/aplus_content_api_model/spec/models/standard_single_image_specs_detail_module_spec.rb +8 -11
  176. data/lib/aplus_content_api_model/spec/models/standard_single_side_image_module_spec.rb +8 -11
  177. data/lib/aplus_content_api_model/spec/models/standard_tech_specs_module_spec.rb +8 -11
  178. data/lib/aplus_content_api_model/spec/models/standard_text_block_spec.rb +8 -11
  179. data/lib/aplus_content_api_model/spec/models/standard_text_list_block_spec.rb +8 -11
  180. data/lib/aplus_content_api_model/spec/models/standard_text_module_spec.rb +8 -11
  181. data/lib/aplus_content_api_model/spec/models/standard_text_pair_block_spec.rb +8 -11
  182. data/lib/aplus_content_api_model/spec/models/standard_three_image_text_module_spec.rb +8 -11
  183. data/lib/aplus_content_api_model/spec/models/text_component_spec.rb +8 -11
  184. data/lib/aplus_content_api_model/spec/models/text_item_spec.rb +8 -11
  185. data/lib/aplus_content_api_model/spec/models/validate_content_document_asin_relations_response_spec.rb +8 -11
  186. data/lib/aplus_content_api_model/spec/spec_helper.rb +59 -63
  187. data/lib/aplus_content_api_model/version.rb +9 -11
  188. data/lib/aplus_content_api_model.rb +8 -10
  189. data/lib/authorization_api_model/Gemfile +1 -1
  190. data/lib/authorization_api_model/README.md +4 -4
  191. data/lib/authorization_api_model/api/authorization_api.rb +27 -37
  192. data/lib/authorization_api_model/api_client.rb +69 -73
  193. data/lib/authorization_api_model/api_error.rb +13 -16
  194. data/lib/authorization_api_model/config.json +3 -3
  195. data/lib/authorization_api_model/configuration.rb +14 -19
  196. data/lib/authorization_api_model/models/authorization_code.rb +34 -41
  197. data/lib/authorization_api_model/models/error.rb +45 -58
  198. data/lib/authorization_api_model/models/error_list.rb +30 -39
  199. data/lib/authorization_api_model/models/get_authorization_code_response.rb +39 -50
  200. data/lib/authorization_api_model/spec/api/authorization_api_spec.rb +8 -11
  201. data/lib/authorization_api_model/spec/api_client_spec.rb +15 -17
  202. data/lib/authorization_api_model/spec/base_object_spec.rb +28 -29
  203. data/lib/authorization_api_model/spec/configuration_spec.rb +8 -10
  204. data/lib/authorization_api_model/spec/models/authorization_code_spec.rb +8 -11
  205. data/lib/authorization_api_model/spec/models/error_list_spec.rb +8 -10
  206. data/lib/authorization_api_model/spec/models/error_spec.rb +8 -11
  207. data/lib/authorization_api_model/spec/models/get_authorization_code_response_spec.rb +8 -11
  208. data/lib/authorization_api_model/spec/spec_helper.rb +59 -63
  209. data/lib/authorization_api_model/version.rb +9 -11
  210. data/lib/authorization_api_model.rb +8 -10
  211. data/lib/catalog_items_api_model/Gemfile +1 -1
  212. data/lib/catalog_items_api_model/README.md +62 -57
  213. data/lib/catalog_items_api_model/api/catalog_api.rb +104 -156
  214. data/lib/catalog_items_api_model/api_client.rb +69 -73
  215. data/lib/catalog_items_api_model/api_error.rb +13 -16
  216. data/lib/catalog_items_api_model/config.json +3 -3
  217. data/lib/catalog_items_api_model/configuration.rb +14 -19
  218. data/lib/catalog_items_api_model/docs/BrandRefinement.md +8 -0
  219. data/lib/catalog_items_api_model/docs/CatalogApi.md +44 -82
  220. data/lib/catalog_items_api_model/docs/ClassificationRefinement.md +9 -0
  221. data/lib/catalog_items_api_model/docs/Dimension.md +8 -0
  222. data/lib/catalog_items_api_model/docs/Dimensions.md +10 -0
  223. data/lib/catalog_items_api_model/docs/Error.md +2 -2
  224. data/lib/catalog_items_api_model/docs/ErrorList.md +1 -0
  225. data/lib/catalog_items_api_model/docs/Item.md +10 -4
  226. data/lib/catalog_items_api_model/docs/ItemAsin.md +6 -0
  227. data/lib/catalog_items_api_model/docs/ItemAttributes.md +6 -0
  228. data/lib/catalog_items_api_model/docs/ItemBrowseClassification.md +8 -0
  229. data/lib/catalog_items_api_model/docs/ItemClassificationSalesRank.md +10 -0
  230. data/lib/catalog_items_api_model/docs/ItemContributor.md +8 -0
  231. data/lib/catalog_items_api_model/docs/ItemContributorRole.md +8 -0
  232. data/lib/catalog_items_api_model/docs/ItemDimensions.md +6 -0
  233. data/lib/catalog_items_api_model/docs/ItemDimensionsByMarketplace.md +9 -0
  234. data/lib/catalog_items_api_model/docs/ItemDisplayGroupSalesRank.md +10 -0
  235. data/lib/catalog_items_api_model/docs/ItemIdentifier.md +8 -0
  236. data/lib/catalog_items_api_model/docs/ItemIdentifiers.md +6 -0
  237. data/lib/catalog_items_api_model/docs/ItemIdentifiersByMarketplace.md +8 -0
  238. data/lib/catalog_items_api_model/docs/ItemImage.md +10 -0
  239. data/lib/catalog_items_api_model/docs/ItemImages.md +6 -0
  240. data/lib/catalog_items_api_model/docs/ItemImagesByMarketplace.md +8 -0
  241. data/lib/catalog_items_api_model/docs/ItemProductTypeByMarketplace.md +8 -0
  242. data/lib/catalog_items_api_model/docs/ItemProductTypes.md +6 -0
  243. data/lib/catalog_items_api_model/docs/ItemRelationship.md +10 -0
  244. data/lib/catalog_items_api_model/docs/ItemRelationships.md +6 -0
  245. data/lib/catalog_items_api_model/docs/ItemRelationshipsByMarketplace.md +8 -0
  246. data/lib/catalog_items_api_model/docs/ItemSalesRanks.md +6 -0
  247. data/lib/catalog_items_api_model/docs/ItemSalesRanksByMarketplace.md +9 -0
  248. data/lib/catalog_items_api_model/docs/ItemSearchResults.md +10 -0
  249. data/lib/catalog_items_api_model/docs/ItemSummaries.md +6 -0
  250. data/lib/catalog_items_api_model/docs/ItemSummaryByMarketplace.md +26 -0
  251. data/lib/catalog_items_api_model/docs/ItemVariationTheme.md +8 -0
  252. data/lib/catalog_items_api_model/docs/ItemVendorDetails.md +6 -0
  253. data/lib/catalog_items_api_model/docs/ItemVendorDetailsByMarketplace.md +14 -0
  254. data/lib/catalog_items_api_model/docs/ItemVendorDetailsCategory.md +8 -0
  255. data/lib/catalog_items_api_model/docs/Pagination.md +8 -0
  256. data/lib/catalog_items_api_model/docs/Refinements.md +8 -0
  257. data/lib/catalog_items_api_model/models/brand_refinement.rb +217 -0
  258. data/lib/catalog_items_api_model/models/classification_refinement.rb +228 -0
  259. data/lib/catalog_items_api_model/models/dimension.rb +209 -0
  260. data/lib/catalog_items_api_model/models/dimensions.rb +215 -0
  261. data/lib/catalog_items_api_model/models/error.rb +47 -60
  262. data/lib/catalog_items_api_model/models/error_list.rb +43 -39
  263. data/lib/catalog_items_api_model/models/item.rb +81 -70
  264. data/lib/catalog_items_api_model/models/item_asin.rb +189 -0
  265. data/lib/catalog_items_api_model/models/item_attributes.rb +189 -0
  266. data/lib/catalog_items_api_model/models/item_browse_classification.rb +217 -0
  267. data/lib/catalog_items_api_model/models/item_classification_sales_rank.rb +236 -0
  268. data/lib/catalog_items_api_model/models/item_contributor.rb +216 -0
  269. data/lib/catalog_items_api_model/models/item_contributor_role.rb +214 -0
  270. data/lib/catalog_items_api_model/models/item_dimensions.rb +193 -0
  271. data/lib/catalog_items_api_model/models/item_dimensions_by_marketplace.rb +218 -0
  272. data/lib/catalog_items_api_model/models/item_display_group_sales_rank.rb +236 -0
  273. data/lib/catalog_items_api_model/models/item_identifier.rb +217 -0
  274. data/lib/catalog_items_api_model/models/item_identifiers.rb +193 -0
  275. data/lib/catalog_items_api_model/models/item_identifiers_by_marketplace.rb +218 -0
  276. data/lib/catalog_items_api_model/models/item_image.rb +272 -0
  277. data/lib/catalog_items_api_model/models/item_images.rb +193 -0
  278. data/lib/catalog_items_api_model/models/item_images_by_marketplace.rb +218 -0
  279. data/lib/catalog_items_api_model/models/item_product_type_by_marketplace.rb +209 -0
  280. data/lib/catalog_items_api_model/models/item_product_types.rb +193 -0
  281. data/lib/catalog_items_api_model/models/item_relationship.rb +266 -0
  282. data/lib/catalog_items_api_model/models/item_relationships.rb +193 -0
  283. data/lib/catalog_items_api_model/models/item_relationships_by_marketplace.rb +218 -0
  284. data/lib/catalog_items_api_model/models/item_sales_ranks.rb +193 -0
  285. data/lib/catalog_items_api_model/models/item_sales_ranks_by_marketplace.rb +225 -0
  286. data/lib/catalog_items_api_model/models/item_search_results.rb +236 -0
  287. data/lib/catalog_items_api_model/models/item_summaries.rb +193 -0
  288. data/lib/catalog_items_api_model/models/item_summary_by_marketplace.rb +392 -0
  289. data/lib/catalog_items_api_model/models/item_variation_theme.rb +211 -0
  290. data/lib/catalog_items_api_model/models/item_vendor_details.rb +193 -0
  291. data/lib/catalog_items_api_model/models/item_vendor_details_by_marketplace.rb +291 -0
  292. data/lib/catalog_items_api_model/models/item_vendor_details_category.rb +209 -0
  293. data/lib/catalog_items_api_model/models/pagination.rb +209 -0
  294. data/lib/catalog_items_api_model/models/refinements.rb +220 -0
  295. data/lib/catalog_items_api_model/spec/api/catalog_api_spec.rb +29 -39
  296. data/lib/catalog_items_api_model/spec/api_client_spec.rb +15 -17
  297. data/lib/catalog_items_api_model/spec/base_object_spec.rb +28 -29
  298. data/lib/catalog_items_api_model/spec/configuration_spec.rb +8 -10
  299. data/lib/catalog_items_api_model/spec/models/brand_refinement_spec.rb +43 -0
  300. data/lib/catalog_items_api_model/spec/models/classification_refinement_spec.rb +49 -0
  301. data/lib/catalog_items_api_model/spec/models/dimension_spec.rb +43 -0
  302. data/lib/catalog_items_api_model/spec/models/dimensions_spec.rb +55 -0
  303. data/lib/catalog_items_api_model/spec/models/error_list_spec.rb +13 -10
  304. data/lib/catalog_items_api_model/spec/models/error_spec.rb +8 -11
  305. data/lib/catalog_items_api_model/spec/models/item_asin_spec.rb +32 -0
  306. data/lib/catalog_items_api_model/spec/models/item_attributes_spec.rb +32 -0
  307. data/lib/catalog_items_api_model/spec/models/item_browse_classification_spec.rb +43 -0
  308. data/lib/catalog_items_api_model/spec/models/item_classification_sales_rank_spec.rb +55 -0
  309. data/lib/catalog_items_api_model/spec/models/item_contributor_role_spec.rb +43 -0
  310. data/lib/catalog_items_api_model/spec/models/item_contributor_spec.rb +43 -0
  311. data/lib/catalog_items_api_model/spec/models/item_dimensions_by_marketplace_spec.rb +49 -0
  312. data/lib/catalog_items_api_model/spec/models/item_dimensions_spec.rb +32 -0
  313. data/lib/catalog_items_api_model/spec/models/item_display_group_sales_rank_spec.rb +55 -0
  314. data/lib/catalog_items_api_model/spec/models/item_identifier_spec.rb +43 -0
  315. data/lib/catalog_items_api_model/spec/models/item_identifiers_by_marketplace_spec.rb +43 -0
  316. data/lib/catalog_items_api_model/spec/models/item_identifiers_spec.rb +32 -0
  317. data/lib/catalog_items_api_model/spec/models/item_image_spec.rb +59 -0
  318. data/lib/catalog_items_api_model/spec/models/item_images_by_marketplace_spec.rb +43 -0
  319. data/lib/catalog_items_api_model/spec/models/item_images_spec.rb +32 -0
  320. data/lib/catalog_items_api_model/spec/models/item_product_type_by_marketplace_spec.rb +43 -0
  321. data/lib/catalog_items_api_model/spec/models/item_product_types_spec.rb +32 -0
  322. data/lib/catalog_items_api_model/spec/models/item_relationship_spec.rb +59 -0
  323. data/lib/catalog_items_api_model/spec/models/item_relationships_by_marketplace_spec.rb +43 -0
  324. data/lib/catalog_items_api_model/spec/models/item_relationships_spec.rb +32 -0
  325. data/lib/catalog_items_api_model/spec/models/item_sales_ranks_by_marketplace_spec.rb +49 -0
  326. data/lib/catalog_items_api_model/spec/models/item_sales_ranks_spec.rb +32 -0
  327. data/lib/catalog_items_api_model/spec/models/item_search_results_spec.rb +55 -0
  328. data/lib/catalog_items_api_model/spec/models/item_spec.rb +45 -12
  329. data/lib/catalog_items_api_model/spec/models/item_summaries_spec.rb +32 -0
  330. data/lib/catalog_items_api_model/spec/models/item_summary_by_marketplace_spec.rb +155 -0
  331. data/lib/catalog_items_api_model/spec/models/item_variation_theme_spec.rb +43 -0
  332. data/lib/catalog_items_api_model/spec/models/item_vendor_details_by_marketplace_spec.rb +83 -0
  333. data/lib/catalog_items_api_model/spec/models/item_vendor_details_category_spec.rb +43 -0
  334. data/lib/catalog_items_api_model/spec/models/item_vendor_details_spec.rb +32 -0
  335. data/lib/catalog_items_api_model/spec/models/pagination_spec.rb +43 -0
  336. data/lib/catalog_items_api_model/spec/models/refinements_spec.rb +43 -0
  337. data/lib/catalog_items_api_model/spec/spec_helper.rb +59 -63
  338. data/lib/catalog_items_api_model/version.rb +9 -11
  339. data/lib/catalog_items_api_model.rb +43 -32
  340. data/lib/easy_ship_api_model/Gemfile +9 -0
  341. data/lib/easy_ship_api_model/README.md +176 -0
  342. data/lib/easy_ship_api_model/api/easy_ship_api.rb +276 -0
  343. data/lib/easy_ship_api_model/api_client.rb +383 -0
  344. data/lib/easy_ship_api_model/api_error.rb +54 -0
  345. data/lib/easy_ship_api_model/config.json +9 -0
  346. data/lib/easy_ship_api_model/configuration.rb +193 -0
  347. data/lib/easy_ship_api_model/docs/AmazonOrderId.md +6 -0
  348. data/lib/easy_ship_api_model/docs/Code.md +6 -0
  349. data/lib/easy_ship_api_model/docs/CreateScheduledPackageRequest.md +9 -0
  350. data/lib/easy_ship_api_model/docs/CreateScheduledPackagesRequest.md +9 -0
  351. data/lib/easy_ship_api_model/docs/CreateScheduledPackagesResponse.md +9 -0
  352. data/lib/easy_ship_api_model/docs/DateTime.md +6 -0
  353. data/lib/easy_ship_api_model/docs/Dimension.md +6 -0
  354. data/lib/easy_ship_api_model/docs/Dimensions.md +11 -0
  355. data/lib/easy_ship_api_model/docs/EasyShipApi.md +241 -0
  356. data/lib/easy_ship_api_model/docs/Error.md +9 -0
  357. data/lib/easy_ship_api_model/docs/ErrorList.md +7 -0
  358. data/lib/easy_ship_api_model/docs/HandoverMethod.md +6 -0
  359. data/lib/easy_ship_api_model/docs/InvoiceData.md +8 -0
  360. data/lib/easy_ship_api_model/docs/Item.md +8 -0
  361. data/lib/easy_ship_api_model/docs/Items.md +6 -0
  362. data/lib/easy_ship_api_model/docs/LabelFormat.md +6 -0
  363. data/lib/easy_ship_api_model/docs/ListHandoverSlotsRequest.md +10 -0
  364. data/lib/easy_ship_api_model/docs/ListHandoverSlotsResponse.md +8 -0
  365. data/lib/easy_ship_api_model/docs/OrderItemId.md +6 -0
  366. data/lib/easy_ship_api_model/docs/OrderItemSerialNumber.md +6 -0
  367. data/lib/easy_ship_api_model/docs/OrderItemSerialNumbers.md +6 -0
  368. data/lib/easy_ship_api_model/docs/OrderScheduleDetails.md +8 -0
  369. data/lib/easy_ship_api_model/docs/Package.md +15 -0
  370. data/lib/easy_ship_api_model/docs/PackageDetails.md +9 -0
  371. data/lib/easy_ship_api_model/docs/PackageId.md +6 -0
  372. data/lib/easy_ship_api_model/docs/PackageIdentifier.md +6 -0
  373. data/lib/easy_ship_api_model/docs/PackageStatus.md +6 -0
  374. data/lib/easy_ship_api_model/docs/Packages.md +7 -0
  375. data/lib/easy_ship_api_model/docs/RejectedOrder.md +8 -0
  376. data/lib/easy_ship_api_model/docs/ScheduledPackageId.md +8 -0
  377. data/lib/easy_ship_api_model/docs/String.md +6 -0
  378. data/lib/easy_ship_api_model/docs/TimeSlot.md +10 -0
  379. data/lib/easy_ship_api_model/docs/TimeSlots.md +6 -0
  380. data/lib/easy_ship_api_model/docs/TrackingDetails.md +7 -0
  381. data/lib/easy_ship_api_model/docs/URL.md +6 -0
  382. data/lib/easy_ship_api_model/docs/UnitOfLength.md +6 -0
  383. data/lib/easy_ship_api_model/docs/UnitOfWeight.md +6 -0
  384. data/lib/easy_ship_api_model/docs/UpdatePackageDetails.md +8 -0
  385. data/lib/easy_ship_api_model/docs/UpdatePackageDetailsList.md +6 -0
  386. data/lib/easy_ship_api_model/docs/UpdateScheduledPackagesRequest.md +8 -0
  387. data/lib/easy_ship_api_model/docs/Weight.md +8 -0
  388. data/lib/easy_ship_api_model/docs/WeightValue.md +6 -0
  389. data/lib/easy_ship_api_model/models/amazon_order_id.rb +189 -0
  390. data/lib/easy_ship_api_model/models/code.rb +36 -0
  391. data/lib/easy_ship_api_model/models/create_scheduled_package_request.rb +221 -0
  392. data/lib/easy_ship_api_model/models/create_scheduled_packages_request.rb +226 -0
  393. data/lib/easy_ship_api_model/models/create_scheduled_packages_response.rb +220 -0
  394. data/lib/easy_ship_api_model/models/date_time.rb +189 -0
  395. data/lib/easy_ship_api_model/models/dimension.rb +189 -0
  396. data/lib/easy_ship_api_model/models/dimensions.rb +220 -0
  397. data/lib/easy_ship_api_model/models/error.rb +225 -0
  398. data/lib/easy_ship_api_model/models/error_list.rb +206 -0
  399. data/lib/easy_ship_api_model/models/handover_method.rb +27 -0
  400. data/lib/easy_ship_api_model/models/invoice_data.rb +210 -0
  401. data/lib/easy_ship_api_model/models/item.rb +205 -0
  402. data/lib/easy_ship_api_model/models/items.rb +193 -0
  403. data/lib/easy_ship_api_model/models/label_format.rb +27 -0
  404. data/lib/easy_ship_api_model/models/list_handover_slots_request.rb +229 -0
  405. data/lib/easy_ship_api_model/models/list_handover_slots_response.rb +213 -0
  406. data/lib/easy_ship_api_model/models/order_item_id.rb +189 -0
  407. data/lib/easy_ship_api_model/models/order_item_serial_number.rb +189 -0
  408. data/lib/easy_ship_api_model/models/order_item_serial_numbers.rb +193 -0
  409. data/lib/easy_ship_api_model/models/order_schedule_details.rb +210 -0
  410. data/lib/easy_ship_api_model/models/package.rb +254 -0
  411. data/lib/easy_ship_api_model/models/package_details.rb +215 -0
  412. data/lib/easy_ship_api_model/models/package_id.rb +189 -0
  413. data/lib/easy_ship_api_model/models/package_identifier.rb +189 -0
  414. data/lib/easy_ship_api_model/models/package_status.rb +37 -0
  415. data/lib/easy_ship_api_model/models/packages.rb +206 -0
  416. data/lib/easy_ship_api_model/models/rejected_order.rb +210 -0
  417. data/lib/easy_ship_api_model/models/scheduled_package_id.rb +210 -0
  418. data/lib/easy_ship_api_model/models/string.rb +189 -0
  419. data/lib/easy_ship_api_model/models/time_slot.rb +220 -0
  420. data/lib/easy_ship_api_model/models/time_slots.rb +193 -0
  421. data/lib/easy_ship_api_model/models/tracking_details.rb +200 -0
  422. data/lib/easy_ship_api_model/models/unit_of_length.rb +26 -0
  423. data/lib/easy_ship_api_model/models/unit_of_weight.rb +27 -0
  424. data/lib/easy_ship_api_model/models/update_package_details.rb +213 -0
  425. data/lib/easy_ship_api_model/models/update_package_details_list.rb +193 -0
  426. data/lib/easy_ship_api_model/models/update_scheduled_packages_request.rb +213 -0
  427. data/lib/easy_ship_api_model/models/url.rb +189 -0
  428. data/lib/easy_ship_api_model/models/weight.rb +205 -0
  429. data/lib/easy_ship_api_model/models/weight_value.rb +189 -0
  430. data/lib/easy_ship_api_model/spec/api/easy_ship_api_spec.rb +87 -0
  431. data/lib/easy_ship_api_model/spec/api_client_spec.rb +223 -0
  432. data/lib/easy_ship_api_model/spec/base_object_spec.rb +108 -0
  433. data/lib/easy_ship_api_model/spec/configuration_spec.rb +39 -0
  434. data/lib/easy_ship_api_model/spec/models/amazon_order_id_spec.rb +32 -0
  435. data/lib/easy_ship_api_model/spec/models/code_spec.rb +32 -0
  436. data/lib/easy_ship_api_model/spec/models/create_scheduled_package_request_spec.rb +49 -0
  437. data/lib/easy_ship_api_model/spec/models/create_scheduled_packages_request_spec.rb +49 -0
  438. data/lib/easy_ship_api_model/spec/models/create_scheduled_packages_response_spec.rb +49 -0
  439. data/lib/easy_ship_api_model/spec/models/date_time_spec.rb +32 -0
  440. data/lib/easy_ship_api_model/spec/models/dimension_spec.rb +32 -0
  441. data/lib/easy_ship_api_model/spec/models/dimensions_spec.rb +61 -0
  442. data/lib/easy_ship_api_model/spec/models/error_list_spec.rb +37 -0
  443. data/lib/easy_ship_api_model/spec/models/error_spec.rb +49 -0
  444. data/lib/easy_ship_api_model/spec/models/handover_method_spec.rb +32 -0
  445. data/lib/easy_ship_api_model/spec/models/invoice_data_spec.rb +43 -0
  446. data/lib/easy_ship_api_model/spec/models/item_spec.rb +43 -0
  447. data/lib/easy_ship_api_model/spec/models/items_spec.rb +32 -0
  448. data/lib/easy_ship_api_model/spec/models/label_format_spec.rb +32 -0
  449. data/lib/easy_ship_api_model/spec/models/list_handover_slots_request_spec.rb +55 -0
  450. data/lib/easy_ship_api_model/spec/models/list_handover_slots_response_spec.rb +43 -0
  451. data/lib/easy_ship_api_model/spec/models/order_item_id_spec.rb +32 -0
  452. data/lib/easy_ship_api_model/spec/models/order_item_serial_number_spec.rb +32 -0
  453. data/lib/easy_ship_api_model/spec/models/order_item_serial_numbers_spec.rb +32 -0
  454. data/lib/easy_ship_api_model/spec/models/order_schedule_details_spec.rb +43 -0
  455. data/lib/easy_ship_api_model/spec/models/package_details_spec.rb +49 -0
  456. data/lib/easy_ship_api_model/spec/models/package_id_spec.rb +32 -0
  457. data/lib/easy_ship_api_model/spec/models/package_identifier_spec.rb +32 -0
  458. data/lib/easy_ship_api_model/spec/models/package_spec.rb +85 -0
  459. data/lib/easy_ship_api_model/spec/models/package_status_spec.rb +32 -0
  460. data/lib/easy_ship_api_model/spec/models/packages_spec.rb +37 -0
  461. data/lib/easy_ship_api_model/spec/models/rejected_order_spec.rb +43 -0
  462. data/lib/easy_ship_api_model/spec/models/scheduled_package_id_spec.rb +43 -0
  463. data/lib/easy_ship_api_model/spec/models/string_spec.rb +32 -0
  464. data/lib/easy_ship_api_model/spec/models/time_slot_spec.rb +55 -0
  465. data/lib/easy_ship_api_model/spec/models/time_slots_spec.rb +32 -0
  466. data/lib/easy_ship_api_model/spec/models/tracking_details_spec.rb +37 -0
  467. data/lib/easy_ship_api_model/spec/models/unit_of_length_spec.rb +32 -0
  468. data/lib/easy_ship_api_model/spec/models/unit_of_weight_spec.rb +32 -0
  469. data/lib/easy_ship_api_model/spec/models/update_package_details_list_spec.rb +32 -0
  470. data/lib/easy_ship_api_model/spec/models/update_package_details_spec.rb +43 -0
  471. data/lib/easy_ship_api_model/spec/models/update_scheduled_packages_request_spec.rb +43 -0
  472. data/lib/easy_ship_api_model/spec/models/url_spec.rb +32 -0
  473. data/lib/easy_ship_api_model/spec/models/weight_spec.rb +43 -0
  474. data/lib/easy_ship_api_model/spec/models/weight_value_spec.rb +32 -0
  475. data/lib/easy_ship_api_model/spec/spec_helper.rb +106 -0
  476. data/lib/easy_ship_api_model/version.rb +12 -0
  477. data/lib/easy_ship_api_model.rb +78 -0
  478. data/lib/fba_inbound_eligibility_api_model/Gemfile +1 -1
  479. data/lib/fba_inbound_eligibility_api_model/README.md +4 -4
  480. data/lib/fba_inbound_eligibility_api_model/api/fba_inbound_api.rb +29 -39
  481. data/lib/fba_inbound_eligibility_api_model/api_client.rb +69 -73
  482. data/lib/fba_inbound_eligibility_api_model/api_error.rb +13 -16
  483. data/lib/fba_inbound_eligibility_api_model/config.json +3 -3
  484. data/lib/fba_inbound_eligibility_api_model/configuration.rb +14 -19
  485. data/lib/fba_inbound_eligibility_api_model/docs/FbaInboundApi.md +1 -1
  486. data/lib/fba_inbound_eligibility_api_model/models/error.rb +44 -55
  487. data/lib/fba_inbound_eligibility_api_model/models/error_list.rb +30 -39
  488. data/lib/fba_inbound_eligibility_api_model/models/get_item_eligibility_preview_response.rb +39 -50
  489. data/lib/fba_inbound_eligibility_api_model/models/item_eligibility_preview.rb +61 -82
  490. data/lib/fba_inbound_eligibility_api_model/spec/api/fba_inbound_api_spec.rb +9 -12
  491. data/lib/fba_inbound_eligibility_api_model/spec/api_client_spec.rb +15 -17
  492. data/lib/fba_inbound_eligibility_api_model/spec/base_object_spec.rb +28 -29
  493. data/lib/fba_inbound_eligibility_api_model/spec/configuration_spec.rb +8 -10
  494. data/lib/fba_inbound_eligibility_api_model/spec/models/error_list_spec.rb +8 -10
  495. data/lib/fba_inbound_eligibility_api_model/spec/models/error_spec.rb +8 -11
  496. data/lib/fba_inbound_eligibility_api_model/spec/models/get_item_eligibility_preview_response_spec.rb +8 -11
  497. data/lib/fba_inbound_eligibility_api_model/spec/models/item_eligibility_preview_spec.rb +8 -11
  498. data/lib/fba_inbound_eligibility_api_model/spec/spec_helper.rb +59 -63
  499. data/lib/fba_inbound_eligibility_api_model/version.rb +9 -11
  500. data/lib/fba_inbound_eligibility_api_model.rb +8 -10
  501. data/lib/fba_inventory_api_model/Gemfile +1 -1
  502. data/lib/fba_inventory_api_model/README.md +6 -5
  503. data/lib/fba_inventory_api_model/api/fba_inventory_api.rb +39 -48
  504. data/lib/fba_inventory_api_model/api_client.rb +69 -73
  505. data/lib/fba_inventory_api_model/api_error.rb +13 -16
  506. data/lib/fba_inventory_api_model/config.json +3 -3
  507. data/lib/fba_inventory_api_model/configuration.rb +14 -19
  508. data/lib/fba_inventory_api_model/docs/FbaInventoryApi.md +5 -3
  509. data/lib/fba_inventory_api_model/models/error.rb +44 -55
  510. data/lib/fba_inventory_api_model/models/error_list.rb +30 -39
  511. data/lib/fba_inventory_api_model/models/get_inventory_summaries_response.rb +43 -58
  512. data/lib/fba_inventory_api_model/models/get_inventory_summaries_result.rb +42 -55
  513. data/lib/fba_inventory_api_model/models/granularity.rb +38 -47
  514. data/lib/fba_inventory_api_model/models/inventory_details.rb +59 -82
  515. data/lib/fba_inventory_api_model/models/inventory_summaries.rb +30 -39
  516. data/lib/fba_inventory_api_model/models/inventory_summary.rb +62 -83
  517. data/lib/fba_inventory_api_model/models/pagination.rb +34 -41
  518. data/lib/fba_inventory_api_model/models/researching_quantity.rb +39 -49
  519. data/lib/fba_inventory_api_model/models/researching_quantity_entry.rb +47 -59
  520. data/lib/fba_inventory_api_model/models/reserved_quantity.rb +46 -59
  521. data/lib/fba_inventory_api_model/models/unfulfillable_quantity.rb +58 -77
  522. data/lib/fba_inventory_api_model/spec/api/fba_inventory_api_spec.rb +11 -13
  523. data/lib/fba_inventory_api_model/spec/api_client_spec.rb +15 -17
  524. data/lib/fba_inventory_api_model/spec/base_object_spec.rb +28 -29
  525. data/lib/fba_inventory_api_model/spec/configuration_spec.rb +8 -10
  526. data/lib/fba_inventory_api_model/spec/models/error_list_spec.rb +8 -10
  527. data/lib/fba_inventory_api_model/spec/models/error_spec.rb +8 -11
  528. data/lib/fba_inventory_api_model/spec/models/get_inventory_summaries_response_spec.rb +8 -11
  529. data/lib/fba_inventory_api_model/spec/models/get_inventory_summaries_result_spec.rb +8 -11
  530. data/lib/fba_inventory_api_model/spec/models/granularity_spec.rb +8 -11
  531. data/lib/fba_inventory_api_model/spec/models/inventory_details_spec.rb +8 -11
  532. data/lib/fba_inventory_api_model/spec/models/inventory_summaries_spec.rb +8 -10
  533. data/lib/fba_inventory_api_model/spec/models/inventory_summary_spec.rb +8 -11
  534. data/lib/fba_inventory_api_model/spec/models/pagination_spec.rb +8 -11
  535. data/lib/fba_inventory_api_model/spec/models/researching_quantity_entry_spec.rb +8 -11
  536. data/lib/fba_inventory_api_model/spec/models/researching_quantity_spec.rb +8 -11
  537. data/lib/fba_inventory_api_model/spec/models/reserved_quantity_spec.rb +8 -11
  538. data/lib/fba_inventory_api_model/spec/models/unfulfillable_quantity_spec.rb +8 -11
  539. data/lib/fba_inventory_api_model/spec/spec_helper.rb +59 -63
  540. data/lib/fba_inventory_api_model/version.rb +9 -11
  541. data/lib/fba_inventory_api_model.rb +8 -10
  542. data/lib/fba_small_and_light_api_model/Gemfile +1 -1
  543. data/lib/fba_small_and_light_api_model/README.md +4 -4
  544. data/lib/fba_small_and_light_api_model/api/small_and_light_api.rb +103 -133
  545. data/lib/fba_small_and_light_api_model/api_client.rb +69 -73
  546. data/lib/fba_small_and_light_api_model/api_error.rb +13 -16
  547. data/lib/fba_small_and_light_api_model/config.json +3 -3
  548. data/lib/fba_small_and_light_api_model/configuration.rb +14 -19
  549. data/lib/fba_small_and_light_api_model/docs/SmallAndLightApi.md +5 -5
  550. data/lib/fba_small_and_light_api_model/models/error.rb +45 -58
  551. data/lib/fba_small_and_light_api_model/models/error_list.rb +35 -43
  552. data/lib/fba_small_and_light_api_model/models/fee_line_item.rb +47 -59
  553. data/lib/fba_small_and_light_api_model/models/fee_preview.rb +53 -71
  554. data/lib/fba_small_and_light_api_model/models/item.rb +41 -52
  555. data/lib/fba_small_and_light_api_model/models/marketplace_id.rb +30 -39
  556. data/lib/fba_small_and_light_api_model/models/money_type.rb +38 -47
  557. data/lib/fba_small_and_light_api_model/models/seller_sku.rb +30 -39
  558. data/lib/fba_small_and_light_api_model/models/small_and_light_eligibility.rb +47 -66
  559. data/lib/fba_small_and_light_api_model/models/small_and_light_eligibility_status.rb +10 -11
  560. data/lib/fba_small_and_light_api_model/models/small_and_light_enrollment.rb +47 -66
  561. data/lib/fba_small_and_light_api_model/models/small_and_light_enrollment_status.rb +10 -11
  562. data/lib/fba_small_and_light_api_model/models/small_and_light_fee_preview_request.rb +42 -54
  563. data/lib/fba_small_and_light_api_model/models/small_and_light_fee_previews.rb +35 -43
  564. data/lib/fba_small_and_light_api_model/spec/api/small_and_light_api_spec.rb +14 -17
  565. data/lib/fba_small_and_light_api_model/spec/api_client_spec.rb +15 -17
  566. data/lib/fba_small_and_light_api_model/spec/base_object_spec.rb +28 -29
  567. data/lib/fba_small_and_light_api_model/spec/configuration_spec.rb +8 -10
  568. data/lib/fba_small_and_light_api_model/spec/models/error_list_spec.rb +8 -11
  569. data/lib/fba_small_and_light_api_model/spec/models/error_spec.rb +8 -11
  570. data/lib/fba_small_and_light_api_model/spec/models/fee_line_item_spec.rb +8 -11
  571. data/lib/fba_small_and_light_api_model/spec/models/fee_preview_spec.rb +8 -11
  572. data/lib/fba_small_and_light_api_model/spec/models/item_spec.rb +8 -11
  573. data/lib/fba_small_and_light_api_model/spec/models/marketplace_id_spec.rb +8 -10
  574. data/lib/fba_small_and_light_api_model/spec/models/money_type_spec.rb +8 -11
  575. data/lib/fba_small_and_light_api_model/spec/models/seller_sku_spec.rb +8 -10
  576. data/lib/fba_small_and_light_api_model/spec/models/small_and_light_eligibility_spec.rb +8 -11
  577. data/lib/fba_small_and_light_api_model/spec/models/small_and_light_eligibility_status_spec.rb +8 -10
  578. data/lib/fba_small_and_light_api_model/spec/models/small_and_light_enrollment_spec.rb +8 -11
  579. data/lib/fba_small_and_light_api_model/spec/models/small_and_light_enrollment_status_spec.rb +8 -10
  580. data/lib/fba_small_and_light_api_model/spec/models/small_and_light_fee_preview_request_spec.rb +8 -11
  581. data/lib/fba_small_and_light_api_model/spec/models/small_and_light_fee_previews_spec.rb +8 -11
  582. data/lib/fba_small_and_light_api_model/spec/spec_helper.rb +59 -63
  583. data/lib/fba_small_and_light_api_model/version.rb +9 -11
  584. data/lib/fba_small_and_light_api_model.rb +8 -10
  585. data/lib/feeds_api_model/Gemfile +1 -1
  586. data/lib/feeds_api_model/README.md +4 -4
  587. data/lib/feeds_api_model/api/feeds_api.rb +121 -147
  588. data/lib/feeds_api_model/api_client.rb +69 -73
  589. data/lib/feeds_api_model/api_error.rb +13 -16
  590. data/lib/feeds_api_model/config.json +3 -3
  591. data/lib/feeds_api_model/configuration.rb +14 -19
  592. data/lib/feeds_api_model/docs/FeedDocument.md +2 -2
  593. data/lib/feeds_api_model/docs/FeedsApi.md +6 -6
  594. data/lib/feeds_api_model/models/create_feed_document_response.rb +41 -52
  595. data/lib/feeds_api_model/models/create_feed_document_specification.rb +36 -43
  596. data/lib/feeds_api_model/models/create_feed_response.rb +36 -43
  597. data/lib/feeds_api_model/models/create_feed_specification.rb +51 -68
  598. data/lib/feeds_api_model/models/error.rb +45 -58
  599. data/lib/feeds_api_model/models/error_list.rb +37 -45
  600. data/lib/feeds_api_model/models/feed.rb +74 -102
  601. data/lib/feeds_api_model/models/feed_document.rb +51 -65
  602. data/lib/feeds_api_model/models/feed_list.rb +30 -39
  603. data/lib/feeds_api_model/models/feed_options.rb +30 -39
  604. data/lib/feeds_api_model/models/get_feeds_response.rb +40 -49
  605. data/lib/feeds_api_model/spec/api/feeds_api_spec.rb +16 -19
  606. data/lib/feeds_api_model/spec/api_client_spec.rb +15 -17
  607. data/lib/feeds_api_model/spec/base_object_spec.rb +28 -29
  608. data/lib/feeds_api_model/spec/configuration_spec.rb +8 -10
  609. data/lib/feeds_api_model/spec/models/create_feed_document_response_spec.rb +8 -11
  610. data/lib/feeds_api_model/spec/models/create_feed_document_specification_spec.rb +8 -11
  611. data/lib/feeds_api_model/spec/models/create_feed_response_spec.rb +8 -11
  612. data/lib/feeds_api_model/spec/models/create_feed_specification_spec.rb +8 -11
  613. data/lib/feeds_api_model/spec/models/error_list_spec.rb +8 -11
  614. data/lib/feeds_api_model/spec/models/error_spec.rb +8 -11
  615. data/lib/feeds_api_model/spec/models/feed_document_spec.rb +8 -11
  616. data/lib/feeds_api_model/spec/models/feed_list_spec.rb +8 -10
  617. data/lib/feeds_api_model/spec/models/feed_options_spec.rb +8 -10
  618. data/lib/feeds_api_model/spec/models/feed_spec.rb +8 -11
  619. data/lib/feeds_api_model/spec/models/get_feeds_response_spec.rb +8 -11
  620. data/lib/feeds_api_model/spec/spec_helper.rb +59 -63
  621. data/lib/feeds_api_model/version.rb +9 -11
  622. data/lib/feeds_api_model.rb +8 -10
  623. data/lib/finances_api_model/Gemfile +1 -1
  624. data/lib/finances_api_model/README.md +21 -8
  625. data/lib/finances_api_model/api/default_api.rb +98 -108
  626. data/lib/finances_api_model/api_client.rb +69 -73
  627. data/lib/finances_api_model/api_error.rb +13 -16
  628. data/lib/finances_api_model/config.json +3 -3
  629. data/lib/finances_api_model/configuration.rb +14 -19
  630. data/lib/finances_api_model/docs/AdhocDisbursementEvent.md +10 -0
  631. data/lib/finances_api_model/docs/AdhocDisbursementEventList.md +6 -0
  632. data/lib/finances_api_model/docs/CapacityReservationBillingEvent.md +10 -0
  633. data/lib/finances_api_model/docs/CapacityReservationBillingEventList.md +6 -0
  634. data/lib/finances_api_model/docs/ChargeRefundEvent.md +10 -0
  635. data/lib/finances_api_model/docs/ChargeRefundEventList.md +6 -0
  636. data/lib/finances_api_model/docs/ChargeRefundTransaction.md +8 -0
  637. data/lib/finances_api_model/docs/DefaultApi.md +16 -12
  638. data/lib/finances_api_model/docs/FailedAdhocDisbursementEventList.md +13 -0
  639. data/lib/finances_api_model/docs/FinancialEvents.md +9 -3
  640. data/lib/finances_api_model/docs/TDSReimbursementEvent.md +9 -0
  641. data/lib/finances_api_model/docs/TDSReimbursementEventList.md +6 -0
  642. data/lib/finances_api_model/docs/ValueAddedServiceChargeEventList.md +10 -0
  643. data/lib/finances_api_model/models/adhoc_disbursement_event.rb +221 -0
  644. data/lib/finances_api_model/models/adhoc_disbursement_event_list.rb +193 -0
  645. data/lib/finances_api_model/models/adjustment_event.rb +47 -64
  646. data/lib/finances_api_model/models/adjustment_event_list.rb +30 -39
  647. data/lib/finances_api_model/models/adjustment_item.rb +59 -80
  648. data/lib/finances_api_model/models/adjustment_item_list.rb +30 -39
  649. data/lib/finances_api_model/models/affordability_expense_event.rb +71 -108
  650. data/lib/finances_api_model/models/affordability_expense_event_list.rb +30 -39
  651. data/lib/finances_api_model/models/big_decimal.rb +30 -39
  652. data/lib/finances_api_model/models/capacity_reservation_billing_event.rb +221 -0
  653. data/lib/finances_api_model/models/capacity_reservation_billing_event_list.rb +193 -0
  654. data/lib/finances_api_model/models/charge_component.rb +38 -47
  655. data/lib/finances_api_model/models/charge_component_list.rb +30 -39
  656. data/lib/finances_api_model/models/charge_instrument.rb +42 -53
  657. data/lib/finances_api_model/models/charge_instrument_list.rb +30 -39
  658. data/lib/finances_api_model/models/charge_refund_event.rb +221 -0
  659. data/lib/finances_api_model/models/charge_refund_event_list.rb +193 -0
  660. data/lib/finances_api_model/models/charge_refund_transaction.rb +208 -0
  661. data/lib/finances_api_model/models/coupon_payment_event.rb +63 -90
  662. data/lib/finances_api_model/models/coupon_payment_event_list.rb +30 -39
  663. data/lib/finances_api_model/models/currency.rb +38 -47
  664. data/lib/finances_api_model/models/date.rb +30 -39
  665. data/lib/finances_api_model/models/debt_recovery_event.rb +51 -72
  666. data/lib/finances_api_model/models/debt_recovery_event_list.rb +30 -39
  667. data/lib/finances_api_model/models/debt_recovery_item.rb +47 -66
  668. data/lib/finances_api_model/models/debt_recovery_item_list.rb +30 -39
  669. data/lib/finances_api_model/models/direct_payment.rb +38 -47
  670. data/lib/finances_api_model/models/direct_payment_list.rb +30 -39
  671. data/lib/finances_api_model/models/error.rb +45 -58
  672. data/lib/finances_api_model/models/error_list.rb +30 -39
  673. data/lib/finances_api_model/models/failed_adhoc_disbursement_event_list.rb +245 -0
  674. data/lib/finances_api_model/models/fba_liquidation_event.rb +47 -64
  675. data/lib/finances_api_model/models/fba_liquidation_event_list.rb +30 -39
  676. data/lib/finances_api_model/models/fee_component.rb +38 -47
  677. data/lib/finances_api_model/models/fee_component_list.rb +30 -39
  678. data/lib/finances_api_model/models/financial_event_group.rb +75 -112
  679. data/lib/finances_api_model/models/financial_event_group_list.rb +30 -39
  680. data/lib/finances_api_model/models/financial_events.rb +170 -251
  681. data/lib/finances_api_model/models/imaging_services_fee_event.rb +47 -62
  682. data/lib/finances_api_model/models/imaging_services_fee_event_list.rb +30 -39
  683. data/lib/finances_api_model/models/list_financial_event_groups_payload.rb +38 -47
  684. data/lib/finances_api_model/models/list_financial_event_groups_response.rb +39 -50
  685. data/lib/finances_api_model/models/list_financial_events_payload.rb +38 -47
  686. data/lib/finances_api_model/models/list_financial_events_response.rb +39 -50
  687. data/lib/finances_api_model/models/loan_servicing_event.rb +38 -47
  688. data/lib/finances_api_model/models/loan_servicing_event_list.rb +30 -39
  689. data/lib/finances_api_model/models/network_commingling_transaction_event.rb +63 -88
  690. data/lib/finances_api_model/models/network_commingling_transaction_event_list.rb +30 -39
  691. data/lib/finances_api_model/models/pay_with_amazon_event.rb +71 -100
  692. data/lib/finances_api_model/models/pay_with_amazon_event_list.rb +30 -39
  693. data/lib/finances_api_model/models/product_ads_payment_event.rb +55 -78
  694. data/lib/finances_api_model/models/product_ads_payment_event_list.rb +30 -39
  695. data/lib/finances_api_model/models/promotion.rb +42 -53
  696. data/lib/finances_api_model/models/promotion_list.rb +30 -39
  697. data/lib/finances_api_model/models/removal_shipment_adjustment_event.rb +55 -73
  698. data/lib/finances_api_model/models/removal_shipment_adjustment_event_list.rb +30 -39
  699. data/lib/finances_api_model/models/removal_shipment_event.rb +51 -68
  700. data/lib/finances_api_model/models/removal_shipment_event_list.rb +30 -39
  701. data/lib/finances_api_model/models/removal_shipment_item.rb +63 -90
  702. data/lib/finances_api_model/models/removal_shipment_item_adjustment.rb +59 -82
  703. data/lib/finances_api_model/models/removal_shipment_item_list.rb +30 -39
  704. data/lib/finances_api_model/models/rental_transaction_event.rb +71 -106
  705. data/lib/finances_api_model/models/rental_transaction_event_list.rb +30 -39
  706. data/lib/finances_api_model/models/retrocharge_event.rb +59 -84
  707. data/lib/finances_api_model/models/retrocharge_event_list.rb +30 -39
  708. data/lib/finances_api_model/models/safet_reimbursement_event.rb +51 -70
  709. data/lib/finances_api_model/models/safet_reimbursement_event_list.rb +30 -39
  710. data/lib/finances_api_model/models/safet_reimbursement_item.rb +42 -53
  711. data/lib/finances_api_model/models/safet_reimbursement_item_list.rb +30 -39
  712. data/lib/finances_api_model/models/seller_deal_payment_event.rb +63 -90
  713. data/lib/finances_api_model/models/seller_deal_payment_event_list.rb +30 -39
  714. data/lib/finances_api_model/models/seller_review_enrollment_payment_event.rb +55 -78
  715. data/lib/finances_api_model/models/seller_review_enrollment_payment_event_list.rb +30 -39
  716. data/lib/finances_api_model/models/service_fee_event.rb +58 -77
  717. data/lib/finances_api_model/models/service_fee_event_list.rb +30 -39
  718. data/lib/finances_api_model/models/shipment_event.rb +83 -132
  719. data/lib/finances_api_model/models/shipment_event_list.rb +30 -39
  720. data/lib/finances_api_model/models/shipment_item.rb +83 -130
  721. data/lib/finances_api_model/models/shipment_item_list.rb +30 -39
  722. data/lib/finances_api_model/models/shipment_settle_event_list.rb +31 -40
  723. data/lib/finances_api_model/models/solution_provider_credit_event.rb +71 -98
  724. data/lib/finances_api_model/models/solution_provider_credit_event_list.rb +30 -39
  725. data/lib/finances_api_model/models/tax_withheld_component.rb +38 -47
  726. data/lib/finances_api_model/models/tax_withheld_component_list.rb +30 -39
  727. data/lib/finances_api_model/models/tax_withholding_event.rb +47 -66
  728. data/lib/finances_api_model/models/tax_withholding_event_list.rb +31 -40
  729. data/lib/finances_api_model/models/tax_withholding_period.rb +39 -50
  730. data/lib/finances_api_model/models/tds_reimbursement_event.rb +213 -0
  731. data/lib/finances_api_model/models/tds_reimbursement_event_list.rb +193 -0
  732. data/lib/finances_api_model/models/trial_shipment_event.rb +51 -68
  733. data/lib/finances_api_model/models/trial_shipment_event_list.rb +30 -39
  734. data/lib/finances_api_model/models/value_added_service_charge_event_list.rb +221 -0
  735. data/lib/finances_api_model/spec/api/default_api_spec.rb +18 -19
  736. data/lib/finances_api_model/spec/api_client_spec.rb +15 -17
  737. data/lib/finances_api_model/spec/base_object_spec.rb +28 -29
  738. data/lib/finances_api_model/spec/configuration_spec.rb +8 -10
  739. data/lib/finances_api_model/spec/models/adhoc_disbursement_event_list_spec.rb +32 -0
  740. data/lib/finances_api_model/spec/models/adhoc_disbursement_event_spec.rb +55 -0
  741. data/lib/finances_api_model/spec/models/adjustment_event_list_spec.rb +8 -10
  742. data/lib/finances_api_model/spec/models/adjustment_event_spec.rb +8 -11
  743. data/lib/finances_api_model/spec/models/adjustment_item_list_spec.rb +8 -10
  744. data/lib/finances_api_model/spec/models/adjustment_item_spec.rb +8 -11
  745. data/lib/finances_api_model/spec/models/affordability_expense_event_list_spec.rb +8 -10
  746. data/lib/finances_api_model/spec/models/affordability_expense_event_spec.rb +8 -11
  747. data/lib/finances_api_model/spec/models/big_decimal_spec.rb +8 -10
  748. data/lib/finances_api_model/spec/models/capacity_reservation_billing_event_list_spec.rb +32 -0
  749. data/lib/finances_api_model/spec/models/capacity_reservation_billing_event_spec.rb +55 -0
  750. data/lib/finances_api_model/spec/models/charge_component_list_spec.rb +8 -10
  751. data/lib/finances_api_model/spec/models/charge_component_spec.rb +8 -11
  752. data/lib/finances_api_model/spec/models/charge_instrument_list_spec.rb +8 -10
  753. data/lib/finances_api_model/spec/models/charge_instrument_spec.rb +8 -11
  754. data/lib/finances_api_model/spec/models/charge_refund_event_list_spec.rb +32 -0
  755. data/lib/finances_api_model/spec/models/charge_refund_event_spec.rb +55 -0
  756. data/lib/finances_api_model/spec/models/charge_refund_transaction_spec.rb +43 -0
  757. data/lib/finances_api_model/spec/models/coupon_payment_event_list_spec.rb +8 -10
  758. data/lib/finances_api_model/spec/models/coupon_payment_event_spec.rb +8 -11
  759. data/lib/finances_api_model/spec/models/currency_spec.rb +8 -11
  760. data/lib/finances_api_model/spec/models/date_spec.rb +8 -10
  761. data/lib/finances_api_model/spec/models/debt_recovery_event_list_spec.rb +8 -10
  762. data/lib/finances_api_model/spec/models/debt_recovery_event_spec.rb +8 -11
  763. data/lib/finances_api_model/spec/models/debt_recovery_item_list_spec.rb +8 -10
  764. data/lib/finances_api_model/spec/models/debt_recovery_item_spec.rb +8 -11
  765. data/lib/finances_api_model/spec/models/direct_payment_list_spec.rb +8 -10
  766. data/lib/finances_api_model/spec/models/direct_payment_spec.rb +8 -11
  767. data/lib/finances_api_model/spec/models/error_list_spec.rb +8 -10
  768. data/lib/finances_api_model/spec/models/error_spec.rb +8 -11
  769. data/lib/finances_api_model/spec/models/failed_adhoc_disbursement_event_list_spec.rb +73 -0
  770. data/lib/finances_api_model/spec/models/fba_liquidation_event_list_spec.rb +8 -10
  771. data/lib/finances_api_model/spec/models/fba_liquidation_event_spec.rb +8 -11
  772. data/lib/finances_api_model/spec/models/fee_component_list_spec.rb +8 -10
  773. data/lib/finances_api_model/spec/models/fee_component_spec.rb +8 -11
  774. data/lib/finances_api_model/spec/models/financial_event_group_list_spec.rb +8 -10
  775. data/lib/finances_api_model/spec/models/financial_event_group_spec.rb +8 -11
  776. data/lib/finances_api_model/spec/models/financial_events_spec.rb +46 -13
  777. data/lib/finances_api_model/spec/models/imaging_services_fee_event_list_spec.rb +8 -10
  778. data/lib/finances_api_model/spec/models/imaging_services_fee_event_spec.rb +8 -11
  779. data/lib/finances_api_model/spec/models/list_financial_event_groups_payload_spec.rb +8 -11
  780. data/lib/finances_api_model/spec/models/list_financial_event_groups_response_spec.rb +8 -11
  781. data/lib/finances_api_model/spec/models/list_financial_events_payload_spec.rb +8 -11
  782. data/lib/finances_api_model/spec/models/list_financial_events_response_spec.rb +8 -11
  783. data/lib/finances_api_model/spec/models/loan_servicing_event_list_spec.rb +8 -10
  784. data/lib/finances_api_model/spec/models/loan_servicing_event_spec.rb +8 -11
  785. data/lib/finances_api_model/spec/models/network_commingling_transaction_event_list_spec.rb +8 -10
  786. data/lib/finances_api_model/spec/models/network_commingling_transaction_event_spec.rb +8 -11
  787. data/lib/finances_api_model/spec/models/pay_with_amazon_event_list_spec.rb +8 -10
  788. data/lib/finances_api_model/spec/models/pay_with_amazon_event_spec.rb +8 -11
  789. data/lib/finances_api_model/spec/models/product_ads_payment_event_list_spec.rb +8 -10
  790. data/lib/finances_api_model/spec/models/product_ads_payment_event_spec.rb +8 -11
  791. data/lib/finances_api_model/spec/models/promotion_list_spec.rb +8 -10
  792. data/lib/finances_api_model/spec/models/promotion_spec.rb +8 -11
  793. data/lib/finances_api_model/spec/models/removal_shipment_adjustment_event_list_spec.rb +8 -10
  794. data/lib/finances_api_model/spec/models/removal_shipment_adjustment_event_spec.rb +8 -11
  795. data/lib/finances_api_model/spec/models/removal_shipment_event_list_spec.rb +8 -10
  796. data/lib/finances_api_model/spec/models/removal_shipment_event_spec.rb +8 -11
  797. data/lib/finances_api_model/spec/models/removal_shipment_item_adjustment_spec.rb +8 -11
  798. data/lib/finances_api_model/spec/models/removal_shipment_item_list_spec.rb +8 -10
  799. data/lib/finances_api_model/spec/models/removal_shipment_item_spec.rb +8 -11
  800. data/lib/finances_api_model/spec/models/rental_transaction_event_list_spec.rb +8 -10
  801. data/lib/finances_api_model/spec/models/rental_transaction_event_spec.rb +8 -11
  802. data/lib/finances_api_model/spec/models/retrocharge_event_list_spec.rb +8 -10
  803. data/lib/finances_api_model/spec/models/retrocharge_event_spec.rb +8 -11
  804. data/lib/finances_api_model/spec/models/safet_reimbursement_event_list_spec.rb +8 -10
  805. data/lib/finances_api_model/spec/models/safet_reimbursement_event_spec.rb +8 -11
  806. data/lib/finances_api_model/spec/models/safet_reimbursement_item_list_spec.rb +8 -10
  807. data/lib/finances_api_model/spec/models/safet_reimbursement_item_spec.rb +8 -11
  808. data/lib/finances_api_model/spec/models/seller_deal_payment_event_list_spec.rb +8 -10
  809. data/lib/finances_api_model/spec/models/seller_deal_payment_event_spec.rb +8 -11
  810. data/lib/finances_api_model/spec/models/seller_review_enrollment_payment_event_list_spec.rb +8 -10
  811. data/lib/finances_api_model/spec/models/seller_review_enrollment_payment_event_spec.rb +8 -11
  812. data/lib/finances_api_model/spec/models/service_fee_event_list_spec.rb +8 -10
  813. data/lib/finances_api_model/spec/models/service_fee_event_spec.rb +8 -11
  814. data/lib/finances_api_model/spec/models/shipment_event_list_spec.rb +8 -10
  815. data/lib/finances_api_model/spec/models/shipment_event_spec.rb +8 -11
  816. data/lib/finances_api_model/spec/models/shipment_item_list_spec.rb +8 -10
  817. data/lib/finances_api_model/spec/models/shipment_item_spec.rb +8 -11
  818. data/lib/finances_api_model/spec/models/shipment_settle_event_list_spec.rb +8 -10
  819. data/lib/finances_api_model/spec/models/solution_provider_credit_event_list_spec.rb +8 -10
  820. data/lib/finances_api_model/spec/models/solution_provider_credit_event_spec.rb +8 -11
  821. data/lib/finances_api_model/spec/models/tax_withheld_component_list_spec.rb +8 -10
  822. data/lib/finances_api_model/spec/models/tax_withheld_component_spec.rb +8 -11
  823. data/lib/finances_api_model/spec/models/tax_withholding_event_list_spec.rb +8 -10
  824. data/lib/finances_api_model/spec/models/tax_withholding_event_spec.rb +8 -11
  825. data/lib/finances_api_model/spec/models/tax_withholding_period_spec.rb +8 -11
  826. data/lib/finances_api_model/spec/models/tds_reimbursement_event_list_spec.rb +32 -0
  827. data/lib/finances_api_model/spec/models/tds_reimbursement_event_spec.rb +49 -0
  828. data/lib/finances_api_model/spec/models/trial_shipment_event_list_spec.rb +8 -10
  829. data/lib/finances_api_model/spec/models/trial_shipment_event_spec.rb +8 -11
  830. data/lib/finances_api_model/spec/models/value_added_service_charge_event_list_spec.rb +55 -0
  831. data/lib/finances_api_model/spec/spec_helper.rb +59 -63
  832. data/lib/finances_api_model/version.rb +9 -11
  833. data/lib/finances_api_model.rb +19 -10
  834. data/lib/fulfillment_inbound_api_model/Gemfile +1 -1
  835. data/lib/fulfillment_inbound_api_model/README.md +4 -4
  836. data/lib/fulfillment_inbound_api_model/api/fba_inbound_api.rb +354 -456
  837. data/lib/fulfillment_inbound_api_model/api_client.rb +69 -73
  838. data/lib/fulfillment_inbound_api_model/api_error.rb +13 -16
  839. data/lib/fulfillment_inbound_api_model/config.json +3 -3
  840. data/lib/fulfillment_inbound_api_model/configuration.rb +14 -19
  841. data/lib/fulfillment_inbound_api_model/docs/FbaInboundApi.md +17 -17
  842. data/lib/fulfillment_inbound_api_model/docs/PartneredSmallParcelDataInput.md +1 -1
  843. data/lib/fulfillment_inbound_api_model/models/address.rb +69 -100
  844. data/lib/fulfillment_inbound_api_model/models/amazon_prep_fees_details.rb +39 -50
  845. data/lib/fulfillment_inbound_api_model/models/amazon_prep_fees_details_list.rb +30 -39
  846. data/lib/fulfillment_inbound_api_model/models/amount.rb +42 -55
  847. data/lib/fulfillment_inbound_api_model/models/asin_inbound_guidance.rb +46 -61
  848. data/lib/fulfillment_inbound_api_model/models/asin_inbound_guidance_list.rb +30 -39
  849. data/lib/fulfillment_inbound_api_model/models/asin_prep_instructions.rb +47 -64
  850. data/lib/fulfillment_inbound_api_model/models/asin_prep_instructions_list.rb +30 -39
  851. data/lib/fulfillment_inbound_api_model/models/barcode_instruction.rb +10 -11
  852. data/lib/fulfillment_inbound_api_model/models/big_decimal_type.rb +30 -39
  853. data/lib/fulfillment_inbound_api_model/models/bill_of_lading_download_url.rb +34 -41
  854. data/lib/fulfillment_inbound_api_model/models/box_contents_fee_details.rb +43 -58
  855. data/lib/fulfillment_inbound_api_model/models/box_contents_source.rb +10 -11
  856. data/lib/fulfillment_inbound_api_model/models/common_transport_result.rb +34 -41
  857. data/lib/fulfillment_inbound_api_model/models/condition.rb +10 -11
  858. data/lib/fulfillment_inbound_api_model/models/confirm_preorder_response.rb +39 -50
  859. data/lib/fulfillment_inbound_api_model/models/confirm_preorder_result.rb +39 -50
  860. data/lib/fulfillment_inbound_api_model/models/confirm_transport_response.rb +39 -50
  861. data/lib/fulfillment_inbound_api_model/models/contact.rb +50 -67
  862. data/lib/fulfillment_inbound_api_model/models/create_inbound_shipment_plan_request.rb +55 -78
  863. data/lib/fulfillment_inbound_api_model/models/create_inbound_shipment_plan_response.rb +39 -50
  864. data/lib/fulfillment_inbound_api_model/models/create_inbound_shipment_plan_result.rb +34 -41
  865. data/lib/fulfillment_inbound_api_model/models/currency_code.rb +10 -11
  866. data/lib/fulfillment_inbound_api_model/models/date_string_type.rb +30 -39
  867. data/lib/fulfillment_inbound_api_model/models/dimensions.rb +52 -77
  868. data/lib/fulfillment_inbound_api_model/models/error.rb +45 -58
  869. data/lib/fulfillment_inbound_api_model/models/error_list.rb +30 -39
  870. data/lib/fulfillment_inbound_api_model/models/error_reason.rb +10 -11
  871. data/lib/fulfillment_inbound_api_model/models/estimate_transport_response.rb +39 -50
  872. data/lib/fulfillment_inbound_api_model/models/get_bill_of_lading_response.rb +39 -50
  873. data/lib/fulfillment_inbound_api_model/models/get_inbound_guidance_response.rb +39 -50
  874. data/lib/fulfillment_inbound_api_model/models/get_inbound_guidance_result.rb +47 -66
  875. data/lib/fulfillment_inbound_api_model/models/get_labels_response.rb +39 -50
  876. data/lib/fulfillment_inbound_api_model/models/get_preorder_info_response.rb +39 -50
  877. data/lib/fulfillment_inbound_api_model/models/get_preorder_info_result.rb +47 -62
  878. data/lib/fulfillment_inbound_api_model/models/get_prep_instructions_response.rb +39 -50
  879. data/lib/fulfillment_inbound_api_model/models/get_prep_instructions_result.rb +47 -66
  880. data/lib/fulfillment_inbound_api_model/models/get_shipment_items_response.rb +39 -50
  881. data/lib/fulfillment_inbound_api_model/models/get_shipment_items_result.rb +38 -47
  882. data/lib/fulfillment_inbound_api_model/models/get_shipments_response.rb +39 -50
  883. data/lib/fulfillment_inbound_api_model/models/get_shipments_result.rb +38 -47
  884. data/lib/fulfillment_inbound_api_model/models/get_transport_details_response.rb +39 -50
  885. data/lib/fulfillment_inbound_api_model/models/get_transport_details_result.rb +34 -41
  886. data/lib/fulfillment_inbound_api_model/models/guidance_reason.rb +10 -11
  887. data/lib/fulfillment_inbound_api_model/models/guidance_reason_list.rb +30 -39
  888. data/lib/fulfillment_inbound_api_model/models/inbound_guidance.rb +10 -11
  889. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_header.rb +65 -98
  890. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_info.rb +74 -111
  891. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_item.rb +66 -97
  892. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_item_list.rb +30 -39
  893. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_list.rb +30 -39
  894. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_plan.rb +61 -92
  895. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_plan_item.rb +51 -70
  896. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_plan_item_list.rb +30 -39
  897. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_plan_list.rb +30 -39
  898. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_plan_request_item.rb +60 -89
  899. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_plan_request_item_list.rb +30 -39
  900. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_request.rb +47 -64
  901. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_response.rb +39 -50
  902. data/lib/fulfillment_inbound_api_model/models/inbound_shipment_result.rb +36 -43
  903. data/lib/fulfillment_inbound_api_model/models/intended_box_contents_source.rb +10 -11
  904. data/lib/fulfillment_inbound_api_model/models/invalid_asin.rb +38 -47
  905. data/lib/fulfillment_inbound_api_model/models/invalid_asin_list.rb +30 -39
  906. data/lib/fulfillment_inbound_api_model/models/invalid_sku.rb +38 -47
  907. data/lib/fulfillment_inbound_api_model/models/invalid_sku_list.rb +30 -39
  908. data/lib/fulfillment_inbound_api_model/models/label_download_url.rb +34 -41
  909. data/lib/fulfillment_inbound_api_model/models/label_prep_preference.rb +10 -11
  910. data/lib/fulfillment_inbound_api_model/models/label_prep_type.rb +10 -11
  911. data/lib/fulfillment_inbound_api_model/models/non_partnered_ltl_data_input.rb +41 -52
  912. data/lib/fulfillment_inbound_api_model/models/non_partnered_ltl_data_output.rb +41 -52
  913. data/lib/fulfillment_inbound_api_model/models/non_partnered_small_parcel_data_input.rb +41 -52
  914. data/lib/fulfillment_inbound_api_model/models/non_partnered_small_parcel_data_output.rb +36 -43
  915. data/lib/fulfillment_inbound_api_model/models/non_partnered_small_parcel_package_input.rb +36 -43
  916. data/lib/fulfillment_inbound_api_model/models/non_partnered_small_parcel_package_input_list.rb +30 -39
  917. data/lib/fulfillment_inbound_api_model/models/non_partnered_small_parcel_package_output.rb +47 -64
  918. data/lib/fulfillment_inbound_api_model/models/non_partnered_small_parcel_package_output_list.rb +30 -39
  919. data/lib/fulfillment_inbound_api_model/models/package_status.rb +10 -11
  920. data/lib/fulfillment_inbound_api_model/models/pallet.rb +46 -61
  921. data/lib/fulfillment_inbound_api_model/models/pallet_list.rb +30 -39
  922. data/lib/fulfillment_inbound_api_model/models/partnered_estimate.rb +45 -60
  923. data/lib/fulfillment_inbound_api_model/models/partnered_ltl_data_input.rb +59 -90
  924. data/lib/fulfillment_inbound_api_model/models/partnered_ltl_data_output.rb +103 -180
  925. data/lib/fulfillment_inbound_api_model/models/partnered_small_parcel_data_input.rb +39 -48
  926. data/lib/fulfillment_inbound_api_model/models/partnered_small_parcel_data_output.rb +41 -52
  927. data/lib/fulfillment_inbound_api_model/models/partnered_small_parcel_package_input.rb +42 -55
  928. data/lib/fulfillment_inbound_api_model/models/partnered_small_parcel_package_input_list.rb +30 -39
  929. data/lib/fulfillment_inbound_api_model/models/partnered_small_parcel_package_output.rb +57 -86
  930. data/lib/fulfillment_inbound_api_model/models/partnered_small_parcel_package_output_list.rb +30 -39
  931. data/lib/fulfillment_inbound_api_model/models/prep_details.rb +42 -55
  932. data/lib/fulfillment_inbound_api_model/models/prep_details_list.rb +30 -39
  933. data/lib/fulfillment_inbound_api_model/models/prep_guidance.rb +10 -11
  934. data/lib/fulfillment_inbound_api_model/models/prep_instruction.rb +19 -11
  935. data/lib/fulfillment_inbound_api_model/models/prep_instruction_list.rb +30 -39
  936. data/lib/fulfillment_inbound_api_model/models/prep_owner.rb +10 -11
  937. data/lib/fulfillment_inbound_api_model/models/pro_number.rb +30 -39
  938. data/lib/fulfillment_inbound_api_model/models/put_transport_details_request.rb +47 -64
  939. data/lib/fulfillment_inbound_api_model/models/put_transport_details_response.rb +39 -50
  940. data/lib/fulfillment_inbound_api_model/models/quantity.rb +30 -39
  941. data/lib/fulfillment_inbound_api_model/models/seller_freight_class.rb +10 -11
  942. data/lib/fulfillment_inbound_api_model/models/shipment_status.rb +10 -11
  943. data/lib/fulfillment_inbound_api_model/models/shipment_type.rb +10 -11
  944. data/lib/fulfillment_inbound_api_model/models/sku_inbound_guidance.rb +51 -70
  945. data/lib/fulfillment_inbound_api_model/models/sku_inbound_guidance_list.rb +30 -39
  946. data/lib/fulfillment_inbound_api_model/models/sku_prep_instructions.rb +55 -78
  947. data/lib/fulfillment_inbound_api_model/models/sku_prep_instructions_list.rb +30 -39
  948. data/lib/fulfillment_inbound_api_model/models/time_stamp_string_type.rb +30 -39
  949. data/lib/fulfillment_inbound_api_model/models/tracking_id.rb +30 -39
  950. data/lib/fulfillment_inbound_api_model/models/transport_content.rb +47 -66
  951. data/lib/fulfillment_inbound_api_model/models/transport_detail_input.rb +47 -66
  952. data/lib/fulfillment_inbound_api_model/models/transport_detail_output.rb +47 -66
  953. data/lib/fulfillment_inbound_api_model/models/transport_header.rb +51 -70
  954. data/lib/fulfillment_inbound_api_model/models/transport_result.rb +44 -55
  955. data/lib/fulfillment_inbound_api_model/models/transport_status.rb +10 -11
  956. data/lib/fulfillment_inbound_api_model/models/unit_of_measurement.rb +10 -11
  957. data/lib/fulfillment_inbound_api_model/models/unit_of_weight.rb +10 -11
  958. data/lib/fulfillment_inbound_api_model/models/unsigned_int_type.rb +30 -39
  959. data/lib/fulfillment_inbound_api_model/models/void_transport_response.rb +39 -50
  960. data/lib/fulfillment_inbound_api_model/models/weight.rb +42 -55
  961. data/lib/fulfillment_inbound_api_model/spec/api/fba_inbound_api_spec.rb +31 -34
  962. data/lib/fulfillment_inbound_api_model/spec/api_client_spec.rb +15 -17
  963. data/lib/fulfillment_inbound_api_model/spec/base_object_spec.rb +28 -29
  964. data/lib/fulfillment_inbound_api_model/spec/configuration_spec.rb +8 -10
  965. data/lib/fulfillment_inbound_api_model/spec/models/address_spec.rb +8 -11
  966. data/lib/fulfillment_inbound_api_model/spec/models/amazon_prep_fees_details_list_spec.rb +8 -10
  967. data/lib/fulfillment_inbound_api_model/spec/models/amazon_prep_fees_details_spec.rb +8 -11
  968. data/lib/fulfillment_inbound_api_model/spec/models/amount_spec.rb +8 -11
  969. data/lib/fulfillment_inbound_api_model/spec/models/asin_inbound_guidance_list_spec.rb +8 -10
  970. data/lib/fulfillment_inbound_api_model/spec/models/asin_inbound_guidance_spec.rb +8 -11
  971. data/lib/fulfillment_inbound_api_model/spec/models/asin_prep_instructions_list_spec.rb +8 -10
  972. data/lib/fulfillment_inbound_api_model/spec/models/asin_prep_instructions_spec.rb +8 -11
  973. data/lib/fulfillment_inbound_api_model/spec/models/barcode_instruction_spec.rb +8 -10
  974. data/lib/fulfillment_inbound_api_model/spec/models/big_decimal_type_spec.rb +8 -10
  975. data/lib/fulfillment_inbound_api_model/spec/models/bill_of_lading_download_url_spec.rb +8 -11
  976. data/lib/fulfillment_inbound_api_model/spec/models/box_contents_fee_details_spec.rb +8 -11
  977. data/lib/fulfillment_inbound_api_model/spec/models/box_contents_source_spec.rb +8 -10
  978. data/lib/fulfillment_inbound_api_model/spec/models/common_transport_result_spec.rb +8 -11
  979. data/lib/fulfillment_inbound_api_model/spec/models/condition_spec.rb +8 -10
  980. data/lib/fulfillment_inbound_api_model/spec/models/confirm_preorder_response_spec.rb +8 -11
  981. data/lib/fulfillment_inbound_api_model/spec/models/confirm_preorder_result_spec.rb +8 -11
  982. data/lib/fulfillment_inbound_api_model/spec/models/confirm_transport_response_spec.rb +8 -11
  983. data/lib/fulfillment_inbound_api_model/spec/models/contact_spec.rb +8 -11
  984. data/lib/fulfillment_inbound_api_model/spec/models/create_inbound_shipment_plan_request_spec.rb +8 -11
  985. data/lib/fulfillment_inbound_api_model/spec/models/create_inbound_shipment_plan_response_spec.rb +8 -11
  986. data/lib/fulfillment_inbound_api_model/spec/models/create_inbound_shipment_plan_result_spec.rb +8 -11
  987. data/lib/fulfillment_inbound_api_model/spec/models/currency_code_spec.rb +8 -10
  988. data/lib/fulfillment_inbound_api_model/spec/models/date_string_type_spec.rb +8 -10
  989. data/lib/fulfillment_inbound_api_model/spec/models/dimensions_spec.rb +8 -11
  990. data/lib/fulfillment_inbound_api_model/spec/models/error_list_spec.rb +8 -10
  991. data/lib/fulfillment_inbound_api_model/spec/models/error_reason_spec.rb +8 -10
  992. data/lib/fulfillment_inbound_api_model/spec/models/error_spec.rb +8 -11
  993. data/lib/fulfillment_inbound_api_model/spec/models/estimate_transport_response_spec.rb +8 -11
  994. data/lib/fulfillment_inbound_api_model/spec/models/get_bill_of_lading_response_spec.rb +8 -11
  995. data/lib/fulfillment_inbound_api_model/spec/models/get_inbound_guidance_response_spec.rb +8 -11
  996. data/lib/fulfillment_inbound_api_model/spec/models/get_inbound_guidance_result_spec.rb +8 -11
  997. data/lib/fulfillment_inbound_api_model/spec/models/get_labels_response_spec.rb +8 -11
  998. data/lib/fulfillment_inbound_api_model/spec/models/get_preorder_info_response_spec.rb +8 -11
  999. data/lib/fulfillment_inbound_api_model/spec/models/get_preorder_info_result_spec.rb +8 -11
  1000. data/lib/fulfillment_inbound_api_model/spec/models/get_prep_instructions_response_spec.rb +8 -11
  1001. data/lib/fulfillment_inbound_api_model/spec/models/get_prep_instructions_result_spec.rb +8 -11
  1002. data/lib/fulfillment_inbound_api_model/spec/models/get_shipment_items_response_spec.rb +8 -11
  1003. data/lib/fulfillment_inbound_api_model/spec/models/get_shipment_items_result_spec.rb +8 -11
  1004. data/lib/fulfillment_inbound_api_model/spec/models/get_shipments_response_spec.rb +8 -11
  1005. data/lib/fulfillment_inbound_api_model/spec/models/get_shipments_result_spec.rb +8 -11
  1006. data/lib/fulfillment_inbound_api_model/spec/models/get_transport_details_response_spec.rb +8 -11
  1007. data/lib/fulfillment_inbound_api_model/spec/models/get_transport_details_result_spec.rb +8 -11
  1008. data/lib/fulfillment_inbound_api_model/spec/models/guidance_reason_list_spec.rb +8 -10
  1009. data/lib/fulfillment_inbound_api_model/spec/models/guidance_reason_spec.rb +8 -10
  1010. data/lib/fulfillment_inbound_api_model/spec/models/inbound_guidance_spec.rb +8 -10
  1011. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_header_spec.rb +8 -11
  1012. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_info_spec.rb +8 -11
  1013. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_item_list_spec.rb +8 -10
  1014. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_item_spec.rb +8 -11
  1015. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_list_spec.rb +8 -10
  1016. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_plan_item_list_spec.rb +8 -10
  1017. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_plan_item_spec.rb +8 -11
  1018. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_plan_list_spec.rb +8 -10
  1019. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_plan_request_item_list_spec.rb +8 -10
  1020. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_plan_request_item_spec.rb +8 -11
  1021. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_plan_spec.rb +8 -11
  1022. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_request_spec.rb +8 -11
  1023. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_response_spec.rb +8 -11
  1024. data/lib/fulfillment_inbound_api_model/spec/models/inbound_shipment_result_spec.rb +8 -11
  1025. data/lib/fulfillment_inbound_api_model/spec/models/intended_box_contents_source_spec.rb +8 -10
  1026. data/lib/fulfillment_inbound_api_model/spec/models/invalid_asin_list_spec.rb +8 -10
  1027. data/lib/fulfillment_inbound_api_model/spec/models/invalid_asin_spec.rb +8 -11
  1028. data/lib/fulfillment_inbound_api_model/spec/models/invalid_sku_list_spec.rb +8 -10
  1029. data/lib/fulfillment_inbound_api_model/spec/models/invalid_sku_spec.rb +8 -11
  1030. data/lib/fulfillment_inbound_api_model/spec/models/label_download_url_spec.rb +8 -11
  1031. data/lib/fulfillment_inbound_api_model/spec/models/label_prep_preference_spec.rb +8 -10
  1032. data/lib/fulfillment_inbound_api_model/spec/models/label_prep_type_spec.rb +8 -10
  1033. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_ltl_data_input_spec.rb +8 -11
  1034. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_ltl_data_output_spec.rb +8 -11
  1035. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_small_parcel_data_input_spec.rb +8 -11
  1036. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_small_parcel_data_output_spec.rb +8 -11
  1037. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_small_parcel_package_input_list_spec.rb +8 -10
  1038. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_small_parcel_package_input_spec.rb +8 -11
  1039. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_small_parcel_package_output_list_spec.rb +8 -10
  1040. data/lib/fulfillment_inbound_api_model/spec/models/non_partnered_small_parcel_package_output_spec.rb +8 -11
  1041. data/lib/fulfillment_inbound_api_model/spec/models/package_status_spec.rb +8 -10
  1042. data/lib/fulfillment_inbound_api_model/spec/models/pallet_list_spec.rb +8 -10
  1043. data/lib/fulfillment_inbound_api_model/spec/models/pallet_spec.rb +8 -11
  1044. data/lib/fulfillment_inbound_api_model/spec/models/partnered_estimate_spec.rb +8 -11
  1045. data/lib/fulfillment_inbound_api_model/spec/models/partnered_ltl_data_input_spec.rb +8 -11
  1046. data/lib/fulfillment_inbound_api_model/spec/models/partnered_ltl_data_output_spec.rb +8 -11
  1047. data/lib/fulfillment_inbound_api_model/spec/models/partnered_small_parcel_data_input_spec.rb +8 -11
  1048. data/lib/fulfillment_inbound_api_model/spec/models/partnered_small_parcel_data_output_spec.rb +8 -11
  1049. data/lib/fulfillment_inbound_api_model/spec/models/partnered_small_parcel_package_input_list_spec.rb +8 -10
  1050. data/lib/fulfillment_inbound_api_model/spec/models/partnered_small_parcel_package_input_spec.rb +8 -11
  1051. data/lib/fulfillment_inbound_api_model/spec/models/partnered_small_parcel_package_output_list_spec.rb +8 -10
  1052. data/lib/fulfillment_inbound_api_model/spec/models/partnered_small_parcel_package_output_spec.rb +8 -11
  1053. data/lib/fulfillment_inbound_api_model/spec/models/prep_details_list_spec.rb +8 -10
  1054. data/lib/fulfillment_inbound_api_model/spec/models/prep_details_spec.rb +8 -11
  1055. data/lib/fulfillment_inbound_api_model/spec/models/prep_guidance_spec.rb +8 -10
  1056. data/lib/fulfillment_inbound_api_model/spec/models/prep_instruction_list_spec.rb +8 -10
  1057. data/lib/fulfillment_inbound_api_model/spec/models/prep_instruction_spec.rb +8 -10
  1058. data/lib/fulfillment_inbound_api_model/spec/models/prep_owner_spec.rb +8 -10
  1059. data/lib/fulfillment_inbound_api_model/spec/models/pro_number_spec.rb +8 -10
  1060. data/lib/fulfillment_inbound_api_model/spec/models/put_transport_details_request_spec.rb +8 -11
  1061. data/lib/fulfillment_inbound_api_model/spec/models/put_transport_details_response_spec.rb +8 -11
  1062. data/lib/fulfillment_inbound_api_model/spec/models/quantity_spec.rb +8 -10
  1063. data/lib/fulfillment_inbound_api_model/spec/models/seller_freight_class_spec.rb +8 -10
  1064. data/lib/fulfillment_inbound_api_model/spec/models/shipment_status_spec.rb +8 -10
  1065. data/lib/fulfillment_inbound_api_model/spec/models/shipment_type_spec.rb +8 -10
  1066. data/lib/fulfillment_inbound_api_model/spec/models/sku_inbound_guidance_list_spec.rb +8 -10
  1067. data/lib/fulfillment_inbound_api_model/spec/models/sku_inbound_guidance_spec.rb +8 -11
  1068. data/lib/fulfillment_inbound_api_model/spec/models/sku_prep_instructions_list_spec.rb +8 -10
  1069. data/lib/fulfillment_inbound_api_model/spec/models/sku_prep_instructions_spec.rb +8 -11
  1070. data/lib/fulfillment_inbound_api_model/spec/models/time_stamp_string_type_spec.rb +8 -10
  1071. data/lib/fulfillment_inbound_api_model/spec/models/tracking_id_spec.rb +8 -10
  1072. data/lib/fulfillment_inbound_api_model/spec/models/transport_content_spec.rb +8 -11
  1073. data/lib/fulfillment_inbound_api_model/spec/models/transport_detail_input_spec.rb +8 -11
  1074. data/lib/fulfillment_inbound_api_model/spec/models/transport_detail_output_spec.rb +8 -11
  1075. data/lib/fulfillment_inbound_api_model/spec/models/transport_header_spec.rb +8 -11
  1076. data/lib/fulfillment_inbound_api_model/spec/models/transport_result_spec.rb +8 -11
  1077. data/lib/fulfillment_inbound_api_model/spec/models/transport_status_spec.rb +8 -10
  1078. data/lib/fulfillment_inbound_api_model/spec/models/unit_of_measurement_spec.rb +8 -10
  1079. data/lib/fulfillment_inbound_api_model/spec/models/unit_of_weight_spec.rb +8 -10
  1080. data/lib/fulfillment_inbound_api_model/spec/models/unsigned_int_type_spec.rb +8 -10
  1081. data/lib/fulfillment_inbound_api_model/spec/models/void_transport_response_spec.rb +8 -11
  1082. data/lib/fulfillment_inbound_api_model/spec/models/weight_spec.rb +8 -11
  1083. data/lib/fulfillment_inbound_api_model/spec/spec_helper.rb +59 -63
  1084. data/lib/fulfillment_inbound_api_model/version.rb +9 -11
  1085. data/lib/fulfillment_inbound_api_model.rb +8 -10
  1086. data/lib/fulfillment_outbound_api_model/Gemfile +1 -1
  1087. data/lib/fulfillment_outbound_api_model/README.md +19 -4
  1088. data/lib/fulfillment_outbound_api_model/api/fba_outbound_api.rb +291 -296
  1089. data/lib/fulfillment_outbound_api_model/api_client.rb +69 -73
  1090. data/lib/fulfillment_outbound_api_model/api_error.rb +13 -16
  1091. data/lib/fulfillment_outbound_api_model/config.json +3 -3
  1092. data/lib/fulfillment_outbound_api_model/configuration.rb +14 -19
  1093. data/lib/fulfillment_outbound_api_model/docs/Address.md +2 -2
  1094. data/lib/fulfillment_outbound_api_model/docs/FbaOutboundApi.md +60 -12
  1095. data/lib/fulfillment_outbound_api_model/docs/GetFulfillmentPreviewRequest.md +2 -2
  1096. data/lib/fulfillment_outbound_api_model/docs/PackageTrackingDetails.md +1 -1
  1097. data/lib/fulfillment_outbound_api_model/docs/SubmitFulfillmentOrderStatusUpdateRequest.md +7 -0
  1098. data/lib/fulfillment_outbound_api_model/docs/SubmitFulfillmentOrderStatusUpdateResponse.md +7 -0
  1099. data/lib/fulfillment_outbound_api_model/models/additional_location_info.rb +10 -11
  1100. data/lib/fulfillment_outbound_api_model/models/address.rb +81 -106
  1101. data/lib/fulfillment_outbound_api_model/models/cancel_fulfillment_order_response.rb +34 -41
  1102. data/lib/fulfillment_outbound_api_model/models/cod_settings.rb +53 -74
  1103. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_order_item.rb +71 -104
  1104. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_order_item_list.rb +30 -39
  1105. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_order_request.rb +100 -163
  1106. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_order_response.rb +34 -41
  1107. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_return_request.rb +36 -43
  1108. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_return_response.rb +39 -50
  1109. data/lib/fulfillment_outbound_api_model/models/create_fulfillment_return_result.rb +43 -58
  1110. data/lib/fulfillment_outbound_api_model/models/create_return_item.rb +55 -76
  1111. data/lib/fulfillment_outbound_api_model/models/create_return_item_list.rb +30 -39
  1112. data/lib/fulfillment_outbound_api_model/models/current_status.rb +10 -11
  1113. data/lib/fulfillment_outbound_api_model/models/decimal.rb +30 -39
  1114. data/lib/fulfillment_outbound_api_model/models/delivery_window.rb +42 -55
  1115. data/lib/fulfillment_outbound_api_model/models/delivery_window_list.rb +30 -39
  1116. data/lib/fulfillment_outbound_api_model/models/error.rb +45 -58
  1117. data/lib/fulfillment_outbound_api_model/models/error_list.rb +30 -39
  1118. data/lib/fulfillment_outbound_api_model/models/event_code.rb +10 -11
  1119. data/lib/fulfillment_outbound_api_model/models/feature.rb +45 -58
  1120. data/lib/fulfillment_outbound_api_model/models/feature_settings.rb +45 -55
  1121. data/lib/fulfillment_outbound_api_model/models/feature_sku.rb +51 -67
  1122. data/lib/fulfillment_outbound_api_model/models/features.rb +30 -39
  1123. data/lib/fulfillment_outbound_api_model/models/fee.rb +47 -59
  1124. data/lib/fulfillment_outbound_api_model/models/fee_list.rb +30 -39
  1125. data/lib/fulfillment_outbound_api_model/models/fulfillment_action.rb +10 -11
  1126. data/lib/fulfillment_outbound_api_model/models/fulfillment_order.rb +107 -183
  1127. data/lib/fulfillment_outbound_api_model/models/fulfillment_order_item.rb +93 -148
  1128. data/lib/fulfillment_outbound_api_model/models/fulfillment_order_item_list.rb +30 -39
  1129. data/lib/fulfillment_outbound_api_model/models/fulfillment_order_status.rb +10 -11
  1130. data/lib/fulfillment_outbound_api_model/models/fulfillment_policy.rb +10 -11
  1131. data/lib/fulfillment_outbound_api_model/models/fulfillment_preview.rb +81 -127
  1132. data/lib/fulfillment_outbound_api_model/models/fulfillment_preview_item.rb +61 -83
  1133. data/lib/fulfillment_outbound_api_model/models/fulfillment_preview_item_list.rb +30 -39
  1134. data/lib/fulfillment_outbound_api_model/models/fulfillment_preview_list.rb +30 -39
  1135. data/lib/fulfillment_outbound_api_model/models/fulfillment_preview_shipment.rb +58 -83
  1136. data/lib/fulfillment_outbound_api_model/models/fulfillment_preview_shipment_list.rb +30 -39
  1137. data/lib/fulfillment_outbound_api_model/models/fulfillment_return_item_status.rb +10 -11
  1138. data/lib/fulfillment_outbound_api_model/models/fulfillment_shipment.rb +75 -109
  1139. data/lib/fulfillment_outbound_api_model/models/fulfillment_shipment_item.rb +54 -73
  1140. data/lib/fulfillment_outbound_api_model/models/fulfillment_shipment_item_list.rb +30 -39
  1141. data/lib/fulfillment_outbound_api_model/models/fulfillment_shipment_list.rb +30 -39
  1142. data/lib/fulfillment_outbound_api_model/models/fulfillment_shipment_package.rb +49 -64
  1143. data/lib/fulfillment_outbound_api_model/models/fulfillment_shipment_package_list.rb +30 -39
  1144. data/lib/fulfillment_outbound_api_model/models/get_feature_inventory_response.rb +39 -50
  1145. data/lib/fulfillment_outbound_api_model/models/get_feature_inventory_result.rb +50 -66
  1146. data/lib/fulfillment_outbound_api_model/models/get_feature_sku_response.rb +39 -50
  1147. data/lib/fulfillment_outbound_api_model/models/get_feature_sku_result.rb +55 -74
  1148. data/lib/fulfillment_outbound_api_model/models/get_features_response.rb +39 -50
  1149. data/lib/fulfillment_outbound_api_model/models/get_features_result.rb +36 -43
  1150. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_order_response.rb +39 -50
  1151. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_order_result.rb +56 -85
  1152. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_preview_item.rb +51 -70
  1153. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_preview_item_list.rb +30 -39
  1154. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_preview_request.rb +65 -91
  1155. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_preview_response.rb +39 -50
  1156. data/lib/fulfillment_outbound_api_model/models/get_fulfillment_preview_result.rb +34 -41
  1157. data/lib/fulfillment_outbound_api_model/models/get_package_tracking_details_response.rb +39 -50
  1158. data/lib/fulfillment_outbound_api_model/models/invalid_item_reason.rb +41 -52
  1159. data/lib/fulfillment_outbound_api_model/models/invalid_item_reason_code.rb +10 -11
  1160. data/lib/fulfillment_outbound_api_model/models/invalid_return_item.rb +46 -61
  1161. data/lib/fulfillment_outbound_api_model/models/invalid_return_item_list.rb +30 -39
  1162. data/lib/fulfillment_outbound_api_model/models/list_all_fulfillment_orders_response.rb +39 -50
  1163. data/lib/fulfillment_outbound_api_model/models/list_all_fulfillment_orders_result.rb +39 -49
  1164. data/lib/fulfillment_outbound_api_model/models/list_return_reason_codes_response.rb +39 -50
  1165. data/lib/fulfillment_outbound_api_model/models/list_return_reason_codes_result.rb +34 -41
  1166. data/lib/fulfillment_outbound_api_model/models/money.rb +41 -52
  1167. data/lib/fulfillment_outbound_api_model/models/notification_email_list.rb +30 -39
  1168. data/lib/fulfillment_outbound_api_model/models/package_tracking_details.rb +90 -133
  1169. data/lib/fulfillment_outbound_api_model/models/quantity.rb +30 -39
  1170. data/lib/fulfillment_outbound_api_model/models/reason_code_details.rb +45 -58
  1171. data/lib/fulfillment_outbound_api_model/models/reason_code_details_list.rb +30 -39
  1172. data/lib/fulfillment_outbound_api_model/models/return_authorization.rb +56 -79
  1173. data/lib/fulfillment_outbound_api_model/models/return_authorization_list.rb +30 -39
  1174. data/lib/fulfillment_outbound_api_model/models/return_item.rb +82 -123
  1175. data/lib/fulfillment_outbound_api_model/models/return_item_disposition.rb +10 -11
  1176. data/lib/fulfillment_outbound_api_model/models/return_item_list.rb +30 -39
  1177. data/lib/fulfillment_outbound_api_model/models/scheduled_delivery_info.rb +41 -52
  1178. data/lib/fulfillment_outbound_api_model/models/shipping_speed_category.rb +10 -11
  1179. data/lib/fulfillment_outbound_api_model/models/shipping_speed_category_list.rb +30 -39
  1180. data/lib/fulfillment_outbound_api_model/models/string_list.rb +30 -39
  1181. data/lib/fulfillment_outbound_api_model/models/submit_fulfillment_order_status_update_request.rb +200 -0
  1182. data/lib/fulfillment_outbound_api_model/models/submit_fulfillment_order_status_update_response.rb +200 -0
  1183. data/lib/fulfillment_outbound_api_model/models/timestamp.rb +30 -39
  1184. data/lib/fulfillment_outbound_api_model/models/tracking_address.rb +46 -61
  1185. data/lib/fulfillment_outbound_api_model/models/tracking_event.rb +52 -75
  1186. data/lib/fulfillment_outbound_api_model/models/tracking_event_list.rb +30 -39
  1187. data/lib/fulfillment_outbound_api_model/models/unfulfillable_preview_item.rb +51 -70
  1188. data/lib/fulfillment_outbound_api_model/models/unfulfillable_preview_item_list.rb +30 -39
  1189. data/lib/fulfillment_outbound_api_model/models/update_fulfillment_order_item.rb +74 -107
  1190. data/lib/fulfillment_outbound_api_model/models/update_fulfillment_order_item_list.rb +30 -39
  1191. data/lib/fulfillment_outbound_api_model/models/update_fulfillment_order_request.rb +81 -121
  1192. data/lib/fulfillment_outbound_api_model/models/update_fulfillment_order_response.rb +34 -41
  1193. data/lib/fulfillment_outbound_api_model/models/weight.rb +47 -59
  1194. data/lib/fulfillment_outbound_api_model/spec/api/fba_outbound_api_spec.rb +36 -27
  1195. data/lib/fulfillment_outbound_api_model/spec/api_client_spec.rb +15 -17
  1196. data/lib/fulfillment_outbound_api_model/spec/base_object_spec.rb +28 -29
  1197. data/lib/fulfillment_outbound_api_model/spec/configuration_spec.rb +8 -10
  1198. data/lib/fulfillment_outbound_api_model/spec/models/additional_location_info_spec.rb +8 -10
  1199. data/lib/fulfillment_outbound_api_model/spec/models/address_spec.rb +8 -11
  1200. data/lib/fulfillment_outbound_api_model/spec/models/cancel_fulfillment_order_response_spec.rb +8 -11
  1201. data/lib/fulfillment_outbound_api_model/spec/models/cod_settings_spec.rb +8 -11
  1202. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_order_item_list_spec.rb +8 -10
  1203. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_order_item_spec.rb +8 -11
  1204. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_order_request_spec.rb +8 -11
  1205. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_order_response_spec.rb +8 -11
  1206. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_return_request_spec.rb +8 -11
  1207. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_return_response_spec.rb +8 -11
  1208. data/lib/fulfillment_outbound_api_model/spec/models/create_fulfillment_return_result_spec.rb +8 -11
  1209. data/lib/fulfillment_outbound_api_model/spec/models/create_return_item_list_spec.rb +8 -10
  1210. data/lib/fulfillment_outbound_api_model/spec/models/create_return_item_spec.rb +8 -11
  1211. data/lib/fulfillment_outbound_api_model/spec/models/current_status_spec.rb +8 -10
  1212. data/lib/fulfillment_outbound_api_model/spec/models/decimal_spec.rb +8 -10
  1213. data/lib/fulfillment_outbound_api_model/spec/models/delivery_window_list_spec.rb +8 -10
  1214. data/lib/fulfillment_outbound_api_model/spec/models/delivery_window_spec.rb +8 -11
  1215. data/lib/fulfillment_outbound_api_model/spec/models/error_list_spec.rb +8 -10
  1216. data/lib/fulfillment_outbound_api_model/spec/models/error_spec.rb +8 -11
  1217. data/lib/fulfillment_outbound_api_model/spec/models/event_code_spec.rb +8 -10
  1218. data/lib/fulfillment_outbound_api_model/spec/models/feature_settings_spec.rb +8 -11
  1219. data/lib/fulfillment_outbound_api_model/spec/models/feature_sku_spec.rb +8 -11
  1220. data/lib/fulfillment_outbound_api_model/spec/models/feature_spec.rb +8 -11
  1221. data/lib/fulfillment_outbound_api_model/spec/models/features_spec.rb +8 -10
  1222. data/lib/fulfillment_outbound_api_model/spec/models/fee_list_spec.rb +8 -10
  1223. data/lib/fulfillment_outbound_api_model/spec/models/fee_spec.rb +8 -11
  1224. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_action_spec.rb +8 -10
  1225. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_order_item_list_spec.rb +8 -10
  1226. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_order_item_spec.rb +8 -11
  1227. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_order_spec.rb +8 -11
  1228. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_order_status_spec.rb +8 -10
  1229. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_policy_spec.rb +8 -10
  1230. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_preview_item_list_spec.rb +8 -10
  1231. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_preview_item_spec.rb +8 -11
  1232. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_preview_list_spec.rb +8 -10
  1233. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_preview_shipment_list_spec.rb +8 -10
  1234. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_preview_shipment_spec.rb +8 -11
  1235. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_preview_spec.rb +8 -11
  1236. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_return_item_status_spec.rb +8 -10
  1237. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_shipment_item_list_spec.rb +8 -10
  1238. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_shipment_item_spec.rb +8 -11
  1239. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_shipment_list_spec.rb +8 -10
  1240. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_shipment_package_list_spec.rb +8 -10
  1241. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_shipment_package_spec.rb +8 -11
  1242. data/lib/fulfillment_outbound_api_model/spec/models/fulfillment_shipment_spec.rb +8 -11
  1243. data/lib/fulfillment_outbound_api_model/spec/models/get_feature_inventory_response_spec.rb +8 -11
  1244. data/lib/fulfillment_outbound_api_model/spec/models/get_feature_inventory_result_spec.rb +8 -11
  1245. data/lib/fulfillment_outbound_api_model/spec/models/get_feature_sku_response_spec.rb +8 -11
  1246. data/lib/fulfillment_outbound_api_model/spec/models/get_feature_sku_result_spec.rb +8 -11
  1247. data/lib/fulfillment_outbound_api_model/spec/models/get_features_response_spec.rb +8 -11
  1248. data/lib/fulfillment_outbound_api_model/spec/models/get_features_result_spec.rb +8 -11
  1249. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_order_response_spec.rb +8 -11
  1250. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_order_result_spec.rb +8 -11
  1251. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_preview_item_list_spec.rb +8 -10
  1252. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_preview_item_spec.rb +8 -11
  1253. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_preview_request_spec.rb +8 -11
  1254. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_preview_response_spec.rb +8 -11
  1255. data/lib/fulfillment_outbound_api_model/spec/models/get_fulfillment_preview_result_spec.rb +8 -11
  1256. data/lib/fulfillment_outbound_api_model/spec/models/get_package_tracking_details_response_spec.rb +8 -11
  1257. data/lib/fulfillment_outbound_api_model/spec/models/invalid_item_reason_code_spec.rb +8 -10
  1258. data/lib/fulfillment_outbound_api_model/spec/models/invalid_item_reason_spec.rb +8 -11
  1259. data/lib/fulfillment_outbound_api_model/spec/models/invalid_return_item_list_spec.rb +8 -10
  1260. data/lib/fulfillment_outbound_api_model/spec/models/invalid_return_item_spec.rb +8 -11
  1261. data/lib/fulfillment_outbound_api_model/spec/models/list_all_fulfillment_orders_response_spec.rb +8 -11
  1262. data/lib/fulfillment_outbound_api_model/spec/models/list_all_fulfillment_orders_result_spec.rb +8 -11
  1263. data/lib/fulfillment_outbound_api_model/spec/models/list_return_reason_codes_response_spec.rb +8 -11
  1264. data/lib/fulfillment_outbound_api_model/spec/models/list_return_reason_codes_result_spec.rb +8 -11
  1265. data/lib/fulfillment_outbound_api_model/spec/models/money_spec.rb +8 -11
  1266. data/lib/fulfillment_outbound_api_model/spec/models/notification_email_list_spec.rb +8 -10
  1267. data/lib/fulfillment_outbound_api_model/spec/models/package_tracking_details_spec.rb +8 -11
  1268. data/lib/fulfillment_outbound_api_model/spec/models/quantity_spec.rb +8 -10
  1269. data/lib/fulfillment_outbound_api_model/spec/models/reason_code_details_list_spec.rb +8 -10
  1270. data/lib/fulfillment_outbound_api_model/spec/models/reason_code_details_spec.rb +8 -11
  1271. data/lib/fulfillment_outbound_api_model/spec/models/return_authorization_list_spec.rb +8 -10
  1272. data/lib/fulfillment_outbound_api_model/spec/models/return_authorization_spec.rb +8 -11
  1273. data/lib/fulfillment_outbound_api_model/spec/models/return_item_disposition_spec.rb +8 -10
  1274. data/lib/fulfillment_outbound_api_model/spec/models/return_item_list_spec.rb +8 -10
  1275. data/lib/fulfillment_outbound_api_model/spec/models/return_item_spec.rb +8 -11
  1276. data/lib/fulfillment_outbound_api_model/spec/models/scheduled_delivery_info_spec.rb +8 -11
  1277. data/lib/fulfillment_outbound_api_model/spec/models/shipping_speed_category_list_spec.rb +8 -10
  1278. data/lib/fulfillment_outbound_api_model/spec/models/shipping_speed_category_spec.rb +8 -10
  1279. data/lib/fulfillment_outbound_api_model/spec/models/string_list_spec.rb +8 -10
  1280. data/lib/fulfillment_outbound_api_model/spec/models/submit_fulfillment_order_status_update_request_spec.rb +37 -0
  1281. data/lib/fulfillment_outbound_api_model/spec/models/submit_fulfillment_order_status_update_response_spec.rb +37 -0
  1282. data/lib/fulfillment_outbound_api_model/spec/models/timestamp_spec.rb +8 -10
  1283. data/lib/fulfillment_outbound_api_model/spec/models/tracking_address_spec.rb +8 -11
  1284. data/lib/fulfillment_outbound_api_model/spec/models/tracking_event_list_spec.rb +8 -10
  1285. data/lib/fulfillment_outbound_api_model/spec/models/tracking_event_spec.rb +8 -11
  1286. data/lib/fulfillment_outbound_api_model/spec/models/unfulfillable_preview_item_list_spec.rb +8 -10
  1287. data/lib/fulfillment_outbound_api_model/spec/models/unfulfillable_preview_item_spec.rb +8 -11
  1288. data/lib/fulfillment_outbound_api_model/spec/models/update_fulfillment_order_item_list_spec.rb +8 -10
  1289. data/lib/fulfillment_outbound_api_model/spec/models/update_fulfillment_order_item_spec.rb +8 -11
  1290. data/lib/fulfillment_outbound_api_model/spec/models/update_fulfillment_order_request_spec.rb +8 -11
  1291. data/lib/fulfillment_outbound_api_model/spec/models/update_fulfillment_order_response_spec.rb +8 -11
  1292. data/lib/fulfillment_outbound_api_model/spec/models/weight_spec.rb +8 -11
  1293. data/lib/fulfillment_outbound_api_model/spec/spec_helper.rb +59 -63
  1294. data/lib/fulfillment_outbound_api_model/version.rb +9 -11
  1295. data/lib/fulfillment_outbound_api_model.rb +10 -10
  1296. data/lib/listings_items_api_model/Gemfile +1 -1
  1297. data/lib/listings_items_api_model/README.md +4 -4
  1298. data/lib/listings_items_api_model/api/listings_api.rb +96 -136
  1299. data/lib/listings_items_api_model/api_client.rb +69 -73
  1300. data/lib/listings_items_api_model/api_error.rb +13 -16
  1301. data/lib/listings_items_api_model/config.json +3 -3
  1302. data/lib/listings_items_api_model/configuration.rb +14 -19
  1303. data/lib/listings_items_api_model/docs/ListingsApi.md +4 -4
  1304. data/lib/listings_items_api_model/models/decimal.rb +30 -39
  1305. data/lib/listings_items_api_model/models/error.rb +45 -58
  1306. data/lib/listings_items_api_model/models/error_list.rb +37 -45
  1307. data/lib/listings_items_api_model/models/fulfillment_availability.rb +40 -49
  1308. data/lib/listings_items_api_model/models/issue.rb +57 -76
  1309. data/lib/listings_items_api_model/models/item.rb +62 -89
  1310. data/lib/listings_items_api_model/models/item_attributes.rb +30 -39
  1311. data/lib/listings_items_api_model/models/item_image.rb +46 -61
  1312. data/lib/listings_items_api_model/models/item_issues.rb +30 -39
  1313. data/lib/listings_items_api_model/models/item_offer_by_marketplace.rb +57 -77
  1314. data/lib/listings_items_api_model/models/item_offers.rb +30 -39
  1315. data/lib/listings_items_api_model/models/item_procurement.rb +36 -43
  1316. data/lib/listings_items_api_model/models/item_summaries.rb +30 -39
  1317. data/lib/listings_items_api_model/models/item_summary_by_marketplace.rb +85 -123
  1318. data/lib/listings_items_api_model/models/listings_item_patch_request.rb +42 -54
  1319. data/lib/listings_items_api_model/models/listings_item_put_request.rb +51 -65
  1320. data/lib/listings_items_api_model/models/listings_item_submission_response.rb +57 -76
  1321. data/lib/listings_items_api_model/models/money.rb +41 -52
  1322. data/lib/listings_items_api_model/models/patch_operation.rb +52 -67
  1323. data/lib/listings_items_api_model/models/points.rb +36 -43
  1324. data/lib/listings_items_api_model/spec/api/listings_api_spec.rb +12 -15
  1325. data/lib/listings_items_api_model/spec/api_client_spec.rb +15 -17
  1326. data/lib/listings_items_api_model/spec/base_object_spec.rb +28 -29
  1327. data/lib/listings_items_api_model/spec/configuration_spec.rb +8 -10
  1328. data/lib/listings_items_api_model/spec/models/decimal_spec.rb +8 -10
  1329. data/lib/listings_items_api_model/spec/models/error_list_spec.rb +8 -11
  1330. data/lib/listings_items_api_model/spec/models/error_spec.rb +8 -11
  1331. data/lib/listings_items_api_model/spec/models/fulfillment_availability_spec.rb +8 -11
  1332. data/lib/listings_items_api_model/spec/models/issue_spec.rb +8 -11
  1333. data/lib/listings_items_api_model/spec/models/item_attributes_spec.rb +8 -10
  1334. data/lib/listings_items_api_model/spec/models/item_image_spec.rb +8 -11
  1335. data/lib/listings_items_api_model/spec/models/item_issues_spec.rb +8 -10
  1336. data/lib/listings_items_api_model/spec/models/item_offer_by_marketplace_spec.rb +8 -11
  1337. data/lib/listings_items_api_model/spec/models/item_offers_spec.rb +8 -10
  1338. data/lib/listings_items_api_model/spec/models/item_procurement_spec.rb +8 -11
  1339. data/lib/listings_items_api_model/spec/models/item_spec.rb +8 -11
  1340. data/lib/listings_items_api_model/spec/models/item_summaries_spec.rb +8 -10
  1341. data/lib/listings_items_api_model/spec/models/item_summary_by_marketplace_spec.rb +8 -11
  1342. data/lib/listings_items_api_model/spec/models/listings_item_patch_request_spec.rb +8 -11
  1343. data/lib/listings_items_api_model/spec/models/listings_item_put_request_spec.rb +8 -11
  1344. data/lib/listings_items_api_model/spec/models/listings_item_submission_response_spec.rb +8 -11
  1345. data/lib/listings_items_api_model/spec/models/money_spec.rb +8 -11
  1346. data/lib/listings_items_api_model/spec/models/patch_operation_spec.rb +8 -11
  1347. data/lib/listings_items_api_model/spec/models/points_spec.rb +8 -11
  1348. data/lib/listings_items_api_model/spec/spec_helper.rb +59 -63
  1349. data/lib/listings_items_api_model/version.rb +9 -11
  1350. data/lib/listings_items_api_model.rb +8 -10
  1351. data/lib/listings_restrictions_api_model/Gemfile +1 -1
  1352. data/lib/listings_restrictions_api_model/README.md +4 -4
  1353. data/lib/listings_restrictions_api_model/api/listings_api.rb +30 -42
  1354. data/lib/listings_restrictions_api_model/api_client.rb +69 -73
  1355. data/lib/listings_restrictions_api_model/api_error.rb +13 -16
  1356. data/lib/listings_restrictions_api_model/config.json +3 -3
  1357. data/lib/listings_restrictions_api_model/configuration.rb +14 -19
  1358. data/lib/listings_restrictions_api_model/models/error.rb +45 -58
  1359. data/lib/listings_restrictions_api_model/models/error_list.rb +30 -39
  1360. data/lib/listings_restrictions_api_model/models/link.rb +53 -69
  1361. data/lib/listings_restrictions_api_model/models/reason.rb +51 -64
  1362. data/lib/listings_restrictions_api_model/models/restriction.rb +51 -64
  1363. data/lib/listings_restrictions_api_model/models/restriction_list.rb +37 -45
  1364. data/lib/listings_restrictions_api_model/spec/api/listings_api_spec.rb +8 -11
  1365. data/lib/listings_restrictions_api_model/spec/api_client_spec.rb +15 -17
  1366. data/lib/listings_restrictions_api_model/spec/base_object_spec.rb +28 -29
  1367. data/lib/listings_restrictions_api_model/spec/configuration_spec.rb +8 -10
  1368. data/lib/listings_restrictions_api_model/spec/models/error_list_spec.rb +8 -10
  1369. data/lib/listings_restrictions_api_model/spec/models/error_spec.rb +8 -11
  1370. data/lib/listings_restrictions_api_model/spec/models/link_spec.rb +8 -11
  1371. data/lib/listings_restrictions_api_model/spec/models/reason_spec.rb +8 -11
  1372. data/lib/listings_restrictions_api_model/spec/models/restriction_list_spec.rb +8 -11
  1373. data/lib/listings_restrictions_api_model/spec/models/restriction_spec.rb +8 -11
  1374. data/lib/listings_restrictions_api_model/spec/spec_helper.rb +59 -63
  1375. data/lib/listings_restrictions_api_model/version.rb +9 -11
  1376. data/lib/listings_restrictions_api_model.rb +8 -10
  1377. data/lib/merchant_fulfillment_api_model/Gemfile +1 -1
  1378. data/lib/merchant_fulfillment_api_model/README.md +4 -4
  1379. data/lib/merchant_fulfillment_api_model/api/merchant_fulfillment_api.rb +154 -188
  1380. data/lib/merchant_fulfillment_api_model/api_client.rb +69 -73
  1381. data/lib/merchant_fulfillment_api_model/api_error.rb +13 -16
  1382. data/lib/merchant_fulfillment_api_model/config.json +3 -3
  1383. data/lib/merchant_fulfillment_api_model/configuration.rb +14 -19
  1384. data/lib/merchant_fulfillment_api_model/docs/MerchantFulfillmentApi.md +8 -8
  1385. data/lib/merchant_fulfillment_api_model/models/additional_inputs.rb +38 -47
  1386. data/lib/merchant_fulfillment_api_model/models/additional_inputs_list.rb +30 -39
  1387. data/lib/merchant_fulfillment_api_model/models/additional_seller_input.rb +67 -98
  1388. data/lib/merchant_fulfillment_api_model/models/additional_seller_inputs.rb +41 -52
  1389. data/lib/merchant_fulfillment_api_model/models/additional_seller_inputs_list.rb +30 -39
  1390. data/lib/merchant_fulfillment_api_model/models/address.rb +83 -142
  1391. data/lib/merchant_fulfillment_api_model/models/address_line1.rb +30 -39
  1392. data/lib/merchant_fulfillment_api_model/models/address_line2.rb +30 -39
  1393. data/lib/merchant_fulfillment_api_model/models/address_line3.rb +30 -39
  1394. data/lib/merchant_fulfillment_api_model/models/address_name.rb +30 -39
  1395. data/lib/merchant_fulfillment_api_model/models/amazon_order_id.rb +30 -39
  1396. data/lib/merchant_fulfillment_api_model/models/available_carrier_will_pick_up_option.rb +42 -55
  1397. data/lib/merchant_fulfillment_api_model/models/available_carrier_will_pick_up_options_list.rb +30 -39
  1398. data/lib/merchant_fulfillment_api_model/models/available_delivery_experience_option.rb +42 -55
  1399. data/lib/merchant_fulfillment_api_model/models/available_delivery_experience_options_list.rb +30 -39
  1400. data/lib/merchant_fulfillment_api_model/models/available_format_options_for_label.rb +30 -39
  1401. data/lib/merchant_fulfillment_api_model/models/available_format_options_for_label_list.rb +30 -39
  1402. data/lib/merchant_fulfillment_api_model/models/available_shipping_service_options.rb +42 -55
  1403. data/lib/merchant_fulfillment_api_model/models/cancel_shipment_response.rb +39 -50
  1404. data/lib/merchant_fulfillment_api_model/models/carrier_will_pick_up_option.rb +10 -11
  1405. data/lib/merchant_fulfillment_api_model/models/city.rb +30 -39
  1406. data/lib/merchant_fulfillment_api_model/models/constraint.rb +40 -49
  1407. data/lib/merchant_fulfillment_api_model/models/constraints.rb +30 -39
  1408. data/lib/merchant_fulfillment_api_model/models/country_code.rb +30 -39
  1409. data/lib/merchant_fulfillment_api_model/models/create_shipment_request.rb +58 -85
  1410. data/lib/merchant_fulfillment_api_model/models/create_shipment_response.rb +39 -50
  1411. data/lib/merchant_fulfillment_api_model/models/currency_amount.rb +41 -52
  1412. data/lib/merchant_fulfillment_api_model/models/custom_text_for_label.rb +30 -39
  1413. data/lib/merchant_fulfillment_api_model/models/delivery_experience_option.rb +10 -11
  1414. data/lib/merchant_fulfillment_api_model/models/delivery_experience_type.rb +10 -11
  1415. data/lib/merchant_fulfillment_api_model/models/district_or_county.rb +30 -39
  1416. data/lib/merchant_fulfillment_api_model/models/email_address.rb +30 -39
  1417. data/lib/merchant_fulfillment_api_model/models/error.rb +45 -58
  1418. data/lib/merchant_fulfillment_api_model/models/error_list.rb +30 -39
  1419. data/lib/merchant_fulfillment_api_model/models/file_contents.rb +46 -61
  1420. data/lib/merchant_fulfillment_api_model/models/file_type.rb +10 -11
  1421. data/lib/merchant_fulfillment_api_model/models/get_additional_seller_inputs_request.rb +47 -66
  1422. data/lib/merchant_fulfillment_api_model/models/get_additional_seller_inputs_response.rb +39 -50
  1423. data/lib/merchant_fulfillment_api_model/models/get_additional_seller_inputs_result.rb +39 -50
  1424. data/lib/merchant_fulfillment_api_model/models/get_eligible_shipment_services_request.rb +41 -52
  1425. data/lib/merchant_fulfillment_api_model/models/get_eligible_shipment_services_response.rb +39 -50
  1426. data/lib/merchant_fulfillment_api_model/models/get_eligible_shipment_services_result.rb +49 -68
  1427. data/lib/merchant_fulfillment_api_model/models/get_shipment_response.rb +39 -50
  1428. data/lib/merchant_fulfillment_api_model/models/hazmat_type.rb +10 -11
  1429. data/lib/merchant_fulfillment_api_model/models/input_target_type.rb +10 -11
  1430. data/lib/merchant_fulfillment_api_model/models/item.rb +58 -87
  1431. data/lib/merchant_fulfillment_api_model/models/item_description.rb +30 -39
  1432. data/lib/merchant_fulfillment_api_model/models/item_level_fields.rb +41 -52
  1433. data/lib/merchant_fulfillment_api_model/models/item_level_fields_list.rb +30 -39
  1434. data/lib/merchant_fulfillment_api_model/models/item_list.rb +30 -39
  1435. data/lib/merchant_fulfillment_api_model/models/item_quantity.rb +30 -39
  1436. data/lib/merchant_fulfillment_api_model/models/label.rb +54 -79
  1437. data/lib/merchant_fulfillment_api_model/models/label_customization.rb +39 -50
  1438. data/lib/merchant_fulfillment_api_model/models/label_dimension.rb +30 -39
  1439. data/lib/merchant_fulfillment_api_model/models/label_dimensions.rb +47 -66
  1440. data/lib/merchant_fulfillment_api_model/models/label_format.rb +10 -11
  1441. data/lib/merchant_fulfillment_api_model/models/label_format_list.rb +30 -39
  1442. data/lib/merchant_fulfillment_api_model/models/label_format_option.rb +38 -47
  1443. data/lib/merchant_fulfillment_api_model/models/label_format_option_request.rb +34 -41
  1444. data/lib/merchant_fulfillment_api_model/models/length.rb +38 -47
  1445. data/lib/merchant_fulfillment_api_model/models/order_item_id.rb +30 -39
  1446. data/lib/merchant_fulfillment_api_model/models/package_dimension.rb +30 -39
  1447. data/lib/merchant_fulfillment_api_model/models/package_dimensions.rb +51 -74
  1448. data/lib/merchant_fulfillment_api_model/models/phone_number.rb +30 -39
  1449. data/lib/merchant_fulfillment_api_model/models/postal_code.rb +30 -39
  1450. data/lib/merchant_fulfillment_api_model/models/predefined_package_dimensions.rb +10 -11
  1451. data/lib/merchant_fulfillment_api_model/models/rejected_shipping_service.rb +55 -76
  1452. data/lib/merchant_fulfillment_api_model/models/rejected_shipping_service_list.rb +30 -39
  1453. data/lib/merchant_fulfillment_api_model/models/restricted_set_values.rb +30 -39
  1454. data/lib/merchant_fulfillment_api_model/models/seller_input_definition.rb +65 -98
  1455. data/lib/merchant_fulfillment_api_model/models/seller_order_id.rb +30 -39
  1456. data/lib/merchant_fulfillment_api_model/models/shipment.rb +104 -189
  1457. data/lib/merchant_fulfillment_api_model/models/shipment_id.rb +30 -39
  1458. data/lib/merchant_fulfillment_api_model/models/shipment_request_details.rb +78 -131
  1459. data/lib/merchant_fulfillment_api_model/models/shipment_status.rb +10 -11
  1460. data/lib/merchant_fulfillment_api_model/models/shipping_offering_filter.rb +47 -62
  1461. data/lib/merchant_fulfillment_api_model/models/shipping_service.rb +93 -154
  1462. data/lib/merchant_fulfillment_api_model/models/shipping_service_identifier.rb +30 -39
  1463. data/lib/merchant_fulfillment_api_model/models/shipping_service_list.rb +30 -39
  1464. data/lib/merchant_fulfillment_api_model/models/shipping_service_options.rb +54 -77
  1465. data/lib/merchant_fulfillment_api_model/models/standard_id_for_label.rb +10 -11
  1466. data/lib/merchant_fulfillment_api_model/models/state_or_province_code.rb +30 -39
  1467. data/lib/merchant_fulfillment_api_model/models/temporarily_unavailable_carrier.rb +36 -43
  1468. data/lib/merchant_fulfillment_api_model/models/temporarily_unavailable_carrier_list.rb +30 -39
  1469. data/lib/merchant_fulfillment_api_model/models/terms_and_conditions_not_accepted_carrier.rb +36 -43
  1470. data/lib/merchant_fulfillment_api_model/models/terms_and_conditions_not_accepted_carrier_list.rb +30 -39
  1471. data/lib/merchant_fulfillment_api_model/models/timestamp.rb +30 -39
  1472. data/lib/merchant_fulfillment_api_model/models/tracking_id.rb +30 -39
  1473. data/lib/merchant_fulfillment_api_model/models/transparency_code.rb +30 -39
  1474. data/lib/merchant_fulfillment_api_model/models/transparency_code_list.rb +30 -39
  1475. data/lib/merchant_fulfillment_api_model/models/unit_of_length.rb +10 -11
  1476. data/lib/merchant_fulfillment_api_model/models/unit_of_weight.rb +10 -11
  1477. data/lib/merchant_fulfillment_api_model/models/weight.rb +42 -55
  1478. data/lib/merchant_fulfillment_api_model/models/weight_value.rb +30 -39
  1479. data/lib/merchant_fulfillment_api_model/spec/api/merchant_fulfillment_api_spec.rb +21 -24
  1480. data/lib/merchant_fulfillment_api_model/spec/api_client_spec.rb +15 -17
  1481. data/lib/merchant_fulfillment_api_model/spec/base_object_spec.rb +28 -29
  1482. data/lib/merchant_fulfillment_api_model/spec/configuration_spec.rb +8 -10
  1483. data/lib/merchant_fulfillment_api_model/spec/models/additional_inputs_list_spec.rb +8 -10
  1484. data/lib/merchant_fulfillment_api_model/spec/models/additional_inputs_spec.rb +8 -11
  1485. data/lib/merchant_fulfillment_api_model/spec/models/additional_seller_input_spec.rb +8 -11
  1486. data/lib/merchant_fulfillment_api_model/spec/models/additional_seller_inputs_list_spec.rb +8 -10
  1487. data/lib/merchant_fulfillment_api_model/spec/models/additional_seller_inputs_spec.rb +8 -11
  1488. data/lib/merchant_fulfillment_api_model/spec/models/address_line1_spec.rb +8 -10
  1489. data/lib/merchant_fulfillment_api_model/spec/models/address_line2_spec.rb +8 -10
  1490. data/lib/merchant_fulfillment_api_model/spec/models/address_line3_spec.rb +8 -10
  1491. data/lib/merchant_fulfillment_api_model/spec/models/address_name_spec.rb +8 -10
  1492. data/lib/merchant_fulfillment_api_model/spec/models/address_spec.rb +8 -11
  1493. data/lib/merchant_fulfillment_api_model/spec/models/amazon_order_id_spec.rb +8 -10
  1494. data/lib/merchant_fulfillment_api_model/spec/models/available_carrier_will_pick_up_option_spec.rb +8 -11
  1495. data/lib/merchant_fulfillment_api_model/spec/models/available_carrier_will_pick_up_options_list_spec.rb +8 -10
  1496. data/lib/merchant_fulfillment_api_model/spec/models/available_delivery_experience_option_spec.rb +8 -11
  1497. data/lib/merchant_fulfillment_api_model/spec/models/available_delivery_experience_options_list_spec.rb +8 -10
  1498. data/lib/merchant_fulfillment_api_model/spec/models/available_format_options_for_label_list_spec.rb +8 -10
  1499. data/lib/merchant_fulfillment_api_model/spec/models/available_format_options_for_label_spec.rb +8 -10
  1500. data/lib/merchant_fulfillment_api_model/spec/models/available_shipping_service_options_spec.rb +8 -11
  1501. data/lib/merchant_fulfillment_api_model/spec/models/cancel_shipment_response_spec.rb +8 -11
  1502. data/lib/merchant_fulfillment_api_model/spec/models/carrier_will_pick_up_option_spec.rb +8 -10
  1503. data/lib/merchant_fulfillment_api_model/spec/models/city_spec.rb +8 -10
  1504. data/lib/merchant_fulfillment_api_model/spec/models/constraint_spec.rb +8 -11
  1505. data/lib/merchant_fulfillment_api_model/spec/models/constraints_spec.rb +8 -10
  1506. data/lib/merchant_fulfillment_api_model/spec/models/country_code_spec.rb +8 -10
  1507. data/lib/merchant_fulfillment_api_model/spec/models/create_shipment_request_spec.rb +8 -11
  1508. data/lib/merchant_fulfillment_api_model/spec/models/create_shipment_response_spec.rb +8 -11
  1509. data/lib/merchant_fulfillment_api_model/spec/models/currency_amount_spec.rb +8 -11
  1510. data/lib/merchant_fulfillment_api_model/spec/models/custom_text_for_label_spec.rb +8 -10
  1511. data/lib/merchant_fulfillment_api_model/spec/models/delivery_experience_option_spec.rb +8 -10
  1512. data/lib/merchant_fulfillment_api_model/spec/models/delivery_experience_type_spec.rb +8 -10
  1513. data/lib/merchant_fulfillment_api_model/spec/models/district_or_county_spec.rb +8 -10
  1514. data/lib/merchant_fulfillment_api_model/spec/models/email_address_spec.rb +8 -10
  1515. data/lib/merchant_fulfillment_api_model/spec/models/error_list_spec.rb +8 -10
  1516. data/lib/merchant_fulfillment_api_model/spec/models/error_spec.rb +8 -11
  1517. data/lib/merchant_fulfillment_api_model/spec/models/file_contents_spec.rb +8 -11
  1518. data/lib/merchant_fulfillment_api_model/spec/models/file_type_spec.rb +8 -10
  1519. data/lib/merchant_fulfillment_api_model/spec/models/get_additional_seller_inputs_request_spec.rb +8 -11
  1520. data/lib/merchant_fulfillment_api_model/spec/models/get_additional_seller_inputs_response_spec.rb +8 -11
  1521. data/lib/merchant_fulfillment_api_model/spec/models/get_additional_seller_inputs_result_spec.rb +8 -11
  1522. data/lib/merchant_fulfillment_api_model/spec/models/get_eligible_shipment_services_request_spec.rb +8 -11
  1523. data/lib/merchant_fulfillment_api_model/spec/models/get_eligible_shipment_services_response_spec.rb +8 -11
  1524. data/lib/merchant_fulfillment_api_model/spec/models/get_eligible_shipment_services_result_spec.rb +8 -11
  1525. data/lib/merchant_fulfillment_api_model/spec/models/get_shipment_response_spec.rb +8 -11
  1526. data/lib/merchant_fulfillment_api_model/spec/models/hazmat_type_spec.rb +8 -10
  1527. data/lib/merchant_fulfillment_api_model/spec/models/input_target_type_spec.rb +8 -10
  1528. data/lib/merchant_fulfillment_api_model/spec/models/item_description_spec.rb +8 -10
  1529. data/lib/merchant_fulfillment_api_model/spec/models/item_level_fields_list_spec.rb +8 -10
  1530. data/lib/merchant_fulfillment_api_model/spec/models/item_level_fields_spec.rb +8 -11
  1531. data/lib/merchant_fulfillment_api_model/spec/models/item_list_spec.rb +8 -10
  1532. data/lib/merchant_fulfillment_api_model/spec/models/item_quantity_spec.rb +8 -10
  1533. data/lib/merchant_fulfillment_api_model/spec/models/item_spec.rb +8 -11
  1534. data/lib/merchant_fulfillment_api_model/spec/models/label_customization_spec.rb +8 -11
  1535. data/lib/merchant_fulfillment_api_model/spec/models/label_dimension_spec.rb +8 -10
  1536. data/lib/merchant_fulfillment_api_model/spec/models/label_dimensions_spec.rb +8 -11
  1537. data/lib/merchant_fulfillment_api_model/spec/models/label_format_list_spec.rb +8 -10
  1538. data/lib/merchant_fulfillment_api_model/spec/models/label_format_option_request_spec.rb +8 -11
  1539. data/lib/merchant_fulfillment_api_model/spec/models/label_format_option_spec.rb +8 -11
  1540. data/lib/merchant_fulfillment_api_model/spec/models/label_format_spec.rb +8 -10
  1541. data/lib/merchant_fulfillment_api_model/spec/models/label_spec.rb +8 -11
  1542. data/lib/merchant_fulfillment_api_model/spec/models/length_spec.rb +8 -11
  1543. data/lib/merchant_fulfillment_api_model/spec/models/order_item_id_spec.rb +8 -10
  1544. data/lib/merchant_fulfillment_api_model/spec/models/package_dimension_spec.rb +8 -10
  1545. data/lib/merchant_fulfillment_api_model/spec/models/package_dimensions_spec.rb +8 -11
  1546. data/lib/merchant_fulfillment_api_model/spec/models/phone_number_spec.rb +8 -10
  1547. data/lib/merchant_fulfillment_api_model/spec/models/postal_code_spec.rb +8 -10
  1548. data/lib/merchant_fulfillment_api_model/spec/models/predefined_package_dimensions_spec.rb +8 -10
  1549. data/lib/merchant_fulfillment_api_model/spec/models/rejected_shipping_service_list_spec.rb +8 -10
  1550. data/lib/merchant_fulfillment_api_model/spec/models/rejected_shipping_service_spec.rb +8 -11
  1551. data/lib/merchant_fulfillment_api_model/spec/models/restricted_set_values_spec.rb +8 -10
  1552. data/lib/merchant_fulfillment_api_model/spec/models/seller_input_definition_spec.rb +8 -11
  1553. data/lib/merchant_fulfillment_api_model/spec/models/seller_order_id_spec.rb +8 -10
  1554. data/lib/merchant_fulfillment_api_model/spec/models/shipment_id_spec.rb +8 -10
  1555. data/lib/merchant_fulfillment_api_model/spec/models/shipment_request_details_spec.rb +8 -11
  1556. data/lib/merchant_fulfillment_api_model/spec/models/shipment_spec.rb +8 -11
  1557. data/lib/merchant_fulfillment_api_model/spec/models/shipment_status_spec.rb +8 -10
  1558. data/lib/merchant_fulfillment_api_model/spec/models/shipping_offering_filter_spec.rb +8 -11
  1559. data/lib/merchant_fulfillment_api_model/spec/models/shipping_service_identifier_spec.rb +8 -10
  1560. data/lib/merchant_fulfillment_api_model/spec/models/shipping_service_list_spec.rb +8 -10
  1561. data/lib/merchant_fulfillment_api_model/spec/models/shipping_service_options_spec.rb +8 -11
  1562. data/lib/merchant_fulfillment_api_model/spec/models/shipping_service_spec.rb +8 -11
  1563. data/lib/merchant_fulfillment_api_model/spec/models/standard_id_for_label_spec.rb +8 -10
  1564. data/lib/merchant_fulfillment_api_model/spec/models/state_or_province_code_spec.rb +8 -10
  1565. data/lib/merchant_fulfillment_api_model/spec/models/temporarily_unavailable_carrier_list_spec.rb +8 -10
  1566. data/lib/merchant_fulfillment_api_model/spec/models/temporarily_unavailable_carrier_spec.rb +8 -11
  1567. data/lib/merchant_fulfillment_api_model/spec/models/terms_and_conditions_not_accepted_carrier_list_spec.rb +8 -10
  1568. data/lib/merchant_fulfillment_api_model/spec/models/terms_and_conditions_not_accepted_carrier_spec.rb +8 -11
  1569. data/lib/merchant_fulfillment_api_model/spec/models/timestamp_spec.rb +8 -10
  1570. data/lib/merchant_fulfillment_api_model/spec/models/tracking_id_spec.rb +8 -10
  1571. data/lib/merchant_fulfillment_api_model/spec/models/transparency_code_list_spec.rb +8 -10
  1572. data/lib/merchant_fulfillment_api_model/spec/models/transparency_code_spec.rb +8 -10
  1573. data/lib/merchant_fulfillment_api_model/spec/models/unit_of_length_spec.rb +8 -10
  1574. data/lib/merchant_fulfillment_api_model/spec/models/unit_of_weight_spec.rb +8 -10
  1575. data/lib/merchant_fulfillment_api_model/spec/models/weight_spec.rb +8 -11
  1576. data/lib/merchant_fulfillment_api_model/spec/models/weight_value_spec.rb +8 -10
  1577. data/lib/merchant_fulfillment_api_model/spec/spec_helper.rb +59 -63
  1578. data/lib/merchant_fulfillment_api_model/version.rb +9 -11
  1579. data/lib/merchant_fulfillment_api_model.rb +8 -10
  1580. data/lib/messaging_api_model/Gemfile +1 -1
  1581. data/lib/messaging_api_model/README.md +20 -4
  1582. data/lib/messaging_api_model/api/messaging_api.rb +322 -353
  1583. data/lib/messaging_api_model/api_client.rb +69 -73
  1584. data/lib/messaging_api_model/api_error.rb +13 -16
  1585. data/lib/messaging_api_model/config.json +3 -3
  1586. data/lib/messaging_api_model/configuration.rb +14 -19
  1587. data/lib/messaging_api_model/docs/Attachment.md +1 -1
  1588. data/lib/messaging_api_model/docs/InvoiceRequest.md +7 -0
  1589. data/lib/messaging_api_model/docs/InvoiceResponse.md +7 -0
  1590. data/lib/messaging_api_model/docs/MessagingApi.md +61 -11
  1591. data/lib/messaging_api_model/models/attachment.rb +43 -54
  1592. data/lib/messaging_api_model/models/create_amazon_motors_request.rb +35 -43
  1593. data/lib/messaging_api_model/models/create_amazon_motors_response.rb +34 -41
  1594. data/lib/messaging_api_model/models/create_confirm_customization_details_request.rb +39 -49
  1595. data/lib/messaging_api_model/models/create_confirm_customization_details_response.rb +34 -41
  1596. data/lib/messaging_api_model/models/create_confirm_delivery_details_request.rb +34 -41
  1597. data/lib/messaging_api_model/models/create_confirm_delivery_details_response.rb +34 -41
  1598. data/lib/messaging_api_model/models/create_confirm_order_details_request.rb +34 -41
  1599. data/lib/messaging_api_model/models/create_confirm_order_details_response.rb +34 -41
  1600. data/lib/messaging_api_model/models/create_confirm_service_details_request.rb +34 -41
  1601. data/lib/messaging_api_model/models/create_confirm_service_details_response.rb +34 -41
  1602. data/lib/messaging_api_model/models/create_digital_access_key_request.rb +39 -49
  1603. data/lib/messaging_api_model/models/create_digital_access_key_response.rb +34 -41
  1604. data/lib/messaging_api_model/models/create_legal_disclosure_request.rb +35 -43
  1605. data/lib/messaging_api_model/models/create_legal_disclosure_response.rb +34 -41
  1606. data/lib/messaging_api_model/models/create_negative_feedback_removal_response.rb +34 -41
  1607. data/lib/messaging_api_model/models/create_unexpected_problem_request.rb +34 -41
  1608. data/lib/messaging_api_model/models/create_unexpected_problem_response.rb +34 -41
  1609. data/lib/messaging_api_model/models/create_warranty_request.rb +43 -54
  1610. data/lib/messaging_api_model/models/create_warranty_response.rb +34 -41
  1611. data/lib/messaging_api_model/models/error.rb +45 -58
  1612. data/lib/messaging_api_model/models/error_list.rb +30 -39
  1613. data/lib/messaging_api_model/models/get_attributes_response.rb +39 -50
  1614. data/lib/messaging_api_model/models/get_attributes_response_buyer.rb +34 -41
  1615. data/lib/messaging_api_model/models/get_messaging_action_response.rb +47 -66
  1616. data/lib/messaging_api_model/models/get_messaging_action_response__embedded.rb +34 -41
  1617. data/lib/messaging_api_model/models/get_messaging_action_response__links.rb +42 -55
  1618. data/lib/messaging_api_model/models/get_messaging_actions_for_order_response.rb +43 -58
  1619. data/lib/messaging_api_model/models/get_messaging_actions_for_order_response__embedded.rb +37 -45
  1620. data/lib/messaging_api_model/models/get_messaging_actions_for_order_response__links.rb +42 -54
  1621. data/lib/messaging_api_model/models/get_schema_response.rb +43 -58
  1622. data/lib/messaging_api_model/models/get_schema_response__links.rb +36 -43
  1623. data/lib/messaging_api_model/models/invoice_request.rb +202 -0
  1624. data/lib/messaging_api_model/models/invoice_response.rb +200 -0
  1625. data/lib/messaging_api_model/models/link_object.rb +40 -49
  1626. data/lib/messaging_api_model/models/messaging_action.rb +36 -43
  1627. data/lib/messaging_api_model/models/schema.rb +35 -40
  1628. data/lib/messaging_api_model/spec/api/messaging_api_spec.rb +40 -30
  1629. data/lib/messaging_api_model/spec/api_client_spec.rb +15 -17
  1630. data/lib/messaging_api_model/spec/base_object_spec.rb +28 -29
  1631. data/lib/messaging_api_model/spec/configuration_spec.rb +8 -10
  1632. data/lib/messaging_api_model/spec/models/attachment_spec.rb +8 -11
  1633. data/lib/messaging_api_model/spec/models/create_amazon_motors_request_spec.rb +8 -11
  1634. data/lib/messaging_api_model/spec/models/create_amazon_motors_response_spec.rb +8 -11
  1635. data/lib/messaging_api_model/spec/models/create_confirm_customization_details_request_spec.rb +8 -11
  1636. data/lib/messaging_api_model/spec/models/create_confirm_customization_details_response_spec.rb +8 -11
  1637. data/lib/messaging_api_model/spec/models/create_confirm_delivery_details_request_spec.rb +8 -11
  1638. data/lib/messaging_api_model/spec/models/create_confirm_delivery_details_response_spec.rb +8 -11
  1639. data/lib/messaging_api_model/spec/models/create_confirm_order_details_request_spec.rb +8 -11
  1640. data/lib/messaging_api_model/spec/models/create_confirm_order_details_response_spec.rb +8 -11
  1641. data/lib/messaging_api_model/spec/models/create_confirm_service_details_request_spec.rb +8 -11
  1642. data/lib/messaging_api_model/spec/models/create_confirm_service_details_response_spec.rb +8 -11
  1643. data/lib/messaging_api_model/spec/models/create_digital_access_key_request_spec.rb +8 -11
  1644. data/lib/messaging_api_model/spec/models/create_digital_access_key_response_spec.rb +8 -11
  1645. data/lib/messaging_api_model/spec/models/create_legal_disclosure_request_spec.rb +8 -11
  1646. data/lib/messaging_api_model/spec/models/create_legal_disclosure_response_spec.rb +8 -11
  1647. data/lib/messaging_api_model/spec/models/create_negative_feedback_removal_response_spec.rb +8 -11
  1648. data/lib/messaging_api_model/spec/models/create_unexpected_problem_request_spec.rb +8 -11
  1649. data/lib/messaging_api_model/spec/models/create_unexpected_problem_response_spec.rb +8 -11
  1650. data/lib/messaging_api_model/spec/models/create_warranty_request_spec.rb +8 -11
  1651. data/lib/messaging_api_model/spec/models/create_warranty_response_spec.rb +8 -11
  1652. data/lib/messaging_api_model/spec/models/error_list_spec.rb +8 -10
  1653. data/lib/messaging_api_model/spec/models/error_spec.rb +8 -11
  1654. data/lib/messaging_api_model/spec/models/get_attributes_response_buyer_spec.rb +8 -11
  1655. data/lib/messaging_api_model/spec/models/get_attributes_response_spec.rb +8 -11
  1656. data/lib/messaging_api_model/spec/models/get_messaging_action_response__embedded_spec.rb +8 -11
  1657. data/lib/messaging_api_model/spec/models/get_messaging_action_response__links_spec.rb +8 -11
  1658. data/lib/messaging_api_model/spec/models/get_messaging_action_response_spec.rb +8 -11
  1659. data/lib/messaging_api_model/spec/models/get_messaging_actions_for_order_response__embedded_spec.rb +8 -11
  1660. data/lib/messaging_api_model/spec/models/get_messaging_actions_for_order_response__links_spec.rb +8 -11
  1661. data/lib/messaging_api_model/spec/models/get_messaging_actions_for_order_response_spec.rb +8 -11
  1662. data/lib/messaging_api_model/spec/models/get_schema_response__links_spec.rb +8 -11
  1663. data/lib/messaging_api_model/spec/models/get_schema_response_spec.rb +8 -11
  1664. data/lib/messaging_api_model/spec/models/invoice_request_spec.rb +37 -0
  1665. data/lib/messaging_api_model/spec/models/invoice_response_spec.rb +37 -0
  1666. data/lib/messaging_api_model/spec/models/link_object_spec.rb +8 -11
  1667. data/lib/messaging_api_model/spec/models/messaging_action_spec.rb +8 -11
  1668. data/lib/messaging_api_model/spec/models/schema_spec.rb +8 -10
  1669. data/lib/messaging_api_model/spec/spec_helper.rb +59 -63
  1670. data/lib/messaging_api_model/version.rb +9 -11
  1671. data/lib/messaging_api_model.rb +10 -10
  1672. data/lib/notifications_api_model/Gemfile +1 -1
  1673. data/lib/notifications_api_model/README.md +12 -5
  1674. data/lib/notifications_api_model/api/notifications_api.rb +149 -188
  1675. data/lib/notifications_api_model/api_client.rb +69 -73
  1676. data/lib/notifications_api_model/api_error.rb +13 -16
  1677. data/lib/notifications_api_model/config.json +3 -3
  1678. data/lib/notifications_api_model/configuration.rb +14 -19
  1679. data/lib/notifications_api_model/docs/AggregationFilter.md +7 -0
  1680. data/lib/notifications_api_model/docs/AggregationSettings.md +7 -0
  1681. data/lib/notifications_api_model/docs/AggregationTimePeriod.md +6 -0
  1682. data/lib/notifications_api_model/docs/CreateSubscriptionRequest.md +1 -0
  1683. data/lib/notifications_api_model/docs/EventFilter.md +9 -0
  1684. data/lib/notifications_api_model/docs/MarketplaceFilter.md +7 -0
  1685. data/lib/notifications_api_model/docs/MarketplaceIds.md +6 -0
  1686. data/lib/notifications_api_model/docs/NotificationsApi.md +8 -8
  1687. data/lib/notifications_api_model/docs/ProcessingDirective.md +7 -0
  1688. data/lib/notifications_api_model/docs/Subscription.md +1 -0
  1689. data/lib/notifications_api_model/models/aggregation_filter.rb +200 -0
  1690. data/lib/notifications_api_model/models/aggregation_settings.rb +205 -0
  1691. data/lib/notifications_api_model/models/aggregation_time_period.rb +27 -0
  1692. data/lib/notifications_api_model/models/create_destination_request.rb +41 -52
  1693. data/lib/notifications_api_model/models/create_destination_response.rb +39 -50
  1694. data/lib/notifications_api_model/models/create_subscription_request.rb +46 -48
  1695. data/lib/notifications_api_model/models/create_subscription_response.rb +39 -50
  1696. data/lib/notifications_api_model/models/delete_destination_response.rb +34 -41
  1697. data/lib/notifications_api_model/models/delete_subscription_by_id_response.rb +34 -41
  1698. data/lib/notifications_api_model/models/destination.rb +46 -61
  1699. data/lib/notifications_api_model/models/destination_list.rb +30 -39
  1700. data/lib/notifications_api_model/models/destination_resource.rb +39 -50
  1701. data/lib/notifications_api_model/models/destination_resource_specification.rb +39 -50
  1702. data/lib/notifications_api_model/models/error.rb +45 -58
  1703. data/lib/notifications_api_model/models/error_list.rb +30 -39
  1704. data/lib/notifications_api_model/models/event_bridge_resource.rb +46 -61
  1705. data/lib/notifications_api_model/models/event_bridge_resource_specification.rb +41 -52
  1706. data/lib/notifications_api_model/models/event_filter.rb +222 -0
  1707. data/lib/notifications_api_model/models/get_destination_response.rb +39 -50
  1708. data/lib/notifications_api_model/models/get_destinations_response.rb +39 -50
  1709. data/lib/notifications_api_model/models/get_subscription_by_id_response.rb +39 -50
  1710. data/lib/notifications_api_model/models/get_subscription_response.rb +39 -50
  1711. data/lib/notifications_api_model/models/marketplace_filter.rb +200 -0
  1712. data/lib/notifications_api_model/models/marketplace_ids.rb +193 -0
  1713. data/lib/notifications_api_model/models/processing_directive.rb +200 -0
  1714. data/lib/notifications_api_model/models/sqs_resource.rb +36 -43
  1715. data/lib/notifications_api_model/models/subscription.rb +54 -62
  1716. data/lib/notifications_api_model/spec/api/notifications_api_spec.rb +18 -21
  1717. data/lib/notifications_api_model/spec/api_client_spec.rb +15 -17
  1718. data/lib/notifications_api_model/spec/base_object_spec.rb +28 -29
  1719. data/lib/notifications_api_model/spec/configuration_spec.rb +8 -10
  1720. data/lib/notifications_api_model/spec/models/aggregation_filter_spec.rb +37 -0
  1721. data/lib/notifications_api_model/spec/models/aggregation_settings_spec.rb +37 -0
  1722. data/lib/notifications_api_model/spec/models/aggregation_time_period_spec.rb +32 -0
  1723. data/lib/notifications_api_model/spec/models/create_destination_request_spec.rb +8 -11
  1724. data/lib/notifications_api_model/spec/models/create_destination_response_spec.rb +8 -11
  1725. data/lib/notifications_api_model/spec/models/create_subscription_request_spec.rb +13 -10
  1726. data/lib/notifications_api_model/spec/models/create_subscription_response_spec.rb +8 -11
  1727. data/lib/notifications_api_model/spec/models/delete_destination_response_spec.rb +8 -11
  1728. data/lib/notifications_api_model/spec/models/delete_subscription_by_id_response_spec.rb +8 -11
  1729. data/lib/notifications_api_model/spec/models/destination_list_spec.rb +8 -10
  1730. data/lib/notifications_api_model/spec/models/destination_resource_spec.rb +8 -11
  1731. data/lib/notifications_api_model/spec/models/destination_resource_specification_spec.rb +8 -11
  1732. data/lib/notifications_api_model/spec/models/destination_spec.rb +8 -11
  1733. data/lib/notifications_api_model/spec/models/error_list_spec.rb +8 -10
  1734. data/lib/notifications_api_model/spec/models/error_spec.rb +8 -11
  1735. data/lib/notifications_api_model/spec/models/event_bridge_resource_spec.rb +8 -11
  1736. data/lib/notifications_api_model/spec/models/event_bridge_resource_specification_spec.rb +8 -11
  1737. data/lib/notifications_api_model/spec/models/event_filter_spec.rb +49 -0
  1738. data/lib/notifications_api_model/spec/models/get_destination_response_spec.rb +8 -11
  1739. data/lib/notifications_api_model/spec/models/get_destinations_response_spec.rb +8 -11
  1740. data/lib/notifications_api_model/spec/models/get_subscription_by_id_response_spec.rb +8 -11
  1741. data/lib/notifications_api_model/spec/models/get_subscription_response_spec.rb +8 -11
  1742. data/lib/notifications_api_model/spec/models/marketplace_filter_spec.rb +37 -0
  1743. data/lib/notifications_api_model/spec/models/marketplace_ids_spec.rb +32 -0
  1744. data/lib/notifications_api_model/spec/models/processing_directive_spec.rb +37 -0
  1745. data/lib/notifications_api_model/spec/models/sqs_resource_spec.rb +8 -11
  1746. data/lib/notifications_api_model/spec/models/subscription_spec.rb +13 -10
  1747. data/lib/notifications_api_model/spec/spec_helper.rb +59 -63
  1748. data/lib/notifications_api_model/version.rb +9 -11
  1749. data/lib/notifications_api_model.rb +15 -10
  1750. data/lib/orders_api_model/Gemfile +1 -1
  1751. data/lib/orders_api_model/README.md +85 -9
  1752. data/lib/orders_api_model/api/approvals_api.rb +133 -0
  1753. data/lib/orders_api_model/api/orders_v0_api.rb +235 -206
  1754. data/lib/orders_api_model/api/shipment_api.rb +27 -35
  1755. data/lib/orders_api_model/api_client.rb +69 -73
  1756. data/lib/orders_api_model/api_error.rb +13 -16
  1757. data/lib/orders_api_model/config.json +3 -3
  1758. data/lib/orders_api_model/configuration.rb +14 -19
  1759. data/lib/orders_api_model/docs/ApprovalSupportDataElement.md +8 -0
  1760. data/lib/orders_api_model/docs/ApprovalSupportDataElementList.md +6 -0
  1761. data/lib/orders_api_model/docs/ApprovalsApi.md +107 -0
  1762. data/lib/orders_api_model/docs/AutomatedShippingSettings.md +1 -1
  1763. data/lib/orders_api_model/docs/BusinessHours.md +8 -0
  1764. data/lib/orders_api_model/docs/BuyerInfo.md +1 -1
  1765. data/lib/orders_api_model/docs/BuyerRequestedCancel.md +1 -1
  1766. data/lib/orders_api_model/docs/ConfirmShipmentErrorResponse.md +7 -0
  1767. data/lib/orders_api_model/docs/ConfirmShipmentOrderItem.md +9 -0
  1768. data/lib/orders_api_model/docs/ConfirmShipmentOrderItemsList.md +6 -0
  1769. data/lib/orders_api_model/docs/ConfirmShipmentRequest.md +9 -0
  1770. data/lib/orders_api_model/docs/DeliveryPreferences.md +10 -0
  1771. data/lib/orders_api_model/docs/EasyShipShipmentStatus.md +6 -0
  1772. data/lib/orders_api_model/docs/ElectronicInvoiceStatus.md +6 -0
  1773. data/lib/orders_api_model/docs/Error.md +1 -1
  1774. data/lib/orders_api_model/docs/ExceptionDates.md +9 -0
  1775. data/lib/orders_api_model/docs/GetOrderApprovalsResponse.md +8 -0
  1776. data/lib/orders_api_model/docs/ItemApproval.md +13 -0
  1777. data/lib/orders_api_model/docs/ItemApprovalAction.md +9 -0
  1778. data/lib/orders_api_model/docs/ItemApprovalActionChanges.md +9 -0
  1779. data/lib/orders_api_model/docs/ItemApprovalContext.md +9 -0
  1780. data/lib/orders_api_model/docs/ItemApprovalStatus.md +6 -0
  1781. data/lib/orders_api_model/docs/ItemApprovalType.md +6 -0
  1782. data/lib/orders_api_model/docs/ItemIdentifier.md +8 -0
  1783. data/lib/orders_api_model/docs/OpenInterval.md +8 -0
  1784. data/lib/orders_api_model/docs/OpenTimeInterval.md +8 -0
  1785. data/lib/orders_api_model/docs/Order.md +8 -4
  1786. data/lib/orders_api_model/docs/OrderAddress.md +2 -0
  1787. data/lib/orders_api_model/docs/OrderApprovalsResponse.md +8 -0
  1788. data/lib/orders_api_model/docs/OrderBuyerInfo.md +1 -1
  1789. data/lib/orders_api_model/docs/OrderItem.md +2 -0
  1790. data/lib/orders_api_model/docs/OrderItemApprovalRequest.md +8 -0
  1791. data/lib/orders_api_model/docs/OrderItemApprovals.md +10 -0
  1792. data/lib/orders_api_model/docs/OrderItemsInner.md +2 -2
  1793. data/lib/orders_api_model/docs/OrderRegulatedInfo.md +1 -1
  1794. data/lib/orders_api_model/docs/OrdersV0Api.md +68 -15
  1795. data/lib/orders_api_model/docs/OtherDeliveryAttributes.md +6 -0
  1796. data/lib/orders_api_model/docs/PackageDetail.md +14 -0
  1797. data/lib/orders_api_model/docs/PackageReferenceId.md +6 -0
  1798. data/lib/orders_api_model/docs/PreferredDeliveryTime.md +8 -0
  1799. data/lib/orders_api_model/docs/RegulatedInformationField.md +3 -3
  1800. data/lib/orders_api_model/docs/RegulatedOrderVerificationStatus.md +2 -2
  1801. data/lib/orders_api_model/docs/RejectionReason.md +1 -1
  1802. data/lib/orders_api_model/docs/ShipmentApi.md +3 -3
  1803. data/lib/orders_api_model/docs/TransparencyCode.md +6 -0
  1804. data/lib/orders_api_model/docs/TransparencyCodeList.md +6 -0
  1805. data/lib/orders_api_model/docs/UpdateItemsApprovalsErrorResponse.md +7 -0
  1806. data/lib/orders_api_model/docs/UpdateOrderApprovalsRequest.md +8 -0
  1807. data/lib/orders_api_model/docs/UpdateVerificationStatusRequestBody.md +1 -1
  1808. data/lib/orders_api_model/docs/VerificationStatus.md +6 -0
  1809. data/lib/orders_api_model/models/address.rb +91 -123
  1810. data/lib/orders_api_model/models/approval_support_data_element.rb +217 -0
  1811. data/lib/orders_api_model/models/approval_support_data_element_list.rb +193 -0
  1812. data/lib/orders_api_model/models/automated_shipping_settings.rb +43 -54
  1813. data/lib/orders_api_model/models/business_hours.rb +243 -0
  1814. data/lib/orders_api_model/models/buyer_customized_info_detail.rb +34 -41
  1815. data/lib/orders_api_model/models/buyer_info.rb +52 -67
  1816. data/lib/orders_api_model/models/buyer_requested_cancel.rb +39 -48
  1817. data/lib/orders_api_model/models/buyer_tax_info.rb +43 -55
  1818. data/lib/orders_api_model/models/buyer_tax_information.rb +46 -59
  1819. data/lib/orders_api_model/models/confirm_shipment_error_response.rb +200 -0
  1820. data/lib/orders_api_model/models/confirm_shipment_order_item.rb +224 -0
  1821. data/lib/orders_api_model/models/confirm_shipment_order_items_list.rb +193 -0
  1822. data/lib/orders_api_model/models/confirm_shipment_request.rb +254 -0
  1823. data/lib/orders_api_model/models/delivery_preferences.rb +226 -0
  1824. data/lib/orders_api_model/models/easy_ship_shipment_status.rb +41 -0
  1825. data/lib/orders_api_model/models/electronic_invoice_status.rb +30 -0
  1826. data/lib/orders_api_model/models/error.rb +46 -59
  1827. data/lib/orders_api_model/models/error_list.rb +30 -39
  1828. data/lib/orders_api_model/models/exception_dates.rb +218 -0
  1829. data/lib/orders_api_model/models/fulfillment_instruction.rb +34 -41
  1830. data/lib/orders_api_model/models/get_order_address_response.rb +39 -50
  1831. data/lib/orders_api_model/models/get_order_approvals_response.rb +205 -0
  1832. data/lib/orders_api_model/models/get_order_buyer_info_response.rb +39 -50
  1833. data/lib/orders_api_model/models/get_order_items_buyer_info_response.rb +39 -50
  1834. data/lib/orders_api_model/models/get_order_items_response.rb +39 -50
  1835. data/lib/orders_api_model/models/get_order_regulated_info_response.rb +39 -50
  1836. data/lib/orders_api_model/models/get_order_response.rb +39 -50
  1837. data/lib/orders_api_model/models/get_orders_response.rb +39 -50
  1838. data/lib/orders_api_model/models/item_approval.rb +310 -0
  1839. data/lib/orders_api_model/models/item_approval_action.rb +254 -0
  1840. data/lib/orders_api_model/models/item_approval_action_changes.rb +213 -0
  1841. data/lib/orders_api_model/models/item_approval_context.rb +218 -0
  1842. data/lib/orders_api_model/models/item_approval_status.rb +31 -0
  1843. data/lib/orders_api_model/models/item_approval_type.rb +26 -0
  1844. data/lib/orders_api_model/models/item_buyer_info.rb +51 -70
  1845. data/lib/orders_api_model/models/item_identifier.rb +249 -0
  1846. data/lib/orders_api_model/models/marketplace_id.rb +31 -40
  1847. data/lib/orders_api_model/models/marketplace_tax_info.rb +35 -43
  1848. data/lib/orders_api_model/models/money.rb +38 -47
  1849. data/lib/orders_api_model/models/open_interval.rb +205 -0
  1850. data/lib/orders_api_model/models/open_time_interval.rb +209 -0
  1851. data/lib/orders_api_model/models/order.rb +276 -367
  1852. data/lib/orders_api_model/models/order_address.rb +55 -51
  1853. data/lib/orders_api_model/models/order_approvals_response.rb +215 -0
  1854. data/lib/orders_api_model/models/order_buyer_info.rb +57 -74
  1855. data/lib/orders_api_model/models/order_item.rb +192 -286
  1856. data/lib/orders_api_model/models/order_item_approval_request.rb +216 -0
  1857. data/lib/orders_api_model/models/order_item_approvals.rb +233 -0
  1858. data/lib/orders_api_model/models/order_item_buyer_info.rb +57 -78
  1859. data/lib/orders_api_model/models/order_item_buyer_info_list.rb +30 -39
  1860. data/lib/orders_api_model/models/order_item_list.rb +30 -39
  1861. data/lib/orders_api_model/models/order_items.rb +31 -40
  1862. data/lib/orders_api_model/models/order_items_buyer_info_list.rb +45 -58
  1863. data/lib/orders_api_model/models/order_items_inner.rb +40 -49
  1864. data/lib/orders_api_model/models/order_items_list.rb +45 -58
  1865. data/lib/orders_api_model/models/order_list.rb +30 -39
  1866. data/lib/orders_api_model/models/order_regulated_info.rb +53 -74
  1867. data/lib/orders_api_model/models/orders_list.rb +48 -61
  1868. data/lib/orders_api_model/models/other_delivery_attributes.rb +28 -0
  1869. data/lib/orders_api_model/models/package_detail.rb +270 -0
  1870. data/lib/orders_api_model/models/package_reference_id.rb +189 -0
  1871. data/lib/orders_api_model/models/payment_execution_detail_item.rb +41 -52
  1872. data/lib/orders_api_model/models/payment_execution_detail_item_list.rb +30 -39
  1873. data/lib/orders_api_model/models/payment_method_detail_item_list.rb +30 -39
  1874. data/lib/orders_api_model/models/points_granted_detail.rb +38 -47
  1875. data/lib/orders_api_model/models/preferred_delivery_time.rb +212 -0
  1876. data/lib/orders_api_model/models/product_info_detail.rb +34 -41
  1877. data/lib/orders_api_model/models/promotion_id_list.rb +30 -39
  1878. data/lib/orders_api_model/models/regulated_information.rb +37 -45
  1879. data/lib/orders_api_model/models/regulated_information_field.rb +60 -80
  1880. data/lib/orders_api_model/models/regulated_order_verification_status.rb +61 -119
  1881. data/lib/orders_api_model/models/rejection_reason.rb +42 -53
  1882. data/lib/orders_api_model/models/shipment_status.rb +10 -11
  1883. data/lib/orders_api_model/models/tax_classification.rb +38 -47
  1884. data/lib/orders_api_model/models/tax_collection.rb +45 -55
  1885. data/lib/orders_api_model/models/transparency_code.rb +189 -0
  1886. data/lib/orders_api_model/models/transparency_code_list.rb +193 -0
  1887. data/lib/orders_api_model/models/update_items_approvals_error_response.rb +200 -0
  1888. data/lib/orders_api_model/models/update_order_approvals_request.rb +215 -0
  1889. data/lib/orders_api_model/models/update_shipment_status_error_response.rb +34 -41
  1890. data/lib/orders_api_model/models/update_shipment_status_request.rb +47 -64
  1891. data/lib/orders_api_model/models/update_verification_status_error_response.rb +34 -41
  1892. data/lib/orders_api_model/models/update_verification_status_request.rb +37 -44
  1893. data/lib/orders_api_model/models/update_verification_status_request_body.rb +45 -93
  1894. data/lib/orders_api_model/models/verification_status.rb +30 -0
  1895. data/lib/orders_api_model/spec/api/approvals_api_spec.rb +57 -0
  1896. data/lib/orders_api_model/spec/api/orders_v0_api_spec.rb +34 -22
  1897. data/lib/orders_api_model/spec/api/shipment_api_spec.rb +10 -13
  1898. data/lib/orders_api_model/spec/api_client_spec.rb +15 -17
  1899. data/lib/orders_api_model/spec/base_object_spec.rb +28 -29
  1900. data/lib/orders_api_model/spec/configuration_spec.rb +8 -10
  1901. data/lib/orders_api_model/spec/models/address_spec.rb +8 -11
  1902. data/lib/orders_api_model/spec/models/approval_support_data_element_list_spec.rb +32 -0
  1903. data/lib/orders_api_model/spec/models/approval_support_data_element_spec.rb +43 -0
  1904. data/lib/orders_api_model/spec/models/automated_shipping_settings_spec.rb +8 -11
  1905. data/lib/orders_api_model/spec/models/business_hours_spec.rb +47 -0
  1906. data/lib/orders_api_model/spec/models/buyer_customized_info_detail_spec.rb +8 -11
  1907. data/lib/orders_api_model/spec/models/buyer_info_spec.rb +8 -11
  1908. data/lib/orders_api_model/spec/models/buyer_requested_cancel_spec.rb +8 -11
  1909. data/lib/orders_api_model/spec/models/buyer_tax_info_spec.rb +8 -11
  1910. data/lib/orders_api_model/spec/models/buyer_tax_information_spec.rb +8 -11
  1911. data/lib/orders_api_model/spec/models/confirm_shipment_error_response_spec.rb +37 -0
  1912. data/lib/orders_api_model/spec/models/confirm_shipment_order_item_spec.rb +49 -0
  1913. data/lib/orders_api_model/spec/models/confirm_shipment_order_items_list_spec.rb +32 -0
  1914. data/lib/orders_api_model/spec/models/confirm_shipment_request_spec.rb +53 -0
  1915. data/lib/orders_api_model/spec/models/delivery_preferences_spec.rb +55 -0
  1916. data/lib/orders_api_model/spec/models/easy_ship_shipment_status_spec.rb +32 -0
  1917. data/lib/orders_api_model/spec/models/electronic_invoice_status_spec.rb +32 -0
  1918. data/lib/orders_api_model/spec/models/error_list_spec.rb +8 -10
  1919. data/lib/orders_api_model/spec/models/error_spec.rb +8 -11
  1920. data/lib/orders_api_model/spec/models/exception_dates_spec.rb +49 -0
  1921. data/lib/orders_api_model/spec/models/fulfillment_instruction_spec.rb +8 -11
  1922. data/lib/orders_api_model/spec/models/get_order_address_response_spec.rb +8 -11
  1923. data/lib/orders_api_model/spec/models/get_order_approvals_response_spec.rb +43 -0
  1924. data/lib/orders_api_model/spec/models/get_order_buyer_info_response_spec.rb +8 -11
  1925. data/lib/orders_api_model/spec/models/get_order_items_buyer_info_response_spec.rb +8 -11
  1926. data/lib/orders_api_model/spec/models/get_order_items_response_spec.rb +8 -11
  1927. data/lib/orders_api_model/spec/models/get_order_regulated_info_response_spec.rb +8 -11
  1928. data/lib/orders_api_model/spec/models/get_order_response_spec.rb +8 -11
  1929. data/lib/orders_api_model/spec/models/get_orders_response_spec.rb +8 -11
  1930. data/lib/orders_api_model/spec/models/item_approval_action_changes_spec.rb +49 -0
  1931. data/lib/orders_api_model/spec/models/item_approval_action_spec.rb +53 -0
  1932. data/lib/orders_api_model/spec/models/item_approval_context_spec.rb +49 -0
  1933. data/lib/orders_api_model/spec/models/item_approval_spec.rb +81 -0
  1934. data/lib/orders_api_model/spec/models/item_approval_status_spec.rb +32 -0
  1935. data/lib/orders_api_model/spec/models/item_approval_type_spec.rb +32 -0
  1936. data/lib/orders_api_model/spec/models/item_buyer_info_spec.rb +8 -11
  1937. data/lib/orders_api_model/spec/models/item_identifier_spec.rb +47 -0
  1938. data/lib/orders_api_model/spec/models/marketplace_id_spec.rb +8 -10
  1939. data/lib/orders_api_model/spec/models/marketplace_tax_info_spec.rb +8 -11
  1940. data/lib/orders_api_model/spec/models/money_spec.rb +8 -11
  1941. data/lib/orders_api_model/spec/models/open_interval_spec.rb +43 -0
  1942. data/lib/orders_api_model/spec/models/open_time_interval_spec.rb +43 -0
  1943. data/lib/orders_api_model/spec/models/order_address_spec.rb +19 -10
  1944. data/lib/orders_api_model/spec/models/order_approvals_response_spec.rb +43 -0
  1945. data/lib/orders_api_model/spec/models/order_buyer_info_spec.rb +8 -11
  1946. data/lib/orders_api_model/spec/models/order_item_approval_request_spec.rb +43 -0
  1947. data/lib/orders_api_model/spec/models/order_item_approvals_spec.rb +55 -0
  1948. data/lib/orders_api_model/spec/models/order_item_buyer_info_list_spec.rb +8 -10
  1949. data/lib/orders_api_model/spec/models/order_item_buyer_info_spec.rb +8 -11
  1950. data/lib/orders_api_model/spec/models/order_item_list_spec.rb +8 -10
  1951. data/lib/orders_api_model/spec/models/order_item_spec.rb +19 -10
  1952. data/lib/orders_api_model/spec/models/order_items_buyer_info_list_spec.rb +8 -11
  1953. data/lib/orders_api_model/spec/models/order_items_inner_spec.rb +8 -11
  1954. data/lib/orders_api_model/spec/models/order_items_list_spec.rb +8 -11
  1955. data/lib/orders_api_model/spec/models/order_items_spec.rb +8 -10
  1956. data/lib/orders_api_model/spec/models/order_list_spec.rb +8 -10
  1957. data/lib/orders_api_model/spec/models/order_regulated_info_spec.rb +8 -11
  1958. data/lib/orders_api_model/spec/models/order_spec.rb +31 -10
  1959. data/lib/orders_api_model/spec/models/orders_list_spec.rb +8 -11
  1960. data/lib/orders_api_model/spec/models/other_delivery_attributes_spec.rb +32 -0
  1961. data/lib/orders_api_model/spec/models/package_detail_spec.rb +79 -0
  1962. data/lib/orders_api_model/spec/models/package_reference_id_spec.rb +32 -0
  1963. data/lib/orders_api_model/spec/models/payment_execution_detail_item_list_spec.rb +8 -10
  1964. data/lib/orders_api_model/spec/models/payment_execution_detail_item_spec.rb +8 -11
  1965. data/lib/orders_api_model/spec/models/payment_method_detail_item_list_spec.rb +8 -10
  1966. data/lib/orders_api_model/spec/models/points_granted_detail_spec.rb +8 -11
  1967. data/lib/orders_api_model/spec/models/preferred_delivery_time_spec.rb +43 -0
  1968. data/lib/orders_api_model/spec/models/product_info_detail_spec.rb +8 -11
  1969. data/lib/orders_api_model/spec/models/promotion_id_list_spec.rb +8 -10
  1970. data/lib/orders_api_model/spec/models/regulated_information_field_spec.rb +8 -11
  1971. data/lib/orders_api_model/spec/models/regulated_information_spec.rb +8 -11
  1972. data/lib/orders_api_model/spec/models/regulated_order_verification_status_spec.rb +8 -15
  1973. data/lib/orders_api_model/spec/models/rejection_reason_spec.rb +8 -11
  1974. data/lib/orders_api_model/spec/models/shipment_status_spec.rb +8 -10
  1975. data/lib/orders_api_model/spec/models/tax_classification_spec.rb +8 -11
  1976. data/lib/orders_api_model/spec/models/tax_collection_spec.rb +8 -11
  1977. data/lib/orders_api_model/spec/models/transparency_code_list_spec.rb +32 -0
  1978. data/lib/orders_api_model/spec/models/transparency_code_spec.rb +32 -0
  1979. data/lib/orders_api_model/spec/models/update_items_approvals_error_response_spec.rb +37 -0
  1980. data/lib/orders_api_model/spec/models/update_order_approvals_request_spec.rb +43 -0
  1981. data/lib/orders_api_model/spec/models/update_shipment_status_error_response_spec.rb +8 -11
  1982. data/lib/orders_api_model/spec/models/update_shipment_status_request_spec.rb +8 -11
  1983. data/lib/orders_api_model/spec/models/update_verification_status_error_response_spec.rb +8 -11
  1984. data/lib/orders_api_model/spec/models/update_verification_status_request_body_spec.rb +8 -15
  1985. data/lib/orders_api_model/spec/models/update_verification_status_request_spec.rb +8 -11
  1986. data/lib/orders_api_model/spec/models/verification_status_spec.rb +32 -0
  1987. data/lib/orders_api_model/spec/spec_helper.rb +59 -63
  1988. data/lib/orders_api_model/version.rb +9 -11
  1989. data/lib/orders_api_model.rb +42 -10
  1990. data/lib/product_fees_api_model/Gemfile +1 -1
  1991. data/lib/product_fees_api_model/README.md +21 -4
  1992. data/lib/product_fees_api_model/api/fees_api.rb +100 -62
  1993. data/lib/product_fees_api_model/api_client.rb +69 -73
  1994. data/lib/product_fees_api_model/api_error.rb +13 -16
  1995. data/lib/product_fees_api_model/config.json +3 -3
  1996. data/lib/product_fees_api_model/configuration.rb +14 -19
  1997. data/lib/product_fees_api_model/docs/FeesApi.md +48 -2
  1998. data/lib/product_fees_api_model/docs/FeesEstimateByIdRequest.md +9 -0
  1999. data/lib/product_fees_api_model/docs/FeesEstimateIdentifier.md +1 -1
  2000. data/lib/product_fees_api_model/docs/GetMyFeesEstimatesErrorList.md +7 -0
  2001. data/lib/product_fees_api_model/docs/GetMyFeesEstimatesRequest.md +6 -0
  2002. data/lib/product_fees_api_model/docs/GetMyFeesEstimatesResponse.md +6 -0
  2003. data/lib/product_fees_api_model/docs/IdType.md +6 -0
  2004. data/lib/product_fees_api_model/models/error.rb +45 -58
  2005. data/lib/product_fees_api_model/models/error_list.rb +30 -39
  2006. data/lib/product_fees_api_model/models/fee_detail.rb +59 -88
  2007. data/lib/product_fees_api_model/models/fee_detail_list.rb +30 -39
  2008. data/lib/product_fees_api_model/models/fees_estimate.rb +45 -58
  2009. data/lib/product_fees_api_model/models/fees_estimate_by_id_request.rb +221 -0
  2010. data/lib/product_fees_api_model/models/fees_estimate_error.rb +51 -70
  2011. data/lib/product_fees_api_model/models/fees_estimate_error_detail.rb +30 -39
  2012. data/lib/product_fees_api_model/models/fees_estimate_identifier.rb +63 -89
  2013. data/lib/product_fees_api_model/models/fees_estimate_request.rb +55 -76
  2014. data/lib/product_fees_api_model/models/fees_estimate_result.rb +47 -64
  2015. data/lib/product_fees_api_model/models/get_my_fees_estimate_request.rb +34 -41
  2016. data/lib/product_fees_api_model/models/get_my_fees_estimate_response.rb +39 -50
  2017. data/lib/product_fees_api_model/models/get_my_fees_estimate_result.rb +34 -41
  2018. data/lib/product_fees_api_model/models/get_my_fees_estimates_error_list.rb +206 -0
  2019. data/lib/product_fees_api_model/models/get_my_fees_estimates_request.rb +193 -0
  2020. data/lib/product_fees_api_model/models/get_my_fees_estimates_response.rb +193 -0
  2021. data/lib/product_fees_api_model/models/id_type.rb +27 -0
  2022. data/lib/product_fees_api_model/models/included_fee_detail.rb +55 -80
  2023. data/lib/product_fees_api_model/models/included_fee_detail_list.rb +30 -39
  2024. data/lib/product_fees_api_model/models/money_type.rb +38 -47
  2025. data/lib/product_fees_api_model/models/optional_fulfillment_program.rb +10 -11
  2026. data/lib/product_fees_api_model/models/points.rb +39 -50
  2027. data/lib/product_fees_api_model/models/price_to_estimate_fees.rb +45 -60
  2028. data/lib/product_fees_api_model/spec/api/fees_api_spec.rb +22 -14
  2029. data/lib/product_fees_api_model/spec/api_client_spec.rb +15 -17
  2030. data/lib/product_fees_api_model/spec/base_object_spec.rb +28 -29
  2031. data/lib/product_fees_api_model/spec/configuration_spec.rb +8 -10
  2032. data/lib/product_fees_api_model/spec/models/error_list_spec.rb +8 -10
  2033. data/lib/product_fees_api_model/spec/models/error_spec.rb +8 -11
  2034. data/lib/product_fees_api_model/spec/models/fee_detail_list_spec.rb +8 -10
  2035. data/lib/product_fees_api_model/spec/models/fee_detail_spec.rb +8 -11
  2036. data/lib/product_fees_api_model/spec/models/fees_estimate_by_id_request_spec.rb +49 -0
  2037. data/lib/product_fees_api_model/spec/models/fees_estimate_error_detail_spec.rb +8 -10
  2038. data/lib/product_fees_api_model/spec/models/fees_estimate_error_spec.rb +8 -11
  2039. data/lib/product_fees_api_model/spec/models/fees_estimate_identifier_spec.rb +8 -11
  2040. data/lib/product_fees_api_model/spec/models/fees_estimate_request_spec.rb +8 -11
  2041. data/lib/product_fees_api_model/spec/models/fees_estimate_result_spec.rb +8 -11
  2042. data/lib/product_fees_api_model/spec/models/fees_estimate_spec.rb +8 -11
  2043. data/lib/product_fees_api_model/spec/models/get_my_fees_estimate_request_spec.rb +8 -11
  2044. data/lib/product_fees_api_model/spec/models/get_my_fees_estimate_response_spec.rb +8 -11
  2045. data/lib/product_fees_api_model/spec/models/get_my_fees_estimate_result_spec.rb +8 -11
  2046. data/lib/product_fees_api_model/spec/models/get_my_fees_estimates_error_list_spec.rb +37 -0
  2047. data/lib/product_fees_api_model/spec/models/get_my_fees_estimates_request_spec.rb +32 -0
  2048. data/lib/product_fees_api_model/spec/models/get_my_fees_estimates_response_spec.rb +32 -0
  2049. data/lib/product_fees_api_model/spec/models/id_type_spec.rb +32 -0
  2050. data/lib/product_fees_api_model/spec/models/included_fee_detail_list_spec.rb +8 -10
  2051. data/lib/product_fees_api_model/spec/models/included_fee_detail_spec.rb +8 -11
  2052. data/lib/product_fees_api_model/spec/models/money_type_spec.rb +8 -11
  2053. data/lib/product_fees_api_model/spec/models/optional_fulfillment_program_spec.rb +8 -10
  2054. data/lib/product_fees_api_model/spec/models/points_spec.rb +8 -11
  2055. data/lib/product_fees_api_model/spec/models/price_to_estimate_fees_spec.rb +8 -11
  2056. data/lib/product_fees_api_model/spec/spec_helper.rb +59 -63
  2057. data/lib/product_fees_api_model/version.rb +9 -11
  2058. data/lib/product_fees_api_model.rb +13 -10
  2059. data/lib/product_pricing_api_model/Gemfile +1 -1
  2060. data/lib/product_pricing_api_model/README.md +35 -105
  2061. data/lib/product_pricing_api_model/api/product_pricing_api.rb +35 -303
  2062. data/lib/product_pricing_api_model/api_client.rb +69 -73
  2063. data/lib/product_pricing_api_model/api_error.rb +13 -16
  2064. data/lib/product_pricing_api_model/config.json +3 -3
  2065. data/lib/product_pricing_api_model/configuration.rb +14 -19
  2066. data/lib/product_pricing_api_model/docs/Asin.md +6 -0
  2067. data/lib/product_pricing_api_model/docs/BatchRequest.md +10 -0
  2068. data/lib/product_pricing_api_model/docs/BatchResponse.md +8 -0
  2069. data/lib/product_pricing_api_model/docs/Condition.md +6 -0
  2070. data/lib/product_pricing_api_model/docs/Error.md +1 -1
  2071. data/lib/product_pricing_api_model/docs/Errors.md +7 -0
  2072. data/lib/product_pricing_api_model/docs/FeaturedOffer.md +9 -0
  2073. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPrice.md +8 -0
  2074. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceRequest.md +12 -0
  2075. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceRequestList.md +6 -0
  2076. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceRequestParams.md +8 -0
  2077. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceResponse.md +10 -0
  2078. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceResponseBody.md +9 -0
  2079. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceResponseList.md +6 -0
  2080. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceResult.md +10 -0
  2081. data/lib/product_pricing_api_model/docs/FeaturedOfferExpectedPriceResultList.md +6 -0
  2082. data/lib/product_pricing_api_model/docs/FulfillmentType.md +6 -0
  2083. data/lib/product_pricing_api_model/docs/GetFeaturedOfferExpectedPriceBatchRequest.md +7 -0
  2084. data/lib/product_pricing_api_model/docs/GetFeaturedOfferExpectedPriceBatchResponse.md +7 -0
  2085. data/lib/product_pricing_api_model/docs/HttpBody.md +6 -0
  2086. data/lib/product_pricing_api_model/docs/HttpHeaders.md +6 -0
  2087. data/lib/product_pricing_api_model/docs/HttpMethod.md +6 -0
  2088. data/lib/product_pricing_api_model/docs/HttpStatusLine.md +8 -0
  2089. data/lib/product_pricing_api_model/docs/MarketplaceId.md +6 -0
  2090. data/lib/product_pricing_api_model/docs/OfferIdentifier.md +11 -0
  2091. data/lib/product_pricing_api_model/docs/Price.md +3 -4
  2092. data/lib/product_pricing_api_model/docs/ProductPricingApi.md +10 -182
  2093. data/lib/product_pricing_api_model/docs/Sku.md +6 -0
  2094. data/lib/product_pricing_api_model/models/asin.rb +189 -0
  2095. data/lib/product_pricing_api_model/models/batch_request.rb +226 -0
  2096. data/lib/product_pricing_api_model/models/batch_response.rb +213 -0
  2097. data/lib/product_pricing_api_model/models/condition.rb +30 -0
  2098. data/lib/product_pricing_api_model/models/error.rb +46 -59
  2099. data/lib/product_pricing_api_model/models/error_list.rb +30 -39
  2100. data/lib/product_pricing_api_model/models/errors.rb +205 -0
  2101. data/lib/product_pricing_api_model/models/featured_offer.rb +214 -0
  2102. data/lib/product_pricing_api_model/models/featured_offer_expected_price.rb +210 -0
  2103. data/lib/product_pricing_api_model/models/featured_offer_expected_price_request.rb +246 -0
  2104. data/lib/product_pricing_api_model/models/featured_offer_expected_price_request_list.rb +193 -0
  2105. data/lib/product_pricing_api_model/models/featured_offer_expected_price_request_params.rb +213 -0
  2106. data/lib/product_pricing_api_model/models/featured_offer_expected_price_response.rb +229 -0
  2107. data/lib/product_pricing_api_model/models/featured_offer_expected_price_response_body.rb +215 -0
  2108. data/lib/product_pricing_api_model/models/featured_offer_expected_price_response_list.rb +193 -0
  2109. data/lib/product_pricing_api_model/models/featured_offer_expected_price_result.rb +223 -0
  2110. data/lib/product_pricing_api_model/models/featured_offer_expected_price_result_list.rb +193 -0
  2111. data/lib/product_pricing_api_model/models/fulfillment_type.rb +27 -0
  2112. data/lib/product_pricing_api_model/models/get_featured_offer_expected_price_batch_request.rb +200 -0
  2113. data/lib/product_pricing_api_model/models/get_featured_offer_expected_price_batch_response.rb +200 -0
  2114. data/lib/product_pricing_api_model/models/http_body.rb +193 -0
  2115. data/lib/product_pricing_api_model/models/http_headers.rb +193 -0
  2116. data/lib/product_pricing_api_model/models/http_method.rb +30 -0
  2117. data/lib/product_pricing_api_model/models/http_status_line.rb +209 -0
  2118. data/lib/product_pricing_api_model/models/marketplace_id.rb +189 -0
  2119. data/lib/product_pricing_api_model/models/money_type.rb +38 -47
  2120. data/lib/product_pricing_api_model/models/offer_identifier.rb +234 -0
  2121. data/lib/product_pricing_api_model/models/points.rb +38 -47
  2122. data/lib/product_pricing_api_model/models/price.rb +46 -73
  2123. data/lib/product_pricing_api_model/models/sku.rb +189 -0
  2124. data/lib/product_pricing_api_model/spec/api/product_pricing_api_spec.rb +13 -64
  2125. data/lib/product_pricing_api_model/spec/api_client_spec.rb +15 -17
  2126. data/lib/product_pricing_api_model/spec/base_object_spec.rb +28 -29
  2127. data/lib/product_pricing_api_model/spec/configuration_spec.rb +8 -10
  2128. data/lib/product_pricing_api_model/spec/models/asin_spec.rb +32 -0
  2129. data/lib/product_pricing_api_model/spec/models/batch_request_spec.rb +55 -0
  2130. data/lib/product_pricing_api_model/spec/models/batch_response_spec.rb +43 -0
  2131. data/lib/product_pricing_api_model/spec/models/condition_spec.rb +32 -0
  2132. data/lib/product_pricing_api_model/spec/models/error_list_spec.rb +8 -10
  2133. data/lib/product_pricing_api_model/spec/models/error_spec.rb +8 -11
  2134. data/lib/product_pricing_api_model/spec/models/errors_spec.rb +37 -0
  2135. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_request_list_spec.rb +32 -0
  2136. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_request_params_spec.rb +43 -0
  2137. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_request_spec.rb +67 -0
  2138. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_response_body_spec.rb +49 -0
  2139. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_response_list_spec.rb +32 -0
  2140. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_response_spec.rb +55 -0
  2141. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_result_list_spec.rb +32 -0
  2142. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_result_spec.rb +55 -0
  2143. data/lib/product_pricing_api_model/spec/models/featured_offer_expected_price_spec.rb +43 -0
  2144. data/lib/product_pricing_api_model/spec/models/featured_offer_spec.rb +49 -0
  2145. data/lib/product_pricing_api_model/spec/models/fulfillment_type_spec.rb +32 -0
  2146. data/lib/product_pricing_api_model/spec/models/get_featured_offer_expected_price_batch_request_spec.rb +37 -0
  2147. data/lib/product_pricing_api_model/spec/models/get_featured_offer_expected_price_batch_response_spec.rb +37 -0
  2148. data/lib/product_pricing_api_model/spec/models/http_body_spec.rb +32 -0
  2149. data/lib/product_pricing_api_model/spec/models/http_headers_spec.rb +32 -0
  2150. data/lib/product_pricing_api_model/spec/models/http_method_spec.rb +32 -0
  2151. data/lib/product_pricing_api_model/spec/models/http_status_line_spec.rb +43 -0
  2152. data/lib/product_pricing_api_model/spec/models/marketplace_id_spec.rb +32 -0
  2153. data/lib/product_pricing_api_model/spec/models/money_type_spec.rb +8 -11
  2154. data/lib/product_pricing_api_model/spec/models/offer_identifier_spec.rb +61 -0
  2155. data/lib/product_pricing_api_model/spec/models/points_spec.rb +8 -11
  2156. data/lib/product_pricing_api_model/spec/models/price_spec.rb +11 -20
  2157. data/lib/product_pricing_api_model/spec/models/sku_spec.rb +32 -0
  2158. data/lib/product_pricing_api_model/spec/spec_helper.rb +59 -63
  2159. data/lib/product_pricing_api_model/version.rb +9 -11
  2160. data/lib/product_pricing_api_model.rb +33 -50
  2161. data/lib/product_type_definitions_api_model/Gemfile +1 -1
  2162. data/lib/product_type_definitions_api_model/README.md +4 -4
  2163. data/lib/product_type_definitions_api_model/api/definitions_api.rb +50 -68
  2164. data/lib/product_type_definitions_api_model/api_client.rb +69 -73
  2165. data/lib/product_type_definitions_api_model/api_error.rb +13 -16
  2166. data/lib/product_type_definitions_api_model/config.json +3 -3
  2167. data/lib/product_type_definitions_api_model/configuration.rb +14 -19
  2168. data/lib/product_type_definitions_api_model/models/error.rb +45 -58
  2169. data/lib/product_type_definitions_api_model/models/error_list.rb +37 -45
  2170. data/lib/product_type_definitions_api_model/models/product_type.rb +42 -54
  2171. data/lib/product_type_definitions_api_model/models/product_type_definition.rb +89 -131
  2172. data/lib/product_type_definitions_api_model/models/product_type_list.rb +37 -45
  2173. data/lib/product_type_definitions_api_model/models/product_type_version.rb +45 -58
  2174. data/lib/product_type_definitions_api_model/models/property_group.rb +43 -55
  2175. data/lib/product_type_definitions_api_model/models/schema_link.rb +41 -52
  2176. data/lib/product_type_definitions_api_model/models/schema_link_link.rb +45 -57
  2177. data/lib/product_type_definitions_api_model/spec/api/definitions_api_spec.rb +8 -11
  2178. data/lib/product_type_definitions_api_model/spec/api_client_spec.rb +15 -17
  2179. data/lib/product_type_definitions_api_model/spec/base_object_spec.rb +28 -29
  2180. data/lib/product_type_definitions_api_model/spec/configuration_spec.rb +8 -10
  2181. data/lib/product_type_definitions_api_model/spec/models/error_list_spec.rb +8 -11
  2182. data/lib/product_type_definitions_api_model/spec/models/error_spec.rb +8 -11
  2183. data/lib/product_type_definitions_api_model/spec/models/product_type_definition_spec.rb +8 -11
  2184. data/lib/product_type_definitions_api_model/spec/models/product_type_list_spec.rb +8 -11
  2185. data/lib/product_type_definitions_api_model/spec/models/product_type_spec.rb +8 -11
  2186. data/lib/product_type_definitions_api_model/spec/models/product_type_version_spec.rb +8 -11
  2187. data/lib/product_type_definitions_api_model/spec/models/property_group_spec.rb +8 -11
  2188. data/lib/product_type_definitions_api_model/spec/models/schema_link_link_spec.rb +8 -11
  2189. data/lib/product_type_definitions_api_model/spec/models/schema_link_spec.rb +8 -11
  2190. data/lib/product_type_definitions_api_model/spec/spec_helper.rb +59 -63
  2191. data/lib/product_type_definitions_api_model/version.rb +9 -11
  2192. data/lib/product_type_definitions_api_model.rb +8 -10
  2193. data/lib/reports_api_model/Gemfile +1 -1
  2194. data/lib/reports_api_model/README.md +6 -6
  2195. data/lib/reports_api_model/api/reports_api.rb +177 -215
  2196. data/lib/reports_api_model/api_client.rb +69 -73
  2197. data/lib/reports_api_model/api_error.rb +13 -16
  2198. data/lib/reports_api_model/config.json +3 -3
  2199. data/lib/reports_api_model/configuration.rb +14 -19
  2200. data/lib/reports_api_model/docs/CreateReportScheduleSpecification.md +1 -1
  2201. data/lib/reports_api_model/docs/CreateReportSpecification.md +1 -1
  2202. data/lib/reports_api_model/docs/Report.md +1 -1
  2203. data/lib/reports_api_model/docs/ReportDocument.md +2 -2
  2204. data/lib/reports_api_model/docs/ReportSchedule.md +1 -1
  2205. data/lib/reports_api_model/docs/ReportsApi.md +13 -13
  2206. data/lib/reports_api_model/models/create_report_response.rb +36 -43
  2207. data/lib/reports_api_model/models/create_report_schedule_response.rb +36 -43
  2208. data/lib/reports_api_model/models/create_report_schedule_specification.rb +62 -82
  2209. data/lib/reports_api_model/models/create_report_specification.rb +55 -73
  2210. data/lib/reports_api_model/models/error.rb +45 -58
  2211. data/lib/reports_api_model/models/error_list.rb +37 -45
  2212. data/lib/reports_api_model/models/get_reports_response.rb +40 -49
  2213. data/lib/reports_api_model/models/report.rb +87 -121
  2214. data/lib/reports_api_model/models/report_document.rb +51 -65
  2215. data/lib/reports_api_model/models/report_list.rb +30 -39
  2216. data/lib/reports_api_model/models/report_options.rb +30 -39
  2217. data/lib/reports_api_model/models/report_schedule.rb +60 -81
  2218. data/lib/reports_api_model/models/report_schedule_list.rb +37 -45
  2219. data/lib/reports_api_model/spec/api/reports_api_spec.rb +21 -24
  2220. data/lib/reports_api_model/spec/api_client_spec.rb +15 -17
  2221. data/lib/reports_api_model/spec/base_object_spec.rb +28 -29
  2222. data/lib/reports_api_model/spec/configuration_spec.rb +8 -10
  2223. data/lib/reports_api_model/spec/models/create_report_response_spec.rb +8 -11
  2224. data/lib/reports_api_model/spec/models/create_report_schedule_response_spec.rb +8 -11
  2225. data/lib/reports_api_model/spec/models/create_report_schedule_specification_spec.rb +8 -11
  2226. data/lib/reports_api_model/spec/models/create_report_specification_spec.rb +8 -11
  2227. data/lib/reports_api_model/spec/models/error_list_spec.rb +8 -11
  2228. data/lib/reports_api_model/spec/models/error_spec.rb +8 -11
  2229. data/lib/reports_api_model/spec/models/get_reports_response_spec.rb +8 -11
  2230. data/lib/reports_api_model/spec/models/report_document_spec.rb +8 -11
  2231. data/lib/reports_api_model/spec/models/report_list_spec.rb +8 -10
  2232. data/lib/reports_api_model/spec/models/report_options_spec.rb +8 -10
  2233. data/lib/reports_api_model/spec/models/report_schedule_list_spec.rb +8 -11
  2234. data/lib/reports_api_model/spec/models/report_schedule_spec.rb +8 -11
  2235. data/lib/reports_api_model/spec/models/report_spec.rb +8 -11
  2236. data/lib/reports_api_model/spec/spec_helper.rb +59 -63
  2237. data/lib/reports_api_model/version.rb +9 -11
  2238. data/lib/reports_api_model.rb +8 -10
  2239. data/lib/sales_api_model/Gemfile +1 -1
  2240. data/lib/sales_api_model/README.md +5 -5
  2241. data/lib/sales_api_model/api/sales_api.rb +40 -56
  2242. data/lib/sales_api_model/api_client.rb +69 -73
  2243. data/lib/sales_api_model/api_error.rb +13 -16
  2244. data/lib/sales_api_model/config.json +3 -3
  2245. data/lib/sales_api_model/configuration.rb +14 -19
  2246. data/lib/sales_api_model/docs/SalesApi.md +3 -3
  2247. data/lib/sales_api_model/models/decimal.rb +30 -39
  2248. data/lib/sales_api_model/models/error.rb +45 -58
  2249. data/lib/sales_api_model/models/error_list.rb +30 -39
  2250. data/lib/sales_api_model/models/get_order_metrics_response.rb +39 -50
  2251. data/lib/sales_api_model/models/money.rb +41 -52
  2252. data/lib/sales_api_model/models/order_metrics_interval.rb +62 -91
  2253. data/lib/sales_api_model/models/order_metrics_list.rb +30 -39
  2254. data/lib/sales_api_model/spec/api/sales_api_spec.rb +10 -13
  2255. data/lib/sales_api_model/spec/api_client_spec.rb +15 -17
  2256. data/lib/sales_api_model/spec/base_object_spec.rb +28 -29
  2257. data/lib/sales_api_model/spec/configuration_spec.rb +8 -10
  2258. data/lib/sales_api_model/spec/models/decimal_spec.rb +8 -10
  2259. data/lib/sales_api_model/spec/models/error_list_spec.rb +8 -10
  2260. data/lib/sales_api_model/spec/models/error_spec.rb +8 -11
  2261. data/lib/sales_api_model/spec/models/get_order_metrics_response_spec.rb +8 -11
  2262. data/lib/sales_api_model/spec/models/money_spec.rb +8 -11
  2263. data/lib/sales_api_model/spec/models/order_metrics_interval_spec.rb +8 -11
  2264. data/lib/sales_api_model/spec/models/order_metrics_list_spec.rb +8 -10
  2265. data/lib/sales_api_model/spec/spec_helper.rb +59 -63
  2266. data/lib/sales_api_model/version.rb +9 -11
  2267. data/lib/sales_api_model.rb +8 -10
  2268. data/lib/sellers_api_model/Gemfile +1 -1
  2269. data/lib/sellers_api_model/README.md +4 -4
  2270. data/lib/sellers_api_model/api/sellers_api.rb +23 -28
  2271. data/lib/sellers_api_model/api_client.rb +69 -73
  2272. data/lib/sellers_api_model/api_error.rb +13 -16
  2273. data/lib/sellers_api_model/config.json +3 -3
  2274. data/lib/sellers_api_model/configuration.rb +14 -19
  2275. data/lib/sellers_api_model/docs/SellersApi.md +1 -1
  2276. data/lib/sellers_api_model/models/error.rb +45 -58
  2277. data/lib/sellers_api_model/models/error_list.rb +30 -39
  2278. data/lib/sellers_api_model/models/get_marketplace_participations_response.rb +39 -50
  2279. data/lib/sellers_api_model/models/marketplace.rb +61 -88
  2280. data/lib/sellers_api_model/models/marketplace_participation.rb +42 -55
  2281. data/lib/sellers_api_model/models/marketplace_participation_list.rb +30 -39
  2282. data/lib/sellers_api_model/models/participation.rb +41 -52
  2283. data/lib/sellers_api_model/spec/api/sellers_api_spec.rb +9 -12
  2284. data/lib/sellers_api_model/spec/api_client_spec.rb +15 -17
  2285. data/lib/sellers_api_model/spec/base_object_spec.rb +28 -29
  2286. data/lib/sellers_api_model/spec/configuration_spec.rb +8 -10
  2287. data/lib/sellers_api_model/spec/models/error_list_spec.rb +8 -10
  2288. data/lib/sellers_api_model/spec/models/error_spec.rb +8 -11
  2289. data/lib/sellers_api_model/spec/models/get_marketplace_participations_response_spec.rb +8 -11
  2290. data/lib/sellers_api_model/spec/models/marketplace_participation_list_spec.rb +8 -10
  2291. data/lib/sellers_api_model/spec/models/marketplace_participation_spec.rb +8 -11
  2292. data/lib/sellers_api_model/spec/models/marketplace_spec.rb +8 -11
  2293. data/lib/sellers_api_model/spec/models/participation_spec.rb +8 -11
  2294. data/lib/sellers_api_model/spec/spec_helper.rb +59 -63
  2295. data/lib/sellers_api_model/version.rb +9 -11
  2296. data/lib/sellers_api_model.rb +8 -10
  2297. data/lib/services_api_model/Gemfile +1 -1
  2298. data/lib/services_api_model/README.md +217 -14
  2299. data/lib/services_api_model/api/service_api.rb +826 -195
  2300. data/lib/services_api_model/api_client.rb +69 -73
  2301. data/lib/services_api_model/api_error.rb +13 -16
  2302. data/lib/services_api_model/config.json +3 -3
  2303. data/lib/services_api_model/configuration.rb +14 -19
  2304. data/lib/services_api_model/docs/AppointmentResource.md +7 -0
  2305. data/lib/services_api_model/docs/AppointmentResources.md +6 -0
  2306. data/lib/services_api_model/docs/AppointmentSlot.md +9 -0
  2307. data/lib/services_api_model/docs/AppointmentSlotReport.md +10 -0
  2308. data/lib/services_api_model/docs/AppointmentTime.md +1 -1
  2309. data/lib/services_api_model/docs/AssignAppointmentResourcesRequest.md +7 -0
  2310. data/lib/services_api_model/docs/AssignAppointmentResourcesResponse.md +8 -0
  2311. data/lib/services_api_model/docs/AssignAppointmentResourcesResponsePayload.md +7 -0
  2312. data/lib/services_api_model/docs/AvailabilityRecord.md +10 -0
  2313. data/lib/services_api_model/docs/AvailabilityRecords.md +6 -0
  2314. data/lib/services_api_model/docs/CancelReservationResponse.md +7 -0
  2315. data/lib/services_api_model/docs/CapacityType.md +6 -0
  2316. data/lib/services_api_model/docs/CreateReservationRecord.md +9 -0
  2317. data/lib/services_api_model/docs/CreateReservationRequest.md +8 -0
  2318. data/lib/services_api_model/docs/CreateReservationResponse.md +8 -0
  2319. data/lib/services_api_model/docs/CreateServiceDocumentUploadDestination.md +8 -0
  2320. data/lib/services_api_model/docs/DayOfWeek.md +6 -0
  2321. data/lib/services_api_model/docs/EncryptionDetails.md +9 -0
  2322. data/lib/services_api_model/docs/FixedSlot.md +11 -0
  2323. data/lib/services_api_model/docs/FixedSlotCapacity.md +10 -0
  2324. data/lib/services_api_model/docs/FixedSlotCapacityErrors.md +7 -0
  2325. data/lib/services_api_model/docs/FixedSlotCapacityQuery.md +10 -0
  2326. data/lib/services_api_model/docs/FulfillmentDocument.md +8 -0
  2327. data/lib/services_api_model/docs/FulfillmentDocuments.md +6 -0
  2328. data/lib/services_api_model/docs/FulfillmentTime.md +8 -0
  2329. data/lib/services_api_model/docs/GetAppointmentSlotsResponse.md +8 -0
  2330. data/lib/services_api_model/docs/ItemDeliveryPromise.md +2 -2
  2331. data/lib/services_api_model/docs/JobListing.md +2 -2
  2332. data/lib/services_api_model/docs/Poa.md +1 -1
  2333. data/lib/services_api_model/docs/RangeCapacity.md +8 -0
  2334. data/lib/services_api_model/docs/RangeSlot.md +9 -0
  2335. data/lib/services_api_model/docs/RangeSlotCapacity.md +9 -0
  2336. data/lib/services_api_model/docs/RangeSlotCapacityErrors.md +7 -0
  2337. data/lib/services_api_model/docs/RangeSlotCapacityQuery.md +9 -0
  2338. data/lib/services_api_model/docs/Recurrence.md +9 -0
  2339. data/lib/services_api_model/docs/Reservation.md +9 -0
  2340. data/lib/services_api_model/docs/ServiceApi.md +586 -24
  2341. data/lib/services_api_model/docs/ServiceDocumentUploadDestination.md +10 -0
  2342. data/lib/services_api_model/docs/ServiceJob.md +2 -1
  2343. data/lib/services_api_model/docs/ServiceUploadDocument.md +9 -0
  2344. data/lib/services_api_model/docs/SetAppointmentFulfillmentDataRequest.md +9 -0
  2345. data/lib/services_api_model/docs/UpdateReservationRecord.md +9 -0
  2346. data/lib/services_api_model/docs/UpdateReservationRequest.md +8 -0
  2347. data/lib/services_api_model/docs/UpdateReservationResponse.md +8 -0
  2348. data/lib/services_api_model/docs/UpdateScheduleRecord.md +9 -0
  2349. data/lib/services_api_model/docs/UpdateScheduleRequest.md +7 -0
  2350. data/lib/services_api_model/docs/UpdateScheduleResponse.md +8 -0
  2351. data/lib/services_api_model/models/add_appointment_request.rb +36 -43
  2352. data/lib/services_api_model/models/address.rb +77 -106
  2353. data/lib/services_api_model/models/appointment.rb +62 -86
  2354. data/lib/services_api_model/models/appointment_id.rb +30 -39
  2355. data/lib/services_api_model/models/appointment_resource.rb +201 -0
  2356. data/lib/services_api_model/models/appointment_resources.rb +193 -0
  2357. data/lib/services_api_model/models/appointment_slot.rb +217 -0
  2358. data/lib/services_api_model/models/appointment_slot_report.rb +259 -0
  2359. data/lib/services_api_model/models/appointment_time.rb +42 -53
  2360. data/lib/services_api_model/models/appointment_time_input.rb +40 -49
  2361. data/lib/services_api_model/models/assign_appointment_resources_request.rb +205 -0
  2362. data/lib/services_api_model/models/assign_appointment_resources_response.rb +205 -0
  2363. data/lib/services_api_model/models/assign_appointment_resources_response_payload.rb +200 -0
  2364. data/lib/services_api_model/models/associated_item.rb +65 -87
  2365. data/lib/services_api_model/models/availability_record.rb +232 -0
  2366. data/lib/services_api_model/models/availability_records.rb +193 -0
  2367. data/lib/services_api_model/models/buyer.rb +46 -59
  2368. data/lib/services_api_model/models/cancel_reservation_response.rb +200 -0
  2369. data/lib/services_api_model/models/cancel_service_job_by_service_job_id_response.rb +35 -42
  2370. data/lib/services_api_model/models/capacity_type.rb +29 -0
  2371. data/lib/services_api_model/models/complete_service_job_by_service_job_id_response.rb +35 -42
  2372. data/lib/services_api_model/models/create_reservation_record.rb +210 -0
  2373. data/lib/services_api_model/models/create_reservation_request.rb +216 -0
  2374. data/lib/services_api_model/models/create_reservation_response.rb +205 -0
  2375. data/lib/services_api_model/models/create_service_document_upload_destination.rb +205 -0
  2376. data/lib/services_api_model/models/day_of_week.rb +32 -0
  2377. data/lib/services_api_model/models/encryption_details.rb +261 -0
  2378. data/lib/services_api_model/models/error.rb +55 -71
  2379. data/lib/services_api_model/models/error_list.rb +30 -39
  2380. data/lib/services_api_model/models/fixed_slot.rb +233 -0
  2381. data/lib/services_api_model/models/fixed_slot_capacity.rb +227 -0
  2382. data/lib/services_api_model/models/fixed_slot_capacity_errors.rb +200 -0
  2383. data/lib/services_api_model/models/fixed_slot_capacity_query.rb +235 -0
  2384. data/lib/services_api_model/models/fulfillment_document.rb +209 -0
  2385. data/lib/services_api_model/models/fulfillment_documents.rb +193 -0
  2386. data/lib/services_api_model/models/fulfillment_time.rb +209 -0
  2387. data/lib/services_api_model/models/get_appointment_slots_response.rb +205 -0
  2388. data/lib/services_api_model/models/get_service_job_by_service_job_id_response.rb +40 -51
  2389. data/lib/services_api_model/models/get_service_jobs_response.rb +40 -51
  2390. data/lib/services_api_model/models/item_delivery.rb +38 -47
  2391. data/lib/services_api_model/models/item_delivery_promise.rb +40 -49
  2392. data/lib/services_api_model/models/job_listing.rb +50 -64
  2393. data/lib/services_api_model/models/order_id.rb +30 -39
  2394. data/lib/services_api_model/models/poa.rb +58 -74
  2395. data/lib/services_api_model/models/range_capacity.rb +209 -0
  2396. data/lib/services_api_model/models/range_slot.rb +217 -0
  2397. data/lib/services_api_model/models/range_slot_capacity.rb +219 -0
  2398. data/lib/services_api_model/models/range_slot_capacity_errors.rb +200 -0
  2399. data/lib/services_api_model/models/range_slot_capacity_query.rb +227 -0
  2400. data/lib/services_api_model/models/recurrence.rb +225 -0
  2401. data/lib/services_api_model/models/reschedule_appointment_request.rb +42 -55
  2402. data/lib/services_api_model/models/reschedule_reason_code.rb +31 -40
  2403. data/lib/services_api_model/models/reservation.rb +257 -0
  2404. data/lib/services_api_model/models/scope_of_work.rb +47 -61
  2405. data/lib/services_api_model/models/seller.rb +34 -41
  2406. data/lib/services_api_model/models/service_document_upload_destination.rb +235 -0
  2407. data/lib/services_api_model/models/service_job.rb +101 -137
  2408. data/lib/services_api_model/models/service_job_id.rb +30 -39
  2409. data/lib/services_api_model/models/service_job_provider.rb +34 -41
  2410. data/lib/services_api_model/models/service_location.rb +44 -54
  2411. data/lib/services_api_model/models/service_upload_document.rb +258 -0
  2412. data/lib/services_api_model/models/set_appointment_fulfillment_data_request.rb +210 -0
  2413. data/lib/services_api_model/models/set_appointment_response.rb +44 -59
  2414. data/lib/services_api_model/models/technician.rb +38 -47
  2415. data/lib/services_api_model/models/update_reservation_record.rb +210 -0
  2416. data/lib/services_api_model/models/update_reservation_request.rb +216 -0
  2417. data/lib/services_api_model/models/update_reservation_response.rb +205 -0
  2418. data/lib/services_api_model/models/update_schedule_record.rb +210 -0
  2419. data/lib/services_api_model/models/update_schedule_request.rb +205 -0
  2420. data/lib/services_api_model/models/update_schedule_response.rb +210 -0
  2421. data/lib/services_api_model/models/warning.rb +46 -59
  2422. data/lib/services_api_model/models/warning_list.rb +30 -39
  2423. data/lib/services_api_model/spec/api/service_api_spec.rb +169 -25
  2424. data/lib/services_api_model/spec/api_client_spec.rb +15 -17
  2425. data/lib/services_api_model/spec/base_object_spec.rb +28 -29
  2426. data/lib/services_api_model/spec/configuration_spec.rb +8 -10
  2427. data/lib/services_api_model/spec/models/add_appointment_request_spec.rb +8 -11
  2428. data/lib/services_api_model/spec/models/address_spec.rb +8 -11
  2429. data/lib/services_api_model/spec/models/appointment_id_spec.rb +8 -10
  2430. data/lib/services_api_model/spec/models/appointment_resource_spec.rb +37 -0
  2431. data/lib/services_api_model/spec/models/appointment_resources_spec.rb +32 -0
  2432. data/lib/services_api_model/spec/models/appointment_slot_report_spec.rb +59 -0
  2433. data/lib/services_api_model/spec/models/appointment_slot_spec.rb +49 -0
  2434. data/lib/services_api_model/spec/models/appointment_spec.rb +8 -11
  2435. data/lib/services_api_model/spec/models/appointment_time_input_spec.rb +8 -11
  2436. data/lib/services_api_model/spec/models/appointment_time_spec.rb +8 -11
  2437. data/lib/services_api_model/spec/models/assign_appointment_resources_request_spec.rb +37 -0
  2438. data/lib/services_api_model/spec/models/assign_appointment_resources_response_payload_spec.rb +37 -0
  2439. data/lib/services_api_model/spec/models/assign_appointment_resources_response_spec.rb +43 -0
  2440. data/lib/services_api_model/spec/models/associated_item_spec.rb +8 -11
  2441. data/lib/services_api_model/spec/models/availability_record_spec.rb +55 -0
  2442. data/lib/services_api_model/spec/models/availability_records_spec.rb +32 -0
  2443. data/lib/services_api_model/spec/models/buyer_spec.rb +8 -11
  2444. data/lib/services_api_model/spec/models/cancel_reservation_response_spec.rb +37 -0
  2445. data/lib/services_api_model/spec/models/cancel_service_job_by_service_job_id_response_spec.rb +8 -11
  2446. data/lib/services_api_model/spec/models/capacity_type_spec.rb +32 -0
  2447. data/lib/services_api_model/spec/models/complete_service_job_by_service_job_id_response_spec.rb +8 -11
  2448. data/lib/services_api_model/spec/models/create_reservation_record_spec.rb +49 -0
  2449. data/lib/services_api_model/spec/models/create_reservation_request_spec.rb +43 -0
  2450. data/lib/services_api_model/spec/models/create_reservation_response_spec.rb +43 -0
  2451. data/lib/services_api_model/spec/models/create_service_document_upload_destination_spec.rb +43 -0
  2452. data/lib/services_api_model/spec/models/day_of_week_spec.rb +32 -0
  2453. data/lib/services_api_model/spec/models/encryption_details_spec.rb +53 -0
  2454. data/lib/services_api_model/spec/models/error_list_spec.rb +8 -10
  2455. data/lib/services_api_model/spec/models/error_spec.rb +8 -11
  2456. data/lib/services_api_model/spec/models/fixed_slot_capacity_errors_spec.rb +37 -0
  2457. data/lib/services_api_model/spec/models/fixed_slot_capacity_query_spec.rb +55 -0
  2458. data/lib/services_api_model/spec/models/fixed_slot_capacity_spec.rb +55 -0
  2459. data/lib/services_api_model/spec/models/fixed_slot_spec.rb +61 -0
  2460. data/lib/services_api_model/spec/models/fulfillment_document_spec.rb +43 -0
  2461. data/lib/services_api_model/spec/models/fulfillment_documents_spec.rb +32 -0
  2462. data/lib/services_api_model/spec/models/fulfillment_time_spec.rb +43 -0
  2463. data/lib/services_api_model/spec/models/get_appointment_slots_response_spec.rb +43 -0
  2464. data/lib/services_api_model/spec/models/get_service_job_by_service_job_id_response_spec.rb +8 -11
  2465. data/lib/services_api_model/spec/models/get_service_jobs_response_spec.rb +8 -11
  2466. data/lib/services_api_model/spec/models/item_delivery_promise_spec.rb +8 -11
  2467. data/lib/services_api_model/spec/models/item_delivery_spec.rb +8 -11
  2468. data/lib/services_api_model/spec/models/job_listing_spec.rb +8 -11
  2469. data/lib/services_api_model/spec/models/order_id_spec.rb +8 -10
  2470. data/lib/services_api_model/spec/models/poa_spec.rb +8 -11
  2471. data/lib/services_api_model/spec/models/range_capacity_spec.rb +43 -0
  2472. data/lib/services_api_model/spec/models/range_slot_capacity_errors_spec.rb +37 -0
  2473. data/lib/services_api_model/spec/models/range_slot_capacity_query_spec.rb +49 -0
  2474. data/lib/services_api_model/spec/models/range_slot_capacity_spec.rb +49 -0
  2475. data/lib/services_api_model/spec/models/range_slot_spec.rb +49 -0
  2476. data/lib/services_api_model/spec/models/recurrence_spec.rb +49 -0
  2477. data/lib/services_api_model/spec/models/reschedule_appointment_request_spec.rb +8 -11
  2478. data/lib/services_api_model/spec/models/reschedule_reason_code_spec.rb +8 -10
  2479. data/lib/services_api_model/spec/models/reservation_spec.rb +53 -0
  2480. data/lib/services_api_model/spec/models/scope_of_work_spec.rb +8 -11
  2481. data/lib/services_api_model/spec/models/seller_spec.rb +8 -11
  2482. data/lib/services_api_model/spec/models/service_document_upload_destination_spec.rb +55 -0
  2483. data/lib/services_api_model/spec/models/service_job_id_spec.rb +8 -10
  2484. data/lib/services_api_model/spec/models/service_job_provider_spec.rb +8 -11
  2485. data/lib/services_api_model/spec/models/service_job_spec.rb +14 -11
  2486. data/lib/services_api_model/spec/models/service_location_spec.rb +8 -11
  2487. data/lib/services_api_model/spec/models/service_upload_document_spec.rb +53 -0
  2488. data/lib/services_api_model/spec/models/set_appointment_fulfillment_data_request_spec.rb +49 -0
  2489. data/lib/services_api_model/spec/models/set_appointment_response_spec.rb +8 -11
  2490. data/lib/services_api_model/spec/models/technician_spec.rb +8 -11
  2491. data/lib/services_api_model/spec/models/update_reservation_record_spec.rb +49 -0
  2492. data/lib/services_api_model/spec/models/update_reservation_request_spec.rb +43 -0
  2493. data/lib/services_api_model/spec/models/update_reservation_response_spec.rb +43 -0
  2494. data/lib/services_api_model/spec/models/update_schedule_record_spec.rb +49 -0
  2495. data/lib/services_api_model/spec/models/update_schedule_request_spec.rb +37 -0
  2496. data/lib/services_api_model/spec/models/update_schedule_response_spec.rb +43 -0
  2497. data/lib/services_api_model/spec/models/warning_list_spec.rb +8 -10
  2498. data/lib/services_api_model/spec/models/warning_spec.rb +8 -11
  2499. data/lib/services_api_model/spec/spec_helper.rb +59 -63
  2500. data/lib/services_api_model/version.rb +9 -11
  2501. data/lib/services_api_model.rb +49 -10
  2502. data/lib/shipment_invoicing_api_model/Gemfile +1 -1
  2503. data/lib/shipment_invoicing_api_model/README.md +4 -4
  2504. data/lib/shipment_invoicing_api_model/api/shipment_invoice_api.rb +62 -78
  2505. data/lib/shipment_invoicing_api_model/api_client.rb +69 -73
  2506. data/lib/shipment_invoicing_api_model/api_error.rb +13 -16
  2507. data/lib/shipment_invoicing_api_model/config.json +3 -3
  2508. data/lib/shipment_invoicing_api_model/configuration.rb +14 -19
  2509. data/lib/shipment_invoicing_api_model/docs/ShipmentInvoiceApi.md +3 -3
  2510. data/lib/shipment_invoicing_api_model/models/address.rb +78 -107
  2511. data/lib/shipment_invoicing_api_model/models/address_type_enum.rb +10 -11
  2512. data/lib/shipment_invoicing_api_model/models/blob.rb +30 -39
  2513. data/lib/shipment_invoicing_api_model/models/buyer_tax_info.rb +42 -53
  2514. data/lib/shipment_invoicing_api_model/models/error.rb +45 -58
  2515. data/lib/shipment_invoicing_api_model/models/error_list.rb +30 -39
  2516. data/lib/shipment_invoicing_api_model/models/get_invoice_status_response.rb +39 -50
  2517. data/lib/shipment_invoicing_api_model/models/get_shipment_details_response.rb +39 -50
  2518. data/lib/shipment_invoicing_api_model/models/marketplace_tax_info.rb +42 -53
  2519. data/lib/shipment_invoicing_api_model/models/money.rb +38 -47
  2520. data/lib/shipment_invoicing_api_model/models/payment_method_detail_item_list.rb +30 -39
  2521. data/lib/shipment_invoicing_api_model/models/serial_numbers_list.rb +30 -39
  2522. data/lib/shipment_invoicing_api_model/models/shipment_detail.rb +87 -128
  2523. data/lib/shipment_invoicing_api_model/models/shipment_invoice_status.rb +10 -11
  2524. data/lib/shipment_invoicing_api_model/models/shipment_invoice_status_info.rb +38 -47
  2525. data/lib/shipment_invoicing_api_model/models/shipment_invoice_status_response.rb +34 -41
  2526. data/lib/shipment_invoicing_api_model/models/shipment_item.rb +75 -112
  2527. data/lib/shipment_invoicing_api_model/models/shipment_items.rb +30 -39
  2528. data/lib/shipment_invoicing_api_model/models/submit_invoice_request.rb +45 -58
  2529. data/lib/shipment_invoicing_api_model/models/submit_invoice_response.rb +34 -41
  2530. data/lib/shipment_invoicing_api_model/models/tax_classification.rb +38 -47
  2531. data/lib/shipment_invoicing_api_model/models/tax_classification_list.rb +30 -39
  2532. data/lib/shipment_invoicing_api_model/spec/api/shipment_invoice_api_spec.rb +12 -15
  2533. data/lib/shipment_invoicing_api_model/spec/api_client_spec.rb +15 -17
  2534. data/lib/shipment_invoicing_api_model/spec/base_object_spec.rb +28 -29
  2535. data/lib/shipment_invoicing_api_model/spec/configuration_spec.rb +8 -10
  2536. data/lib/shipment_invoicing_api_model/spec/models/address_spec.rb +8 -11
  2537. data/lib/shipment_invoicing_api_model/spec/models/address_type_enum_spec.rb +8 -10
  2538. data/lib/shipment_invoicing_api_model/spec/models/blob_spec.rb +8 -10
  2539. data/lib/shipment_invoicing_api_model/spec/models/buyer_tax_info_spec.rb +8 -11
  2540. data/lib/shipment_invoicing_api_model/spec/models/error_list_spec.rb +8 -10
  2541. data/lib/shipment_invoicing_api_model/spec/models/error_spec.rb +8 -11
  2542. data/lib/shipment_invoicing_api_model/spec/models/get_invoice_status_response_spec.rb +8 -11
  2543. data/lib/shipment_invoicing_api_model/spec/models/get_shipment_details_response_spec.rb +8 -11
  2544. data/lib/shipment_invoicing_api_model/spec/models/marketplace_tax_info_spec.rb +8 -11
  2545. data/lib/shipment_invoicing_api_model/spec/models/money_spec.rb +8 -11
  2546. data/lib/shipment_invoicing_api_model/spec/models/payment_method_detail_item_list_spec.rb +8 -10
  2547. data/lib/shipment_invoicing_api_model/spec/models/serial_numbers_list_spec.rb +8 -10
  2548. data/lib/shipment_invoicing_api_model/spec/models/shipment_detail_spec.rb +8 -11
  2549. data/lib/shipment_invoicing_api_model/spec/models/shipment_invoice_status_info_spec.rb +8 -11
  2550. data/lib/shipment_invoicing_api_model/spec/models/shipment_invoice_status_response_spec.rb +8 -11
  2551. data/lib/shipment_invoicing_api_model/spec/models/shipment_invoice_status_spec.rb +8 -10
  2552. data/lib/shipment_invoicing_api_model/spec/models/shipment_item_spec.rb +8 -11
  2553. data/lib/shipment_invoicing_api_model/spec/models/shipment_items_spec.rb +8 -10
  2554. data/lib/shipment_invoicing_api_model/spec/models/submit_invoice_request_spec.rb +8 -11
  2555. data/lib/shipment_invoicing_api_model/spec/models/submit_invoice_response_spec.rb +8 -11
  2556. data/lib/shipment_invoicing_api_model/spec/models/tax_classification_list_spec.rb +8 -10
  2557. data/lib/shipment_invoicing_api_model/spec/models/tax_classification_spec.rb +8 -11
  2558. data/lib/shipment_invoicing_api_model/spec/spec_helper.rb +59 -63
  2559. data/lib/shipment_invoicing_api_model/version.rb +9 -11
  2560. data/lib/shipment_invoicing_api_model.rb +8 -10
  2561. data/lib/shipping_api_model/Gemfile +1 -1
  2562. data/lib/shipping_api_model/README.md +5 -5
  2563. data/lib/shipping_api_model/api/shipping_api.rb +168 -211
  2564. data/lib/shipping_api_model/api_client.rb +69 -73
  2565. data/lib/shipping_api_model/api_error.rb +13 -16
  2566. data/lib/shipping_api_model/config.json +3 -3
  2567. data/lib/shipping_api_model/configuration.rb +14 -19
  2568. data/lib/shipping_api_model/docs/ShippingApi.md +1 -1
  2569. data/lib/shipping_api_model/models/accepted_rate.rb +47 -66
  2570. data/lib/shipping_api_model/models/account.rb +36 -43
  2571. data/lib/shipping_api_model/models/account_id.rb +30 -39
  2572. data/lib/shipping_api_model/models/address.rb +83 -126
  2573. data/lib/shipping_api_model/models/cancel_shipment_response.rb +34 -41
  2574. data/lib/shipping_api_model/models/city.rb +30 -39
  2575. data/lib/shipping_api_model/models/client_reference_id.rb +30 -39
  2576. data/lib/shipping_api_model/models/container.rb +65 -98
  2577. data/lib/shipping_api_model/models/container_item.rb +52 -73
  2578. data/lib/shipping_api_model/models/container_list.rb +30 -39
  2579. data/lib/shipping_api_model/models/container_reference_id.rb +30 -39
  2580. data/lib/shipping_api_model/models/container_specification.rb +42 -55
  2581. data/lib/shipping_api_model/models/container_specification_list.rb +30 -39
  2582. data/lib/shipping_api_model/models/country_code.rb +30 -39
  2583. data/lib/shipping_api_model/models/create_shipment_request.rb +52 -77
  2584. data/lib/shipping_api_model/models/create_shipment_response.rb +39 -50
  2585. data/lib/shipping_api_model/models/create_shipment_result.rb +42 -55
  2586. data/lib/shipping_api_model/models/currency.rb +41 -52
  2587. data/lib/shipping_api_model/models/dimensions.rb +57 -77
  2588. data/lib/shipping_api_model/models/error.rb +45 -58
  2589. data/lib/shipping_api_model/models/error_list.rb +30 -39
  2590. data/lib/shipping_api_model/models/event.rb +46 -61
  2591. data/lib/shipping_api_model/models/event_code.rb +30 -39
  2592. data/lib/shipping_api_model/models/event_list.rb +30 -39
  2593. data/lib/shipping_api_model/models/get_account_response.rb +39 -50
  2594. data/lib/shipping_api_model/models/get_rates_request.rb +56 -83
  2595. data/lib/shipping_api_model/models/get_rates_response.rb +39 -50
  2596. data/lib/shipping_api_model/models/get_rates_result.rb +36 -43
  2597. data/lib/shipping_api_model/models/get_shipment_response.rb +39 -50
  2598. data/lib/shipping_api_model/models/get_tracking_information_response.rb +39 -50
  2599. data/lib/shipping_api_model/models/label.rb +39 -50
  2600. data/lib/shipping_api_model/models/label_result.rb +43 -56
  2601. data/lib/shipping_api_model/models/label_result_list.rb +30 -39
  2602. data/lib/shipping_api_model/models/label_specification.rb +48 -60
  2603. data/lib/shipping_api_model/models/label_stream.rb +30 -39
  2604. data/lib/shipping_api_model/models/location.rb +47 -66
  2605. data/lib/shipping_api_model/models/party.rb +34 -41
  2606. data/lib/shipping_api_model/models/postal_code.rb +30 -39
  2607. data/lib/shipping_api_model/models/promised_delivery_date.rb +30 -39
  2608. data/lib/shipping_api_model/models/purchase_labels_request.rb +42 -55
  2609. data/lib/shipping_api_model/models/purchase_labels_response.rb +39 -50
  2610. data/lib/shipping_api_model/models/purchase_labels_result.rb +51 -74
  2611. data/lib/shipping_api_model/models/purchase_shipment_request.rb +66 -105
  2612. data/lib/shipping_api_model/models/purchase_shipment_response.rb +39 -50
  2613. data/lib/shipping_api_model/models/purchase_shipment_result.rb +47 -66
  2614. data/lib/shipping_api_model/models/rate.rb +55 -78
  2615. data/lib/shipping_api_model/models/rate_id.rb +30 -39
  2616. data/lib/shipping_api_model/models/rate_list.rb +30 -39
  2617. data/lib/shipping_api_model/models/retrieve_shipping_label_request.rb +36 -43
  2618. data/lib/shipping_api_model/models/retrieve_shipping_label_response.rb +39 -50
  2619. data/lib/shipping_api_model/models/retrieve_shipping_label_result.rb +42 -55
  2620. data/lib/shipping_api_model/models/service_rate.rb +52 -77
  2621. data/lib/shipping_api_model/models/service_rate_list.rb +30 -39
  2622. data/lib/shipping_api_model/models/service_type.rb +10 -11
  2623. data/lib/shipping_api_model/models/service_type_list.rb +30 -39
  2624. data/lib/shipping_api_model/models/shipment.rb +65 -104
  2625. data/lib/shipping_api_model/models/shipment_id.rb +30 -39
  2626. data/lib/shipping_api_model/models/shipping_promise_set.rb +39 -50
  2627. data/lib/shipping_api_model/models/state_or_region.rb +30 -39
  2628. data/lib/shipping_api_model/models/time_range.rb +38 -47
  2629. data/lib/shipping_api_model/models/tracking_id.rb +30 -39
  2630. data/lib/shipping_api_model/models/tracking_information.rb +52 -77
  2631. data/lib/shipping_api_model/models/tracking_summary.rb +34 -41
  2632. data/lib/shipping_api_model/models/weight.rb +47 -59
  2633. data/lib/shipping_api_model/spec/api/shipping_api_spec.rb +20 -23
  2634. data/lib/shipping_api_model/spec/api_client_spec.rb +15 -17
  2635. data/lib/shipping_api_model/spec/base_object_spec.rb +28 -29
  2636. data/lib/shipping_api_model/spec/configuration_spec.rb +8 -10
  2637. data/lib/shipping_api_model/spec/models/accepted_rate_spec.rb +8 -11
  2638. data/lib/shipping_api_model/spec/models/account_id_spec.rb +8 -10
  2639. data/lib/shipping_api_model/spec/models/account_spec.rb +8 -11
  2640. data/lib/shipping_api_model/spec/models/address_spec.rb +8 -11
  2641. data/lib/shipping_api_model/spec/models/cancel_shipment_response_spec.rb +8 -11
  2642. data/lib/shipping_api_model/spec/models/city_spec.rb +8 -10
  2643. data/lib/shipping_api_model/spec/models/client_reference_id_spec.rb +8 -10
  2644. data/lib/shipping_api_model/spec/models/container_item_spec.rb +8 -11
  2645. data/lib/shipping_api_model/spec/models/container_list_spec.rb +8 -10
  2646. data/lib/shipping_api_model/spec/models/container_reference_id_spec.rb +8 -10
  2647. data/lib/shipping_api_model/spec/models/container_spec.rb +8 -11
  2648. data/lib/shipping_api_model/spec/models/container_specification_list_spec.rb +8 -10
  2649. data/lib/shipping_api_model/spec/models/container_specification_spec.rb +8 -11
  2650. data/lib/shipping_api_model/spec/models/country_code_spec.rb +8 -10
  2651. data/lib/shipping_api_model/spec/models/create_shipment_request_spec.rb +8 -11
  2652. data/lib/shipping_api_model/spec/models/create_shipment_response_spec.rb +8 -11
  2653. data/lib/shipping_api_model/spec/models/create_shipment_result_spec.rb +8 -11
  2654. data/lib/shipping_api_model/spec/models/currency_spec.rb +8 -11
  2655. data/lib/shipping_api_model/spec/models/dimensions_spec.rb +8 -11
  2656. data/lib/shipping_api_model/spec/models/error_list_spec.rb +8 -10
  2657. data/lib/shipping_api_model/spec/models/error_spec.rb +8 -11
  2658. data/lib/shipping_api_model/spec/models/event_code_spec.rb +8 -10
  2659. data/lib/shipping_api_model/spec/models/event_list_spec.rb +8 -10
  2660. data/lib/shipping_api_model/spec/models/event_spec.rb +8 -11
  2661. data/lib/shipping_api_model/spec/models/get_account_response_spec.rb +8 -11
  2662. data/lib/shipping_api_model/spec/models/get_rates_request_spec.rb +8 -11
  2663. data/lib/shipping_api_model/spec/models/get_rates_response_spec.rb +8 -11
  2664. data/lib/shipping_api_model/spec/models/get_rates_result_spec.rb +8 -11
  2665. data/lib/shipping_api_model/spec/models/get_shipment_response_spec.rb +8 -11
  2666. data/lib/shipping_api_model/spec/models/get_tracking_information_response_spec.rb +8 -11
  2667. data/lib/shipping_api_model/spec/models/label_result_list_spec.rb +8 -10
  2668. data/lib/shipping_api_model/spec/models/label_result_spec.rb +8 -11
  2669. data/lib/shipping_api_model/spec/models/label_spec.rb +8 -11
  2670. data/lib/shipping_api_model/spec/models/label_specification_spec.rb +8 -11
  2671. data/lib/shipping_api_model/spec/models/label_stream_spec.rb +8 -10
  2672. data/lib/shipping_api_model/spec/models/location_spec.rb +8 -11
  2673. data/lib/shipping_api_model/spec/models/party_spec.rb +8 -11
  2674. data/lib/shipping_api_model/spec/models/postal_code_spec.rb +8 -10
  2675. data/lib/shipping_api_model/spec/models/promised_delivery_date_spec.rb +8 -10
  2676. data/lib/shipping_api_model/spec/models/purchase_labels_request_spec.rb +8 -11
  2677. data/lib/shipping_api_model/spec/models/purchase_labels_response_spec.rb +8 -11
  2678. data/lib/shipping_api_model/spec/models/purchase_labels_result_spec.rb +8 -11
  2679. data/lib/shipping_api_model/spec/models/purchase_shipment_request_spec.rb +8 -11
  2680. data/lib/shipping_api_model/spec/models/purchase_shipment_response_spec.rb +8 -11
  2681. data/lib/shipping_api_model/spec/models/purchase_shipment_result_spec.rb +8 -11
  2682. data/lib/shipping_api_model/spec/models/rate_id_spec.rb +8 -10
  2683. data/lib/shipping_api_model/spec/models/rate_list_spec.rb +8 -10
  2684. data/lib/shipping_api_model/spec/models/rate_spec.rb +8 -11
  2685. data/lib/shipping_api_model/spec/models/retrieve_shipping_label_request_spec.rb +8 -11
  2686. data/lib/shipping_api_model/spec/models/retrieve_shipping_label_response_spec.rb +8 -11
  2687. data/lib/shipping_api_model/spec/models/retrieve_shipping_label_result_spec.rb +8 -11
  2688. data/lib/shipping_api_model/spec/models/service_rate_list_spec.rb +8 -10
  2689. data/lib/shipping_api_model/spec/models/service_rate_spec.rb +8 -11
  2690. data/lib/shipping_api_model/spec/models/service_type_list_spec.rb +8 -10
  2691. data/lib/shipping_api_model/spec/models/service_type_spec.rb +8 -10
  2692. data/lib/shipping_api_model/spec/models/shipment_id_spec.rb +8 -10
  2693. data/lib/shipping_api_model/spec/models/shipment_spec.rb +8 -11
  2694. data/lib/shipping_api_model/spec/models/shipping_promise_set_spec.rb +8 -11
  2695. data/lib/shipping_api_model/spec/models/state_or_region_spec.rb +8 -10
  2696. data/lib/shipping_api_model/spec/models/time_range_spec.rb +8 -11
  2697. data/lib/shipping_api_model/spec/models/tracking_id_spec.rb +8 -10
  2698. data/lib/shipping_api_model/spec/models/tracking_information_spec.rb +8 -11
  2699. data/lib/shipping_api_model/spec/models/tracking_summary_spec.rb +8 -11
  2700. data/lib/shipping_api_model/spec/models/weight_spec.rb +8 -11
  2701. data/lib/shipping_api_model/spec/spec_helper.rb +59 -63
  2702. data/lib/shipping_api_model/version.rb +9 -11
  2703. data/lib/shipping_api_model.rb +8 -10
  2704. data/lib/solicitations_api_model/Gemfile +1 -1
  2705. data/lib/solicitations_api_model/README.md +4 -4
  2706. data/lib/solicitations_api_model/api/solicitations_api.rb +46 -60
  2707. data/lib/solicitations_api_model/api_client.rb +69 -73
  2708. data/lib/solicitations_api_model/api_error.rb +13 -16
  2709. data/lib/solicitations_api_model/config.json +3 -3
  2710. data/lib/solicitations_api_model/configuration.rb +14 -19
  2711. data/lib/solicitations_api_model/docs/SolicitationsApi.md +2 -2
  2712. data/lib/solicitations_api_model/models/create_product_review_and_seller_feedback_solicitation_response.rb +34 -41
  2713. data/lib/solicitations_api_model/models/error.rb +45 -58
  2714. data/lib/solicitations_api_model/models/error_list.rb +30 -39
  2715. data/lib/solicitations_api_model/models/get_schema_response.rb +43 -58
  2716. data/lib/solicitations_api_model/models/get_schema_response__links.rb +36 -43
  2717. data/lib/solicitations_api_model/models/get_solicitation_action_response.rb +47 -66
  2718. data/lib/solicitations_api_model/models/get_solicitation_action_response__embedded.rb +34 -41
  2719. data/lib/solicitations_api_model/models/get_solicitation_action_response__links.rb +42 -55
  2720. data/lib/solicitations_api_model/models/get_solicitation_actions_for_order_response.rb +43 -58
  2721. data/lib/solicitations_api_model/models/get_solicitation_actions_for_order_response__embedded.rb +37 -45
  2722. data/lib/solicitations_api_model/models/get_solicitation_actions_for_order_response__links.rb +42 -54
  2723. data/lib/solicitations_api_model/models/link_object.rb +40 -49
  2724. data/lib/solicitations_api_model/models/schema.rb +30 -39
  2725. data/lib/solicitations_api_model/models/solicitations_action.rb +36 -43
  2726. data/lib/solicitations_api_model/spec/api/solicitations_api_spec.rb +10 -13
  2727. data/lib/solicitations_api_model/spec/api_client_spec.rb +15 -17
  2728. data/lib/solicitations_api_model/spec/base_object_spec.rb +28 -29
  2729. data/lib/solicitations_api_model/spec/configuration_spec.rb +8 -10
  2730. data/lib/solicitations_api_model/spec/models/create_product_review_and_seller_feedback_solicitation_response_spec.rb +8 -11
  2731. data/lib/solicitations_api_model/spec/models/error_list_spec.rb +8 -10
  2732. data/lib/solicitations_api_model/spec/models/error_spec.rb +8 -11
  2733. data/lib/solicitations_api_model/spec/models/get_schema_response__links_spec.rb +8 -11
  2734. data/lib/solicitations_api_model/spec/models/get_schema_response_spec.rb +8 -11
  2735. data/lib/solicitations_api_model/spec/models/get_solicitation_action_response__embedded_spec.rb +8 -11
  2736. data/lib/solicitations_api_model/spec/models/get_solicitation_action_response__links_spec.rb +8 -11
  2737. data/lib/solicitations_api_model/spec/models/get_solicitation_action_response_spec.rb +8 -11
  2738. data/lib/solicitations_api_model/spec/models/get_solicitation_actions_for_order_response__embedded_spec.rb +8 -11
  2739. data/lib/solicitations_api_model/spec/models/get_solicitation_actions_for_order_response__links_spec.rb +8 -11
  2740. data/lib/solicitations_api_model/spec/models/get_solicitation_actions_for_order_response_spec.rb +8 -11
  2741. data/lib/solicitations_api_model/spec/models/link_object_spec.rb +8 -11
  2742. data/lib/solicitations_api_model/spec/models/schema_spec.rb +8 -10
  2743. data/lib/solicitations_api_model/spec/models/solicitations_action_spec.rb +8 -11
  2744. data/lib/solicitations_api_model/spec/spec_helper.rb +59 -63
  2745. data/lib/solicitations_api_model/version.rb +9 -11
  2746. data/lib/solicitations_api_model.rb +8 -10
  2747. data/lib/tokens_api_model/Gemfile +1 -1
  2748. data/lib/tokens_api_model/README.md +4 -4
  2749. data/lib/tokens_api_model/api/tokens_api.rb +24 -30
  2750. data/lib/tokens_api_model/api_client.rb +69 -73
  2751. data/lib/tokens_api_model/api_error.rb +13 -16
  2752. data/lib/tokens_api_model/config.json +3 -3
  2753. data/lib/tokens_api_model/configuration.rb +14 -19
  2754. data/lib/tokens_api_model/docs/TokensApi.md +1 -1
  2755. data/lib/tokens_api_model/models/create_restricted_data_token_request.rb +41 -51
  2756. data/lib/tokens_api_model/models/create_restricted_data_token_response.rb +38 -47
  2757. data/lib/tokens_api_model/models/error.rb +45 -58
  2758. data/lib/tokens_api_model/models/error_list.rb +35 -43
  2759. data/lib/tokens_api_model/models/restricted_resource.rb +52 -67
  2760. data/lib/tokens_api_model/spec/api/tokens_api_spec.rb +9 -12
  2761. data/lib/tokens_api_model/spec/api_client_spec.rb +15 -17
  2762. data/lib/tokens_api_model/spec/base_object_spec.rb +28 -29
  2763. data/lib/tokens_api_model/spec/configuration_spec.rb +8 -10
  2764. data/lib/tokens_api_model/spec/models/create_restricted_data_token_request_spec.rb +8 -11
  2765. data/lib/tokens_api_model/spec/models/create_restricted_data_token_response_spec.rb +8 -11
  2766. data/lib/tokens_api_model/spec/models/error_list_spec.rb +8 -11
  2767. data/lib/tokens_api_model/spec/models/error_spec.rb +8 -11
  2768. data/lib/tokens_api_model/spec/models/restricted_resource_spec.rb +8 -11
  2769. data/lib/tokens_api_model/spec/spec_helper.rb +59 -63
  2770. data/lib/tokens_api_model/version.rb +9 -11
  2771. data/lib/tokens_api_model.rb +8 -10
  2772. data/lib/uploads_api_model/Gemfile +1 -1
  2773. data/lib/uploads_api_model/README.md +5 -5
  2774. data/lib/uploads_api_model/api/uploads_api.rb +31 -41
  2775. data/lib/uploads_api_model/api_client.rb +69 -73
  2776. data/lib/uploads_api_model/api_error.rb +13 -16
  2777. data/lib/uploads_api_model/config.json +3 -3
  2778. data/lib/uploads_api_model/configuration.rb +14 -19
  2779. data/lib/uploads_api_model/docs/UploadsApi.md +3 -3
  2780. data/lib/uploads_api_model/models/create_upload_destination_response.rb +39 -50
  2781. data/lib/uploads_api_model/models/error.rb +45 -58
  2782. data/lib/uploads_api_model/models/error_list.rb +30 -39
  2783. data/lib/uploads_api_model/models/upload_destination.rb +42 -53
  2784. data/lib/uploads_api_model/spec/api/uploads_api_spec.rb +10 -13
  2785. data/lib/uploads_api_model/spec/api_client_spec.rb +15 -17
  2786. data/lib/uploads_api_model/spec/base_object_spec.rb +28 -29
  2787. data/lib/uploads_api_model/spec/configuration_spec.rb +8 -10
  2788. data/lib/uploads_api_model/spec/models/create_upload_destination_response_spec.rb +8 -11
  2789. data/lib/uploads_api_model/spec/models/error_list_spec.rb +8 -10
  2790. data/lib/uploads_api_model/spec/models/error_spec.rb +8 -11
  2791. data/lib/uploads_api_model/spec/models/upload_destination_spec.rb +8 -11
  2792. data/lib/uploads_api_model/spec/spec_helper.rb +59 -63
  2793. data/lib/uploads_api_model/version.rb +9 -11
  2794. data/lib/uploads_api_model.rb +8 -10
  2795. data/models/catalog_items_api_model/catalogItems_2022-04-01.json +3978 -0
  2796. data/models/easy_ship_api_model/easyShip_2022-03-23.json +2017 -0
  2797. data/models/fba_inbound_eligibility_api_model/fbaInbound.json +1 -1
  2798. data/models/fba_inventory_api_model/fbaInventory.json +138 -131
  2799. data/models/fba_small_and_light_api_model/fbaSmallandLight.json +5 -5
  2800. data/models/feeds_api_model/feeds_2021-06-30.json +8 -8
  2801. data/models/finances_api_model/financesV0.json +813 -590
  2802. data/models/fulfillment_inbound_api_model/fulfillmentInboundV0.json +71 -21
  2803. data/models/fulfillment_outbound_api_model/fulfillmentOutbound_2020-07-01.json +260 -1489
  2804. data/models/listings_items_api_model/listingsItems_2021-08-01.json +6 -6
  2805. data/models/merchant_fulfillment_api_model/merchantFulfillmentV0.json +62 -62
  2806. data/models/messaging_api_model/messaging.json +1888 -1535
  2807. data/models/notifications_api_model/notifications.json +122 -10
  2808. data/models/orders_api_model/ordersV0.json +1924 -346
  2809. data/models/product_fees_api_model/productFeesV0.json +417 -6
  2810. data/models/product_pricing_api_model/productPricing_2022-05-01.json +977 -0
  2811. data/models/reports_api_model/reports_2021-06-30.json +17 -17
  2812. data/models/sales_api_model/sales.json +2 -2
  2813. data/models/sellers_api_model/sellers.json +1 -1
  2814. data/models/services_api_model/services.json +8153 -1792
  2815. data/models/shipment_invoicing_api_model/shipmentInvoicingV0.json +96 -96
  2816. data/models/shipping_api_model/shipping.json +2 -2
  2817. data/models/solicitations_api_model/solicitations.json +14 -14
  2818. data/models/tokens_api_model/tokens_2021-03-01.json +1 -1
  2819. data/models/uploads_api_model/uploads_2020-11-01.json +2 -2
  2820. data/swagger-codegen.sh +19 -17
  2821. metadata +641 -488
  2822. data/lib/aplus_content_api_model/.gitignore +0 -39
  2823. data/lib/aplus_content_api_model/.rubocop.yml +0 -154
  2824. data/lib/aplus_content_api_model/.swagger-codegen/VERSION +0 -1
  2825. data/lib/aplus_content_api_model/.swagger-codegen-ignore +0 -23
  2826. data/lib/aplus_content_api_model/git_push.sh +0 -55
  2827. data/lib/authorization_api_model/.gitignore +0 -39
  2828. data/lib/authorization_api_model/.rubocop.yml +0 -154
  2829. data/lib/authorization_api_model/.swagger-codegen/VERSION +0 -1
  2830. data/lib/authorization_api_model/.swagger-codegen-ignore +0 -23
  2831. data/lib/authorization_api_model/git_push.sh +0 -55
  2832. data/lib/catalog_items_api_model/.gitignore +0 -39
  2833. data/lib/catalog_items_api_model/.rubocop.yml +0 -154
  2834. data/lib/catalog_items_api_model/.swagger-codegen/VERSION +0 -1
  2835. data/lib/catalog_items_api_model/.swagger-codegen-ignore +0 -23
  2836. data/lib/catalog_items_api_model/docs/ASINIdentifier.md +0 -8
  2837. data/lib/catalog_items_api_model/docs/AttributeSetList.md +0 -6
  2838. data/lib/catalog_items_api_model/docs/AttributeSetListType.md +0 -102
  2839. data/lib/catalog_items_api_model/docs/Categories.md +0 -9
  2840. data/lib/catalog_items_api_model/docs/CreatorType.md +0 -8
  2841. data/lib/catalog_items_api_model/docs/DecimalWithUnits.md +0 -8
  2842. data/lib/catalog_items_api_model/docs/DimensionType.md +0 -10
  2843. data/lib/catalog_items_api_model/docs/GetCatalogItemResponse.md +0 -8
  2844. data/lib/catalog_items_api_model/docs/IdentifierType.md +0 -8
  2845. data/lib/catalog_items_api_model/docs/Image.md +0 -9
  2846. data/lib/catalog_items_api_model/docs/ItemList.md +0 -6
  2847. data/lib/catalog_items_api_model/docs/LanguageType.md +0 -9
  2848. data/lib/catalog_items_api_model/docs/ListCatalogCategoriesResponse.md +0 -8
  2849. data/lib/catalog_items_api_model/docs/ListCatalogItemsResponse.md +0 -8
  2850. data/lib/catalog_items_api_model/docs/ListMatchingItemsResponse.md +0 -7
  2851. data/lib/catalog_items_api_model/docs/ListOfCategories.md +0 -6
  2852. data/lib/catalog_items_api_model/docs/Price.md +0 -8
  2853. data/lib/catalog_items_api_model/docs/RelationshipList.md +0 -6
  2854. data/lib/catalog_items_api_model/docs/RelationshipType.md +0 -29
  2855. data/lib/catalog_items_api_model/docs/SalesRankList.md +0 -6
  2856. data/lib/catalog_items_api_model/docs/SalesRankType.md +0 -8
  2857. data/lib/catalog_items_api_model/docs/SellerSKUIdentifier.md +0 -9
  2858. data/lib/catalog_items_api_model/git_push.sh +0 -55
  2859. data/lib/catalog_items_api_model/models/asin_identifier.rb +0 -227
  2860. data/lib/catalog_items_api_model/models/attribute_set_list.rb +0 -202
  2861. data/lib/catalog_items_api_model/models/attribute_set_list_type.rb +0 -1166
  2862. data/lib/catalog_items_api_model/models/categories.rb +0 -227
  2863. data/lib/catalog_items_api_model/models/creator_type.rb +0 -218
  2864. data/lib/catalog_items_api_model/models/decimal_with_units.rb +0 -218
  2865. data/lib/catalog_items_api_model/models/dimension_type.rb +0 -234
  2866. data/lib/catalog_items_api_model/models/get_catalog_item_response.rb +0 -215
  2867. data/lib/catalog_items_api_model/models/identifier_type.rb +0 -215
  2868. data/lib/catalog_items_api_model/models/image.rb +0 -226
  2869. data/lib/catalog_items_api_model/models/item_list.rb +0 -202
  2870. data/lib/catalog_items_api_model/models/language_type.rb +0 -228
  2871. data/lib/catalog_items_api_model/models/list_catalog_categories_response.rb +0 -215
  2872. data/lib/catalog_items_api_model/models/list_catalog_items_response.rb +0 -215
  2873. data/lib/catalog_items_api_model/models/list_matching_items_response.rb +0 -206
  2874. data/lib/catalog_items_api_model/models/list_of_categories.rb +0 -201
  2875. data/lib/catalog_items_api_model/models/price.rb +0 -218
  2876. data/lib/catalog_items_api_model/models/relationship_list.rb +0 -202
  2877. data/lib/catalog_items_api_model/models/relationship_type.rb +0 -429
  2878. data/lib/catalog_items_api_model/models/sales_rank_list.rb +0 -202
  2879. data/lib/catalog_items_api_model/models/sales_rank_type.rb +0 -227
  2880. data/lib/catalog_items_api_model/models/seller_sku_identifier.rb +0 -242
  2881. data/lib/catalog_items_api_model/spec/models/asin_identifier_spec.rb +0 -46
  2882. data/lib/catalog_items_api_model/spec/models/attribute_set_list_spec.rb +0 -34
  2883. data/lib/catalog_items_api_model/spec/models/attribute_set_list_type_spec.rb +0 -610
  2884. data/lib/catalog_items_api_model/spec/models/categories_spec.rb +0 -52
  2885. data/lib/catalog_items_api_model/spec/models/creator_type_spec.rb +0 -46
  2886. data/lib/catalog_items_api_model/spec/models/decimal_with_units_spec.rb +0 -46
  2887. data/lib/catalog_items_api_model/spec/models/dimension_type_spec.rb +0 -58
  2888. data/lib/catalog_items_api_model/spec/models/get_catalog_item_response_spec.rb +0 -46
  2889. data/lib/catalog_items_api_model/spec/models/identifier_type_spec.rb +0 -46
  2890. data/lib/catalog_items_api_model/spec/models/image_spec.rb +0 -52
  2891. data/lib/catalog_items_api_model/spec/models/item_list_spec.rb +0 -34
  2892. data/lib/catalog_items_api_model/spec/models/language_type_spec.rb +0 -52
  2893. data/lib/catalog_items_api_model/spec/models/list_catalog_categories_response_spec.rb +0 -46
  2894. data/lib/catalog_items_api_model/spec/models/list_catalog_items_response_spec.rb +0 -46
  2895. data/lib/catalog_items_api_model/spec/models/list_matching_items_response_spec.rb +0 -40
  2896. data/lib/catalog_items_api_model/spec/models/list_of_categories_spec.rb +0 -34
  2897. data/lib/catalog_items_api_model/spec/models/price_spec.rb +0 -46
  2898. data/lib/catalog_items_api_model/spec/models/relationship_list_spec.rb +0 -34
  2899. data/lib/catalog_items_api_model/spec/models/relationship_type_spec.rb +0 -172
  2900. data/lib/catalog_items_api_model/spec/models/sales_rank_list_spec.rb +0 -34
  2901. data/lib/catalog_items_api_model/spec/models/sales_rank_type_spec.rb +0 -46
  2902. data/lib/catalog_items_api_model/spec/models/seller_sku_identifier_spec.rb +0 -52
  2903. data/lib/easy_ship_model/.gitignore +0 -39
  2904. data/lib/easy_ship_model/.rubocop.yml +0 -154
  2905. data/lib/easy_ship_model/.swagger-codegen/VERSION +0 -1
  2906. data/lib/easy_ship_model/.swagger-codegen-ignore +0 -23
  2907. data/lib/easy_ship_model/Gemfile +0 -9
  2908. data/lib/easy_ship_model/README.md +0 -158
  2909. data/lib/easy_ship_model/api/easy_ship_api.rb +0 -242
  2910. data/lib/easy_ship_model/api_client.rb +0 -387
  2911. data/lib/easy_ship_model/api_error.rb +0 -57
  2912. data/lib/easy_ship_model/config.json +0 -9
  2913. data/lib/easy_ship_model/configuration.rb +0 -198
  2914. data/lib/easy_ship_model/docs/AmazonOrderId.md +0 -6
  2915. data/lib/easy_ship_model/docs/Code.md +0 -6
  2916. data/lib/easy_ship_model/docs/CreateScheduledPackageRequest.md +0 -9
  2917. data/lib/easy_ship_model/docs/DateTime.md +0 -6
  2918. data/lib/easy_ship_model/docs/Dimension.md +0 -6
  2919. data/lib/easy_ship_model/docs/Dimensions.md +0 -11
  2920. data/lib/easy_ship_model/docs/EasyShipApi.md +0 -195
  2921. data/lib/easy_ship_model/docs/Error.md +0 -9
  2922. data/lib/easy_ship_model/docs/ErrorList.md +0 -7
  2923. data/lib/easy_ship_model/docs/HandoverMethod.md +0 -6
  2924. data/lib/easy_ship_model/docs/InvoiceData.md +0 -8
  2925. data/lib/easy_ship_model/docs/Item.md +0 -8
  2926. data/lib/easy_ship_model/docs/Items.md +0 -6
  2927. data/lib/easy_ship_model/docs/ListHandoverSlotsRequest.md +0 -10
  2928. data/lib/easy_ship_model/docs/ListHandoverSlotsResponse.md +0 -8
  2929. data/lib/easy_ship_model/docs/OrderItemId.md +0 -6
  2930. data/lib/easy_ship_model/docs/OrderItemSerialNumber.md +0 -6
  2931. data/lib/easy_ship_model/docs/OrderItemSerialNumbers.md +0 -6
  2932. data/lib/easy_ship_model/docs/Package.md +0 -15
  2933. data/lib/easy_ship_model/docs/PackageDetails.md +0 -9
  2934. data/lib/easy_ship_model/docs/PackageId.md +0 -6
  2935. data/lib/easy_ship_model/docs/PackageIdentifier.md +0 -6
  2936. data/lib/easy_ship_model/docs/PackageStatus.md +0 -6
  2937. data/lib/easy_ship_model/docs/Packages.md +0 -7
  2938. data/lib/easy_ship_model/docs/ScheduledPackageId.md +0 -8
  2939. data/lib/easy_ship_model/docs/String.md +0 -6
  2940. data/lib/easy_ship_model/docs/TimeSlot.md +0 -10
  2941. data/lib/easy_ship_model/docs/TimeSlots.md +0 -6
  2942. data/lib/easy_ship_model/docs/TrackingDetails.md +0 -7
  2943. data/lib/easy_ship_model/docs/UnitOfLength.md +0 -6
  2944. data/lib/easy_ship_model/docs/UnitOfWeight.md +0 -6
  2945. data/lib/easy_ship_model/docs/UpdatePackageDetails.md +0 -8
  2946. data/lib/easy_ship_model/docs/UpdatePackageDetailsList.md +0 -6
  2947. data/lib/easy_ship_model/docs/UpdateScheduledPackagesRequest.md +0 -8
  2948. data/lib/easy_ship_model/docs/Weight.md +0 -8
  2949. data/lib/easy_ship_model/docs/WeightValue.md +0 -6
  2950. data/lib/easy_ship_model/git_push.sh +0 -55
  2951. data/lib/easy_ship_model/models/amazon_order_id.rb +0 -198
  2952. data/lib/easy_ship_model/models/code.rb +0 -37
  2953. data/lib/easy_ship_model/models/create_scheduled_package_request.rb +0 -240
  2954. data/lib/easy_ship_model/models/date_time.rb +0 -198
  2955. data/lib/easy_ship_model/models/dimension.rb +0 -198
  2956. data/lib/easy_ship_model/models/dimensions.rb +0 -243
  2957. data/lib/easy_ship_model/models/error.rb +0 -238
  2958. data/lib/easy_ship_model/models/error_list.rb +0 -214
  2959. data/lib/easy_ship_model/models/handover_method.rb +0 -28
  2960. data/lib/easy_ship_model/models/invoice_data.rb +0 -221
  2961. data/lib/easy_ship_model/models/item.rb +0 -216
  2962. data/lib/easy_ship_model/models/items.rb +0 -202
  2963. data/lib/easy_ship_model/models/list_handover_slots_request.rb +0 -254
  2964. data/lib/easy_ship_model/models/list_handover_slots_response.rb +0 -226
  2965. data/lib/easy_ship_model/models/order_item_id.rb +0 -198
  2966. data/lib/easy_ship_model/models/order_item_serial_number.rb +0 -198
  2967. data/lib/easy_ship_model/models/order_item_serial_numbers.rb +0 -202
  2968. data/lib/easy_ship_model/models/package.rb +0 -299
  2969. data/lib/easy_ship_model/models/package_details.rb +0 -230
  2970. data/lib/easy_ship_model/models/package_id.rb +0 -198
  2971. data/lib/easy_ship_model/models/package_identifier.rb +0 -198
  2972. data/lib/easy_ship_model/models/package_status.rb +0 -38
  2973. data/lib/easy_ship_model/models/packages.rb +0 -214
  2974. data/lib/easy_ship_model/models/scheduled_package_id.rb +0 -221
  2975. data/lib/easy_ship_model/models/string.rb +0 -198
  2976. data/lib/easy_ship_model/models/time_slot.rb +0 -239
  2977. data/lib/easy_ship_model/models/time_slots.rb +0 -202
  2978. data/lib/easy_ship_model/models/tracking_details.rb +0 -207
  2979. data/lib/easy_ship_model/models/unit_of_length.rb +0 -27
  2980. data/lib/easy_ship_model/models/unit_of_weight.rb +0 -28
  2981. data/lib/easy_ship_model/models/update_package_details.rb +0 -226
  2982. data/lib/easy_ship_model/models/update_package_details_list.rb +0 -202
  2983. data/lib/easy_ship_model/models/update_scheduled_packages_request.rb +0 -226
  2984. data/lib/easy_ship_model/models/weight.rb +0 -216
  2985. data/lib/easy_ship_model/models/weight_value.rb +0 -198
  2986. data/lib/easy_ship_model/spec/api/easy_ship_api_spec.rb +0 -79
  2987. data/lib/easy_ship_model/spec/api_client_spec.rb +0 -225
  2988. data/lib/easy_ship_model/spec/base_object_spec.rb +0 -109
  2989. data/lib/easy_ship_model/spec/configuration_spec.rb +0 -41
  2990. data/lib/easy_ship_model/spec/models/amazon_order_id_spec.rb +0 -34
  2991. data/lib/easy_ship_model/spec/models/code_spec.rb +0 -34
  2992. data/lib/easy_ship_model/spec/models/create_scheduled_package_request_spec.rb +0 -52
  2993. data/lib/easy_ship_model/spec/models/date_time_spec.rb +0 -34
  2994. data/lib/easy_ship_model/spec/models/dimension_spec.rb +0 -34
  2995. data/lib/easy_ship_model/spec/models/dimensions_spec.rb +0 -64
  2996. data/lib/easy_ship_model/spec/models/error_list_spec.rb +0 -40
  2997. data/lib/easy_ship_model/spec/models/error_spec.rb +0 -52
  2998. data/lib/easy_ship_model/spec/models/handover_method_spec.rb +0 -34
  2999. data/lib/easy_ship_model/spec/models/invoice_data_spec.rb +0 -46
  3000. data/lib/easy_ship_model/spec/models/item_spec.rb +0 -46
  3001. data/lib/easy_ship_model/spec/models/items_spec.rb +0 -34
  3002. data/lib/easy_ship_model/spec/models/list_handover_slots_request_spec.rb +0 -58
  3003. data/lib/easy_ship_model/spec/models/list_handover_slots_response_spec.rb +0 -46
  3004. data/lib/easy_ship_model/spec/models/order_item_id_spec.rb +0 -34
  3005. data/lib/easy_ship_model/spec/models/order_item_serial_number_spec.rb +0 -34
  3006. data/lib/easy_ship_model/spec/models/order_item_serial_numbers_spec.rb +0 -34
  3007. data/lib/easy_ship_model/spec/models/package_details_spec.rb +0 -52
  3008. data/lib/easy_ship_model/spec/models/package_id_spec.rb +0 -34
  3009. data/lib/easy_ship_model/spec/models/package_identifier_spec.rb +0 -34
  3010. data/lib/easy_ship_model/spec/models/package_spec.rb +0 -88
  3011. data/lib/easy_ship_model/spec/models/package_status_spec.rb +0 -34
  3012. data/lib/easy_ship_model/spec/models/packages_spec.rb +0 -40
  3013. data/lib/easy_ship_model/spec/models/scheduled_package_id_spec.rb +0 -46
  3014. data/lib/easy_ship_model/spec/models/string_spec.rb +0 -34
  3015. data/lib/easy_ship_model/spec/models/time_slot_spec.rb +0 -58
  3016. data/lib/easy_ship_model/spec/models/time_slots_spec.rb +0 -34
  3017. data/lib/easy_ship_model/spec/models/tracking_details_spec.rb +0 -40
  3018. data/lib/easy_ship_model/spec/models/unit_of_length_spec.rb +0 -34
  3019. data/lib/easy_ship_model/spec/models/unit_of_weight_spec.rb +0 -34
  3020. data/lib/easy_ship_model/spec/models/update_package_details_list_spec.rb +0 -34
  3021. data/lib/easy_ship_model/spec/models/update_package_details_spec.rb +0 -46
  3022. data/lib/easy_ship_model/spec/models/update_scheduled_packages_request_spec.rb +0 -46
  3023. data/lib/easy_ship_model/spec/models/weight_spec.rb +0 -46
  3024. data/lib/easy_ship_model/spec/models/weight_value_spec.rb +0 -34
  3025. data/lib/easy_ship_model/spec/spec_helper.rb +0 -110
  3026. data/lib/easy_ship_model/version.rb +0 -14
  3027. data/lib/easy_ship_model.rb +0 -74
  3028. data/lib/fba_inbound_eligibility_api_model/.gitignore +0 -39
  3029. data/lib/fba_inbound_eligibility_api_model/.rubocop.yml +0 -154
  3030. data/lib/fba_inbound_eligibility_api_model/.swagger-codegen/VERSION +0 -1
  3031. data/lib/fba_inbound_eligibility_api_model/.swagger-codegen-ignore +0 -23
  3032. data/lib/fba_inbound_eligibility_api_model/git_push.sh +0 -55
  3033. data/lib/fba_inventory_api_model/.gitignore +0 -39
  3034. data/lib/fba_inventory_api_model/.rubocop.yml +0 -154
  3035. data/lib/fba_inventory_api_model/.swagger-codegen/VERSION +0 -1
  3036. data/lib/fba_inventory_api_model/.swagger-codegen-ignore +0 -23
  3037. data/lib/fba_inventory_api_model/git_push.sh +0 -55
  3038. data/lib/fba_small_and_light_api_model/.gitignore +0 -39
  3039. data/lib/fba_small_and_light_api_model/.rubocop.yml +0 -154
  3040. data/lib/fba_small_and_light_api_model/.swagger-codegen/VERSION +0 -1
  3041. data/lib/fba_small_and_light_api_model/.swagger-codegen-ignore +0 -23
  3042. data/lib/fba_small_and_light_api_model/git_push.sh +0 -55
  3043. data/lib/feeds_api_model/.gitignore +0 -39
  3044. data/lib/feeds_api_model/.rubocop.yml +0 -154
  3045. data/lib/feeds_api_model/.swagger-codegen/VERSION +0 -1
  3046. data/lib/feeds_api_model/.swagger-codegen-ignore +0 -23
  3047. data/lib/feeds_api_model/git_push.sh +0 -55
  3048. data/lib/finances_api_model/.gitignore +0 -39
  3049. data/lib/finances_api_model/.rubocop.yml +0 -154
  3050. data/lib/finances_api_model/.swagger-codegen/VERSION +0 -1
  3051. data/lib/finances_api_model/.swagger-codegen-ignore +0 -23
  3052. data/lib/finances_api_model/git_push.sh +0 -55
  3053. data/lib/fulfillment_inbound_api_model/.gitignore +0 -39
  3054. data/lib/fulfillment_inbound_api_model/.rubocop.yml +0 -154
  3055. data/lib/fulfillment_inbound_api_model/.swagger-codegen/VERSION +0 -1
  3056. data/lib/fulfillment_inbound_api_model/.swagger-codegen-ignore +0 -23
  3057. data/lib/fulfillment_inbound_api_model/git_push.sh +0 -55
  3058. data/lib/fulfillment_outbound_api_model/.gitignore +0 -39
  3059. data/lib/fulfillment_outbound_api_model/.rubocop.yml +0 -154
  3060. data/lib/fulfillment_outbound_api_model/.swagger-codegen/VERSION +0 -1
  3061. data/lib/fulfillment_outbound_api_model/.swagger-codegen-ignore +0 -23
  3062. data/lib/fulfillment_outbound_api_model/git_push.sh +0 -55
  3063. data/lib/listings_items_api_model/.gitignore +0 -39
  3064. data/lib/listings_items_api_model/.rubocop.yml +0 -154
  3065. data/lib/listings_items_api_model/.swagger-codegen/VERSION +0 -1
  3066. data/lib/listings_items_api_model/.swagger-codegen-ignore +0 -23
  3067. data/lib/listings_items_api_model/git_push.sh +0 -55
  3068. data/lib/listings_restrictions_api_model/.gitignore +0 -39
  3069. data/lib/listings_restrictions_api_model/.rubocop.yml +0 -154
  3070. data/lib/listings_restrictions_api_model/.swagger-codegen/VERSION +0 -1
  3071. data/lib/listings_restrictions_api_model/.swagger-codegen-ignore +0 -23
  3072. data/lib/listings_restrictions_api_model/git_push.sh +0 -55
  3073. data/lib/merchant_fulfillment_api_model/.gitignore +0 -39
  3074. data/lib/merchant_fulfillment_api_model/.rubocop.yml +0 -154
  3075. data/lib/merchant_fulfillment_api_model/.swagger-codegen/VERSION +0 -1
  3076. data/lib/merchant_fulfillment_api_model/.swagger-codegen-ignore +0 -23
  3077. data/lib/merchant_fulfillment_api_model/git_push.sh +0 -55
  3078. data/lib/messaging_api_model/.gitignore +0 -39
  3079. data/lib/messaging_api_model/.rubocop.yml +0 -154
  3080. data/lib/messaging_api_model/.swagger-codegen/VERSION +0 -1
  3081. data/lib/messaging_api_model/.swagger-codegen-ignore +0 -23
  3082. data/lib/messaging_api_model/git_push.sh +0 -55
  3083. data/lib/notifications_api_model/.gitignore +0 -39
  3084. data/lib/notifications_api_model/.rubocop.yml +0 -154
  3085. data/lib/notifications_api_model/.swagger-codegen/VERSION +0 -1
  3086. data/lib/notifications_api_model/.swagger-codegen-ignore +0 -23
  3087. data/lib/notifications_api_model/git_push.sh +0 -55
  3088. data/lib/orders_api_model/.gitignore +0 -39
  3089. data/lib/orders_api_model/.rubocop.yml +0 -154
  3090. data/lib/orders_api_model/.swagger-codegen/VERSION +0 -1
  3091. data/lib/orders_api_model/.swagger-codegen-ignore +0 -23
  3092. data/lib/orders_api_model/git_push.sh +0 -55
  3093. data/lib/product_fees_api_model/.gitignore +0 -39
  3094. data/lib/product_fees_api_model/.rubocop.yml +0 -154
  3095. data/lib/product_fees_api_model/.swagger-codegen/VERSION +0 -1
  3096. data/lib/product_fees_api_model/.swagger-codegen-ignore +0 -23
  3097. data/lib/product_fees_api_model/git_push.sh +0 -55
  3098. data/lib/product_pricing_api_model/.gitignore +0 -39
  3099. data/lib/product_pricing_api_model/.rubocop.yml +0 -154
  3100. data/lib/product_pricing_api_model/.swagger-codegen/VERSION +0 -1
  3101. data/lib/product_pricing_api_model/.swagger-codegen-ignore +0 -23
  3102. data/lib/product_pricing_api_model/docs/ASINIdentifier.md +0 -8
  3103. data/lib/product_pricing_api_model/docs/AttributeSetList.md +0 -6
  3104. data/lib/product_pricing_api_model/docs/BuyBoxEligibleOffers.md +0 -6
  3105. data/lib/product_pricing_api_model/docs/BuyBoxPriceType.md +0 -15
  3106. data/lib/product_pricing_api_model/docs/BuyBoxPrices.md +0 -6
  3107. data/lib/product_pricing_api_model/docs/CompetitivePriceList.md +0 -6
  3108. data/lib/product_pricing_api_model/docs/CompetitivePriceType.md +0 -15
  3109. data/lib/product_pricing_api_model/docs/CompetitivePricingType.md +0 -9
  3110. data/lib/product_pricing_api_model/docs/ConditionType.md +0 -6
  3111. data/lib/product_pricing_api_model/docs/DetailedShippingTimeType.md +0 -10
  3112. data/lib/product_pricing_api_model/docs/FulfillmentChannelType.md +0 -6
  3113. data/lib/product_pricing_api_model/docs/GetOffersResponse.md +0 -8
  3114. data/lib/product_pricing_api_model/docs/GetOffersResult.md +0 -14
  3115. data/lib/product_pricing_api_model/docs/GetPricingResponse.md +0 -8
  3116. data/lib/product_pricing_api_model/docs/IdentifierType.md +0 -8
  3117. data/lib/product_pricing_api_model/docs/ItemIdentifier.md +0 -10
  3118. data/lib/product_pricing_api_model/docs/LowestPriceType.md +0 -15
  3119. data/lib/product_pricing_api_model/docs/LowestPrices.md +0 -6
  3120. data/lib/product_pricing_api_model/docs/NumberOfOfferListingsList.md +0 -6
  3121. data/lib/product_pricing_api_model/docs/NumberOfOffers.md +0 -6
  3122. data/lib/product_pricing_api_model/docs/OfferCountType.md +0 -9
  3123. data/lib/product_pricing_api_model/docs/OfferCustomerType.md +0 -6
  3124. data/lib/product_pricing_api_model/docs/OfferDetail.md +0 -22
  3125. data/lib/product_pricing_api_model/docs/OfferDetailList.md +0 -6
  3126. data/lib/product_pricing_api_model/docs/OfferListingCountType.md +0 -8
  3127. data/lib/product_pricing_api_model/docs/OfferType.md +0 -15
  3128. data/lib/product_pricing_api_model/docs/OffersList.md +0 -6
  3129. data/lib/product_pricing_api_model/docs/PriceList.md +0 -6
  3130. data/lib/product_pricing_api_model/docs/PriceType.md +0 -10
  3131. data/lib/product_pricing_api_model/docs/PrimeInformationType.md +0 -8
  3132. data/lib/product_pricing_api_model/docs/Product.md +0 -12
  3133. data/lib/product_pricing_api_model/docs/QuantityDiscountPriceType.md +0 -9
  3134. data/lib/product_pricing_api_model/docs/QuantityDiscountType.md +0 -6
  3135. data/lib/product_pricing_api_model/docs/RelationshipList.md +0 -6
  3136. data/lib/product_pricing_api_model/docs/SalesRankList.md +0 -6
  3137. data/lib/product_pricing_api_model/docs/SalesRankType.md +0 -8
  3138. data/lib/product_pricing_api_model/docs/SellerFeedbackType.md +0 -8
  3139. data/lib/product_pricing_api_model/docs/SellerSKUIdentifier.md +0 -9
  3140. data/lib/product_pricing_api_model/docs/ShipsFromType.md +0 -8
  3141. data/lib/product_pricing_api_model/docs/Summary.md +0 -16
  3142. data/lib/product_pricing_api_model/git_push.sh +0 -55
  3143. data/lib/product_pricing_api_model/models/asin_identifier.rb +0 -227
  3144. data/lib/product_pricing_api_model/models/attribute_set_list.rb +0 -202
  3145. data/lib/product_pricing_api_model/models/buy_box_eligible_offers.rb +0 -201
  3146. data/lib/product_pricing_api_model/models/buy_box_price_type.rb +0 -301
  3147. data/lib/product_pricing_api_model/models/buy_box_prices.rb +0 -201
  3148. data/lib/product_pricing_api_model/models/competitive_price_list.rb +0 -202
  3149. data/lib/product_pricing_api_model/models/competitive_price_type.rb +0 -294
  3150. data/lib/product_pricing_api_model/models/competitive_pricing_type.rb +0 -235
  3151. data/lib/product_pricing_api_model/models/condition_type.rb +0 -31
  3152. data/lib/product_pricing_api_model/models/detailed_shipping_time_type.rb +0 -272
  3153. data/lib/product_pricing_api_model/models/fulfillment_channel_type.rb +0 -28
  3154. data/lib/product_pricing_api_model/models/get_offers_response.rb +0 -216
  3155. data/lib/product_pricing_api_model/models/get_offers_result.rb +0 -303
  3156. data/lib/product_pricing_api_model/models/get_pricing_response.rb +0 -216
  3157. data/lib/product_pricing_api_model/models/identifier_type.rb +0 -221
  3158. data/lib/product_pricing_api_model/models/item_identifier.rb +0 -247
  3159. data/lib/product_pricing_api_model/models/lowest_price_type.rb +0 -306
  3160. data/lib/product_pricing_api_model/models/lowest_prices.rb +0 -201
  3161. data/lib/product_pricing_api_model/models/number_of_offer_listings_list.rb +0 -202
  3162. data/lib/product_pricing_api_model/models/number_of_offers.rb +0 -201
  3163. data/lib/product_pricing_api_model/models/offer_count_type.rb +0 -227
  3164. data/lib/product_pricing_api_model/models/offer_customer_type.rb +0 -28
  3165. data/lib/product_pricing_api_model/models/offer_detail.rb +0 -375
  3166. data/lib/product_pricing_api_model/models/offer_detail_list.rb +0 -201
  3167. data/lib/product_pricing_api_model/models/offer_listing_count_type.rb +0 -228
  3168. data/lib/product_pricing_api_model/models/offer_type.rb +0 -314
  3169. data/lib/product_pricing_api_model/models/offers_list.rb +0 -202
  3170. data/lib/product_pricing_api_model/models/price_list.rb +0 -201
  3171. data/lib/product_pricing_api_model/models/price_type.rb +0 -238
  3172. data/lib/product_pricing_api_model/models/prime_information_type.rb +0 -228
  3173. data/lib/product_pricing_api_model/models/product.rb +0 -257
  3174. data/lib/product_pricing_api_model/models/quantity_discount_price_type.rb +0 -241
  3175. data/lib/product_pricing_api_model/models/quantity_discount_type.rb +0 -27
  3176. data/lib/product_pricing_api_model/models/relationship_list.rb +0 -202
  3177. data/lib/product_pricing_api_model/models/sales_rank_list.rb +0 -202
  3178. data/lib/product_pricing_api_model/models/sales_rank_type.rb +0 -227
  3179. data/lib/product_pricing_api_model/models/seller_feedback_type.rb +0 -223
  3180. data/lib/product_pricing_api_model/models/seller_sku_identifier.rb +0 -242
  3181. data/lib/product_pricing_api_model/models/ships_from_type.rb +0 -218
  3182. data/lib/product_pricing_api_model/models/summary.rb +0 -295
  3183. data/lib/product_pricing_api_model/spec/models/asin_identifier_spec.rb +0 -46
  3184. data/lib/product_pricing_api_model/spec/models/attribute_set_list_spec.rb +0 -34
  3185. data/lib/product_pricing_api_model/spec/models/buy_box_eligible_offers_spec.rb +0 -34
  3186. data/lib/product_pricing_api_model/spec/models/buy_box_price_type_spec.rb +0 -88
  3187. data/lib/product_pricing_api_model/spec/models/buy_box_prices_spec.rb +0 -34
  3188. data/lib/product_pricing_api_model/spec/models/competitive_price_list_spec.rb +0 -34
  3189. data/lib/product_pricing_api_model/spec/models/competitive_price_type_spec.rb +0 -88
  3190. data/lib/product_pricing_api_model/spec/models/competitive_pricing_type_spec.rb +0 -52
  3191. data/lib/product_pricing_api_model/spec/models/condition_type_spec.rb +0 -34
  3192. data/lib/product_pricing_api_model/spec/models/detailed_shipping_time_type_spec.rb +0 -62
  3193. data/lib/product_pricing_api_model/spec/models/fulfillment_channel_type_spec.rb +0 -34
  3194. data/lib/product_pricing_api_model/spec/models/get_offers_response_spec.rb +0 -46
  3195. data/lib/product_pricing_api_model/spec/models/get_offers_result_spec.rb +0 -82
  3196. data/lib/product_pricing_api_model/spec/models/get_pricing_response_spec.rb +0 -46
  3197. data/lib/product_pricing_api_model/spec/models/identifier_type_spec.rb +0 -46
  3198. data/lib/product_pricing_api_model/spec/models/item_identifier_spec.rb +0 -58
  3199. data/lib/product_pricing_api_model/spec/models/lowest_price_type_spec.rb +0 -88
  3200. data/lib/product_pricing_api_model/spec/models/lowest_prices_spec.rb +0 -34
  3201. data/lib/product_pricing_api_model/spec/models/number_of_offer_listings_list_spec.rb +0 -34
  3202. data/lib/product_pricing_api_model/spec/models/number_of_offers_spec.rb +0 -34
  3203. data/lib/product_pricing_api_model/spec/models/offer_count_type_spec.rb +0 -52
  3204. data/lib/product_pricing_api_model/spec/models/offer_customer_type_spec.rb +0 -34
  3205. data/lib/product_pricing_api_model/spec/models/offer_detail_list_spec.rb +0 -34
  3206. data/lib/product_pricing_api_model/spec/models/offer_detail_spec.rb +0 -130
  3207. data/lib/product_pricing_api_model/spec/models/offer_listing_count_type_spec.rb +0 -46
  3208. data/lib/product_pricing_api_model/spec/models/offer_type_spec.rb +0 -88
  3209. data/lib/product_pricing_api_model/spec/models/offers_list_spec.rb +0 -34
  3210. data/lib/product_pricing_api_model/spec/models/price_list_spec.rb +0 -34
  3211. data/lib/product_pricing_api_model/spec/models/price_type_spec.rb +0 -58
  3212. data/lib/product_pricing_api_model/spec/models/prime_information_type_spec.rb +0 -46
  3213. data/lib/product_pricing_api_model/spec/models/product_spec.rb +0 -70
  3214. data/lib/product_pricing_api_model/spec/models/quantity_discount_price_type_spec.rb +0 -52
  3215. data/lib/product_pricing_api_model/spec/models/quantity_discount_type_spec.rb +0 -34
  3216. data/lib/product_pricing_api_model/spec/models/relationship_list_spec.rb +0 -34
  3217. data/lib/product_pricing_api_model/spec/models/sales_rank_list_spec.rb +0 -34
  3218. data/lib/product_pricing_api_model/spec/models/sales_rank_type_spec.rb +0 -46
  3219. data/lib/product_pricing_api_model/spec/models/seller_feedback_type_spec.rb +0 -46
  3220. data/lib/product_pricing_api_model/spec/models/seller_sku_identifier_spec.rb +0 -52
  3221. data/lib/product_pricing_api_model/spec/models/ships_from_type_spec.rb +0 -46
  3222. data/lib/product_pricing_api_model/spec/models/summary_spec.rb +0 -94
  3223. data/lib/product_type_definitions_api_model/.gitignore +0 -39
  3224. data/lib/product_type_definitions_api_model/.rubocop.yml +0 -154
  3225. data/lib/product_type_definitions_api_model/.swagger-codegen/VERSION +0 -1
  3226. data/lib/product_type_definitions_api_model/.swagger-codegen-ignore +0 -23
  3227. data/lib/product_type_definitions_api_model/git_push.sh +0 -55
  3228. data/lib/reports_api_model/.gitignore +0 -39
  3229. data/lib/reports_api_model/.rubocop.yml +0 -154
  3230. data/lib/reports_api_model/.swagger-codegen/VERSION +0 -1
  3231. data/lib/reports_api_model/.swagger-codegen-ignore +0 -23
  3232. data/lib/reports_api_model/git_push.sh +0 -55
  3233. data/lib/sales_api_model/.gitignore +0 -39
  3234. data/lib/sales_api_model/.rubocop.yml +0 -154
  3235. data/lib/sales_api_model/.swagger-codegen/VERSION +0 -1
  3236. data/lib/sales_api_model/.swagger-codegen-ignore +0 -23
  3237. data/lib/sales_api_model/git_push.sh +0 -55
  3238. data/lib/sellers_api_model/.gitignore +0 -39
  3239. data/lib/sellers_api_model/.rubocop.yml +0 -154
  3240. data/lib/sellers_api_model/.swagger-codegen/VERSION +0 -1
  3241. data/lib/sellers_api_model/.swagger-codegen-ignore +0 -23
  3242. data/lib/sellers_api_model/git_push.sh +0 -55
  3243. data/lib/services_api_model/.gitignore +0 -39
  3244. data/lib/services_api_model/.rubocop.yml +0 -154
  3245. data/lib/services_api_model/.swagger-codegen/VERSION +0 -1
  3246. data/lib/services_api_model/.swagger-codegen-ignore +0 -23
  3247. data/lib/services_api_model/git_push.sh +0 -55
  3248. data/lib/shipment_invoicing_api_model/.gitignore +0 -39
  3249. data/lib/shipment_invoicing_api_model/.rubocop.yml +0 -154
  3250. data/lib/shipment_invoicing_api_model/.swagger-codegen/VERSION +0 -1
  3251. data/lib/shipment_invoicing_api_model/.swagger-codegen-ignore +0 -23
  3252. data/lib/shipment_invoicing_api_model/git_push.sh +0 -55
  3253. data/lib/shipping_api_model/.gitignore +0 -39
  3254. data/lib/shipping_api_model/.rubocop.yml +0 -154
  3255. data/lib/shipping_api_model/.swagger-codegen/VERSION +0 -1
  3256. data/lib/shipping_api_model/.swagger-codegen-ignore +0 -23
  3257. data/lib/shipping_api_model/git_push.sh +0 -55
  3258. data/lib/solicitations_api_model/.gitignore +0 -39
  3259. data/lib/solicitations_api_model/.rubocop.yml +0 -154
  3260. data/lib/solicitations_api_model/.swagger-codegen/VERSION +0 -1
  3261. data/lib/solicitations_api_model/.swagger-codegen-ignore +0 -23
  3262. data/lib/solicitations_api_model/git_push.sh +0 -55
  3263. data/lib/tokens_api_model/.gitignore +0 -39
  3264. data/lib/tokens_api_model/.rubocop.yml +0 -154
  3265. data/lib/tokens_api_model/.swagger-codegen/VERSION +0 -1
  3266. data/lib/tokens_api_model/.swagger-codegen-ignore +0 -23
  3267. data/lib/tokens_api_model/git_push.sh +0 -55
  3268. data/lib/uploads_api_model/.gitignore +0 -39
  3269. data/lib/uploads_api_model/.rubocop.yml +0 -154
  3270. data/lib/uploads_api_model/.swagger-codegen/VERSION +0 -1
  3271. data/lib/uploads_api_model/.swagger-codegen-ignore +0 -23
  3272. data/lib/uploads_api_model/git_push.sh +0 -55
  3273. data/models/catalog_items_api_model/catalogItemsV0.json +0 -1875
  3274. data/models/easy_ship_model/easyShip_2022-03-23.json +0 -1618
  3275. data/models/product_pricing_api_model/productPricingV0.json +0 -3481
  3276. /data/lib/{easy_ship_model → easy_ship_api_model}/.rspec +0 -0
  3277. /data/lib/{easy_ship_model → easy_ship_api_model}/Rakefile +0 -0
@@ -29,7 +29,7 @@
29
29
  "tags": [
30
30
  "ordersV0"
31
31
  ],
32
- "description": "Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
32
+ "description": "Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.0167 | 20 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
33
33
  "operationId": "getOrders",
34
34
  "parameters": [
35
35
  {
@@ -63,7 +63,7 @@
63
63
  {
64
64
  "name": "OrderStatuses",
65
65
  "in": "query",
66
- "description": "A list of OrderStatus values used to filter the results. Possible values: PendingAvailability (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.); Pending (The order has been placed but payment has not been authorized); Unshipped (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped); PartiallyShipped (One or more, but not all, items in the order have been shipped); Shipped (All items in the order have been shipped); InvoiceUnconfirmed (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.); Canceled (The order has been canceled); and Unfulfillable (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.).",
66
+ "description": "A list of `OrderStatus` values used to filter the results.\n\n**Possible values:**\n- `PendingAvailability` (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.)\n- `Pending` (The order has been placed but payment has not been authorized.)\n- `Unshipped` (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.)\n- `PartiallyShipped` (One or more, but not all, items in the order have been shipped.)\n- `Shipped` (All items in the order have been shipped.)\n- `InvoiceUnconfirmed` (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.)\n- `Canceled` (The order has been canceled.)\n- `Unfulfillable` (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)",
67
67
  "required": false,
68
68
  "type": "array",
69
69
  "items": {
@@ -125,7 +125,17 @@
125
125
  {
126
126
  "name": "EasyShipShipmentStatuses",
127
127
  "in": "query",
128
- "description": "A list of EasyShipShipmentStatus values. Used to select Easy Ship orders with statuses that match the specified values. If EasyShipShipmentStatus is specified, only Amazon Easy Ship orders are returned.Possible values: PendingPickUp (Amazon has not yet picked up the package from the seller). LabelCanceled (The seller canceled the pickup). PickedUp (Amazon has picked up the package from the seller). AtOriginFC (The packaged is at the origin fulfillment center). AtDestinationFC (The package is at the destination fulfillment center). OutForDelivery (The package is out for delivery). Damaged (The package was damaged by the carrier). Delivered (The package has been delivered to the buyer). RejectedByBuyer (The package has been rejected by the buyer). Undeliverable (The package cannot be delivered). ReturnedToSeller (The package was not delivered to the buyer and was returned to the seller). ReturningToSeller (The package was not delivered to the buyer and is being returned to the seller).",
128
+ "description": "A list of `EasyShipShipmentStatus` values. Used to select Easy Ship orders with statuses that match the specified values. If `EasyShipShipmentStatus` is specified, only Amazon Easy Ship orders are returned.\n\n**Possible values:**\n- `PendingSchedule` (The package is awaiting the schedule for pick-up.)\n- `PendingPickUp` (Amazon has not yet picked up the package from the seller.)\n- `PendingDropOff` (The seller will deliver the package to the carrier.)\n- `LabelCanceled` (The seller canceled the pickup.)\n- `PickedUp` (Amazon has picked up the package from the seller.)\n- `DroppedOff` (The package is delivered to the carrier by the seller.)\n- `AtOriginFC` (The packaged is at the origin fulfillment center.)\n- `AtDestinationFC` (The package is at the destination fulfillment center.)\n- `Delivered` (The package has been delivered.)\n- `RejectedByBuyer` (The package has been rejected by the buyer.)\n- `Undeliverable` (The package cannot be delivered.)\n- `ReturningToSeller` (The package was not delivered and is being returned to the seller.)\n- `ReturnedToSeller` (The package was not delivered and was returned to the seller.)\n- `Lost` (The package is lost.)\n- `OutForDelivery` (The package is out for delivery.)\n- `Damaged` (The package was damaged by the carrier.)",
129
+ "required": false,
130
+ "type": "array",
131
+ "items": {
132
+ "type": "string"
133
+ }
134
+ },
135
+ {
136
+ "name": "ElectronicInvoiceStatuses",
137
+ "in": "query",
138
+ "description": "A list of `ElectronicInvoiceStatus` values. Used to select orders with electronic invoice statuses that match the specified values.\n\n**Possible values:**\n- `NotRequired` (Electronic invoice submission is not required for this order.)\n- `NotFound` (The electronic invoice was not submitted for this order.)\n- `Processing` (The electronic invoice is being processed for this order.)\n- `Errored` (The last submitted electronic invoice was rejected for this order.)\n- `Accepted` (The last submitted electronic invoice was submitted and accepted.)",
129
139
  "required": false,
130
140
  "type": "array",
131
141
  "items": {
@@ -170,6 +180,28 @@
170
180
  "description": "The store chain store identifier. Linked to a specific store in a store chain.",
171
181
  "required": false,
172
182
  "type": "string"
183
+ },
184
+ {
185
+ "name": "ItemApprovalTypes",
186
+ "in": "query",
187
+ "description": "When set, only return orders that contain items which approval type is contained in the specified approval types.",
188
+ "required": false,
189
+ "type": "array",
190
+ "items": {
191
+ "$ref": "#/definitions/ItemApprovalType"
192
+ },
193
+ "maxItems": 1
194
+ },
195
+ {
196
+ "name": "ItemApprovalStatus",
197
+ "in": "query",
198
+ "description": "When set, only return orders that contain items which approval status is contained in the specified approval status.",
199
+ "required": false,
200
+ "type": "array",
201
+ "items": {
202
+ "$ref": "#/definitions/ItemApprovalStatus"
203
+ },
204
+ "maxItems": 6
173
205
  }
174
206
  ],
175
207
  "responses": {
@@ -203,6 +235,7 @@
203
235
  "LatestShipDate": "2017-01-25T19:49:35Z",
204
236
  "IsBusinessOrder": false,
205
237
  "IsPrime": false,
238
+ "IsAccessPointOrder": false,
206
239
  "IsGlobalExpressEnabled": false,
207
240
  "IsPremiumOrder": false,
208
241
  "IsSoldByAB": false,
@@ -235,7 +268,7 @@
235
268
  },
236
269
  "x-amzn-RequestId": {
237
270
  "type": "string",
238
- "description": "Unique request reference ID."
271
+ "description": "Unique request reference identifier."
239
272
  }
240
273
  },
241
274
  "x-amzn-api-sandbox": {
@@ -303,9 +336,12 @@
303
336
  "FulfillmentSupplySourceId": "sampleSupplySourceId"
304
337
  },
305
338
  "IsISPU": false,
339
+ "IsAccessPointOrder": false,
306
340
  "AutomatedShippingSettings": {
307
341
  "HasAutomatedShippingSettings": false
308
- }
342
+ },
343
+ "EasyShipShipmentStatus": "PendingPickUp",
344
+ "ElectronicInvoiceStatus": "NotRequired"
309
345
  },
310
346
  {
311
347
  "AmazonOrderId": "902-8745147-1934268",
@@ -335,10 +371,13 @@
335
371
  "LatestDeliveryDate": "1970-01-19T04:15:17Z",
336
372
  "IsBusinessOrder": false,
337
373
  "IsPrime": false,
374
+ "IsAccessPointOrder": false,
338
375
  "IsGlobalExpressEnabled": false,
339
376
  "IsPremiumOrder": false,
340
377
  "IsSoldByAB": false,
341
- "IsIBA": false
378
+ "IsIBA": false,
379
+ "EasyShipShipmentStatus": "PendingPickUp",
380
+ "ElectronicInvoiceStatus": "NotRequired"
342
381
  }
343
382
  ]
344
383
  }
@@ -377,10 +416,13 @@
377
416
  "MarketplaceId": "ATVPDKIKX0DER",
378
417
  "ShipmentServiceLevelCategory": "Standard",
379
418
  "OrderType": "StandardOrder",
419
+ "EasyShipShipmentStatus": "PendingPickUp",
420
+ "ElectronicInvoiceStatus": "NotRequired",
380
421
  "EarliestShipDate": "2017-01-20T19:51:16Z",
381
422
  "LatestShipDate": "2017-01-25T19:49:35Z",
382
423
  "IsBusinessOrder": false,
383
424
  "IsPrime": false,
425
+ "IsAccessPointOrder": false,
384
426
  "IsGlobalExpressEnabled": false,
385
427
  "IsPremiumOrder": false,
386
428
  "IsSoldByAB": false,
@@ -425,10 +467,13 @@
425
467
  "MarketplaceId": "ATVPDKIKX0DER",
426
468
  "ShipmentServiceLevelCategory": "Standard",
427
469
  "OrderType": "StandardOrder",
470
+ "EasyShipShipmentStatus": "PendingPickUp",
471
+ "ElectronicInvoiceStatus": "NotRequired",
428
472
  "EarliestShipDate": "2017-01-20T19:51:16Z",
429
473
  "LatestShipDate": "2017-01-25T19:49:35Z",
430
474
  "IsBusinessOrder": false,
431
475
  "IsPrime": false,
476
+ "IsAccessPointOrder": false,
432
477
  "IsGlobalExpressEnabled": false,
433
478
  "IsPremiumOrder": false,
434
479
  "IsSoldByAB": false,
@@ -453,7 +498,7 @@
453
498
  },
454
499
  "x-amzn-RequestId": {
455
500
  "type": "string",
456
- "description": "Unique request reference ID."
501
+ "description": "Unique request reference identifier."
457
502
  }
458
503
  },
459
504
  "x-amzn-api-sandbox": {
@@ -486,7 +531,7 @@
486
531
  "headers": {
487
532
  "x-amzn-RequestId": {
488
533
  "type": "string",
489
- "description": "Unique request reference ID."
534
+ "description": "Unique request reference identifier."
490
535
  }
491
536
  }
492
537
  },
@@ -502,7 +547,7 @@
502
547
  },
503
548
  "x-amzn-RequestId": {
504
549
  "type": "string",
505
- "description": "Unique request reference ID."
550
+ "description": "Unique request reference identifier."
506
551
  }
507
552
  }
508
553
  },
@@ -518,7 +563,7 @@
518
563
  },
519
564
  "x-amzn-RequestId": {
520
565
  "type": "string",
521
- "description": "Unique request reference ID."
566
+ "description": "Unique request reference identifier."
522
567
  }
523
568
  }
524
569
  },
@@ -534,7 +579,7 @@
534
579
  },
535
580
  "x-amzn-RequestId": {
536
581
  "type": "string",
537
- "description": "Unique request reference ID."
582
+ "description": "Unique request reference identifier."
538
583
  }
539
584
  }
540
585
  },
@@ -550,7 +595,7 @@
550
595
  },
551
596
  "x-amzn-RequestId": {
552
597
  "type": "string",
553
- "description": "Unique request reference ID."
598
+ "description": "Unique request reference identifier."
554
599
  }
555
600
  }
556
601
  }
@@ -562,7 +607,7 @@
562
607
  "tags": [
563
608
  "ordersV0"
564
609
  ],
565
- "description": "Returns the order indicated by the specified order ID.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
610
+ "description": "Returns the order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.0167 | 20 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
566
611
  "operationId": "getOrder",
567
612
  "parameters": [
568
613
  {
@@ -619,6 +664,7 @@
619
664
  "FulfillmentSupplySourceId": "sampleSupplySourceId"
620
665
  },
621
666
  "IsISPU": false,
667
+ "IsAccessPointOrder": false,
622
668
  "ShippingAddress": {
623
669
  "Name": "Michigan address",
624
670
  "AddressLine1": "1 Cross St.",
@@ -648,7 +694,7 @@
648
694
  },
649
695
  "x-amzn-RequestId": {
650
696
  "type": "string",
651
- "description": "Unique request reference ID."
697
+ "description": "Unique request reference identifier."
652
698
  }
653
699
  },
654
700
  "x-amzn-api-sandbox": {
@@ -708,9 +754,12 @@
708
754
  "FulfillmentSupplySourceId": "sampleSupplySourceId"
709
755
  },
710
756
  "IsISPU": false,
757
+ "IsAccessPointOrder": false,
711
758
  "AutomatedShippingSettings": {
712
759
  "HasAutomatedShippingSettings": false
713
- }
760
+ },
761
+ "EasyShipShipmentStatus": "PendingPickUp",
762
+ "ElectronicInvoiceStatus": "NotRequired"
714
763
  }
715
764
  }
716
765
  },
@@ -769,9 +818,12 @@
769
818
  "FulfillmentSupplySourceId": "sampleSupplySourceId"
770
819
  },
771
820
  "IsISPU": false,
821
+ "IsAccessPointOrder": false,
772
822
  "AutomatedShippingSettings": {
773
823
  "HasAutomatedShippingSettings": false
774
- }
824
+ },
825
+ "EasyShipShipmentStatus": "PendingPickUp",
826
+ "ElectronicInvoiceStatus": "NotRequired"
775
827
  }
776
828
  }
777
829
  }
@@ -790,7 +842,7 @@
790
842
  },
791
843
  "x-amzn-RequestId": {
792
844
  "type": "string",
793
- "description": "Unique request reference ID."
845
+ "description": "Unique request reference identifier."
794
846
  }
795
847
  },
796
848
  "x-amzn-api-sandbox": {
@@ -823,7 +875,7 @@
823
875
  "headers": {
824
876
  "x-amzn-RequestId": {
825
877
  "type": "string",
826
- "description": "Unique request reference ID."
878
+ "description": "Unique request reference identifier."
827
879
  }
828
880
  }
829
881
  },
@@ -839,7 +891,7 @@
839
891
  },
840
892
  "x-amzn-RequestId": {
841
893
  "type": "string",
842
- "description": "Unique request reference ID."
894
+ "description": "Unique request reference identifier."
843
895
  }
844
896
  }
845
897
  },
@@ -855,7 +907,7 @@
855
907
  },
856
908
  "x-amzn-RequestId": {
857
909
  "type": "string",
858
- "description": "Unique request reference ID."
910
+ "description": "Unique request reference identifier."
859
911
  }
860
912
  }
861
913
  },
@@ -871,7 +923,7 @@
871
923
  },
872
924
  "x-amzn-RequestId": {
873
925
  "type": "string",
874
- "description": "Unique request reference ID."
926
+ "description": "Unique request reference identifier."
875
927
  }
876
928
  }
877
929
  },
@@ -887,7 +939,7 @@
887
939
  },
888
940
  "x-amzn-RequestId": {
889
941
  "type": "string",
890
- "description": "Unique request reference ID."
942
+ "description": "Unique request reference identifier."
891
943
  }
892
944
  }
893
945
  }
@@ -899,7 +951,7 @@
899
951
  "tags": [
900
952
  "ordersV0"
901
953
  ],
902
- "description": "Returns buyer information for the specified order.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
954
+ "description": "Returns buyer information for the order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.0167 | 20 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
903
955
  "operationId": "getOrderBuyerInfo",
904
956
  "parameters": [
905
957
  {
@@ -936,7 +988,7 @@
936
988
  },
937
989
  "x-amzn-RequestId": {
938
990
  "type": "string",
939
- "description": "Unique request reference ID."
991
+ "description": "Unique request reference identifier."
940
992
  }
941
993
  },
942
994
  "x-amzn-api-sandbox": {
@@ -972,7 +1024,7 @@
972
1024
  },
973
1025
  "x-amzn-RequestId": {
974
1026
  "type": "string",
975
- "description": "Unique request reference ID."
1027
+ "description": "Unique request reference identifier."
976
1028
  }
977
1029
  },
978
1030
  "x-amzn-api-sandbox": {
@@ -1005,7 +1057,7 @@
1005
1057
  "headers": {
1006
1058
  "x-amzn-RequestId": {
1007
1059
  "type": "string",
1008
- "description": "Unique request reference ID."
1060
+ "description": "Unique request reference identifier."
1009
1061
  }
1010
1062
  }
1011
1063
  },
@@ -1021,7 +1073,7 @@
1021
1073
  },
1022
1074
  "x-amzn-RequestId": {
1023
1075
  "type": "string",
1024
- "description": "Unique request reference ID."
1076
+ "description": "Unique request reference identifier."
1025
1077
  }
1026
1078
  }
1027
1079
  },
@@ -1037,7 +1089,7 @@
1037
1089
  },
1038
1090
  "x-amzn-RequestId": {
1039
1091
  "type": "string",
1040
- "description": "Unique request reference ID."
1092
+ "description": "Unique request reference identifier."
1041
1093
  }
1042
1094
  }
1043
1095
  },
@@ -1053,7 +1105,7 @@
1053
1105
  },
1054
1106
  "x-amzn-RequestId": {
1055
1107
  "type": "string",
1056
- "description": "Unique request reference ID."
1108
+ "description": "Unique request reference identifier."
1057
1109
  }
1058
1110
  }
1059
1111
  },
@@ -1069,7 +1121,7 @@
1069
1121
  },
1070
1122
  "x-amzn-RequestId": {
1071
1123
  "type": "string",
1072
- "description": "Unique request reference ID."
1124
+ "description": "Unique request reference identifier."
1073
1125
  }
1074
1126
  }
1075
1127
  }
@@ -1081,7 +1133,7 @@
1081
1133
  "tags": [
1082
1134
  "ordersV0"
1083
1135
  ],
1084
- "description": "Returns the shipping address for the specified order.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
1136
+ "description": "Returns the shipping address for the order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.0167 | 20 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
1085
1137
  "operationId": "getOrderAddress",
1086
1138
  "parameters": [
1087
1139
  {
@@ -1120,7 +1172,7 @@
1120
1172
  },
1121
1173
  "x-amzn-RequestId": {
1122
1174
  "type": "string",
1123
- "description": "Unique request reference ID."
1175
+ "description": "Unique request reference identifier."
1124
1176
  }
1125
1177
  },
1126
1178
  "x-amzn-api-sandbox": {
@@ -1164,7 +1216,7 @@
1164
1216
  },
1165
1217
  "x-amzn-RequestId": {
1166
1218
  "type": "string",
1167
- "description": "Unique request reference ID."
1219
+ "description": "Unique request reference identifier."
1168
1220
  }
1169
1221
  },
1170
1222
  "x-amzn-api-sandbox": {
@@ -1197,7 +1249,7 @@
1197
1249
  "headers": {
1198
1250
  "x-amzn-RequestId": {
1199
1251
  "type": "string",
1200
- "description": "Unique request reference ID."
1252
+ "description": "Unique request reference identifier."
1201
1253
  }
1202
1254
  }
1203
1255
  },
@@ -1213,7 +1265,7 @@
1213
1265
  },
1214
1266
  "x-amzn-RequestId": {
1215
1267
  "type": "string",
1216
- "description": "Unique request reference ID."
1268
+ "description": "Unique request reference identifier."
1217
1269
  }
1218
1270
  }
1219
1271
  },
@@ -1229,7 +1281,7 @@
1229
1281
  },
1230
1282
  "x-amzn-RequestId": {
1231
1283
  "type": "string",
1232
- "description": "Unique request reference ID."
1284
+ "description": "Unique request reference identifier."
1233
1285
  }
1234
1286
  }
1235
1287
  },
@@ -1245,7 +1297,7 @@
1245
1297
  },
1246
1298
  "x-amzn-RequestId": {
1247
1299
  "type": "string",
1248
- "description": "Unique request reference ID."
1300
+ "description": "Unique request reference identifier."
1249
1301
  }
1250
1302
  }
1251
1303
  },
@@ -1261,7 +1313,7 @@
1261
1313
  },
1262
1314
  "x-amzn-RequestId": {
1263
1315
  "type": "string",
1264
- "description": "Unique request reference ID."
1316
+ "description": "Unique request reference identifier."
1265
1317
  }
1266
1318
  }
1267
1319
  }
@@ -1273,7 +1325,7 @@
1273
1325
  "tags": [
1274
1326
  "ordersV0"
1275
1327
  ],
1276
- "description": "Returns detailed order item information for the order indicated by the specified order ID. If NextToken is provided, it's used to retrieve the next page of order items.\n\nNote: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
1328
+ "description": "Returns detailed order item information for the order that you specify. If NextToken is provided, it's used to retrieve the next page of order items.\n\n__Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
1277
1329
  "operationId": "getOrderItems",
1278
1330
  "parameters": [
1279
1331
  {
@@ -1350,7 +1402,8 @@
1350
1402
  "BuyerRequestedCancel": {
1351
1403
  "IsBuyerRequestedCancel": true,
1352
1404
  "BuyerCancelReason": "Found cheaper somewhere else."
1353
- }
1405
+ },
1406
+ "SerialNumbers": ["854"]
1354
1407
  },
1355
1408
  {
1356
1409
  "ASIN": "BCTU1104UEFB",
@@ -1396,7 +1449,7 @@
1396
1449
  },
1397
1450
  "x-amzn-RequestId": {
1398
1451
  "type": "string",
1399
- "description": "Unique request reference ID."
1452
+ "description": "Unique request reference identifier."
1400
1453
  }
1401
1454
  },
1402
1455
  "x-amzn-api-sandbox": {
@@ -1467,7 +1520,7 @@
1467
1520
  },
1468
1521
  "x-amzn-RequestId": {
1469
1522
  "type": "string",
1470
- "description": "Unique request reference ID."
1523
+ "description": "Unique request reference identifier."
1471
1524
  }
1472
1525
  },
1473
1526
  "x-amzn-api-sandbox": {
@@ -1500,7 +1553,7 @@
1500
1553
  "headers": {
1501
1554
  "x-amzn-RequestId": {
1502
1555
  "type": "string",
1503
- "description": "Unique request reference ID."
1556
+ "description": "Unique request reference identifier."
1504
1557
  }
1505
1558
  }
1506
1559
  },
@@ -1516,7 +1569,7 @@
1516
1569
  },
1517
1570
  "x-amzn-RequestId": {
1518
1571
  "type": "string",
1519
- "description": "Unique request reference ID."
1572
+ "description": "Unique request reference identifier."
1520
1573
  }
1521
1574
  }
1522
1575
  },
@@ -1532,7 +1585,7 @@
1532
1585
  },
1533
1586
  "x-amzn-RequestId": {
1534
1587
  "type": "string",
1535
- "description": "Unique request reference ID."
1588
+ "description": "Unique request reference identifier."
1536
1589
  }
1537
1590
  }
1538
1591
  },
@@ -1548,7 +1601,7 @@
1548
1601
  },
1549
1602
  "x-amzn-RequestId": {
1550
1603
  "type": "string",
1551
- "description": "Unique request reference ID."
1604
+ "description": "Unique request reference identifier."
1552
1605
  }
1553
1606
  }
1554
1607
  },
@@ -1564,7 +1617,7 @@
1564
1617
  },
1565
1618
  "x-amzn-RequestId": {
1566
1619
  "type": "string",
1567
- "description": "Unique request reference ID."
1620
+ "description": "Unique request reference identifier."
1568
1621
  }
1569
1622
  }
1570
1623
  }
@@ -1576,7 +1629,7 @@
1576
1629
  "tags": [
1577
1630
  "ordersV0"
1578
1631
  ],
1579
- "description": "Returns buyer information for the order items in the specified order.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
1632
+ "description": "Returns buyer information for the order items in the order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
1580
1633
  "operationId": "getOrderItemsBuyerInfo",
1581
1634
  "parameters": [
1582
1635
  {
@@ -1623,7 +1676,7 @@
1623
1676
  },
1624
1677
  "x-amzn-RequestId": {
1625
1678
  "type": "string",
1626
- "description": "Unique request reference ID."
1679
+ "description": "Unique request reference identifier."
1627
1680
  }
1628
1681
  },
1629
1682
  "x-amzn-api-sandbox": {
@@ -1670,7 +1723,7 @@
1670
1723
  },
1671
1724
  "x-amzn-RequestId": {
1672
1725
  "type": "string",
1673
- "description": "Unique request reference ID."
1726
+ "description": "Unique request reference identifier."
1674
1727
  }
1675
1728
  },
1676
1729
  "x-amzn-api-sandbox": {
@@ -1703,7 +1756,7 @@
1703
1756
  "headers": {
1704
1757
  "x-amzn-RequestId": {
1705
1758
  "type": "string",
1706
- "description": "Unique request reference ID."
1759
+ "description": "Unique request reference identifier."
1707
1760
  }
1708
1761
  }
1709
1762
  },
@@ -1719,7 +1772,7 @@
1719
1772
  },
1720
1773
  "x-amzn-RequestId": {
1721
1774
  "type": "string",
1722
- "description": "Unique request reference ID."
1775
+ "description": "Unique request reference identifier."
1723
1776
  }
1724
1777
  }
1725
1778
  },
@@ -1735,7 +1788,7 @@
1735
1788
  },
1736
1789
  "x-amzn-RequestId": {
1737
1790
  "type": "string",
1738
- "description": "Unique request reference ID."
1791
+ "description": "Unique request reference identifier."
1739
1792
  }
1740
1793
  }
1741
1794
  },
@@ -1751,7 +1804,7 @@
1751
1804
  },
1752
1805
  "x-amzn-RequestId": {
1753
1806
  "type": "string",
1754
- "description": "Unique request reference ID."
1807
+ "description": "Unique request reference identifier."
1755
1808
  }
1756
1809
  }
1757
1810
  },
@@ -1767,7 +1820,7 @@
1767
1820
  },
1768
1821
  "x-amzn-RequestId": {
1769
1822
  "type": "string",
1770
- "description": "Unique request reference ID."
1823
+ "description": "Unique request reference identifier."
1771
1824
  }
1772
1825
  }
1773
1826
  }
@@ -1779,7 +1832,7 @@
1779
1832
  "tags": [
1780
1833
  "shipment"
1781
1834
  ],
1782
- "description": "Update the shipment status.",
1835
+ "description": "Update the shipment status for an order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 5 | 15 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
1783
1836
  "operationId": "updateShipmentStatus",
1784
1837
  "parameters": [
1785
1838
  {
@@ -1792,7 +1845,7 @@
1792
1845
  {
1793
1846
  "name": "payload",
1794
1847
  "in": "body",
1795
- "description": "Request to update the shipment status.",
1848
+ "description": "The request body for the updateShipmentStatus operation.",
1796
1849
  "required": true,
1797
1850
  "schema": {
1798
1851
  "$ref": "#/definitions/UpdateShipmentStatusRequest"
@@ -1818,7 +1871,7 @@
1818
1871
  "type": "string"
1819
1872
  },
1820
1873
  "x-amzn-RequestId": {
1821
- "description": "Unique request reference ID.",
1874
+ "description": "Unique request reference identifier.",
1822
1875
  "type": "string"
1823
1876
  }
1824
1877
  }
@@ -1856,7 +1909,7 @@
1856
1909
  "type": "string"
1857
1910
  },
1858
1911
  "x-amzn-RequestId": {
1859
- "description": "Unique request reference ID.",
1912
+ "description": "Unique request reference identifier.",
1860
1913
  "type": "string"
1861
1914
  }
1862
1915
  },
@@ -1868,7 +1921,7 @@
1868
1921
  "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
1869
1922
  "headers": {
1870
1923
  "x-amzn-RequestId": {
1871
- "description": "Unique request reference ID.",
1924
+ "description": "Unique request reference identifier.",
1872
1925
  "type": "string"
1873
1926
  }
1874
1927
  },
@@ -1884,7 +1937,7 @@
1884
1937
  "type": "string"
1885
1938
  },
1886
1939
  "x-amzn-RequestId": {
1887
- "description": "Unique request reference ID.",
1940
+ "description": "Unique request reference identifier.",
1888
1941
  "type": "string"
1889
1942
  }
1890
1943
  },
@@ -1896,7 +1949,7 @@
1896
1949
  "description": "The request size exceeded the maximum accepted size.",
1897
1950
  "headers": {
1898
1951
  "x-amzn-RequestId": {
1899
- "description": "Unique request reference ID.",
1952
+ "description": "Unique request reference identifier.",
1900
1953
  "type": "string"
1901
1954
  }
1902
1955
  },
@@ -1908,7 +1961,7 @@
1908
1961
  "description": "The request payload is in an unsupported format.",
1909
1962
  "headers": {
1910
1963
  "x-amzn-RequestId": {
1911
- "description": "Unique request reference ID.",
1964
+ "description": "Unique request reference identifier.",
1912
1965
  "type": "string"
1913
1966
  }
1914
1967
  },
@@ -1920,7 +1973,7 @@
1920
1973
  "description": "The frequency of requests was greater than allowed.",
1921
1974
  "headers": {
1922
1975
  "x-amzn-RequestId": {
1923
- "description": "Unique request reference ID.",
1976
+ "description": "Unique request reference identifier.",
1924
1977
  "type": "string"
1925
1978
  }
1926
1979
  },
@@ -1932,7 +1985,7 @@
1932
1985
  "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
1933
1986
  "headers": {
1934
1987
  "x-amzn-RequestId": {
1935
- "description": "Unique request reference ID.",
1988
+ "description": "Unique request reference identifier.",
1936
1989
  "type": "string"
1937
1990
  }
1938
1991
  },
@@ -1944,7 +1997,7 @@
1944
1997
  "description": "Temporary overloading or maintenance of the server.",
1945
1998
  "headers": {
1946
1999
  "x-amzn-RequestId": {
1947
- "description": "Unique request reference ID.",
2000
+ "description": "Unique request reference identifier.",
1948
2001
  "type": "string"
1949
2002
  }
1950
2003
  },
@@ -1960,7 +2013,7 @@
1960
2013
  "tags": [
1961
2014
  "ordersV0"
1962
2015
  ],
1963
- "description": "Returns regulated information for the order indicated by the specified order ID.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
2016
+ "description": "Returns regulated information for the order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
1964
2017
  "operationId": "getOrderRegulatedInfo",
1965
2018
  "parameters": [
1966
2019
  {
@@ -1984,7 +2037,7 @@
1984
2037
  },
1985
2038
  "x-amzn-RequestId": {
1986
2039
  "type": "string",
1987
- "description": "Unique request reference ID."
2040
+ "description": "Unique request reference identifier."
1988
2041
  }
1989
2042
  },
1990
2043
  "x-amzn-api-sandbox": {
@@ -2038,7 +2091,7 @@
2038
2091
  }
2039
2092
  }
2040
2093
  }
2041
- ]
2094
+ ]
2042
2095
  },
2043
2096
  "examples": {
2044
2097
  "PendingOrder": {
@@ -2157,7 +2210,7 @@
2157
2210
  },
2158
2211
  "x-amzn-RequestId": {
2159
2212
  "type": "string",
2160
- "description": "Unique request reference ID."
2213
+ "description": "Unique request reference identifier."
2161
2214
  }
2162
2215
  },
2163
2216
  "x-amzn-api-sandbox": {
@@ -2190,7 +2243,7 @@
2190
2243
  "headers": {
2191
2244
  "x-amzn-RequestId": {
2192
2245
  "type": "string",
2193
- "description": "Unique request reference ID."
2246
+ "description": "Unique request reference identifier."
2194
2247
  }
2195
2248
  }
2196
2249
  },
@@ -2206,7 +2259,7 @@
2206
2259
  },
2207
2260
  "x-amzn-RequestId": {
2208
2261
  "type": "string",
2209
- "description": "Unique request reference ID."
2262
+ "description": "Unique request reference identifier."
2210
2263
  }
2211
2264
  }
2212
2265
  },
@@ -2216,13 +2269,9 @@
2216
2269
  "$ref": "#/definitions/GetOrderRegulatedInfoResponse"
2217
2270
  },
2218
2271
  "headers": {
2219
- "x-amzn-RateLimit-Limit": {
2220
- "type": "string",
2221
- "description": "Your rate limit (requests per second) for this operation."
2222
- },
2223
2272
  "x-amzn-RequestId": {
2224
2273
  "type": "string",
2225
- "description": "Unique request reference ID."
2274
+ "description": "Unique request reference identifier."
2226
2275
  }
2227
2276
  }
2228
2277
  },
@@ -2232,13 +2281,9 @@
2232
2281
  "$ref": "#/definitions/GetOrderRegulatedInfoResponse"
2233
2282
  },
2234
2283
  "headers": {
2235
- "x-amzn-RateLimit-Limit": {
2236
- "type": "string",
2237
- "description": "Your rate limit (requests per second) for this operation."
2238
- },
2239
2284
  "x-amzn-RequestId": {
2240
2285
  "type": "string",
2241
- "description": "Unique request reference ID."
2286
+ "description": "Unique request reference identifier."
2242
2287
  }
2243
2288
  }
2244
2289
  },
@@ -2248,13 +2293,9 @@
2248
2293
  "$ref": "#/definitions/GetOrderRegulatedInfoResponse"
2249
2294
  },
2250
2295
  "headers": {
2251
- "x-amzn-RateLimit-Limit": {
2252
- "type": "string",
2253
- "description": "Your rate limit (requests per second) for this operation."
2254
- },
2255
2296
  "x-amzn-RequestId": {
2256
2297
  "type": "string",
2257
- "description": "Unique request reference ID."
2298
+ "description": "Unique request reference identifier."
2258
2299
  }
2259
2300
  }
2260
2301
  }
@@ -2264,7 +2305,7 @@
2264
2305
  "tags": [
2265
2306
  "ordersV0"
2266
2307
  ],
2267
- "description": "Updates (approves or rejects) the verification status of an order containing regulated products.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.0055 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
2308
+ "description": "Updates (approves or rejects) the verification status of an order containing regulated products.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
2268
2309
  "operationId": "updateVerificationStatus",
2269
2310
  "parameters": [
2270
2311
  {
@@ -2277,7 +2318,7 @@
2277
2318
  {
2278
2319
  "name": "payload",
2279
2320
  "in": "body",
2280
- "description": "Request to update the verification status of an order containing regulated products.",
2321
+ "description": "The request body for the updateVerificationStatus operation.",
2281
2322
  "required": true,
2282
2323
  "schema": {
2283
2324
  "$ref": "#/definitions/UpdateVerificationStatusRequest"
@@ -2316,7 +2357,7 @@
2316
2357
  "type": "string"
2317
2358
  },
2318
2359
  "x-amzn-RequestId": {
2319
- "description": "Unique request reference ID.",
2360
+ "description": "Unique request reference identifier.",
2320
2361
  "type": "string"
2321
2362
  }
2322
2363
  }
@@ -2386,7 +2427,7 @@
2386
2427
  "type": "string"
2387
2428
  },
2388
2429
  "x-amzn-RequestId": {
2389
- "description": "Unique request reference ID.",
2430
+ "description": "Unique request reference identifier.",
2390
2431
  "type": "string"
2391
2432
  }
2392
2433
  },
@@ -2398,7 +2439,7 @@
2398
2439
  "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
2399
2440
  "headers": {
2400
2441
  "x-amzn-RequestId": {
2401
- "description": "Unique request reference ID.",
2442
+ "description": "Unique request reference identifier.",
2402
2443
  "type": "string"
2403
2444
  }
2404
2445
  },
@@ -2414,7 +2455,7 @@
2414
2455
  "type": "string"
2415
2456
  },
2416
2457
  "x-amzn-RequestId": {
2417
- "description": "Unique request reference ID.",
2458
+ "description": "Unique request reference identifier.",
2418
2459
  "type": "string"
2419
2460
  }
2420
2461
  },
@@ -2426,7 +2467,7 @@
2426
2467
  "description": "The request size exceeded the maximum accepted size.",
2427
2468
  "headers": {
2428
2469
  "x-amzn-RequestId": {
2429
- "description": "Unique request reference ID.",
2470
+ "description": "Unique request reference identifier.",
2430
2471
  "type": "string"
2431
2472
  }
2432
2473
  },
@@ -2438,7 +2479,7 @@
2438
2479
  "description": "The request payload is in an unsupported format.",
2439
2480
  "headers": {
2440
2481
  "x-amzn-RequestId": {
2441
- "description": "Unique request reference ID.",
2482
+ "description": "Unique request reference identifier.",
2442
2483
  "type": "string"
2443
2484
  }
2444
2485
  },
@@ -2450,7 +2491,7 @@
2450
2491
  "description": "The frequency of requests was greater than allowed.",
2451
2492
  "headers": {
2452
2493
  "x-amzn-RequestId": {
2453
- "description": "Unique request reference ID.",
2494
+ "description": "Unique request reference identifier.",
2454
2495
  "type": "string"
2455
2496
  }
2456
2497
  },
@@ -2462,7 +2503,7 @@
2462
2503
  "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
2463
2504
  "headers": {
2464
2505
  "x-amzn-RequestId": {
2465
- "description": "Unique request reference ID.",
2506
+ "description": "Unique request reference identifier.",
2466
2507
  "type": "string"
2467
2508
  }
2468
2509
  },
@@ -2474,7 +2515,7 @@
2474
2515
  "description": "Temporary overloading or maintenance of the server.",
2475
2516
  "headers": {
2476
2517
  "x-amzn-RequestId": {
2477
- "description": "Unique request reference ID.",
2518
+ "description": "Unique request reference identifier.",
2478
2519
  "type": "string"
2479
2520
  }
2480
2521
  },
@@ -2484,208 +2525,913 @@
2484
2525
  }
2485
2526
  }
2486
2527
  }
2487
- }
2488
- },
2489
- "definitions": {
2490
- "UpdateShipmentStatusRequest": {
2491
- "description": "Request to update the status of shipment of an order.",
2492
- "type": "object",
2493
- "properties": {
2494
- "marketplaceId": {
2495
- "$ref": "#/definitions/MarketplaceId"
2496
- },
2497
- "shipmentStatus": {
2498
- "$ref": "#/definitions/ShipmentStatus"
2499
- },
2500
- "orderItems": {
2501
- "$ref": "#/definitions/OrderItems"
2502
- }
2503
- },
2504
- "required": [
2505
- "marketplaceId",
2506
- "shipmentStatus"
2507
- ]
2508
- },
2509
- "UpdateVerificationStatusRequest": {
2510
- "description": "Request to update the verification status of an order containing regulated products.",
2511
- "type": "object",
2512
- "properties": {
2513
- "regulatedOrderVerificationStatus": {
2514
- "description": "The updated values of the VerificationStatus field.",
2515
- "$ref": "#/definitions/UpdateVerificationStatusRequestBody"
2516
- }
2517
- },
2518
- "required": [
2519
- "regulatedOrderVerificationStatus"
2520
- ]
2521
- },
2522
- "UpdateVerificationStatusRequestBody": {
2523
- "description": "The updated values of the VerificationStatus field.",
2524
- "type": "object",
2525
- "properties": {
2526
- "status": {
2527
- "description": "The new verification status of the order.",
2528
- "type": "string",
2529
- "enum": [
2530
- "Approved",
2531
- "Rejected"
2532
- ],
2533
- "x-docgen-enum-table-extension": [
2534
- {
2535
- "value": "Approved",
2536
- "description": "The order's regulated information has been reviewed and approved."
2537
- },
2538
- {
2539
- "value": "Rejected",
2540
- "description": "The order's regulated information has been reviewed and rejected."
2541
- }
2542
- ]
2543
- },
2544
- "externalReviewerId": {
2545
- "description": "The identifier for the order's regulated information reviewer.",
2546
- "type": "string"
2547
- },
2548
- "rejectionReasonId": {
2549
- "description": "The unique identifier for the rejection reason used for rejecting the order's regulated information. Only required if the new status is rejected.",
2550
- "type": "string"
2551
- }
2552
- },
2553
- "required": [
2554
- "status",
2555
- "externalReviewerId"
2556
- ]
2557
- },
2558
- "MarketplaceId": {
2559
- "description": "the unobfuscated marketplace ID",
2560
- "type": "string"
2561
- },
2562
- "ShipmentStatus": {
2563
- "description": "the status of the shipment of the order to be updated",
2564
- "type": "string",
2565
- "enum": [
2566
- "ReadyForPickup",
2567
- "PickedUp",
2568
- "RefusedPickup"
2569
- ]
2570
2528
  },
2571
- "OrderItems": {
2572
- "description": "the list of order items and quantities when the seller wants to partially update the shipment status of the order",
2573
- "type": "array",
2574
- "items": {
2575
- "type": "object",
2576
- "properties": {
2577
- "orderItemId": {
2578
- "description": "the unique identifier for the order item",
2529
+ "/orders/v0/orders/{orderId}/approvals": {
2530
+ "get": {
2531
+ "tags": [
2532
+ "approvals"
2533
+ ],
2534
+ "description": "Returns detailed order items approvals information for the order specified. If NextToken is provided, it's used to retrieve the next page of order items approvals.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 0.5 | 30 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.",
2535
+ "operationId": "getOrderItemsApprovals",
2536
+ "parameters": [
2537
+ {
2538
+ "name": "orderId",
2539
+ "in": "path",
2540
+ "description": "An Amazon-defined order identifier, in 3-7-7 format, e.g. 933-1671587-0818628.",
2541
+ "required": true,
2579
2542
  "type": "string"
2580
2543
  },
2581
- "quantity": {
2582
- "type": "integer",
2583
- "description": "the quantity of items that needs an update of the shipment status"
2544
+ {
2545
+ "name": "NextToken",
2546
+ "in": "query",
2547
+ "description": "A string token returned in the response of your previous request.",
2548
+ "required": false,
2549
+ "type": "string"
2550
+ },
2551
+ {
2552
+ "name": "ItemApprovalTypes",
2553
+ "in": "query",
2554
+ "description": "When set, only return approvals for items which approval type is contained in the specified approval types.",
2555
+ "required": false,
2556
+ "type": "array",
2557
+ "items": {
2558
+ "$ref": "#/definitions/ItemApprovalType"
2559
+ },
2560
+ "maxItems": 1
2561
+ },
2562
+ {
2563
+ "name": "ItemApprovalStatus",
2564
+ "in": "query",
2565
+ "description": "When set, only return approvals that contain items which approval status is contained in the specified approval status.",
2566
+ "required": false,
2567
+ "type": "array",
2568
+ "items": {
2569
+ "$ref": "#/definitions/ItemApprovalStatus"
2570
+ },
2571
+ "maxItems": 6
2584
2572
  }
2585
- }
2586
- }
2587
- },
2588
- "UpdateShipmentStatusErrorResponse": {
2589
- "type": "object",
2590
- "properties": {
2591
- "errors": {
2592
- "description": "One or more unexpected errors occurred during the UpdateShipmentStatus operation.",
2593
- "$ref": "#/definitions/ErrorList"
2594
- }
2595
- },
2596
- "description": "The error response schema for the UpdateShipmentStatus operation."
2597
- },
2598
- "UpdateVerificationStatusErrorResponse": {
2599
- "type": "object",
2600
- "properties": {
2601
- "errors": {
2602
- "description": "One or more unexpected errors occurred during the UpdateVerificationStatus operation.",
2603
- "$ref": "#/definitions/ErrorList"
2604
- }
2605
- },
2606
- "description": "The error response schema for the UpdateVerificationStatus operation."
2607
- },
2608
- "GetOrdersResponse": {
2609
- "type": "object",
2610
- "properties": {
2611
- "payload": {
2612
- "description": "The payload for the getOrders operation.",
2613
- "$ref": "#/definitions/OrdersList"
2614
- },
2615
- "errors": {
2616
- "description": "One or more unexpected errors occurred during the getOrders operation.",
2617
- "$ref": "#/definitions/ErrorList"
2618
- }
2619
- },
2620
- "description": "The response schema for the getOrders operation."
2621
- },
2622
- "GetOrderResponse": {
2623
- "type": "object",
2624
- "properties": {
2625
- "payload": {
2626
- "description": "The payload for the getOrder operation.",
2627
- "$ref": "#/definitions/Order"
2628
- },
2629
- "errors": {
2630
- "description": "One or more unexpected errors occurred during the getOrder operation.",
2631
- "$ref": "#/definitions/ErrorList"
2632
- }
2633
- },
2634
- "description": "The response schema for the getOrder operation."
2635
- },
2636
- "GetOrderBuyerInfoResponse": {
2637
- "type": "object",
2638
- "properties": {
2639
- "payload": {
2640
- "description": "The payload for the getOrderBuyerInfo operations.",
2641
- "$ref": "#/definitions/OrderBuyerInfo"
2642
- },
2643
- "errors": {
2644
- "description": "One or more unexpected errors occurred during the getOrderBuyerInfo operation.",
2645
- "$ref": "#/definitions/ErrorList"
2646
- }
2647
- },
2648
- "description": "The response schema for the getOrderBuyerInfo operation."
2649
- },
2650
- "GetOrderRegulatedInfoResponse": {
2651
- "type": "object",
2652
- "properties": {
2653
- "payload": {
2654
- "description": "The payload for the getOrderBuyerInfo operations.",
2655
- "$ref": "#/definitions/OrderRegulatedInfo"
2656
- },
2657
- "errors": {
2658
- "description": "One or more unexpected errors occurred during the getOrderRegulatedInfo operation.",
2659
- "$ref": "#/definitions/ErrorList"
2660
- }
2661
- },
2662
- "description": "The response schema for the getOrderRegulatedInfo operation."
2663
- },
2664
- "GetOrderAddressResponse": {
2665
- "type": "object",
2666
- "properties": {
2667
- "payload": {
2668
- "description": "The payload for the getOrderAddress operations.",
2669
- "$ref": "#/definitions/OrderAddress"
2670
- },
2671
- "errors": {
2672
- "description": "One or more unexpected errors occurred during the getOrderAddress operation.",
2673
- "$ref": "#/definitions/ErrorList"
2674
- }
2675
- },
2676
- "description": "The response schema for the getOrderAddress operation."
2677
- },
2678
- "GetOrderItemsResponse": {
2679
- "type": "object",
2680
- "properties": {
2681
- "payload": {
2682
- "description": "The payload for the getOrderItems operation.",
2683
- "$ref": "#/definitions/OrderItemsList"
2684
- },
2685
- "errors": {
2686
- "description": "One or more unexpected errors occurred during the getOrderItems operation.",
2687
- "$ref": "#/definitions/ErrorList"
2688
- }
2573
+ ],
2574
+ "responses": {
2575
+ "200": {
2576
+ "description": "Success.",
2577
+ "schema": {
2578
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2579
+ },
2580
+ "examples": {
2581
+ "application/json": {
2582
+ "payload": {
2583
+ "NextToken": "2YgYW55IGNhcm5hbCBwbGVhc3VyZS4",
2584
+ "OrderItemsApprovalsList": [
2585
+ {
2586
+ "OrderItemId": "12354324",
2587
+ "ApprovalType": "LEONARDI_APPROVAL",
2588
+ "ApprovalStatus": "PENDING_SELLING_PARTNER_APPROVAL",
2589
+ "ItemApprovals": [
2590
+ {
2591
+ "SequenceId": 1,
2592
+ "Timestamp": "string",
2593
+ "Actor": "SELLING_PARTNER",
2594
+ "Approver": "approver-id-123",
2595
+ "ApprovalActionProcessStatus": "ERROR",
2596
+ "ApprovalActionProcessStatusMessage": "Invalid substitution request.",
2597
+ "ApprovalAction": {
2598
+ "ActionType": "APPROVE",
2599
+ "Comment": "Set price and units",
2600
+ "Changes": {
2601
+ "ItemPrice": {
2602
+ "CurrencyCode": "EUR",
2603
+ "Amount": "8.5"
2604
+ },
2605
+ "Quantity": 2,
2606
+ "SubstitutedBy": {
2607
+ "IdentifierType": "EXTERNAL_ID",
2608
+ "Identifier": "P12325"
2609
+ }
2610
+ }
2611
+ }
2612
+ }
2613
+ ]
2614
+ },
2615
+ {
2616
+ "OrderItemId": "79039765272157",
2617
+ "ApprovalType": "LEONARDI_APPROVAL",
2618
+ "ApprovalStatus": "DECLINED",
2619
+ "ItemApprovals": [
2620
+ {
2621
+ "SequenceId": 1,
2622
+ "Timestamp": "string",
2623
+ "Actor": "SELLING_PARTNER",
2624
+ "Approver": "approver-id-123",
2625
+ "ApprovalActionProcessStatus": "SUCCESS",
2626
+ "ApprovalActionProcessStatusMessage": "Approval request validated",
2627
+ "ApprovalAction": {
2628
+ "ActionType": "DECLINE",
2629
+ "Comment": "Out of stock."
2630
+ }
2631
+ }
2632
+ ]
2633
+ }
2634
+ ]
2635
+ }
2636
+ }
2637
+ },
2638
+ "headers": {
2639
+ "x-amzn-RateLimit-Limit": {
2640
+ "type": "string",
2641
+ "description": "Your rate limit (requests per second) for this operation."
2642
+ },
2643
+ "x-amzn-RequestId": {
2644
+ "type": "string",
2645
+ "description": "Unique request reference identifier."
2646
+ }
2647
+ },
2648
+ "x-amzn-api-sandbox": {
2649
+ "static": [
2650
+ {
2651
+ "request": {
2652
+ "parameters": {
2653
+ "orderId": {
2654
+ "value": "TEST_CASE_200"
2655
+ }
2656
+ }
2657
+ },
2658
+ "response": {
2659
+ "payload": {
2660
+ "NextToken": "2YgYW55IGNhcm5hbCBwbGVhc3VyZS4",
2661
+ "OrderItemsApprovalsList": [
2662
+ {
2663
+ "OrderItemId": "68828574383266",
2664
+ "ApprovalType": "LEONARDI_APPROVAL",
2665
+ "ApprovalStatus": "PENDING_SELLING_PARTNER_APPROVAL",
2666
+ "ItemApprovals": [
2667
+ {
2668
+ "SequenceId": 1,
2669
+ "Timestamp": "string",
2670
+ "Actor": "SELLING_PARTNER",
2671
+ "Approver": "approver-id-123",
2672
+ "ApprovalActionProcessStatus": "ERROR",
2673
+ "ApprovalActionProcessStatusMessage": "No valid offer found for the substitution.",
2674
+ "ApprovalAction": {
2675
+ "ActionType": "APPROVE_WITH_CHANGES",
2676
+ "Comment": "Item substitution.",
2677
+ "Changes": {
2678
+ "ItemPrice": {
2679
+ "CurrencyCode": "EUR",
2680
+ "Amount": "8.5"
2681
+ },
2682
+ "Quantity": 2,
2683
+ "SubstitutedBy": {
2684
+ "IdentifierType": "EXTERNAL_ID",
2685
+ "Identifier": "NEW_ITEM_ID_12325"
2686
+ }
2687
+ }
2688
+ }
2689
+ }
2690
+ ]
2691
+ }
2692
+ ]
2693
+ }
2694
+ }
2695
+ }
2696
+ ]
2697
+ }
2698
+ },
2699
+ "400": {
2700
+ "description": "Request has missing or invalid parameters and cannot be parsed.",
2701
+ "schema": {
2702
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2703
+ },
2704
+ "headers": {
2705
+ "x-amzn-RateLimit-Limit": {
2706
+ "type": "string",
2707
+ "description": "Your rate limit (requests per second) for this operation."
2708
+ },
2709
+ "x-amzn-RequestId": {
2710
+ "type": "string",
2711
+ "description": "Unique request reference identifier."
2712
+ }
2713
+ },
2714
+ "x-amzn-api-sandbox": {
2715
+ "static": [
2716
+ {
2717
+ "request": {
2718
+ "parameters": {
2719
+ "orderId": {
2720
+ "value": "TEST_CASE_400"
2721
+ }
2722
+ }
2723
+ },
2724
+ "response": {
2725
+ "errors": [
2726
+ {
2727
+ "code": "InvalidInput",
2728
+ "message": "Invalid Input"
2729
+ }
2730
+ ]
2731
+ }
2732
+ }
2733
+ ]
2734
+ }
2735
+ },
2736
+ "403": {
2737
+ "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
2738
+ "schema": {
2739
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2740
+ },
2741
+ "headers": {
2742
+ "x-amzn-RequestId": {
2743
+ "type": "string",
2744
+ "description": "Unique request reference identifier."
2745
+ }
2746
+ }
2747
+ },
2748
+ "404": {
2749
+ "description": "The resource specified does not exist.",
2750
+ "schema": {
2751
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2752
+ },
2753
+ "headers": {
2754
+ "x-amzn-RateLimit-Limit": {
2755
+ "type": "string",
2756
+ "description": "Your rate limit (requests per second) for this operation."
2757
+ },
2758
+ "x-amzn-RequestId": {
2759
+ "type": "string",
2760
+ "description": "Unique request reference identifier."
2761
+ }
2762
+ }
2763
+ },
2764
+ "429": {
2765
+ "description": "The frequency of requests was greater than allowed.",
2766
+ "schema": {
2767
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2768
+ },
2769
+ "headers": {
2770
+ "x-amzn-RateLimit-Limit": {
2771
+ "type": "string",
2772
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
2773
+ },
2774
+ "x-amzn-RequestId": {
2775
+ "type": "string",
2776
+ "description": "Unique request reference identifier."
2777
+ }
2778
+ }
2779
+ },
2780
+ "500": {
2781
+ "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
2782
+ "schema": {
2783
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2784
+ },
2785
+ "headers": {
2786
+ "x-amzn-RateLimit-Limit": {
2787
+ "type": "string",
2788
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
2789
+ },
2790
+ "x-amzn-RequestId": {
2791
+ "type": "string",
2792
+ "description": "Unique request reference identifier."
2793
+ }
2794
+ }
2795
+ },
2796
+ "503": {
2797
+ "description": "Temporary overloading or maintenance of the server.",
2798
+ "schema": {
2799
+ "$ref": "#/definitions/GetOrderApprovalsResponse"
2800
+ },
2801
+ "headers": {
2802
+ "x-amzn-RateLimit-Limit": {
2803
+ "type": "string",
2804
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
2805
+ },
2806
+ "x-amzn-RequestId": {
2807
+ "type": "string",
2808
+ "description": "Unique request reference identifier."
2809
+ }
2810
+ }
2811
+ }
2812
+ }
2813
+ },
2814
+ "post": {
2815
+ "tags": [
2816
+ "approvals"
2817
+ ],
2818
+ "description": "Update the order items approvals for an order that you specify.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 5 | 15 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
2819
+ "operationId": "updateOrderItemsApprovals",
2820
+ "parameters": [
2821
+ {
2822
+ "name": "orderId",
2823
+ "in": "path",
2824
+ "description": "An Amazon-defined order identifier, in 3-7-7 format.",
2825
+ "required": true,
2826
+ "type": "string"
2827
+ },
2828
+ {
2829
+ "name": "payload",
2830
+ "in": "body",
2831
+ "description": "The request body for the updateOrderItemsApprovals operation.",
2832
+ "required": true,
2833
+ "schema": {
2834
+ "$ref": "#/definitions/UpdateOrderApprovalsRequest"
2835
+ }
2836
+ }
2837
+ ],
2838
+ "responses": {
2839
+ "204": {
2840
+ "description": "Success.",
2841
+ "x-amzn-api-sandbox": {
2842
+ "static": [
2843
+ {
2844
+ "request": {
2845
+ "parameters": {}
2846
+ },
2847
+ "response": {}
2848
+ }
2849
+ ]
2850
+ },
2851
+ "headers": {
2852
+ "x-amzn-RateLimit-Limit": {
2853
+ "description": "Your rate limit (requests per second) for this operation.",
2854
+ "type": "string"
2855
+ },
2856
+ "x-amzn-RequestId": {
2857
+ "description": "Unique request reference identifier.",
2858
+ "type": "string"
2859
+ }
2860
+ }
2861
+ },
2862
+ "400": {
2863
+ "description": "Request has missing or invalid parameters and cannot be parsed.",
2864
+ "x-amzn-api-sandbox": {
2865
+ "static": [
2866
+ {
2867
+ "request": {
2868
+ "parameters": {
2869
+ "body": {
2870
+ "value": {
2871
+ "Approver": "John",
2872
+ "OrderItemsApprovalRequests": [
2873
+ {
2874
+ "OrderItemId": "12345",
2875
+ "ApprovalAction": {
2876
+ "ActionType": "APPROVE_WITH_CHANGES",
2877
+ "Comment": "Mandatory substitution.",
2878
+ "Changes": {}
2879
+ }
2880
+ }
2881
+ ]
2882
+ }
2883
+ }
2884
+ }
2885
+ },
2886
+ "response": {
2887
+ "errors": [
2888
+ {
2889
+ "code": "InvalidInput",
2890
+ "message": "No changes defined."
2891
+ }
2892
+ ]
2893
+ }
2894
+ }
2895
+ ]
2896
+ },
2897
+ "headers": {
2898
+ "x-amzn-RateLimit-Limit": {
2899
+ "description": "Your rate limit (requests per second) for this operation.",
2900
+ "type": "string"
2901
+ },
2902
+ "x-amzn-RequestId": {
2903
+ "description": "Unique request reference identifier.",
2904
+ "type": "string"
2905
+ }
2906
+ },
2907
+ "schema": {
2908
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2909
+ }
2910
+ },
2911
+ "403": {
2912
+ "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
2913
+ "headers": {
2914
+ "x-amzn-RequestId": {
2915
+ "description": "Unique request reference identifier.",
2916
+ "type": "string"
2917
+ }
2918
+ },
2919
+ "schema": {
2920
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2921
+ }
2922
+ },
2923
+ "404": {
2924
+ "description": "The resource specified does not exist.",
2925
+ "headers": {
2926
+ "x-amzn-RateLimit-Limit": {
2927
+ "description": "Your rate limit (requests per second) for this operation.",
2928
+ "type": "string"
2929
+ },
2930
+ "x-amzn-RequestId": {
2931
+ "description": "Unique request reference identifier.",
2932
+ "type": "string"
2933
+ }
2934
+ },
2935
+ "schema": {
2936
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2937
+ }
2938
+ },
2939
+ "413": {
2940
+ "description": "The request size exceeded the maximum accepted size.",
2941
+ "headers": {
2942
+ "x-amzn-RequestId": {
2943
+ "description": "Unique request reference identifier.",
2944
+ "type": "string"
2945
+ }
2946
+ },
2947
+ "schema": {
2948
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2949
+ }
2950
+ },
2951
+ "415": {
2952
+ "description": "The request payload is in an unsupported format.",
2953
+ "headers": {
2954
+ "x-amzn-RequestId": {
2955
+ "description": "Unique request reference identifier.",
2956
+ "type": "string"
2957
+ }
2958
+ },
2959
+ "schema": {
2960
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2961
+ }
2962
+ },
2963
+ "429": {
2964
+ "description": "The frequency of requests was greater than allowed.",
2965
+ "headers": {
2966
+ "x-amzn-RequestId": {
2967
+ "description": "Unique request reference identifier.",
2968
+ "type": "string"
2969
+ }
2970
+ },
2971
+ "schema": {
2972
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2973
+ }
2974
+ },
2975
+ "500": {
2976
+ "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
2977
+ "headers": {
2978
+ "x-amzn-RequestId": {
2979
+ "description": "Unique request reference identifier.",
2980
+ "type": "string"
2981
+ }
2982
+ },
2983
+ "schema": {
2984
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2985
+ }
2986
+ },
2987
+ "503": {
2988
+ "description": "Temporary overloading or maintenance of the server.",
2989
+ "headers": {
2990
+ "x-amzn-RequestId": {
2991
+ "description": "Unique request reference identifier.",
2992
+ "type": "string"
2993
+ }
2994
+ },
2995
+ "schema": {
2996
+ "$ref": "#/definitions/UpdateItemsApprovalsErrorResponse"
2997
+ }
2998
+ }
2999
+ }
3000
+ }
3001
+ },
3002
+ "/orders/v0/orders/{orderId}/shipmentConfirmation": {
3003
+ "post": {
3004
+ "tags": [
3005
+ "ordersV0"
3006
+ ],
3007
+ "description": "Updates the shipment confirmation status for a specified order.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 2 | 10 |\n\nThe `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 then those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
3008
+ "operationId": "confirmShipment",
3009
+ "parameters": [
3010
+ {
3011
+ "name": "orderId",
3012
+ "in": "path",
3013
+ "description": "An Amazon-defined order identifier, in 3-7-7 format.",
3014
+ "required": true,
3015
+ "type": "string"
3016
+ },
3017
+ {
3018
+ "name": "payload",
3019
+ "in": "body",
3020
+ "description": "Request body of confirmShipment.",
3021
+ "required": true,
3022
+ "schema": {
3023
+ "$ref": "#/definitions/ConfirmShipmentRequest"
3024
+ }
3025
+ }
3026
+ ],
3027
+ "responses": {
3028
+ "204": {
3029
+ "description": "Success.",
3030
+ "headers": {
3031
+ "x-amzn-RateLimit-Limit": {
3032
+ "type": "string",
3033
+ "description": "Your rate limit (requests per second) for this operation."
3034
+ },
3035
+ "x-amzn-RequestId": {
3036
+ "type": "string",
3037
+ "description": "Unique request reference identifier."
3038
+ }
3039
+ },
3040
+ "x-amzn-api-sandbox": {
3041
+ "static": [
3042
+ {
3043
+ "request": {
3044
+ "parameters": {
3045
+ "orderId": {
3046
+ "value": "902-1106328-1059050"
3047
+ },
3048
+ "body": {
3049
+ "value": {
3050
+ "marketplaceId": "ATVPDKIKX0DER",
3051
+ "packageDetail": {
3052
+ "packageReferenceId": "1",
3053
+ "carrierCode": "FedEx",
3054
+ "carrierName": "FedEx",
3055
+ "shippingMethod": "FedEx Ground",
3056
+ "trackingNumber": "112345678",
3057
+ "shipDate": "2022-02-11T01:00:00.000Z",
3058
+ "shipFromSupplySourceId": "057d3fcc-b750-419f-bbcd-4d340c60c430",
3059
+ "orderItems":[
3060
+ {
3061
+ "orderItemId": "79039765272157",
3062
+ "quantity": 1,
3063
+ "transparencyCodes": [
3064
+ "09876543211234567890"
3065
+ ]
3066
+ }
3067
+ ]
3068
+ }
3069
+ }
3070
+ }
3071
+ }
3072
+ },
3073
+ "response": {
3074
+ }
3075
+ }
3076
+ ]
3077
+ }
3078
+ },
3079
+ "400": {
3080
+ "description": "Request has missing or invalid parameters and cannot be parsed.",
3081
+ "schema": {
3082
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3083
+ },
3084
+ "headers": {
3085
+ "x-amzn-RateLimit-Limit": {
3086
+ "type": "string",
3087
+ "description": "Your rate limit (requests per second) for this operation."
3088
+ },
3089
+ "x-amzn-RequestId": {
3090
+ "type": "string",
3091
+ "description": "Unique request reference identifier."
3092
+ }
3093
+ },
3094
+ "x-amzn-api-sandbox": {
3095
+ "static": [
3096
+ {
3097
+ "request": {
3098
+ "parameters": {
3099
+ "orderId": {
3100
+ "value": "902-1106328-1059050"
3101
+ },
3102
+ "body": {
3103
+ "value": {
3104
+ "marketplaceId": "ATVPDKIKX0DER",
3105
+ "packageDetail": {
3106
+ "packageReferenceId": "1",
3107
+ "carrierCode": "FedEx",
3108
+ "carrierName": "FedEx",
3109
+ "shippingMethod": "FedEx Ground",
3110
+ "trackingNumber": "112345678",
3111
+ "shipDate": "02/21/2022",
3112
+ "shipFromSupplySourceId": "057d3fcc-b750-419f-bbcd-4d340c60c430",
3113
+ "orderItems":[
3114
+ {
3115
+ "orderItemId": "79039765272157",
3116
+ "quantity": 1,
3117
+ "transparencyCodes": [
3118
+ "09876543211234567890"
3119
+ ]
3120
+ }
3121
+ ]
3122
+ }
3123
+ }
3124
+ }
3125
+ }
3126
+ },
3127
+ "response": {
3128
+ "errors": [
3129
+ {
3130
+ "code": "Invalid Input",
3131
+ "message": "Invalid Input"
3132
+ }
3133
+ ]
3134
+ }
3135
+ }
3136
+ ]
3137
+ }
3138
+ },
3139
+ "401": {
3140
+ "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
3141
+ "schema": {
3142
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3143
+ },
3144
+ "headers": {
3145
+ "x-amzn-RateLimit-Limit": {
3146
+ "type": "string",
3147
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
3148
+ },
3149
+ "x-amzn-RequestId": {
3150
+ "type": "string",
3151
+ "description": "Unique request reference identifier."
3152
+ }
3153
+ }
3154
+ },
3155
+ "403": {
3156
+ "description": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
3157
+ "schema": {
3158
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3159
+ },
3160
+ "headers": {
3161
+ "x-amzn-RequestId": {
3162
+ "type": "string",
3163
+ "description": "Unique request reference identifier."
3164
+ }
3165
+ }
3166
+ },
3167
+ "404": {
3168
+ "description": "The specified resource does not exist.",
3169
+ "schema": {
3170
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3171
+ },
3172
+ "headers": {
3173
+ "x-amzn-RateLimit-Limit": {
3174
+ "type": "string",
3175
+ "description": "Your rate limit (requests per second) for this operation."
3176
+ },
3177
+ "x-amzn-RequestId": {
3178
+ "type": "string",
3179
+ "description": "Unique request reference identifier."
3180
+ }
3181
+ }
3182
+ },
3183
+ "429": {
3184
+ "description": "The frequency of requests was greater than allowed.",
3185
+ "schema": {
3186
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3187
+ },
3188
+ "headers": {
3189
+ "x-amzn-RateLimit-Limit": {
3190
+ "type": "string",
3191
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
3192
+ },
3193
+ "x-amzn-RequestId": {
3194
+ "type": "string",
3195
+ "description": "Unique request reference identifier."
3196
+ }
3197
+ }
3198
+ },
3199
+ "500": {
3200
+ "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
3201
+ "schema": {
3202
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3203
+ },
3204
+ "headers": {
3205
+ "x-amzn-RateLimit-Limit": {
3206
+ "type": "string",
3207
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
3208
+ },
3209
+ "x-amzn-RequestId": {
3210
+ "type": "string",
3211
+ "description": "Unique request reference identifier."
3212
+ }
3213
+ }
3214
+ },
3215
+ "503": {
3216
+ "description": "Temporary overloading or maintenance of the server.",
3217
+ "schema": {
3218
+ "$ref": "#/definitions/ConfirmShipmentErrorResponse"
3219
+ },
3220
+ "headers": {
3221
+ "x-amzn-RateLimit-Limit": {
3222
+ "type": "string",
3223
+ "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
3224
+ },
3225
+ "x-amzn-RequestId": {
3226
+ "type": "string",
3227
+ "description": "Unique request reference identifier."
3228
+ }
3229
+ }
3230
+ }
3231
+ }
3232
+ }
3233
+ }
3234
+ },
3235
+ "definitions": {
3236
+ "UpdateShipmentStatusRequest": {
3237
+ "description": "The request body for the updateShipmentStatus operation.",
3238
+ "type": "object",
3239
+ "properties": {
3240
+ "marketplaceId": {
3241
+ "$ref": "#/definitions/MarketplaceId"
3242
+ },
3243
+ "shipmentStatus": {
3244
+ "$ref": "#/definitions/ShipmentStatus"
3245
+ },
3246
+ "orderItems": {
3247
+ "$ref": "#/definitions/OrderItems"
3248
+ }
3249
+ },
3250
+ "required": [
3251
+ "marketplaceId",
3252
+ "shipmentStatus"
3253
+ ]
3254
+ },
3255
+ "UpdateVerificationStatusRequest": {
3256
+ "description": "The request body for the updateVerificationStatus operation.",
3257
+ "type": "object",
3258
+ "properties": {
3259
+ "regulatedOrderVerificationStatus": {
3260
+ "description": "The updated values of the VerificationStatus field.",
3261
+ "$ref": "#/definitions/UpdateVerificationStatusRequestBody"
3262
+ }
3263
+ },
3264
+ "required": [
3265
+ "regulatedOrderVerificationStatus"
3266
+ ]
3267
+ },
3268
+ "UpdateVerificationStatusRequestBody": {
3269
+ "description": "The updated values of the VerificationStatus field.",
3270
+ "type": "object",
3271
+ "properties": {
3272
+ "status": {
3273
+ "description": "The new verification status of the order.",
3274
+ "$ref": "#/definitions/VerificationStatus"
3275
+ },
3276
+ "externalReviewerId": {
3277
+ "description": "The identifier for the order's regulated information reviewer.",
3278
+ "type": "string"
3279
+ },
3280
+ "rejectionReasonId": {
3281
+ "description": "The unique identifier for the rejection reason used for rejecting the order's regulated information. Only required if the new status is rejected.",
3282
+ "type": "string"
3283
+ }
3284
+ },
3285
+ "required": [
3286
+ "status",
3287
+ "externalReviewerId"
3288
+ ]
3289
+ },
3290
+ "MarketplaceId": {
3291
+ "description": "The unobfuscated marketplace identifier.",
3292
+ "type": "string"
3293
+ },
3294
+ "ShipmentStatus": {
3295
+ "description": "The shipment status to apply.",
3296
+ "type": "string",
3297
+ "enum": [
3298
+ "ReadyForPickup",
3299
+ "PickedUp",
3300
+ "RefusedPickup"
3301
+ ],
3302
+ "x-docgen-enum-table-extension": [
3303
+ {
3304
+ "value": "ReadyForPickup",
3305
+ "description": "Ready for pickup."
3306
+ },
3307
+ {
3308
+ "value": "PickedUp",
3309
+ "description": "Picked up."
3310
+ },
3311
+ {
3312
+ "value": "RefusedPickup",
3313
+ "description": "Refused pickup."
3314
+ }
3315
+ ]
3316
+ },
3317
+ "OrderItems": {
3318
+ "description": "For partial shipment status updates, the list of order items and quantities to be updated.",
3319
+ "type": "array",
3320
+ "items": {
3321
+ "type": "object",
3322
+ "properties": {
3323
+ "orderItemId": {
3324
+ "description": "The unique identifier of the order item.",
3325
+ "type": "string"
3326
+ },
3327
+ "quantity": {
3328
+ "type": "integer",
3329
+ "description": "The quantity for which to update the shipment status."
3330
+ }
3331
+ }
3332
+ }
3333
+ },
3334
+ "UpdateShipmentStatusErrorResponse": {
3335
+ "type": "object",
3336
+ "properties": {
3337
+ "errors": {
3338
+ "description": "One or more unexpected errors occurred during the UpdateShipmentStatus operation.",
3339
+ "$ref": "#/definitions/ErrorList"
3340
+ }
3341
+ },
3342
+ "description": "The error response schema for the UpdateShipmentStatus operation."
3343
+ },
3344
+ "UpdateVerificationStatusErrorResponse": {
3345
+ "type": "object",
3346
+ "properties": {
3347
+ "errors": {
3348
+ "description": "One or more unexpected errors occurred during the UpdateVerificationStatus operation.",
3349
+ "$ref": "#/definitions/ErrorList"
3350
+ }
3351
+ },
3352
+ "description": "The error response schema for the UpdateVerificationStatus operation."
3353
+ },
3354
+ "GetOrdersResponse": {
3355
+ "type": "object",
3356
+ "properties": {
3357
+ "payload": {
3358
+ "description": "The payload for the getOrders operation.",
3359
+ "$ref": "#/definitions/OrdersList"
3360
+ },
3361
+ "errors": {
3362
+ "description": "One or more unexpected errors occurred during the getOrders operation.",
3363
+ "$ref": "#/definitions/ErrorList"
3364
+ }
3365
+ },
3366
+ "description": "The response schema for the getOrders operation."
3367
+ },
3368
+ "GetOrderResponse": {
3369
+ "type": "object",
3370
+ "properties": {
3371
+ "payload": {
3372
+ "description": "The payload for the getOrder operation.",
3373
+ "$ref": "#/definitions/Order"
3374
+ },
3375
+ "errors": {
3376
+ "description": "One or more unexpected errors occurred during the getOrder operation.",
3377
+ "$ref": "#/definitions/ErrorList"
3378
+ }
3379
+ },
3380
+ "description": "The response schema for the getOrder operation."
3381
+ },
3382
+ "GetOrderBuyerInfoResponse": {
3383
+ "type": "object",
3384
+ "properties": {
3385
+ "payload": {
3386
+ "description": "The payload for the getOrderBuyerInfo operation.",
3387
+ "$ref": "#/definitions/OrderBuyerInfo"
3388
+ },
3389
+ "errors": {
3390
+ "description": "One or more unexpected errors occurred during the getOrderBuyerInfo operation.",
3391
+ "$ref": "#/definitions/ErrorList"
3392
+ }
3393
+ },
3394
+ "description": "The response schema for the getOrderBuyerInfo operation."
3395
+ },
3396
+ "GetOrderRegulatedInfoResponse": {
3397
+ "type": "object",
3398
+ "properties": {
3399
+ "payload": {
3400
+ "description": "The payload for the getOrderRegulatedInfo operation.",
3401
+ "$ref": "#/definitions/OrderRegulatedInfo"
3402
+ },
3403
+ "errors": {
3404
+ "description": "One or more unexpected errors occurred during the getOrderRegulatedInfo operation.",
3405
+ "$ref": "#/definitions/ErrorList"
3406
+ }
3407
+ },
3408
+ "description": "The response schema for the getOrderRegulatedInfo operation."
3409
+ },
3410
+ "GetOrderAddressResponse": {
3411
+ "type": "object",
3412
+ "properties": {
3413
+ "payload": {
3414
+ "description": "The payload for the getOrderAddress operations.",
3415
+ "$ref": "#/definitions/OrderAddress"
3416
+ },
3417
+ "errors": {
3418
+ "description": "One or more unexpected errors occurred during the getOrderAddress operation.",
3419
+ "$ref": "#/definitions/ErrorList"
3420
+ }
3421
+ },
3422
+ "description": "The response schema for the getOrderAddress operation."
3423
+ },
3424
+ "GetOrderItemsResponse": {
3425
+ "type": "object",
3426
+ "properties": {
3427
+ "payload": {
3428
+ "description": "The payload for the getOrderItems operation.",
3429
+ "$ref": "#/definitions/OrderItemsList"
3430
+ },
3431
+ "errors": {
3432
+ "description": "One or more unexpected errors occurred during the getOrderItems operation.",
3433
+ "$ref": "#/definitions/ErrorList"
3434
+ }
2689
3435
  },
2690
3436
  "description": "The response schema for the getOrderItems operation."
2691
3437
  },
@@ -2757,7 +3503,7 @@
2757
3503
  },
2758
3504
  "LastUpdateDate": {
2759
3505
  "type": "string",
2760
- "description": "The date when the order was last updated.\n\nNote: LastUpdateDate is returned with an incorrect date for orders that were last updated before 2009-04-01."
3506
+ "description": "The date when the order was last updated.\n\n__Note__: LastUpdateDate is returned with an incorrect date for orders that were last updated before 2009-04-01."
2761
3507
  },
2762
3508
  "OrderStatus": {
2763
3509
  "type": "string",
@@ -2850,7 +3596,7 @@
2850
3596
  "description": "The number of items unshipped."
2851
3597
  },
2852
3598
  "PaymentExecutionDetail": {
2853
- "description": "Information about sub-payment methods for a Cash On Delivery (COD) order.\n\nNote: For a COD order that is paid for using one sub-payment method, one PaymentExecutionDetailItem object is returned, with PaymentExecutionDetailItem/PaymentMethod = COD. For a COD order that is paid for using multiple sub-payment methods, two or more PaymentExecutionDetailItem objects are returned.",
3599
+ "description": "Information about sub-payment methods for a Cash On Delivery (COD) order.\n\n__Note__: For a COD order that is paid for using one sub-payment method, one PaymentExecutionDetailItem object is returned, with PaymentExecutionDetailItem/PaymentMethod = COD. For a COD order that is paid for using multiple sub-payment methods, two or more PaymentExecutionDetailItem objects are returned.",
2854
3600
  "$ref": "#/definitions/PaymentExecutionDetailItemList"
2855
3601
  },
2856
3602
  "PaymentMethod": {
@@ -2889,8 +3635,8 @@
2889
3635
  "description": "The shipment service level category of the order.\n\nPossible values: Expedited, FreeEconomy, NextDay, SameDay, SecondDay, Scheduled, Standard."
2890
3636
  },
2891
3637
  "EasyShipShipmentStatus": {
2892
- "type": "string",
2893
- "description": "The status of the Amazon Easy Ship order. This property is included only for Amazon Easy Ship orders.\n\nPossible values: PendingPickUp, LabelCanceled, PickedUp, OutForDelivery, Damaged, Delivered, RejectedByBuyer, Undeliverable, ReturnedToSeller, ReturningToSeller."
3638
+ "description": "The status of the Amazon Easy Ship order. This property is included only for Amazon Easy Ship orders.",
3639
+ "$ref": "#/definitions/EasyShipShipmentStatus"
2894
3640
  },
2895
3641
  "CbaDisplayableShippingLabel": {
2896
3642
  "type": "string",
@@ -2931,11 +3677,11 @@
2931
3677
  },
2932
3678
  "EarliestShipDate": {
2933
3679
  "type": "string",
2934
- "description": "The start of the time period within which you have committed to ship the order. In ISO 8601 date time format. Returned only for seller-fulfilled orders.\n\nNote: EarliestShipDate might not be returned for orders placed before February 1, 2013."
3680
+ "description": "The start of the time period within which you have committed to ship the order. In ISO 8601 date time format. Returned only for seller-fulfilled orders.\n\n__Note__: EarliestShipDate might not be returned for orders placed before February 1, 2013."
2935
3681
  },
2936
3682
  "LatestShipDate": {
2937
3683
  "type": "string",
2938
- "description": "The end of the time period within which you have committed to ship the order. In ISO 8601 date time format. Returned only for seller-fulfilled orders.\n\nNote: LatestShipDate might not be returned for orders placed before February 1, 2013."
3684
+ "description": "The end of the time period within which you have committed to ship the order. In ISO 8601 date time format. Returned only for seller-fulfilled orders.\n\n__Note__: LatestShipDate might not be returned for orders placed before February 1, 2013."
2939
3685
  },
2940
3686
  "EarliestDeliveryDate": {
2941
3687
  "type": "string",
@@ -3019,6 +3765,10 @@
3019
3765
  "type": "boolean",
3020
3766
  "description": "When true, this order is marked to be picked up from a store rather than delivered."
3021
3767
  },
3768
+ "IsAccessPointOrder": {
3769
+ "type": "boolean",
3770
+ "description": "When true, this order is marked to be delivered to an Access Point. The access location is chosen by the customer. Access Points include Amazon Hub Lockers, Amazon Hub Counters, and pickup points operated by carriers."
3771
+ },
3022
3772
  "MarketplaceTaxInfo": {
3023
3773
  "description": "Tax information about the marketplace.",
3024
3774
  "$ref": "#/definitions/MarketplaceTaxInfo"
@@ -3040,6 +3790,24 @@
3040
3790
  "HasRegulatedItems": {
3041
3791
  "type": "boolean",
3042
3792
  "description": "Whether the order contains regulated items which may require additional approval steps before being fulfilled."
3793
+ },
3794
+ "ElectronicInvoiceStatus": {
3795
+ "$ref": "#/definitions/ElectronicInvoiceStatus",
3796
+ "description": "The status of the electronic invoice."
3797
+ },
3798
+ "ItemApprovalTypes": {
3799
+ "type": "array",
3800
+ "items": {
3801
+ "$ref": "#/definitions/ItemApprovalType"
3802
+ },
3803
+ "description": "Set of approval types which applies to at least one order item in the order."
3804
+ },
3805
+ "ItemApprovalStatus": {
3806
+ "type": "array",
3807
+ "items": {
3808
+ "$ref": "#/definitions/ItemApprovalStatus"
3809
+ },
3810
+ "description": "Subset of all ItemApprovalStatus that are set in at least one of the order items subject to approvals."
3043
3811
  }
3044
3812
  },
3045
3813
  "description": "Order information."
@@ -3060,7 +3828,7 @@
3060
3828
  },
3061
3829
  "BuyerName": {
3062
3830
  "type": "string",
3063
- "description": "The name of the buyer."
3831
+ "description": "The buyer name or the recipient name."
3064
3832
  },
3065
3833
  "BuyerCounty": {
3066
3834
  "type": "string",
@@ -3097,7 +3865,7 @@
3097
3865
  },
3098
3866
  "RequiresDosageLabel": {
3099
3867
  "type": "boolean",
3100
- "description": "Whether the order requires attaching a dosage information label when shipped."
3868
+ "description": "When true, the order requires attaching a dosage information label when shipped."
3101
3869
  },
3102
3870
  "RegulatedOrderVerificationStatus": {
3103
3871
  "$ref": "#/definitions/RegulatedOrderVerificationStatus",
@@ -3115,41 +3883,12 @@
3115
3883
  ],
3116
3884
  "properties": {
3117
3885
  "Status": {
3118
- "type": "string",
3119
3886
  "description": "The verification status of the order.",
3120
- "enum": [
3121
- "Pending",
3122
- "Approved",
3123
- "Rejected",
3124
- "Expired",
3125
- "Cancelled"
3126
- ],
3127
- "x-docgen-enum-table-extension": [
3128
- {
3129
- "value": "Pending",
3130
- "description": "The order is pending approval. Note the approval might be needed from someone other than the merchant as determined by the RequiresMerchantAction field."
3131
- },
3132
- {
3133
- "value": "Approved",
3134
- "description": "The order's regulated information has been reviewed and approved."
3135
- },
3136
- {
3137
- "value": "Rejected",
3138
- "description": "The order's regulated information has been reviewed and rejected."
3139
- },
3140
- {
3141
- "value": "Expired",
3142
- "description": "The time to review the order's regulated information has expired."
3143
- },
3144
- {
3145
- "value": "Cancelled",
3146
- "description": "The order was cancelled by the purchaser."
3147
- }
3148
- ]
3887
+ "$ref": "#/definitions/VerificationStatus"
3149
3888
  },
3150
3889
  "RequiresMerchantAction": {
3151
3890
  "type": "boolean",
3152
- "description": "Whether the regulated information provided in the order requires a review by the merchant."
3891
+ "description": "When true, the regulated information provided in the order requires a review by the merchant."
3153
3892
  },
3154
3893
  "ValidRejectionReasons": {
3155
3894
  "type": "array",
@@ -3186,10 +3925,43 @@
3186
3925
  },
3187
3926
  "RejectionReasonDescription": {
3188
3927
  "type": "string",
3189
- "description": "The human-readable description of this rejection reason."
3928
+ "description": "The description of this rejection reason."
3190
3929
  }
3191
3930
  }
3192
3931
  },
3932
+ "VerificationStatus": {
3933
+ "type": "string",
3934
+ "description": "The verification status of the order.",
3935
+ "enum": [
3936
+ "Pending",
3937
+ "Approved",
3938
+ "Rejected",
3939
+ "Expired",
3940
+ "Cancelled"
3941
+ ],
3942
+ "x-docgen-enum-table-extension": [
3943
+ {
3944
+ "value": "Pending",
3945
+ "description": "The order is pending approval. Note that the approval might be needed from someone other than the merchant as determined by the RequiresMerchantAction property."
3946
+ },
3947
+ {
3948
+ "value": "Approved",
3949
+ "description": "The order's regulated information has been reviewed and approved."
3950
+ },
3951
+ {
3952
+ "value": "Rejected",
3953
+ "description": "The order's regulated information has been reviewed and rejected."
3954
+ },
3955
+ {
3956
+ "value": "Expired",
3957
+ "description": "The time to review the order's regulated information has expired."
3958
+ },
3959
+ {
3960
+ "value": "Cancelled",
3961
+ "description": "The order was cancelled by the purchaser."
3962
+ }
3963
+ ]
3964
+ },
3193
3965
  "RegulatedInformation": {
3194
3966
  "type": "object",
3195
3967
  "description": "The regulated information collected during purchase and used to verify the order.",
@@ -3222,11 +3994,11 @@
3222
3994
  },
3223
3995
  "FieldLabel": {
3224
3996
  "type": "string",
3225
- "description": "The human-readable name for the field."
3997
+ "description": "The name for the field."
3226
3998
  },
3227
3999
  "FieldType": {
3228
4000
  "type": "string",
3229
- "description": "The type of field the field.",
4001
+ "description": "The type of field.",
3230
4002
  "enum": [
3231
4003
  "Text",
3232
4004
  "FileAttachment"
@@ -3244,7 +4016,7 @@
3244
4016
  },
3245
4017
  "FieldValue": {
3246
4018
  "type": "string",
3247
- "description": "The content of the field as collected in regulatory form. Note that FileAttachment type fields will contain an URL to download the attachment here."
4019
+ "description": "The content of the field as collected in regulatory form. Note that FileAttachment type fields will contain a URL to download the attachment here."
3248
4020
  }
3249
4021
  }
3250
4022
  },
@@ -3258,8 +4030,15 @@
3258
4030
  "type": "string",
3259
4031
  "description": "An Amazon-defined order identifier, in 3-7-7 format."
3260
4032
  },
4033
+ "BuyerCompanyName": {
4034
+ "type": "string",
4035
+ "description": "Company name of the destination address."
4036
+ },
3261
4037
  "ShippingAddress": {
3262
4038
  "$ref": "#/definitions/Address"
4039
+ },
4040
+ "DeliveryPreferences": {
4041
+ "$ref": "#/definitions/DeliveryPreferences"
3263
4042
  }
3264
4043
  },
3265
4044
  "description": "The shipping address for the order."
@@ -3336,8 +4115,181 @@
3336
4115
  }
3337
4116
  ]
3338
4117
  }
3339
- },
3340
- "description": "The shipping address for the order."
4118
+ },
4119
+ "description": "The shipping address for the order."
4120
+ },
4121
+ "DeliveryPreferences": {
4122
+ "type": "object",
4123
+ "properties": {
4124
+ "DropOffLocation": {
4125
+ "type": "string",
4126
+ "description": "Drop-off location selected by the customer."
4127
+ },
4128
+ "PreferredDeliveryTime": {
4129
+ "$ref": "#/definitions/PreferredDeliveryTime",
4130
+ "description": "Business hours and days when the delivery is preferred."
4131
+ },
4132
+ "OtherAttributes": {
4133
+ "type": "array",
4134
+ "items": {
4135
+ "$ref": "#/definitions/OtherDeliveryAttributes"
4136
+ },
4137
+ "description": "Enumerated list of miscellaneous delivery attributes associated with the shipping address."
4138
+ },
4139
+ "AddressInstructions": {
4140
+ "type": "string",
4141
+ "description": "Building instructions, nearby landmark or navigation instructions."
4142
+ }
4143
+ },
4144
+ "description": "Contains all of the delivery instructions provided by the customer for the shipping address."
4145
+ },
4146
+ "PreferredDeliveryTime": {
4147
+ "type": "object",
4148
+ "description": "The time window when the delivery is preferred.",
4149
+ "properties": {
4150
+ "BusinessHours": {
4151
+ "type": "array",
4152
+ "items": {
4153
+ "$ref": "#/definitions/BusinessHours"
4154
+ },
4155
+ "description": "Business hours when the business is open for deliveries."
4156
+ },
4157
+ "ExceptionDates": {
4158
+ "type": "array",
4159
+ "items": {
4160
+ "$ref": "#/definitions/ExceptionDates"
4161
+ },
4162
+ "description": "Dates when the business is closed in the next 30 days."
4163
+ }
4164
+ }
4165
+ },
4166
+ "BusinessHours": {
4167
+ "type": "object",
4168
+ "description": "Business days and hours when the destination is open for deliveries.",
4169
+ "properties": {
4170
+ "DayOfWeek": {
4171
+ "type": "string",
4172
+ "description": "Day of the week.",
4173
+ "enum": [
4174
+ "SUN",
4175
+ "MON",
4176
+ "TUE",
4177
+ "WED",
4178
+ "THU",
4179
+ "FRI",
4180
+ "SAT"
4181
+ ],
4182
+ "x-docgen-enum-table-extension": [
4183
+ {
4184
+ "value": "SUN",
4185
+ "description": "Sunday - Day of the week."
4186
+ },
4187
+ {
4188
+ "value": "MON",
4189
+ "description": "Monday - Day of the week."
4190
+ },
4191
+ {
4192
+ "value": "TUE",
4193
+ "description": "Tuesday - Day of the week."
4194
+ },
4195
+ {
4196
+ "value": "WED",
4197
+ "description": "Wednesday - Day of the week."
4198
+ },
4199
+ {
4200
+ "value": "THU",
4201
+ "description": "Thursday - Day of the week."
4202
+ },
4203
+ {
4204
+ "value": "FRI",
4205
+ "description": "Friday - Day of the week."
4206
+ },
4207
+ {
4208
+ "value": "SAT",
4209
+ "description": "Saturday - Day of the week."
4210
+ }
4211
+ ]
4212
+ },
4213
+ "OpenIntervals": {
4214
+ "type": "array",
4215
+ "description": "Time window during the day when the business is open.",
4216
+ "items": {
4217
+ "$ref": "#/definitions/OpenInterval"
4218
+ }
4219
+ }
4220
+ }
4221
+ },
4222
+ "ExceptionDates": {
4223
+ "type": "object",
4224
+ "description": "Dates when the business is closed or open with a different time window.",
4225
+ "properties": {
4226
+ "ExceptionDate": {
4227
+ "type": "string",
4228
+ "description": "Date when the business is closed, in ISO-8601 date format."
4229
+ },
4230
+ "IsOpen": {
4231
+ "type": "boolean",
4232
+ "description": "Boolean indicating if the business is closed or open on that date."
4233
+ },
4234
+ "OpenIntervals": {
4235
+ "type": "array",
4236
+ "description": "Time window during the day when the business is open.",
4237
+ "items": {
4238
+ "$ref": "#/definitions/OpenInterval"
4239
+ }
4240
+ }
4241
+ }
4242
+ },
4243
+ "OpenInterval": {
4244
+ "type": "object",
4245
+ "description": "The time interval for which the business is open.",
4246
+ "properties": {
4247
+ "StartTime": {
4248
+ "$ref": "#/definitions/OpenTimeInterval",
4249
+ "description": "The time when the business opens."
4250
+ },
4251
+ "EndTime": {
4252
+ "$ref": "#/definitions/OpenTimeInterval",
4253
+ "description": "The time when the business closes."
4254
+ }
4255
+ }
4256
+ },
4257
+ "OpenTimeInterval": {
4258
+ "type": "object",
4259
+ "description": "The time when the business opens or closes.",
4260
+ "properties": {
4261
+ "Hour": {
4262
+ "type": "integer",
4263
+ "description": "The hour when the business opens or closes."
4264
+ },
4265
+ "Minute": {
4266
+ "type": "integer",
4267
+ "description": "The minute when the business opens or closes."
4268
+ }
4269
+ }
4270
+ },
4271
+ "OtherDeliveryAttributes": {
4272
+ "type": "string",
4273
+ "description": "Miscellaneous delivery attributes associated with the shipping address.",
4274
+ "enum": [
4275
+ "HAS_ACCESS_POINT",
4276
+ "PALLET_ENABLED",
4277
+ "PALLET_DISABLED"
4278
+ ],
4279
+ "x-docgen-enum-table-extension": [
4280
+ {
4281
+ "value": "HAS_ACCESS_POINT",
4282
+ "description": "Indicates whether the delivery has an access point pickup or drop-off location."
4283
+ },
4284
+ {
4285
+ "value": "PALLET_ENABLED",
4286
+ "description": "Indicates whether pallet delivery is enabled for the address."
4287
+ },
4288
+ {
4289
+ "value": "PALLET_DISABLED",
4290
+ "description": "Indicates whether pallet delivery is disabled for the address."
4291
+ }
4292
+ ]
3341
4293
  },
3342
4294
  "Money": {
3343
4295
  "type": "object",
@@ -3615,6 +4567,17 @@
3615
4567
  "BuyerRequestedCancel": {
3616
4568
  "description": "Information about whether or not a buyer requested cancellation.",
3617
4569
  "$ref": "#/definitions/BuyerRequestedCancel"
4570
+ },
4571
+ "ItemApprovalContext": {
4572
+ "$ref": "#/definitions/ItemApprovalContext",
4573
+ "description": "Item approval context containing the information regarding the status and progress of the item approval."
4574
+ },
4575
+ "SerialNumbers": {
4576
+ "type": "array",
4577
+ "description": "A list of serial numbers for electronic products that are shipped to customers. Returned for FBA orders only.",
4578
+ "items": {
4579
+ "type": "string"
4580
+ }
3618
4581
  }
3619
4582
  },
3620
4583
  "description": "A single order item."
@@ -3794,7 +4757,7 @@
3794
4757
  },
3795
4758
  "BuyerName": {
3796
4759
  "type": "string",
3797
- "description": "The name of the buyer."
4760
+ "description": "The buyer name or the recipient name."
3798
4761
  },
3799
4762
  "BuyerCounty": {
3800
4763
  "type": "string",
@@ -3809,7 +4772,7 @@
3809
4772
  "description": "The purchase order (PO) number entered by the buyer at checkout. Returned only for orders where the buyer entered a PO number at checkout."
3810
4773
  }
3811
4774
  },
3812
- "description": "Buyer information"
4775
+ "description": "Buyer information."
3813
4776
  },
3814
4777
  "ItemBuyerInfo": {
3815
4778
  "type": "object",
@@ -3842,7 +4805,7 @@
3842
4805
  "type": "object",
3843
4806
  "properties": {
3844
4807
  "HasAutomatedShippingSettings": {
3845
- "description": "If true, this order has automated shipping settings generated by Amazon. This order could be identified as an SSA order.",
4808
+ "description": "When true, this order has automated shipping settings generated by Amazon. This order could be identified as an SSA order.",
3846
4809
  "type": "boolean"
3847
4810
  },
3848
4811
  "AutomatedCarrier": {
@@ -3864,11 +4827,626 @@
3864
4827
  },
3865
4828
  "BuyerCancelReason": {
3866
4829
  "type": "string",
3867
- "description": "Reason for buyer requesting cancel"
4830
+ "description": "The reason that the buyer requested cancellation."
3868
4831
  }
3869
4832
  },
3870
4833
  "description": "Information about whether or not a buyer requested cancellation."
3871
4834
  },
4835
+ "EasyShipShipmentStatus": {
4836
+ "description": "The status of the Amazon Easy Ship order. This property is included only for Amazon Easy Ship orders.",
4837
+ "type": "string",
4838
+ "enum": [
4839
+ "PendingSchedule",
4840
+ "PendingPickUp",
4841
+ "PendingDropOff",
4842
+ "LabelCanceled",
4843
+ "PickedUp",
4844
+ "DroppedOff",
4845
+ "AtOriginFC",
4846
+ "AtDestinationFC",
4847
+ "Delivered",
4848
+ "RejectedByBuyer",
4849
+ "Undeliverable",
4850
+ "ReturningToSeller",
4851
+ "ReturnedToSeller",
4852
+ "Lost",
4853
+ "OutForDelivery",
4854
+ "Damaged"
4855
+ ],
4856
+ "x-docgen-enum-table-extension": [
4857
+ {
4858
+ "value": "PendingSchedule",
4859
+ "description": "The package is awaiting the schedule for pick-up."
4860
+ },
4861
+ {
4862
+ "value": "PendingPickUp",
4863
+ "description": "Amazon has not yet picked up the package from the seller."
4864
+ },
4865
+ {
4866
+ "value": "PendingDropOff",
4867
+ "description": "The seller will deliver the package to the carrier."
4868
+ },
4869
+ {
4870
+ "value": "LabelCanceled",
4871
+ "description": "The seller canceled the pickup."
4872
+ },
4873
+ {
4874
+ "value": "PickedUp",
4875
+ "description": "Amazon has picked up the package from the seller."
4876
+ },
4877
+ {
4878
+ "value": "DroppedOff",
4879
+ "description": "The package was delivered to the carrier by the seller."
4880
+ },
4881
+ {
4882
+ "value": "AtOriginFC",
4883
+ "description": "The package is at the origin fulfillment center."
4884
+ },
4885
+ {
4886
+ "value": "AtDestinationFC",
4887
+ "description": "The package is at the destination fulfillment center."
4888
+ },
4889
+ {
4890
+ "value": "Delivered",
4891
+ "description": "The package has been delivered."
4892
+ },
4893
+ {
4894
+ "value": "RejectedByBuyer",
4895
+ "description": "The package has been rejected by the buyer."
4896
+ },
4897
+ {
4898
+ "value": "Undeliverable",
4899
+ "description": "The package cannot be delivered."
4900
+ },
4901
+ {
4902
+ "value": "ReturningToSeller",
4903
+ "description": "The package was not delivered and is being returned to the seller."
4904
+ },
4905
+ {
4906
+ "value": "ReturnedToSeller",
4907
+ "description": "The package was not delivered and was returned to the seller."
4908
+ },
4909
+ {
4910
+ "value": "Lost",
4911
+ "description": "The package is lost."
4912
+ },
4913
+ {
4914
+ "value": "OutForDelivery",
4915
+ "description": "The package is out for delivery."
4916
+ },
4917
+ {
4918
+ "value": "Damaged",
4919
+ "description": "The package was damaged by the carrier."
4920
+ }
4921
+ ]
4922
+ },
4923
+ "ElectronicInvoiceStatus": {
4924
+ "description": "The status of the electronic invoice.",
4925
+ "type": "string",
4926
+ "enum": [
4927
+ "NotRequired",
4928
+ "NotFound",
4929
+ "Processing",
4930
+ "Errored",
4931
+ "Accepted"
4932
+ ],
4933
+ "x-docgen-enum-table-extension": [
4934
+ {
4935
+ "value": "NotRequired",
4936
+ "description": "The order does not require an electronic invoice to be uploaded."
4937
+ },
4938
+ {
4939
+ "value": "NotFound",
4940
+ "description": "The order requires an electronic invoice but it is not uploaded."
4941
+ },
4942
+ {
4943
+ "value": "Processing",
4944
+ "description": "The required electronic invoice was uploaded and is processing."
4945
+ },
4946
+ {
4947
+ "value": "Errored",
4948
+ "description": "The uploaded electronic invoice was not accepted."
4949
+ },
4950
+ {
4951
+ "value": "Accepted",
4952
+ "description": "The uploaded electronic invoice was accepted."
4953
+ }
4954
+ ]
4955
+ },
4956
+ "ItemApprovalType": {
4957
+ "type": "string",
4958
+ "enum": [
4959
+ "LEONARDI_APPROVAL"
4960
+ ],
4961
+ "x-docgen-enum-table-extension": [
4962
+ {
4963
+ "value": "LEONARDI_APPROVAL",
4964
+ "description": "Approval process required to fulfill Leonardi order items."
4965
+ }
4966
+ ],
4967
+ "description": "Defines the approval process types available for order items."
4968
+ },
4969
+ "ItemApprovalStatus": {
4970
+ "type": "string",
4971
+ "enum": [
4972
+ "PENDING_SELLING_PARTNER_APPROVAL",
4973
+ "PROCESSING_SELLING_PARTNER_APPROVAL",
4974
+ "PENDING_AMAZON_APPROVAL",
4975
+ "APPROVED",
4976
+ "APPROVED_WITH_CHANGES",
4977
+ "DECLINED"
4978
+ ],
4979
+ "x-docgen-enum-table-extension": [
4980
+ {
4981
+ "value": "PENDING_SELLING_PARTNER_APPROVAL",
4982
+ "description": "Approval process requires an approval action from the selling partner."
4983
+ },
4984
+ {
4985
+ "value": "PROCESSING_SELLING_PARTNER_APPROVAL",
4986
+ "description": "Amazon is processing the selling partner's approval action."
4987
+ },
4988
+ {
4989
+ "value": "PENDING_AMAZON_APPROVAL",
4990
+ "description": "Approval process requires an approval action from Amazon."
4991
+ },
4992
+ {
4993
+ "value": "APPROVED",
4994
+ "description": "All steps of the approval process are complete and the item is approved."
4995
+ },
4996
+ {
4997
+ "value": "APPROVED_WITH_CHANGES",
4998
+ "description": "All steps of the approval process are complete and the item is approved with some changes. This state is only possible if the approval process type allows item level changes."
4999
+ },
5000
+ {
5001
+ "value": "DECLINED",
5002
+ "description": "All steps of the approval process are complete and the item is declined."
5003
+ }
5004
+ ],
5005
+ "description": "Defines the possible status of an order item approval."
5006
+ },
5007
+ "ItemApprovalContext": {
5008
+ "description": "Generic item approval context. Check the applicable restrictions at the specific approval type schemas.",
5009
+ "type": "object",
5010
+ "required": [
5011
+ "ApprovalType",
5012
+ "ApprovalStatus"
5013
+ ],
5014
+ "properties": {
5015
+ "ApprovalType": {
5016
+ "$ref": "#/definitions/ItemApprovalType",
5017
+ "description": "The approval process type required for the order item."
5018
+ },
5019
+ "ApprovalStatus": {
5020
+ "$ref": "#/definitions/ItemApprovalStatus",
5021
+ "description": "Current status of the order item approval."
5022
+ },
5023
+ "ApprovalSupportData": {
5024
+ "$ref": "#/definitions/ApprovalSupportDataElementList",
5025
+ "description": "List of additional data elements supporting the approval process. Check the applicable restrictions at the specific approval type schemas."
5026
+ }
5027
+ }
5028
+ },
5029
+ "ApprovalSupportDataElementList": {
5030
+ "type": "array",
5031
+ "items": {
5032
+ "$ref": "#/definitions/ApprovalSupportDataElement"
5033
+ },
5034
+ "description": "List of additional data elements supporting the approval process. Check the applicable restrictions at the specific approval type schemas."
5035
+ },
5036
+ "ApprovalSupportDataElement": {
5037
+ "description": "<Name, Value> tuple to define item approval support data elements.",
5038
+ "type": "object",
5039
+ "required": [
5040
+ "Name",
5041
+ "Value"
5042
+ ],
5043
+ "properties": {
5044
+ "Name": {
5045
+ "type": "string",
5046
+ "description": "Name of the approval support element. Allowed names are defined in specific approval types schemas."
5047
+ },
5048
+ "Value": {
5049
+ "type": "string",
5050
+ "description": "String value of the approval support element."
5051
+ }
5052
+ }
5053
+ },
5054
+ "ItemApproval": {
5055
+ "description": "Generic item approval. Check the applicable restrictions at the specific approval type schemas.",
5056
+ "type": "object",
5057
+ "required": [
5058
+ "SequenceId",
5059
+ "Timestamp",
5060
+ "Actor",
5061
+ "ApprovalAction",
5062
+ "ApprovalActionProcessStatus"
5063
+ ],
5064
+ "properties": {
5065
+ "SequenceId": {
5066
+ "type": "integer",
5067
+ "description": "Sequence number of the item approval. Each ItemApproval gets its sequenceId automatically from a monotonic increasing function."
5068
+ },
5069
+ "Timestamp": {
5070
+ "type": "string",
5071
+ "description": "Timestamp when the ItemApproval was recorded by Amazon's internal order approvals system. In ISO 8601 date time format."
5072
+ },
5073
+ "Actor": {
5074
+ "type": "string",
5075
+ "enum": [
5076
+ "SELLING_PARTNER",
5077
+ "AMAZON"
5078
+ ],
5079
+ "x-docgen-enum-table-extension": [
5080
+ {
5081
+ "value": "SELLING_PARTNER",
5082
+ "description": "High level actor to which the approval actions are assigned when triggered by the selling partner."
5083
+ },
5084
+ {
5085
+ "value": "AMAZON",
5086
+ "description": "High level actor to which the approval actions are assigned when triggered by Amazon."
5087
+ }
5088
+ ],
5089
+ "description": "High level actors involved in the approval process."
5090
+ },
5091
+ "Approver": {
5092
+ "type": "string",
5093
+ "description": "Person or system that triggers the approval actions on behalf of the actor."
5094
+ },
5095
+ "ApprovalAction": {
5096
+ "$ref": "#/definitions/ItemApprovalAction",
5097
+ "description": "Approval action that defines the behavior of the ItemApproval."
5098
+ },
5099
+ "ApprovalActionProcessStatus": {
5100
+ "type": "string",
5101
+ "enum": [
5102
+ "PROCESSING",
5103
+ "SUCCESS",
5104
+ "ERROR"
5105
+ ],
5106
+ "x-docgen-enum-table-extension": [
5107
+ {
5108
+ "value": "PROCESSING",
5109
+ "description": "Amazon is processing the item approval action triggered by the selling partner."
5110
+ },
5111
+ {
5112
+ "value": "SUCCESS",
5113
+ "description": "Item approval action processed successfully."
5114
+ },
5115
+ {
5116
+ "value": "ERROR",
5117
+ "description": "An error occurred while processing the item approval action. The approval action is ignored."
5118
+ }
5119
+ ],
5120
+ "description": "Status of approval action."
5121
+ },
5122
+ "ApprovalActionProcessStatusMessage": {
5123
+ "type": "string",
5124
+ "description": "Optional message to communicate optional additional context about the current status of the approval action."
5125
+ }
5126
+ }
5127
+ },
5128
+ "ItemApprovalAction": {
5129
+ "description": "This object represents an approval action used by the actors in the order item approval process. Check the applicable restrictions at the specific approval type schemas.",
5130
+ "type": "object",
5131
+ "required": [
5132
+ "ActionType"
5133
+ ],
5134
+ "properties": {
5135
+ "ActionType": {
5136
+ "type": "string",
5137
+ "enum": [
5138
+ "APPROVE",
5139
+ "DECLINE",
5140
+ "APPROVE_WITH_CHANGES"
5141
+ ],
5142
+ "x-docgen-enum-table-extension": [
5143
+ {
5144
+ "value": "APPROVE",
5145
+ "description": "Defines the action of approving the order item."
5146
+ },
5147
+ {
5148
+ "value": "DECLINE",
5149
+ "description": "Defines the action of declining the order item."
5150
+ },
5151
+ {
5152
+ "value": "APPROVE_WITH_CHANGES",
5153
+ "description": "Defines the action of a conditional approval, i.e. the order item approval is only valid if the required changes are made to the order item."
5154
+ }
5155
+ ],
5156
+ "description": "Defines the type of action for the approval."
5157
+ },
5158
+ "Comment": {
5159
+ "type": "string",
5160
+ "description": "Comment message to provide optional additional context on the approval action."
5161
+ },
5162
+ "Changes": {
5163
+ "type": "object",
5164
+ "properties": {
5165
+ "ItemPrice": {
5166
+ "$ref": "#/definitions/Money",
5167
+ "description": "Price to be charged to the customer for each unit of the item. If substitutedBy is specified, this value applies to the substitution item."
5168
+ },
5169
+ "Quantity": {
5170
+ "type": "integer",
5171
+ "description": "Quantity approved. If substitutedBy is specified, this value applies to the substitution item."
5172
+ },
5173
+ "SubstitutedBy": {
5174
+ "$ref": "#/definitions/ItemIdentifier",
5175
+ "description": "Identifier of the item to substitute this item in the order."
5176
+ }
5177
+ },
5178
+ "description": "Changes required for the approval. Each approval type defines the allowed changes valid sub-set in its specific schema."
5179
+ }
5180
+ }
5181
+ },
5182
+ "ItemIdentifier": {
5183
+ "description": "Item identifiers used in the context of approvals operations.",
5184
+ "type": "object",
5185
+ "required": [
5186
+ "IdentifierType",
5187
+ "Identifier"
5188
+ ],
5189
+ "properties": {
5190
+ "IdentifierType": {
5191
+ "type": "string",
5192
+ "enum": [
5193
+ "ASIN",
5194
+ "SELLER_SKU",
5195
+ "EXTERNAL_ID"
5196
+ ],
5197
+ "x-docgen-enum-table-extension": [
5198
+ {
5199
+ "value": "ASIN",
5200
+ "description": "The Amazon Standard Identification Number (ASIN) of the item."
5201
+ },
5202
+ {
5203
+ "value": "SELLER_SKU",
5204
+ "description": "The seller stock keeping unit (SKU) of the item."
5205
+ },
5206
+ {
5207
+ "value": "EXTERNAL_ID",
5208
+ "description": "An external id, e.g. EAN or UPC. Approval specific schemas will define the restrictions on the allowed external identifiers."
5209
+ }
5210
+ ],
5211
+ "description": "Defines the type of identifiers allowed to specify a substitution."
5212
+ },
5213
+ "Identifier": {
5214
+ "type": "string"
5215
+ }
5216
+ }
5217
+ },
5218
+ "GetOrderApprovalsResponse": {
5219
+ "type": "object",
5220
+ "properties": {
5221
+ "payload": {
5222
+ "description": "The payload for the getOrderItemsApprovals operation.",
5223
+ "$ref": "#/definitions/OrderApprovalsResponse"
5224
+ },
5225
+ "errors": {
5226
+ "description": "One or more unexpected errors occurred during the getOrderItemsApprovals operation.",
5227
+ "$ref": "#/definitions/ErrorList"
5228
+ }
5229
+ },
5230
+ "description": "The response schema for the getOrderApprovalsItems operation."
5231
+ },
5232
+ "OrderApprovalsResponse": {
5233
+ "type": "object",
5234
+ "required": [
5235
+ "OrderItemsApprovalsList"
5236
+ ],
5237
+ "properties": {
5238
+ "NextToken": {
5239
+ "type": "string",
5240
+ "description": "When present and not empty, pass this string token in the next request to return the next response page."
5241
+ },
5242
+ "OrderItemsApprovalsList": {
5243
+ "type": "array",
5244
+ "description": "List of OrderItemApprovals.",
5245
+ "items": {
5246
+ "$ref": "#/definitions/OrderItemApprovals"
5247
+ }
5248
+ }
5249
+ },
5250
+ "description": "The order items list with approvals along with the order ID."
5251
+ },
5252
+ "OrderItemApprovals": {
5253
+ "type": "object",
5254
+ "description": "List of item approvals gathered during the approval process.",
5255
+ "required": [
5256
+ "OrderItemId",
5257
+ "ApprovalType",
5258
+ "ApprovalStatus",
5259
+ "ItemApprovals"
5260
+ ],
5261
+ "properties": {
5262
+ "OrderItemId": {
5263
+ "description": "The unique identifier of the order item.",
5264
+ "type": "string"
5265
+ },
5266
+ "ApprovalType": {
5267
+ "$ref": "#/definitions/ItemApprovalType",
5268
+ "description": "The approval process type required for the order item."
5269
+ },
5270
+ "ApprovalStatus": {
5271
+ "$ref": "#/definitions/ItemApprovalStatus",
5272
+ "description": "Current status of the order item approval."
5273
+ },
5274
+ "ItemApprovals": {
5275
+ "type": "array",
5276
+ "items": {
5277
+ "$ref": "#/definitions/ItemApproval"
5278
+ }
5279
+ }
5280
+ }
5281
+ },
5282
+ "UpdateOrderApprovalsRequest": {
5283
+ "description": "The request body for the updateOrderItemsApprovals operation.",
5284
+ "type": "object",
5285
+ "required": [
5286
+ "OrderItemsApprovalRequests"
5287
+ ],
5288
+ "properties": {
5289
+ "Approver": {
5290
+ "type": "string",
5291
+ "description": "Person or system that triggers the approval actions on behalf of the actor."
5292
+ },
5293
+ "OrderItemsApprovalRequests": {
5294
+ "type": "array",
5295
+ "description": "A list of item approval requests.",
5296
+ "items": {
5297
+ "$ref": "#/definitions/OrderItemApprovalRequest"
5298
+ }
5299
+ }
5300
+ }
5301
+ },
5302
+ "OrderItemApprovalRequest": {
5303
+ "description": "Order item apecific approval request.",
5304
+ "type": "object",
5305
+ "required": [
5306
+ "OrderItemId",
5307
+ "ApprovalAction"
5308
+ ],
5309
+ "properties": {
5310
+ "OrderItemId": {
5311
+ "description": "The unique identifier of the order item.",
5312
+ "type": "string"
5313
+ },
5314
+ "ApprovalAction": {
5315
+ "$ref": "#/definitions/ItemApprovalAction",
5316
+ "description": "Approval action that defines the behavior of the ItemApproval."
5317
+ }
5318
+ }
5319
+ },
5320
+ "UpdateItemsApprovalsErrorResponse": {
5321
+ "type": "object",
5322
+ "properties": {
5323
+ "errors": {
5324
+ "description": "One or more unexpected errors occurred during the updateOrderItemsApprovals operation.",
5325
+ "$ref": "#/definitions/ErrorList"
5326
+ }
5327
+ },
5328
+ "description": "The error response schema for the updateOrderItemsApprovals operation."
5329
+ },
5330
+ "ConfirmShipmentRequest": {
5331
+ "type": "object",
5332
+ "required": [
5333
+ "marketplaceId",
5334
+ "packageDetail"
5335
+ ],
5336
+ "properties": {
5337
+ "packageDetail": {
5338
+ "$ref": "#/definitions/PackageDetail"
5339
+ },
5340
+ "codCollectionMethod": {
5341
+ "type": "string",
5342
+ "description": "The cod collection method, support in JP only. ",
5343
+ "enum":["DirectPayment"]
5344
+ },
5345
+ "marketplaceId": {
5346
+ "$ref": "#/definitions/MarketplaceId"
5347
+ }
5348
+ },
5349
+ "description": "The request schema for an shipment confirmation."
5350
+ },
5351
+ "ConfirmShipmentErrorResponse": {
5352
+ "type": "object",
5353
+ "description": "The error response schema for an shipment confirmation.",
5354
+ "properties": {
5355
+ "errors": {
5356
+ "description": "One or more unexpected errors occurred during the confirmShipment operation.",
5357
+ "$ref": "#/definitions/ErrorList"
5358
+ }
5359
+ }
5360
+ },
5361
+ "PackageDetail": {
5362
+ "type": "object",
5363
+ "description": "Properties of packages",
5364
+ "required": [
5365
+ "packageReferenceId",
5366
+ "carrierCode",
5367
+ "trackingNumber",
5368
+ "shipDate",
5369
+ "orderItems"
5370
+ ],
5371
+ "properties": {
5372
+ "packageReferenceId": {
5373
+ "$ref": "#/definitions/PackageReferenceId"
5374
+ },
5375
+ "carrierCode": {
5376
+ "type": "string",
5377
+ "description": "Identifies the carrier that will deliver the package. This field is required for all marketplaces, see [reference](https://developer-docs.amazon.com/sp-api/changelog/carriercode-value-required-in-shipment-confirmations-for-br-mx-ca-sg-au-in-jp-marketplaces)."
5378
+ },
5379
+ "carrierName": {
5380
+ "type": "string",
5381
+ "description": "Carrier Name that will deliver the package. Required when carrierCode is \"Others\" "
5382
+ },
5383
+ "shippingMethod": {
5384
+ "type": "string",
5385
+ "description": "Ship method to be used for shipping the order."
5386
+ },
5387
+ "trackingNumber": {
5388
+ "type": "string",
5389
+ "description": "The tracking number used to obtain tracking and delivery information."
5390
+ },
5391
+ "shipDate": {
5392
+ "type": "string",
5393
+ "description": "The shipping date for the package. Must be in ISO-8601 date/time format.",
5394
+ "format": "date-time"
5395
+ },
5396
+ "shipFromSupplySourceId": {
5397
+ "type": "string",
5398
+ "description": "The unique identifier of the supply source."
5399
+ },
5400
+ "orderItems": {
5401
+ "description": "The list of order items and quantities to be updated.",
5402
+ "$ref": "#/definitions/ConfirmShipmentOrderItemsList"
5403
+ }
5404
+ }
5405
+ },
5406
+ "ConfirmShipmentOrderItemsList": {
5407
+ "type": "array",
5408
+ "description": "A list of order items.",
5409
+ "items": {
5410
+ "$ref": "#/definitions/ConfirmShipmentOrderItem"
5411
+ }
5412
+ },
5413
+ "ConfirmShipmentOrderItem": {
5414
+ "type": "object",
5415
+ "description": "A single order item.",
5416
+ "required": [
5417
+ "orderItemId",
5418
+ "quantity"
5419
+ ],
5420
+ "properties": {
5421
+ "orderItemId": {
5422
+ "type": "string",
5423
+ "description": "The unique identifier of the order item."
5424
+ },
5425
+ "quantity": {
5426
+ "type": "integer",
5427
+ "description": "The quantity of the item."
5428
+ },
5429
+ "transparencyCodes": {
5430
+ "description": "The list of transparency codes.",
5431
+ "$ref": "#/definitions/TransparencyCodeList"
5432
+ }
5433
+ }
5434
+ },
5435
+ "TransparencyCodeList": {
5436
+ "type": "array",
5437
+ "description": "A list of order items.",
5438
+ "items": {
5439
+ "$ref": "#/definitions/TransparencyCode"
5440
+ }
5441
+ },
5442
+ "TransparencyCode": {
5443
+ "type": "string",
5444
+ "description": "The Transparency code associated with the item."
5445
+ },
5446
+ "PackageReferenceId": {
5447
+ "type": "string",
5448
+ "description": "A seller-supplied identifier that uniquely identifies a package within the scope of an order. Only positive numeric values are supported."
5449
+ },
3872
5450
  "ErrorList": {
3873
5451
  "type": "array",
3874
5452
  "description": "A list of error responses returned when a request is unsuccessful.",
@@ -3889,7 +5467,7 @@
3889
5467
  },
3890
5468
  "message": {
3891
5469
  "type": "string",
3892
- "description": "A message that describes the error condition in a human-readable form."
5470
+ "description": "A message that describes the error condition."
3893
5471
  },
3894
5472
  "details": {
3895
5473
  "type": "string",