AvantLink
Introduction
The AvantLink source connector connects to the AvantLink API using your Affiliate credentials.
At this time, the connector supports credential validation but does not yet support extraction (syncing data into destinations). Attempting to run a sync will fail with an “in development” error.
Setup
- Ensure you have an active AvantLink account.
- Collect the following values from AvantLink:
- Affiliate ID
- Website ID
- Auth Key
Authentication
This connector authenticates via AvantLink API query parameters:
affiliate_idwebsite_idauth_key
During connection setup, the connector validates credentials by calling the AvantLink API endpoint:
GET https://classic.avantlink.com/api.php
using the AffiliateMerchantDiscounts module and requesting output=json.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
affiliate_id | string | Yes | Your AvantLink Affiliate ID. Must be a positive numeric string. |
website_id | string | Yes | Your AvantLink Website ID. Must be a positive numeric string. |
auth_key | string | Yes | Your AvantLink Auth Key. |
Streams
No streams are currently available.
The connector’s catalog is currently empty, and extraction is not yet implemented.