Retrieve API Credentials From the Wish Seller Panel
Once the extension is successfully installed in the Magento store, the
Wish menu appears on the top navigation bar of the Admin Panel. The merchant has to fill out the API credentials on the
Wish Configuration page of the admin panel.
The user has to log in the Wish Seller account to obtain the following API credentials: - Client Id
- Client Secret
- Authorization Code
After obtaining the details, the merchant has to copy all of them one by one from the Wish Seller account and paste it one by one to theWish Configuration page of the admin panel of the store. To retrieve the API credentials
- Go to the Wish Seller Panel https://sandbox.merchant.wish.com/ link.
- Enter the login credentials.
- In the right-upper corner, click the Account menu, and then click Settings.
- In the left navigation panel, click the API Settings menu.
The Page appears as shown in the following figure:
- Copy the Client Id value and the Client Secret value.
- Save the corresponding values in some text editor or the in Word file to use it later on while setting up the configuration settings.
- Go to the https://merchant.wish.com/oauth/authorize?client_id={client_id} URL. Note: Make sure that the seller account is active on the another tab of the same browser.
- Replace {client_id} with the Client Id value and run the URL.
The page appears as shown in the following figure:
- Click the Confirm button.
It redirects the admin to the following redirect URI: https://example.redirect.uri.com?code={authorization_code}
- Copy the authorization_code displayed within the braces.
- Save the corresponding value in some text editor or the in Word file to use it later on while setting up the configuration settings.
Related Articles
Wish Configuration Settings
After obtaining the Client ID, Client Secret, and Authorization Code values from the Wish Seller account, the Magento store owner has to paste them on the Wish Configuration page of the admin panel. To set up the configuration settings in the Magento ...
Overview
Founded in 2011, Wish is a mobile e-commerce application based in San Francisco, California operating globally with a large presence in North America, Europe, Brazil, and China. It is the sixth largest e-commerce company in the world. Wish.com is ...
Wish Orders Details
The admin can view all the order details fetched from wish.com and ship the orders based on requirements. Admin can also delete and cancel the existing orders and export the order details in the CSV format. To ship Wish Orders Go to the Magento Admin ...
Failed Wish Orders Import Log
The users can view the list of failed Wish orders on the Failed Wish Orders Import Log page. Orders cannot be imported from Wish due to the following conditions: If any product in the Wish Order is Out of Stock in Magento. If any product in the Wish ...
View the Wish Product Information
To view the Wish product information Go to the Magento Admin panel. On the top navigation bar, point to the Wish menu. The menu appears as shown in the following figure: Click the Manage Profile menu. The Wish Profile Listing page appears as shown in ...