TPL/3PL Central
Overview
The 3PL Central source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
Output schema
Several output streams are available from this source:
- StockSummaries (Full table)
- Customers (Full table)
- Items (Incremental)
- StockDetails (Incremental)
- Inventory (Incremental)
- Orders (Incremental)
If there are more endpoints you'd like Airbyte to support, please create an issue.
Features
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
SSL connection | Yes |
Namespaces | No |
Getting started
Requirements
- Client ID
- Client Secret
- User login ID and/or name
- 3PL GUID
- Customer ID
- Facility ID
- Start date
Setup guide
Please read How to get your APIs credentials.
Reference
Config fields reference
Field
Type
Property name
string
url_base
Client ID
required
string
client_id
Client secret
required
string
client_secret
integer
user_login_id
string
user_login
3PL GUID
string
tpl_key
Customer ID
integer
customer_id
Facility ID
integer
facility_id
string
start_date
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.1 | 2022-11-01 | 18763 | Check if url_base parameter is set to HTTPS URL. |
0.1.0 | 2021-08-18 | 7322 | New Source: 3PL Central |