amazon-mws

Amazon Submit Feed Error

老子叫甜甜 提交于 2019-12-05 19:26:10
I want to update quantity on amazon using Feed Api->Sumbit Feed (_POST_INVENTORY_AVAILABILITY_DATA_) Here is my code : $action = 'SubmitFeed'; $path = $_SERVER['DOCUMENT_ROOT'].'/resources/amazon_xml/quantity.xml'; $feed = '<?xml version="1.0" ?><AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd"> <Header> <DocumentVersion>1.01</DocumentVersion> <MerchantIdentifier>A3QPCC6I4V1QU3</MerchantIdentifier> </Header> <MessageType>Inventory</MessageType> <Message> <MessageID>1</MessageID> <OperationType>Update</OperationType>

How to get FBA Fee and commission using Amazon MWS

左心房为你撑大大i 提交于 2019-12-05 04:33:57
问题 I am going to extract order details from Amazon and store in a database. I am getting all data except FBA fee and Commission of an order. Can anyone please guide me on this to get FBA Fee and Commision? 回答1: The comission is part of the settlement reports you'll receive every fortnight. I'm not using FBA, but I would assume FBA fees would be included there as well where applicable. Two of those reports are automatically created whenever Amazon is preparing a payout. You can get a list of

Get Amazon MWS results to Json or Xml and elaborate them

房东的猫 提交于 2019-12-05 02:39:30
Is there any way to get results of an Amazon MWS request in the Json or Xml format instead of a plain string? my code is the following: public function listOrders() { $request = "https://mws.amazonservices.it/Orders/2013-09-01?"; $request .= $this->getParameterString($this->parameters) . "&Signature=" . $this->calculateSignature($this->calculateStringToSign($this->parameters)); $ch = curl_init(); // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, $request); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // grab URL and pass it to the

Amazon MWS PHP Mark order as Shipped - Submit Order Fulfillment with Shipping with XML in variable

℡╲_俬逩灬. 提交于 2019-12-04 19:14:25
How to mark an order shipped in Amazon MWS by using an XML feed - using the correct endpoint, service, version and headers? This was the question, and it took me 3 days to manage it since amazon api is extremely chaotic, documentation is medieval, and most critical information like proper endpoint addresses to submit any particular information is a mystery to find. I was only able to create it by imitating a request at scratchpad, randomly testing sections, combining the examples for other requests for totally different sections and actions. Submitting XML feeds is the only way to manage your

What are the possible Amazon MWS Report column headers after last localization?

此生再无相见时 提交于 2019-12-04 15:49:51
问题 I'm struggling with the following problem: I want to import a merchants active listings from a _GET_MERCHANT_LISTINGS_DATA_ report, no drama so far. But depending on the merchants locale, the report column headers are different. In my quest to support all possible merchant locales, this is not acceptable. I am pretty sure, there is no official resource, that specifies all possible header translations. If there is, I would be glad to learn about it. My other hope is, that some fellow

Amazon MWS: How to specify the language of _GET_MERCHANT_LISTINGS_DATA_

纵饮孤独 提交于 2019-12-04 11:27:31
Recently I tried to get all Amazon listings from multiple marketplaces with ReportType : _GET_MERCHANT_LISTINGS_DATA_ . For MarketplaceIds A1PA6795UKMFR9 (DE) A1RKKUPIHCS9HS (ES) A1F83G8C2ARO7P (UK) the response columns were as the following: item-name item-description listing-id seller-sku price quantity open-date image-url item-is-marketplace product-id-type zshop-shipping-fee item-note item-condition zshop-category1 zshop-browse-path zshop-storefront- feature asin1 asin2 asin3 will-ship-internationally expedited-shipping zshop-boldface product-id bid-for-featured-placement add-delete

Amazon MWS feed api not giving the result instantly . Is there any work arround?

徘徊边缘 提交于 2019-12-04 04:53:41
问题 We are working on amazon MWS feed api for doing the lot of stuffs like. Publishing product Updating inventory Updating tracking info for orders. But we are facing two problem basically. 1st Amazon gets throttled if we cross their limit of request which is basically mostly with in 15 per hour. 2nd Amazon is taking the feed after we don't have any info what actually happened whether that all the entries in the feed go through or some failed ? Anyone has found any work around to these problems.

Recursively list all object property paths from JSON [duplicate]

﹥>﹥吖頭↗ 提交于 2019-12-03 23:03:55
问题 This question already has answers here : Find by key deep in a nested object (11 answers) Closed 4 years ago . 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

What are the possible Amazon MWS Report column headers after last localization?

跟風遠走 提交于 2019-12-03 09:04:52
I'm struggling with the following problem: I want to import a merchants active listings from a _GET_MERCHANT_LISTINGS_DATA_ report, no drama so far. But depending on the merchants locale, the report column headers are different. In my quest to support all possible merchant locales, this is not acceptable. I am pretty sure, there is no official resource, that specifies all possible header translations. If there is, I would be glad to learn about it. My other hope is, that some fellow developers with access to merchants of one of the unknown regions can request a report and paste its headers

Amazon.com MWS Integration

可紊 提交于 2019-12-03 05:17:47
问题 I am currently developing a very basic site which will, at this time, simply display order information from Amazon's Marketplace. I have all of the MWS Security Credentials. I have downloaded and reviewed, with much confusion, the PHP Client Library. I am kind of new to PHP but I feel like I can handle this project. I need to know how to install and access information from this API. I feel like I've tried everything. Amazon does not supply enough information to get this going. They make it