# 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
Expand to review | Version | Date | Pull Request | Subject | |------------------|-------------------|--------------|----------------| | 0.0.1 | 2024-10-10 | | Initial release by [@avirajsingh7](https://github.com/avirajsingh7) via Connector Builder |