Questions tagged [mws]

9 questions
1
vote
0 answers

How to differentiate orders of two different stores of same seller on amazon, using MWS API?

I am listing orders from amazon store on my application. One seller on my app have 2 stores 1 for North America & 1 for Canada. As I am getting these orders using MWS Order APi with different service urls for both the stores, for every store its…
1
vote
1 answer

Amazon MWS GetReport display in Bootstrap PHP

I have created a page using GetReport with a Settlement ID. So far I'm able to get a data from Amazon Seller, but i am trying to figure out how to turn the report into a tidy table. Here is my code: function…
Steven Smith
  • 406
  • 5
  • 19
1
vote
0 answers

MWS remove product from listing

I am having some trouble figuring this out. In amazon seller central, when you overview a product listing, you have 3 options for its state: active inactive (closed) inactive (out of stock) I got to the point of getting the product to inactive…
Vasil Rashkov
  • 1,818
  • 15
  • 27
0
votes
2 answers

Amazon MWS Marking multiple orders as shipped using one feed

I have prepared feed for submitting orders which are shipped. It is working perfectly with one order, but somehow it doesn't work for multiple orders and states following error. 9223372036854775807
Knight017
  • 154
  • 9
0
votes
0 answers

Boto 3 vs. Boto 2 for Amazon market place

Background: I have been using Python 2.7.13 with Boto 2.48.0 to get information from the Amazon API about my Amazon store inventory and orders, for the past year. Issue: When using the Boto 2.48 documentation page…
Raif613
  • 1
  • 2
0
votes
1 answer

Amazon MWS Merchant Fulfilment - Creating the Label

I am creating a shipment from Amazon and getting a proper response file back. But I need to get a carrier label in PNG format which is not so bad but I'm having issues with the Gzip process. The Developer Guide from Amazon states: Decode the…
dark4521
  • 1
  • 1
0
votes
1 answer

How to get the returns data like Returned Date,Merchant SKU,ASIN etc .,

I am newbie to MWS and working on returned items. I have used Reports API . $marketplaceIdArray = array("Id" => array('$MARKETPLACE_ID')); $t1 = date("c", time()-437*24*60*60); $t2 = date("c", time()-1*24*60*60); //…
Sree
  • 1
  • 4
-1
votes
1 answer

Sample python script or curl to submit ION file (xml) as MWS feed

We have a use case where we want to submit an ION file (in .xml extension) to the FRPG-ops tool using MWS service. when we look into this document http://docs.pythonboto.org/en/latest/ref/mws.html?#boto.mws.connection.MWSConnection.submit_feed, we…
nithya j
  • 43
  • 4
-2
votes
1 answer

paddler: undefined method `list_financial_event_groups' for #

I'm calling an API list_financial_event_groups using peddler and its says it is undefined method. Even though the API call is present in paddler documentation. I'm calling the get_report_list with same client and its working fine. I don't know why…
Qumber Ali
  • 47
  • 1
  • 1
  • 9