Skip to main content

Shippo (Source)

Overview

The Shippo source connector lets you connect to the Shippo API using an API token.

This connector is currently in development. Authentication is implemented, but data extraction and the stream catalog are not yet available.

Setup

Prerequisites

  • A Shippo account
  • A Shippo API token (Shippo calls this a token used with ShippoToken authentication)

Create an API token in Shippo

  1. Log in to Shippo.
  2. Generate or copy your API token from your Shippo account settings.
  3. Keep the token available for the connector configuration.

Authentication

Shippo uses token-based authentication via an Authorization header:

  • Header: Authorization: ShippoToken <api_token>

During connection validation, the connector makes a request to the Shippo API to verify the token.

Configuration

FieldTypeRequiredDescription
api_keystringYour Shippo API token.

Streams

No streams are currently exposed.

  • The connector’s catalog is currently empty.
  • Extraction is not yet implemented.

Limitations

  • Extraction is not available yet. Runs will fail with a message indicating the connector is still in development.
  • No catalog/streams yet. You can validate credentials, but you cannot sync data at this time.