0

I'm using the ListInventorySupply action to get all my inventory

https://mws.amazonservices.co.uk/FulfillmentInventory/2010-10-01?AWSAccessKeyId ....

Now the response includes ALL my inventory for all European sites. How can I know which items are in .uk and which in .de etc?

PaulG
  • 13,871
  • 9
  • 56
  • 78
Yisroel M. Olewski
  • 1,560
  • 3
  • 25
  • 41
  • I realise this question is ancient but looking for a way to do this myself. I'm thinking of first issuing one Reports API call to get a local copy of our inventory with FNSKUs and inventory locations. From there if you are using the simple `ListInventorySupply` call you should be able to determine where the item is matching up the FNSKU with your local database. – Mr Office Nov 28 '16 at 11:44
  • hi @MrOffice, thats exactly what i ended up doing. add the site gTLD to the sku... – Yisroel M. Olewski Dec 05 '16 at 14:44

1 Answers1

1

I haven't worked with FBA, but it is my understanding that the FullfillmentInventory API call does not give you fulfillment center information and neither lets you specify a specific fulfillment center as query parameter.

There is another set of API calls from the Reports API that most probably do what you want. I suggest you look specifically at the _GET_AFN_INVENTORY_DATA_BY_COUNTRY_ report type.

Hazzit
  • 6,782
  • 1
  • 27
  • 46