-
Notifications
You must be signed in to change notification settings - Fork 21
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
Walmart CA Api is not working. #5
Comments
That auth error is kind of strange, since as you mentioned in #3, the CA marketplace doesn't support client ID/client secret. Since I don't have any CA credentials, this is pretty hard for me to debug, but if you want to share yours with me to speed up the process, my email is [first name] [at] highsidelabs.co. I see from the docs that the |
You can now pass a |
I have the same issue. I already put channelType, consumerID and private key but alway return an exception with "Exception when calling ItemsApi->getAllItems: [0] [NULL response]" mesage. |
@quocvu88 just to confirm, you're also doing this in the CA marketplace? Since I don't have CA credentials, this is difficult for me to test, but if you're willing to let me use yours to test I'm happy to try and figure out what's going on here. Feel free to shoot me an email at [first name] [at] highsidelabs.co. |
Hi @jlevers, |
Thanks for the creds @quocvu88, those have been very helpful. The latest release solves part of the issue here – signature-based authentication is working properly now – but Walmart's models are quite bad, especially for XML responses, so the CA |
i still have this problem , how to solve it? |
i had solve this,put the param on body will fix this |
Hi @ilikeyuyuan, Could you please show what param to put on body? Thank you! |
I tried get all orders with Walmart Canada API, but authorized is failed.
Exception when calling OrdersApi->getAllOrders: [401] {"error":[{"code":"UNAUTHORIZED.GMP_GATEWAY_API","field":"UNAUTHORIZED","description":"Unauthorized","info":"Unauthorized token or incorrect authorization header. Please verify correct format: \"Authorization: Basic Base64Encode(clientId:clientSecret)\" For more information, see https://developer.walmart.com/#/apicenter/marketPlace/latest#apiAuthentication.","severity":"ERROR","category":"DATA","causes":[],"errorIdentifiers":{}}]}
I think consumerId and privateKey is not working for authorization.
Also I'm not sure how to use "WM_CONSUMER.CHANNEL.TYPE" in API header.
The text was updated successfully, but these errors were encountered: