amazon-mws

Amazon Seller Central - SP-API - Create a feed document - InvalidInput

拜拜、爱过 提交于 2021-02-11 12:29:32
问题 Trying to create feed document (here ) and I'm getting InvalidInput error code. Authentication works well (I tried other endpoints and it works) so I think headers are not the issue. Here is my sample code: endpoint = 'https://sellingpartnerapi-eu.amazon.com/feeds/2020-09-04/documents' body = { "contentType": "text/tab-separated-values; charset=UTF-8" } resp = requests.post( endpoint, auth=self.amazon_auth.auth, headers=self.amazon_auth.headers, json=body ) return resp Response code: {'errors

How to add product directly to the inventory using SubmitFeed Amazon MWS API

和自甴很熟 提交于 2021-01-29 10:11:47
问题 I am trying to add product using MWS API SubmitFeed . The product gets uploaded but gets saved as a draft rather than directly going to the inventory. Every field is getting updated through my XML but there is 1 field i.e., Expiration Dated Product that does not get updated. Also I am not able to find any tag from this Product.xsd provided by amazon which could update my Expiration Dated Product .Can anybody help me with this? I am attaching my XML file and Draft Product to this question. 来源:

How to display all products without using ListMatchingProducts in the Amazon MWS Products API?

一个人想着一个人 提交于 2020-07-21 03:49:39
问题 I have integrated the MWS API for my store. The issue is I was not able to get list of all products which I have submitted from feeds and also available products in Amazon store in account. I have tried all the api of MWS no any api giving all products. In Listmatchingproducts api it needs query parameter but for product listing there should not be query parameter required. So for all product listing which api will be used and how? 回答1: In order for you to retrieve all of your products

How to trigger an event everytime a notification is pushed on my AWS SQS destination?

一笑奈何 提交于 2020-05-15 09:27:07
问题 I am using AWS SQS for Amazon MWS Order APIs. Everytime someone orders from a seller account who has added me as his developer, Amazon will send the notification to my AWS SQS Application.I can pull the notifications from there. But for this, I will have to create a scheduler to pull the notifications. Can I use any other AWS as a listener just to trigger my own service everytime a notification is pushed on my destination by Amazon? Can I use Lambda functions for it? I am new to AWS so I know

Amazon MWS Error SignatureDoesNotMatch (Python)

徘徊边缘 提交于 2020-01-15 04:57:10
问题 I'm currently getting the following error when trying to submit requests to Amazon Marketplace WebService: 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. 62baed22-cc14-49bd-bf34-c1eb10bc4019 Code: import sys, os, base64, datetime, hashlib, hmac, urllib from time import gmtime, strftime from requests import request import urllib.parse import urllib.request import

Amazon MWS signature issue

血红的双手。 提交于 2020-01-14 06:00:08
问题 I am trying to implement Amazon MWS API. When I call particular URL then I get following error The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method I have tried all the possible Stackoverflow solutions and some other but I am unable to fix this issue. Here is my PHP code $param = array(); $param['AWSAccessKeyId'] = 'AKIAJ76NICWXXXXXXXXX'; $param['Action'] = 'GetReportRequestList'; $param['SellerId'] = 'A4XLZYW8XXXXX

Amazon MWS signature issue

走远了吗. 提交于 2020-01-14 06:00:06
问题 I am trying to implement Amazon MWS API. When I call particular URL then I get following error The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method I have tried all the possible Stackoverflow solutions and some other but I am unable to fix this issue. Here is my PHP code $param = array(); $param['AWSAccessKeyId'] = 'AKIAJ76NICWXXXXXXXXX'; $param['Action'] = 'GetReportRequestList'; $param['SellerId'] = 'A4XLZYW8XXXXX

How can I search for specific keys in this nested dictionary in Python?

烂漫一生 提交于 2020-01-13 04:16:12
问题 I am new to programming and I'm trying to extract values from the Amazon MWS API. It returns the biggest nested dictionary I've seen and I'm having trouble figuring out how to loop through it to find the value I need. Example: {'Products': {'Product': {'AttributeSets': {'ItemAttributes': {'Binding': {'value': 'Video ' 'Game'}, 'Brand': {'value': 'Nintendo'}, 'Color': {'value': 'blue'}, 'ESRBAgeRating': {'value': 'Everyone'}, 'HardwarePlatform': {'value': 'Android/iOS'}, 'IsAdultProduct': {

How to work install MWS library in Java, Maven based project?

匆匆过客 提交于 2020-01-06 08:04:40
问题 It's the first time I am trying to use MWS library with Java . I have small Spring Boot application Maven -based. I wanted to install mws from https://mvnrepository.com/ by mws I found several libraries located on Fishbowldev . At the time of writing this post, repo seems to be unavailable. Example of library I wanted to use. At the moment, my pom.xml looks the following way: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org

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

﹥>﹥吖頭↗ 提交于 2020-01-05 05:01:15
问题 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