You can now update your store from any 3rd party.
Let's take Zuomod for example: 

  1. Enter your Login Id. Such as email, username, and so on.

  2. Enter your Login Field Name. In this case, it is "login[username]"

  3. Enter your Password and your Password Field Name, which is "login[password]".

  4. Then, enter your Source URL where your feed file is located.

  5. Choose your File Format and enable it if your First Row is Header


Stock Sync do not support Multi Factor Authentication or 2 Factor Authentication. 
If the link provided has MFA or 2FA as below, it can't be accessed by Stock Sync.

Example:



How to get a Login and Password Field Name?

  1. You need to go to the website where you want to connect with Stock Sync.

  2. Go to the login bar, like below, and right-click on the email field.
  3. Click on the Inspect button below the image.
  4. You will see a bunch of coding there.
  5. Then, you need to find the field code to get the field name.
    So from the below image,  you can see when choosing the code for the login field, it will be highlighted on the page itself.
  6. After that, you should look up the name's value in the code as below image.
    Login Field name: 
    login[username]
  7. The same method goes to the password field.