We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I am trying e.g this with an german sku that contains ä or ü or:
$sku = "404880510054500 Reg Büro RA"; $amz=new AmazonProductList('storeXY'); $amz->setIdType('SellerSKU'); $amz->setProductIds($sku); $amz->fetchProductList(); $products = $amz->getProduct();
I am receiving this Error by Amazon:
"404880510054500 Reg Büro RA is an invalid SellerSKU for marketplace A1PA6795UKMFR9“
I debugged the curl parameter before curl_exec and the encoding looks correct:
SellerSKU&IdList.Id.1=4048805100545%20Reg%20B%C3%BCro%20RA
When I lookup this sku at mws scratchpad, everything works fine there.
I feel kind of frustrated after days of trying to solve this issue. Any ideas highly welcome
The text was updated successfully, but these errors were encountered:
I am currently experiencing this issue, did you ever find a resolution?
Sorry, something went wrong.
No branches or pull requests
When I am trying e.g this with an german sku that contains ä or ü or:
I am receiving this Error by Amazon:
I debugged the curl parameter before curl_exec and the encoding looks correct:
When I lookup this sku at mws scratchpad, everything works fine there.
I feel kind of frustrated after days of trying to solve this issue. Any ideas highly welcome
The text was updated successfully, but these errors were encountered: