Skip to content
New issue

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

InvalidSKU response for skus with special characters #2

Open
mrsergejl opened this issue Jul 27, 2016 · 1 comment
Open

InvalidSKU response for skus with special characters #2

mrsergejl opened this issue Jul 27, 2016 · 1 comment

Comments

@mrsergejl
Copy link

mrsergejl commented Jul 27, 2016

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

@shesmu
Copy link

shesmu commented Aug 23, 2018

I am currently experiencing this issue, did you ever find a resolution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants