Problem to get a product data with sp-amazon for PHp
I am building a small webapp with PHP and jlevers/selling-partner-api (https://github.com/jlevers/selling-partner-api). I need to recover the ASIN starting from EAN code. I have tried this: $catalogApi = $connector->catalogItems(); try { // EAN code of a product $ean = '3578830113254'; $marketplaceId…