You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Amazon SP API models to the latest version (#558)
* Update Amazon SP API models to the latest version
Remove Order Approvals API from SDK as it has been removed from the library.
Add Jetbrains .idea directory to .gitignore.
Add user flag to Docker run commands in bin/generate.sh so files created are owned by the user/group running the operation.
Increase rector parallel processing timeout from 2 minutes to 10 minutes.
* Remove .gitignore entry for JetBrains IDE's
Copy file name to clipboardExpand all lines: src/AmazonPHP/SellingPartner/Api/DefinitionsApi/ProductTypesDefinitionsSDK.php
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -290,14 +290,17 @@ public function getDefinitionsProductTypeRequest(AccessToken $accessToken, strin
290
290
* Operation searchDefinitionsProductTypes.
291
291
*
292
292
* @param string[] $marketplace_ids A comma-delimited list of Amazon marketplace identifiers for the request. (required)
293
-
* @param null|string[] $keywords A comma-delimited list of keywords to search product types by. (optional)
293
+
* @param null|string[] $keywords A comma-delimited list of keywords to search product types. **Note:** Cannot be used with `itemName`. (optional)
294
+
* @param null|string $item_name The title of the ASIN to get the product type recommendation. **Note:** Cannot be used with `keywords`. (optional)
295
+
* @param null|string $locale The locale for the display names in the response. Defaults to the primary locale of the marketplace. (optional)
296
+
* @param null|string $search_locale The locale used for the `keywords` and `itemName` parameters. Defaults to the primary locale of the marketplace. (optional)
@@ -387,11 +390,14 @@ public function searchDefinitionsProductTypes(AccessToken $accessToken, string $
387
390
* Create request for operation 'searchDefinitionsProductTypes'.
388
391
*
389
392
* @param string[] $marketplace_ids A comma-delimited list of Amazon marketplace identifiers for the request. (required)
390
-
* @param null|string[] $keywords A comma-delimited list of keywords to search product types by. (optional)
393
+
* @param null|string[] $keywords A comma-delimited list of keywords to search product types. **Note:** Cannot be used with `itemName`. (optional)
394
+
* @param null|string $item_name The title of the ASIN to get the product type recommendation. **Note:** Cannot be used with `keywords`. (optional)
395
+
* @param null|string $locale The locale for the display names in the response. Defaults to the primary locale of the marketplace. (optional)
396
+
* @param null|string $search_locale The locale used for the `keywords` and `itemName` parameters. Defaults to the primary locale of the marketplace. (optional)
Copy file name to clipboardExpand all lines: src/AmazonPHP/SellingPartner/Api/DefinitionsApi/ProductTypesDefinitionsSDKInterface.php
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,13 @@ public function getDefinitionsProductType(AccessToken $accessToken, string $regi
48
48
* Operation searchDefinitionsProductTypes.
49
49
*
50
50
* @param string[] $marketplace_ids A comma-delimited list of Amazon marketplace identifiers for the request. (required)
51
-
* @param null|string[] $keywords A comma-delimited list of keywords to search product types by. (optional)
51
+
* @param null|string[] $keywords A comma-delimited list of keywords to search product types. **Note:** Cannot be used with `itemName`. (optional)
52
+
* @param null|string $item_name The title of the ASIN to get the product type recommendation. **Note:** Cannot be used with `keywords`. (optional)
53
+
* @param null|string $locale The locale for the display names in the response. Defaults to the primary locale of the marketplace. (optional)
54
+
* @param null|string $search_locale The locale used for the `keywords` and `itemName` parameters. Defaults to the primary locale of the marketplace. (optional)
0 commit comments