ShipBob
Overview
The ShipBob source connector lets you connect to the ShipBob API using an API token.
This connector is currently in development. At this time:
- Connection/auth validation is supported.
- Catalog discovery returns an empty catalog.
- Data extraction is not yet available.
Setup
Prerequisites
- A ShipBob account with access to the ShipBob API.
- A ShipBob API token.
Create an API token
Generate an API token in ShipBob (per ShipBob’s API/authentication documentation). You will use this token as a Bearer token for API requests.
Authentication
This connector authenticates using:
- Bearer token:
api_token
During connection testing, the connector validates credentials by calling:
GET https://api.shipbob.com/1.0/locations
If the token is invalid or lacks permissions, the connector will fail validation.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | ShipBob API token used as a Bearer token for API requests. |
Streams
No streams are currently exposed.
Limitations
- Extraction is not yet implemented. Runs will fail with an “in development” error.
- Catalog discovery is not yet implemented (returns an empty catalog).