amazon-mws

Make a signed query with Amazon API MWS

ε祈祈猫儿з 提交于 2019-12-02 13:46:22
问题 I'm trying to make a signed request for Seller Amazon Web Services (MWS). I'm using a script from here: Converting amazon MWS scratchpad queries to API calls But I don't know why I've got an error: "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details." So here is my script: define ("AWS_ACCESS_KEY_ID", "xxxxx"); define ("MERCHANT_ID", "xxxxx"); define ("MARKETPLACE_ID"

Amazon MWS API - SubmitFeed completed but quantity not updated

橙三吉。 提交于 2019-12-02 10:25:05
问题 I need to update quantity for a single product via SubmitFeed API and "_POST_INVENTORY_AVAILABILITY_DATA_" feed type: <?xml version=""1.0"" encoding=""utf-8"" ?> <AmazonEnvelope xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:noNamespaceSchemaLocation=""amznenvelope.xsd""> <Header> <DocumentVersion>1.01</DocumentVersion> <MerchantIdentifier>MERCHANT_ID</MerchantIdentifier> </Header> <MessageType>Inventory</MessageType> <Message> <MessageID>1</MessageID> <OperationType>Update<

Amazon developer ID

不想你离开。 提交于 2019-12-02 08:16:09
I would like to start developing amazon integration for my website I would like to integrate products, orders etc and I understand I have to use Amazon MWS for API. To start using MWS I created a developer account Now the amazon seller has to authorize me by inserting my developer ID. I can't find IT. I contact amazon support and they told me to go Settings -> User Permissions -> Click on visit developer credentials. But if I go to User Permissions I only see the users list with the possibility to add or edit a user. In this image info@e-miko is the owner of the seller account (and I'm logged

Make a signed query with Amazon API MWS

孤人 提交于 2019-12-02 07:35:05
I'm trying to make a signed request for Seller Amazon Web Services (MWS). I'm using a script from here: Converting amazon MWS scratchpad queries to API calls But I don't know why I've got an error: "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details." So here is my script: define ("AWS_ACCESS_KEY_ID", "xxxxx"); define ("MERCHANT_ID", "xxxxx"); define ("MARKETPLACE_ID", "xxxxx"); define ("AWS_SECRET_ACCESS_KEY","xxxxx"); $base_url = "https://mws.amazonservices.fr

Amazon MWS Order Cancel process

余生颓废 提交于 2019-12-01 21:38:47
I am trying to cancel the order on the amazon, initially was having some of the format issues, now all the format issues are removed but feed result is keep showing one or more item is invalid. i am using the correct xml format to cancel the order and also the correct amazon order id and amazon order item id, both id are valid but the result keep showing the invalid item. Order Acknowledgement Feed Format: <?xml version="1.0"?> <AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd"> <Header> <DocumentVersion>1.01</DocumentVersion

Issues calculating signature for Amazon Marketplace API

醉酒当歌 提交于 2019-12-01 02:15:39
I’m trying to calculate a signature to make Amazon Marketplace API calls, but I keep getting the following error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. I’ve wrapped the signature creation process into a class: <?php namespace App\Marketplace\Amazon; class Signature { protected $signedString; public function __construct($url, array $parameters, $secretAccessKey) { $stringToSign = $this->calculateStringToSign($url, $parameters); $this->signedString = $this-

Amazon MWS SubmitFeed Content-MD5 HTTP header did not match the Content-MD5 calculated by Amazon

点点圈 提交于 2019-12-01 02:07:53
I know this question is not new but all the solution I get for this are in PHP or my issue is different from them. I am using MWS feed API to submit flat file for Price and Quantity Updates and always get the following error: the Content-MD5 HTTP header you passed for your feed did not match the Content-MD5 we calculated for your feed I would like to ask 3 questions here:- ContentMD5Value parameter is optional as given in doc, but if i not passed that than it will say that you must enter ContentMD5Value. As in doc the ContentFeed which we are given to Amazon. Amazon create contentMD5 for that

Recursively list all object property paths from JSON [duplicate]

点点圈 提交于 2019-12-01 01:59:18
This question already has an answer here: Find by key deep in a nested object 11 answers I have to fight with JSON returns (which i get out of a XML response from Amazon Marketplace API). It contains arrays, subarrays and so on. At the moment i need to get only 2 values (AmazonOrderId and OrderItem object), but i don't find a way to address them directly. I still try for hours. Recursive things scare me a bit. There are so many tools out there, also for beatifying or editing JSON. So is there possibly also a solution which shows all the property links recursively? Up to now i have not found

amazon marketplace web service (amazon mws) using c#

本秂侑毒 提交于 2019-11-30 15:32:20
I studied about amazon marketplace from https://developer.amazonservices.co.uk/[^] I want to learn more in detail about adding product in amazon using this service. what will the steps to add product in amazon, will I required first list the products from amazon then add or can add directly(as i know we cant create new product in amazon) The documentation is not cleared, and we have not any kind of testing environment for test. If you have any helpful link please provide me.. In order to use Amazon Marketplace Webservices (MWS) you will need a Pro Merchant seller account, an Amazon WebStore

RequestThrottling issue in Amazon MWS API

你离开我真会死。 提交于 2019-11-30 12:45:56
问题 I am testing API Sample of Amazon MWS API in C# for submit feeds however after setting AWS Secret key , access key etc. in code i am getting error of RequestThrottled , so there is details what is that but could not find any code sample how to resolved that. I would like to upload feed.xml to amazon seller account <?xml version="1.0" encoding="iso-8859-1"?> <AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd"> <Header>