1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/squarespace.md
2024-10-22 22:57:26 +03:00

31 lines
1.3 KiB
Markdown

# Squarespace
The Squarespace connector enables seamless integration with your Squarespace store, allowing you to sync data from various key endpoints
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. API key to use. Find it at https://developers.squarespace.com/commerce-apis/authentication-and-permissions | |
| `start_date` | `string` | Start date. Any data before this date will not be replicated. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| inventory | variantId | DefaultPaginator | ✅ | ❌ |
| store_pages | id | DefaultPaginator | ✅ | ❌ |
| products | id | DefaultPaginator | ✅ | ✅ |
| profiles | id | DefaultPaginator | ✅ | ❌ |
| orders | id | DefaultPaginator | ✅ | ✅ |
| transactions | id | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.1 | 2024-10-10 | | Initial release by [@avirajsingh7](https://github.com/avirajsingh7) via Connector Builder |
</details>