Skip to main content

AfterShip source

Introduction

The AfterShip source connector connects to the AfterShip API.

This connector is currently in development. At this time, it supports credential validation (testing your API key), but does not yet support catalog discovery or data extraction.

Setup

Prerequisites

  • An AfterShip account
  • An AfterShip API key

Create an AfterShip API key

  1. In AfterShip, generate or copy an API key from your account settings.
  2. Keep the key available for the connector configuration.

Authentication

The connector authenticates using an API key sent in the aftership-api-key request header.

To validate credentials, the connector calls:

  • GET https://api.aftership.com/v4/couriers

If the request succeeds, the API key is considered valid.

Configuration

FieldTypeRequiredDescription
api_keystringYour AfterShip API key.

Streams

No streams are currently available.

  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet implemented.

Limitations

  • This connector cannot currently sync data (extraction is still in development).