search_box

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 the Wish Configuration page of the admin panel of the store.

To retrieve the API credentials

  1. Go to the Wish Seller Panel https://sandbox.merchant.wish.com/ link.
  2. Enter the login credentials.
  3. In the right-upper corner, click the Account menu, and then click Settings.
    SellerPanelAccount_Menu
  4. In the left navigation panel, click the API Settings menu.
    The Page appears as shown in the following figure:
    APISettings_Menu
  5. Copy the Client Id value and the Client Secret value.
  6. Save the corresponding values in some text editor or the in Word file to use it later on while setting up the configuration settings.
  7. 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.
  8. Replace {client_id} with the Client Id value and run the URL.
    The page appears as shown in the following figure:
    RequestForPermission
  9. Click the Confirm button.
    It redirects the admin to the following redirect URI:
    https://example.redirect.uri.com?code={authorization_code}
  10. Copy the authorization_code displayed within the braces.
  11. Save the corresponding value in some text editor or the in Word file to use it later on while setting up the configuration settings.
Yes No Suggest edit
Suggest Edit