# ShopWired Website: https://admin.myshopwired.uk/ API Reference: https://api.shopwired.co.uk/ ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `api_key` | `string` | API Key. Your API Key, which acts as the username for Basic Authentication. You can find it in your ShopWired account under API settings. | | | `api_secret` | `string` | API Secret. Your API Secret, which acts as the password for Basic Authentication. You can find it in your ShopWired account under API settings. | | | `start_date` | `string` | Start date. | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | countries | id | No pagination | ✅ | ❌ | | pages | id | DefaultPaginator | ✅ | ✅ | | products | id | DefaultPaginator | ✅ | ✅ | | products_images | id | DefaultPaginator | ✅ | ❌ | | choice_sets | id | DefaultPaginator | ✅ | ❌ | | products_reviews | id | DefaultPaginator | ✅ | ✅ | | product_options | id | DefaultPaginator | ✅ | ❌ | | products_variations | id | DefaultPaginator | ✅ | ❌ | | customers | id | DefaultPaginator | ✅ | ✅ | | orders | id | DefaultPaginator | ✅ | ✅ | | shipping_zones | uuid | DefaultPaginator | ✅ | ❌ | | events | id | DefaultPaginator | ✅ | ✅ | | categories | id | DefaultPaginator | ✅ | ✅ | | themes | id | DefaultPaginator | ✅ | ✅ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |------------------|-------------------|--------------|----------------| | 0.0.19 | 2025-11-25 | [69497](https://github.com/airbytehq/airbyte/pull/69497) | Update dependencies | | 0.0.18 | 2025-10-29 | [68798](https://github.com/airbytehq/airbyte/pull/68798) | Update dependencies | | 0.0.17 | 2025-10-21 | [68239](https://github.com/airbytehq/airbyte/pull/68239) | Update dependencies | | 0.0.16 | 2025-10-14 | [67788](https://github.com/airbytehq/airbyte/pull/67788) | Update dependencies | | 0.0.15 | 2025-10-07 | [67445](https://github.com/airbytehq/airbyte/pull/67445) | Update dependencies | | 0.0.14 | 2025-09-30 | [66914](https://github.com/airbytehq/airbyte/pull/66914) | Update dependencies | | 0.0.13 | 2025-09-24 | [66255](https://github.com/airbytehq/airbyte/pull/66255) | Update dependencies | | 0.0.12 | 2025-09-09 | [65679](https://github.com/airbytehq/airbyte/pull/65679) | Update dependencies | | 0.0.11 | 2025-08-23 | [65435](https://github.com/airbytehq/airbyte/pull/65435) | Update dependencies | | 0.0.10 | 2025-08-09 | [64843](https://github.com/airbytehq/airbyte/pull/64843) | Update dependencies | | 0.0.9 | 2025-07-19 | [63639](https://github.com/airbytehq/airbyte/pull/63639) | Update dependencies | | 0.0.8 | 2025-07-12 | [63053](https://github.com/airbytehq/airbyte/pull/63053) | Update dependencies | | 0.0.7 | 2025-06-28 | [62295](https://github.com/airbytehq/airbyte/pull/62295) | Update dependencies | | 0.0.6 | 2025-06-14 | [61618](https://github.com/airbytehq/airbyte/pull/61618) | Update dependencies | | 0.0.5 | 2025-05-24 | [60107](https://github.com/airbytehq/airbyte/pull/60107) | Update dependencies | | 0.0.4 | 2025-05-04 | [58966](https://github.com/airbytehq/airbyte/pull/58966) | Update dependencies | | 0.0.3 | 2025-04-19 | [58419](https://github.com/airbytehq/airbyte/pull/58419) | Update dependencies | | 0.0.2 | 2025-04-12 | [57937](https://github.com/airbytehq/airbyte/pull/57937) | Update dependencies | | 0.0.1 | 2025-04-06 | [57493](https://github.com/airbytehq/airbyte/pull/57493) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |