cfamazon icon indicating copy to clipboard operation
cfamazon copied to clipboard

Error in mws-getfeedsubmissionlist.cfm

Open PegWeb opened this issue 11 years ago • 2 comments

When I try to access the file mws-getfeedsubmissionlist.cfm I am getting the following error.

Element FEEDSUBMISSIONIDLIST is undefined in ARGUMENTS.

When i look at the marketplace.cfc code I don't see the as an argument but I do see it getting called on this line first then some others

var idList = iif(arguments.FeedSubmissionIdList is "all", DE(''), DE(arguments.FeedSubmissionIdList));

Any idea why this is throwing an error?

PegWeb avatar Apr 21 '14 20:04 PegWeb

Be aware that marketplace.cfc is quite old in the way it deals with Amazon. Market place ids can now be submitted as lists. I know this isn't helping.

awjreynolds avatar Apr 22 '14 07:04 awjreynolds

I haven't needed to use this library in a long time and the folks I worked with at Amazon have moved on to different areas of the company... so they haven't pushed for anything new. That's my way of saying I haven't kept up with the MWS API either.

At the moment, I am pretty consumed with other projects, so I'm not sure when I'll have a chance to look into this. If someone wants to submit a PR, I'll gladly provide guidance (if desired) and include the changes in the project.

coreybutler avatar Apr 22 '14 13:04 coreybutler