amazon-mws

Intermittent connection error on API call until manual recycle of IIS app pool

泪湿孤枕 提交于 2020-01-05 05:01:07
问题 I am getting reports from amazon reports API using ASP.NET MVC 4.7. I have tested the web app on my local computer and everything works fine. Unfortunately, this is not the case when I publish the site to my HostGator shared server. I continue to get the following error: The underlying connection was closed: An unexpected error occurred on a send. System.IO.IOException: Authentication failed because the remote party has closed the transport stream I have found that as soon as I publish the

Update Merchant Order ID in Amazon Marketplace

隐身守侯 提交于 2020-01-04 14:16:12
问题 I need to update MerchantOrderID in Amazon Marketplace via Amazon MWS API using C#. So, first I created XML file like: <?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>M_STORE_3918753</MerchantIdentifier> </Header> <MessageType>OrderAcknowledgement</MessageType> <Message> <MessageID>1</MessageID> <OrderAcknowledgement>

Update Merchant Order ID in Amazon Marketplace

不羁的心 提交于 2020-01-04 14:16:03
问题 I need to update MerchantOrderID in Amazon Marketplace via Amazon MWS API using C#. So, first I created XML file like: <?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>M_STORE_3918753</MerchantIdentifier> </Header> <MessageType>OrderAcknowledgement</MessageType> <Message> <MessageID>1</MessageID> <OrderAcknowledgement>

GetLowestPricedOffersForSKU failed processing arguments

痞子三分冷 提交于 2020-01-03 09:17:44
问题 I have a slight issue when trying to call GetLowestPricedOffersForSKU, I get the response : Failed processing arguments of org.jboss.resteasy.spi.metadata I can call other functions in the Product Api and they work fine, just get the above error on this function. I have looked round the net for the answer but can't find anything that is related to this, does anybody have any idea why I'm getting this ? By the way it all works fine in the MWS Scratchpad ! 回答1: Posting in case anyone else comes

Amazon MWS: How to specify the language of _GET_MERCHANT_LISTINGS_DATA_

不羁的心 提交于 2020-01-01 14:23:23
问题 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

Getting 'The AWS Access Key Id you provided does not exist in our records' error with Amazon MWS

十年热恋 提交于 2019-12-24 16:12:57
问题 I upgraded from one version of Amazon MWS (marketplace web service) version https://mws.amazonservices.com/Orders/2011-01-01 to https://mws.amazonservices.com/Orders/2013-09-01 and started getting the following error: The AWS Access Key Id you provided does not exist in our records. The keys are all correct and double checked. 回答1: Someone at Amazon decided to change the order of parameters for some reason... IMarketplaceWebServiceOrders service = new MarketplaceWebServiceOrdersClient(

Using Amazon MWS (Inventory API) with CodeIgniter (PHP)

橙三吉。 提交于 2019-12-24 13:52:24
问题 I'm somewhat familiar with using the Amazon MWS apis, but I'm new to CodeIgniter and the whole hmvc thing. I'm curious how I would add the api into CodeIgniter. Would I have to dissect the entire api into the appropriate mvc folders, or could I just add it as a library. If the latter is the case, how would I use the api? I'm sorry if this is vague, but I would greatly appreciate any help you're willing to offer! Thanks 回答1: I cannot say anthing specific to CodeIgniter, but I've worked with

Trying to upload PDF invoice to Amazon MWS results in Error: “Please provide only one valid marketplace while uploading an invoice”

本秂侑毒 提交于 2019-12-24 06:49:42
问题 I am currently trying to figure out how to upload my own invoice pdf files to Amazon MWS with php/curl: 1.) Upload pdf to Amazon MWS using Action: SubmitFeed and FeedType: _UPLOAD_VAT_INVOICE_ This is giving a positive response with a FeedSubmissionId 2.) Get Feed Submission Result with that FeedSubmissionId is reporting an Error 79523 "Please provide only one valid marketplace while uploading an invoice." So I assume that my upload is not working properly, but I can not find the mistake. The

Amazon MWS Product API How to retrieve Sales Rank and Merchant Name

时光总嘲笑我的痴心妄想 提交于 2019-12-24 01:55:06
问题 I've been experimenting heavily with the different MWS API's. I'm trying to retrieve the following info about my items: 1 - Number of offers - Available via GetLowestPricedOffersForSKU 2 - Number of FBA offers - Available via GetLowestPricedOffersForSKU 3 - Sales Rank of product - ? 4 - Competitive Price (buy box) - Available via GetCompetitivePricingForSKU 5 - Names of other merchants offering product - ? 6 - Price of offers - Available via GetLowestPricedOffersForSKU The two elements I

“Order cannot be fulfilled” error after updating order status in Amazon MWS

柔情痞子 提交于 2019-12-24 00:48:31
问题 Hello I have listed all the order available in my orders by using Orders API, Now i wanted to update the order status as Shipped by using the Feed API,In amazon Scratchpad I used Feed API to Update the status of the Product and it is successfully submitted and then by using Feed-ID i checked the status of the submitted feed there is no Error in the status but except there is a Warning called this. Order cannot be fulfilled. For more information, please contact Seller Support And the order