Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to login in amazon mws with third party app

I am working on Web app that will manage inventory, Orders, Shipments using Amazon MWS api.

Seller can register in the app and can connect to Amazon MWS api, I am able to do with provided Marketplace_Id, Seller_Id, Access_Key_ID, Secret_Access_Key keys but I don't want to do like entering all the keys public.

I am using ready-made laravel package to access all the MWS APIs. To access seller account it requires Marketplace_Id, Seller_Id, Access_Key_ID, Secret_Access_Key.

I have checked some platforms like AMZPing, Inventory Lab. They provides just one like to connect to Amazon MWS, using that link sellers are able to connect to Amazon MWS.

Here it the link to connect amazon MWS.

AMZPing:

https://sellercentral.amazon.com/gp/mws/registration/register.html?
id=5ccea641-5bec-1234-1234-c123490628df&
returnPathAndParameters=/Account/HandleReturnURLForMWS?userId=12124&email=test%40gmail.com&
SignatureVersion=2&
SignatureMethod=HmacSHA256&
AWSAccessKeyId=ABSEDGDUSKXHEYWTDGSANDBDBD&
Signature=h1MXM5FiioxWY6ATwCgPtdbI1ADSWDETDDN6B/SWQAFR=

Inventory Lab:

https://sellercentral.amazon.com/gp/mws/registration/register.html?
SignatureMethod=HmacSHA256&
SignatureVersion=2&
AWSAccessKeyId=AKIAJWMONWSHDEUJ2OVA&
id=9583ded2-ad36-1234-1234-122096397fd6&
returnPathAndParameters=/webhook?id=1984&region=NA&env=production&
Signature=txLrXJ%2BUvYlmeq8gFu4atByFTBq89UKb2MorK1uaeyg=

How can I connect like above link? Can any one have any solution?

like image 828
Pankaj Makwana Avatar asked Jul 20 '18 13:07

Pankaj Makwana


People also ask

What is the MWS access key Amazon?

Amazon MWS keys (MWS stands for Marketplace Web Services) consist of two numbers: Your Seller ID number, which is public and searchable on Amazon's site. An MWS Auth Token.

How do I disable 3rd party apps on Amazon?

Go to Access and Settings in your advertising account and click on the “Third Party Applications” tab. If you are the user who authorized the application, you will see a link to “manage authorisation” in the actions column. Follow this link to visit the Login With Amazon portal and remove the app.

How do I authorize a developer on Amazon Seller Central?

In the Manage your apps page, click Authorize new developer. 5. Enter appropriate values for Developer's Name and Developer ID, then click Next.


1 Answers

there is MWS service- IRP, It is not readily available to everyone. You have to contact MWS Support and convince them to set you up for it .

like image 173
Kushkush Avatar answered Nov 09 '22 11:11

Kushkush