text: '{"__type":"com.amazon.paapi5#InvalidPartnerTagException","Errors":[{"Code":"InvalidPartnerTag","Message":"The partner tag is not mapped to a valid associate store with your access key XXXXXXXX. Please visit associates central at https://partnernet.amazon.de/assoc_credentials/home"}]}',
if I comment out the 'fr' or 'de' config it works, but when running with both, it fails.
I'm trying to fetch the same items from multiple marketplaces but get a 400 bad request error. sample code:
and get the following error
text: '{"__type":"com.amazon.paapi5#InvalidPartnerTagException","Errors":[{"Code":"InvalidPartnerTag","Message":"The partner tag is not mapped to a valid associate store with your access key XXXXXXXX. Please visit associates central at https://partnernet.amazon.de/assoc_credentials/home"}]}',
if I comment out the 'fr' or 'de' config it works, but when running with both, it fails.