私は彼らのドキュメントをざっと読みましたが、最初は少し圧倒されました。UPC(1Dバーコードの下の数字)を入力してアイテムを検索できることは知っていますが、APIでそれに関する単語を見つけることができませんでした。
私がやりたいのは、バーコードをスキャンした後にUPC検索を実行して製品検索を実行することです。
私は彼らのドキュメントをざっと読みましたが、最初は少し圧倒されました。UPC(1Dバーコードの下の数字)を入力してアイテムを検索できることは知っていますが、APIでそれに関する単語を見つけることができませんでした。
私がやりたいのは、バーコードをスキャンした後にUPC検索を実行して製品検索を実行することです。
これはhttps://webservices.amazon.com/paapi5/documentation/use-cases/search-with-external-identifiers.htmlのページで、ItemLookup メソッドを使用して UPC で特定の製品を検索する方法を示しています。
ItemLookup のデフォルトの IdType は ASIN ですが、必要に応じて UPC などに変更できます。
Be carefull if you want to use the Amazon web services API on a mobile device !
We've found this in the Amazon.com Product Advertising API License Agreement:
4) Usage Requirements
(e) You will not, without our express prior written approval, use any Product Advertising Content on or in connection with any site or application designed or intended for use with a mobile phone or other handheld device, or any television set-top box ....
Link to Amazon.com Product Advertising API License Agreement
Any Ideas for an alternative ItemLookup method to find a specific product by UPC/Barcode ?
IdType リクエスト パラメータ (こちらのドキュメントを参照) を使用すると、upc だけでなく、ean および isbn クエリもサポートされます