Connection URL
One of the returned fields in the connection object from the Create a Connection endpoint is the link_url
, which is a unique, stable link that you can send to a business for Business Authentication.
The link_url
points to the Rutter Link web app, which handles the authentication flow for each Ecommerce platform. Once the merchant completes the Link authentication flow, a CONNECTION_UPDATED event will be fired to your Webhook URL , and you will be able to fetch data for their store through this Connection.
There are a few query parameters that you can specify to a connection URL to customize the authentication experience. Here are some examples:
Loads the authentication flow directly to the Wix-specific step:
https://link.rutterapi.com/connection/123?platform=wix
Loads the authentication flow directly to the Wix-specific step and on completion the merchant will be redirected to Google:
https://link.rutterapi.com/connection/123?platform=wix&redirect_url=https%3A%2F%2Fwww.google.com
Query Parameter | Example Value | Description |
---|---|---|
platform | SHOPIFY | If |
redirect_url | If | |
shopifystore | example | if |
Updated 8 days ago