HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/agentcloud/airbyte/docs/integrations/sources/tplcentral.md
# 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](https://api.3plcentral.com/rels/inventory/stocksummaries) \(Full table\)
- [Customers](https://api.3plcentral.com/rels/customers/customers) \(Full table\)
- [Items](https://api.3plcentral.com/rels/customers/items) \(Incremental\)
- [StockDetails](https://api.3plcentral.com/rels/inventory/stockdetails) \(Incremental\)
- [Inventory](https://api.3plcentral.com/rels/inventory/inventory) \(Incremental\)
- [Orders](https://api.3plcentral.com/rels/orders/orders) \(Incremental\)

If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose)

### 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](https://help.3plcentral.com/hc/en-us/articles/360056546352-Getting-Started-with-Credential-Management).

## Changelog

| Version | Date       | Pull Request                                             | Subject                                            |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------- |
| 0.1.1   | 2022-11-01 | [18763](https://github.com/airbytehq/airbyte/pull/18763) | Check if `url_base` parameter is set to HTTPS URL. |
| 0.1.0   | 2021-08-18 | [7322](https://github.com/airbytehq/airbyte/pull/7322)   | New Source: 3PL Central                            |