Shippio
Shippio is a freight forwarding and logistics management platform.
Shippio integration replicates data using the Shippio REST API.
복제 가능한 개체 목록은 Schema 섹션을 참조하십시오.Preparing for authentication
To access your data, you need to authenticate the connection with a Shippio Client ID and Client Secret.
To generate your client ID and client secret:
- Log into your Shippio account.
- Navigate to Settings > API Credentials > Shippio API Applications.
- Click + New Application.
- Copy and paste your client ID and client secret into a secured file.
Creating the connection
자세한 내용은 SaaS 응용 프로그램에 연결을 참조하십시오.
- 필요한 연결 속성을 입력합니다.
연결 이름에 연결 이름을 입력합니다.
연결이 만들어질 때 연결에 대한 메타데이터를 정의하려면 연결 메타데이터 열기를 선택합니다.
만들기를 클릭합니다.
| Setting | Description |
|---|---|
| Data gateway | 사용 사례에 필요한 경우 데이터 이동 게이트웨이를 선택합니다. 정보 메모 이 필드는 데이터 이동 게이트웨이를 지원하지 않으므로 Qlik Talend Cloud 시작 구독에서는 사용할 수 없습니다. 다른 구독 계층이 있고 데이터 이동 게이트웨이를 사용하지 않으려면 없음을 선택합니다. 데이터 이동 게이트웨이의 이점과 이를 필요로 하는 사용 사례에 대한 자세한 내용은 Qlik 데이터 게이트웨이 - 데이터 이동를 참조하십시오. |
| Start Date | 데이터를 소스에서 대상으로 복제해야 하는 날짜를 |
| Client ID | Client ID. |
| Client Secret | Client secret. |
Limitations and considerations
- The Shippio API does not provide a date field that can be used as a query parameter. All tables use Full Table replication.
- The Shippio API has a rate limit of 500 requests per minute. It is recommended to use a single task per Shippio connection. Creating multiple tasks replicating from the same Shippio account may cause the API to throttle requests and lead to task failures.
- Tables with large volumes of data (for example,
in_transit_products) may take a significant amount of time to extract due to full table replication. This can potentially cause tasks to time out.
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
Depending on your destination, table and column names may not appear as they are outlined below.
addresses
The addresses table contains address records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
carriers
The carriers table contains carrier records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
companies
The companies table contains company records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
consignees
The consignees table contains consignee records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
containers
The containers table contains container records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
customer_teams
The customer_teams table contains customer team records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
customer_users
The customer_users table contains customer user records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
events
The events table contains event records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
in_transit_products
The in_transit_products table contains records of products currently in transit in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
partners
The partners table contains partner records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
ports
The ports table contains port records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
products
The products table contains product records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
shipments
The shipments table contains shipment records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
shippers
The shippers table contains shipper records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
user_groups
The user_groups table contains user group records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
vessels
The vessels table contains vessel records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |
warehouses
The warehouses table contains warehouse records in your Shippio account.
Replication Method | Full Table |
Primary Key | id |
| Useful links |