Error in mws-getfeedsubmissionlist.cfm
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?
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.
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.