I am in the process of developing a software using the Amazon MWS API for other Amazon sellers. Until now, I was using my own private info: (access key, secret key, seller id , market place id, Auth token)
Is the US market place id the same for every market place, i.e for all sellers?
In my software, I am using the 5 identifiers above. But when someone grants a developer access, there are only 3 identifiers (seller id , market place id , auth token). If I don't fill the other 2 in the requests, will it work? If not, what should I do to get the other 2?
Most important: I don't want to ask the user to type my developer number, and I saw in other software that they provide a link directly to the "Accept the Amazon MWS License Agreement to give access to my Amazon Seller Account with MWS" page. How do I create this link?