Skip to main content

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

  1. Ensure you have an active AvantLink account.
  2. Collect the following values from AvantLink:
    • Affiliate ID
    • Website ID
    • Auth Key

Authentication

This connector authenticates via AvantLink API query parameters:

  • affiliate_id
  • website_id
  • auth_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

FieldTypeRequiredDescription
affiliate_idstringYesYour AvantLink Affiliate ID. Must be a positive numeric string.
website_idstringYesYour AvantLink Website ID. Must be a positive numeric string.
auth_keystringYesYour AvantLink Auth Key.

Streams

No streams are currently available.

The connector’s catalog is currently empty, and extraction is not yet implemented.