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. I know we can create a system on our side and keep track of each feed and the data we are sending and from feed Submission result we can do the required changes in our database till that we will keep the status as hold / feed processing. But I want to know is there any simple work around this.
Thank in Advance Sandeep