airbyte-agent-shopify 0.1.27__tar.gz → 0.1.28__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/AUTH.md +2 -6
  2. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/CHANGELOG.md +5 -0
  3. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/PKG-INFO +5 -6
  4. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/README.md +4 -5
  5. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +22 -2
  6. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/connector.py +3 -3
  7. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/connector_model.py +3 -7
  8. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/models.py +0 -2
  9. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/pyproject.toml +1 -1
  10. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/.gitignore +0 -0
  11. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/REFERENCE.md +0 -0
  12. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/__init__.py +0 -0
  13. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
  14. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
  15. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
  16. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
  17. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  18. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
  19. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
  20. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
  21. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
  22. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
  23. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  24. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
  25. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
  26. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
  27. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
  28. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  29. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  30. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
  31. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
  32. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
  33. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
  34. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
  35. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
  36. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
  37. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
  38. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
  39. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
  40. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
  41. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
  42. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
  43. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
  44. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
  45. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  46. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
  47. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
  48. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
  49. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
  50. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
  51. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
  52. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
  53. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
  54. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  55. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
  56. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
  57. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  58. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
  59. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
  60. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
  61. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/_vendored/connector_sdk/validation_replication.py +0 -0
  62. {airbyte_agent_shopify-0.1.27 → airbyte_agent_shopify-0.1.28}/airbyte_agent_shopify/types.py +0 -0
@@ -18,7 +18,6 @@ This authentication method isn't available for this connector.
18
18
  | Field Name | Type | Required | Description |
19
19
  |------------|------|----------|-------------|
20
20
  | `api_key` | `str` | Yes | Your Shopify Admin API access token |
21
- | `shop` | `str` | Yes | Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com) |
22
21
 
23
22
  Example request:
24
23
 
@@ -28,8 +27,7 @@ from airbyte_agent_shopify.models import ShopifyAuthConfig
28
27
 
29
28
  connector = ShopifyConnector(
30
29
  auth_config=ShopifyAuthConfig(
31
- api_key="<Your Shopify Admin API access token>",
32
- shop="<Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)>"
30
+ api_key="<Your Shopify Admin API access token>"
33
31
  )
34
32
  )
35
33
  ```
@@ -53,7 +51,6 @@ Create a connector with Token credentials.
53
51
  | Field Name | Type | Required | Description |
54
52
  |------------|------|----------|-------------|
55
53
  | `api_key` | `str` | Yes | Your Shopify Admin API access token |
56
- | `shop` | `str` | Yes | Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com) |
57
54
 
58
55
  Example request:
59
56
 
@@ -67,8 +64,7 @@ curl -X POST "https://api.airbyte.ai/v1/integrations/connectors" \
67
64
  "connector_type": "Shopify",
68
65
  "name": "My Shopify Connector",
69
66
  "credentials": {
70
- "api_key": "<Your Shopify Admin API access token>",
71
- "shop": "<Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)>"
67
+ "api_key": "<Your Shopify Admin API access token>"
72
68
  }
73
69
  }'
74
70
  ```
@@ -1,5 +1,10 @@
1
1
  # Shopify changelog
2
2
 
3
+ ## [0.1.28] - 2026-02-03
4
+ - Updated connector definition (YAML version 0.1.5)
5
+ - Source commit: 1fc2ac28
6
+ - SDK version: 0.1.0
7
+
3
8
  ## [0.1.27] - 2026-02-03
4
9
  - Updated connector definition (YAML version 0.1.4)
5
10
  - Source commit: f2dbc00e
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-shopify
3
- Version: 0.1.27
3
+ Version: 0.1.28
4
4
  Summary: Airbyte Shopify Connector for AI platforms
5
5
  Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
6
6
  Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
@@ -87,8 +87,7 @@ from airbyte_agent_shopify.models import ShopifyAuthConfig
87
87
 
88
88
  connector = ShopifyConnector(
89
89
  auth_config=ShopifyAuthConfig(
90
- api_key="<Your Shopify Admin API access token>",
91
- shop="<Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)>"
90
+ api_key="<Your Shopify Admin API access token>"
92
91
  )
93
92
  )
94
93
 
@@ -171,7 +170,7 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
171
170
 
172
171
  ## Version information
173
172
 
174
- - **Package version:** 0.1.27
175
- - **Connector version:** 0.1.4
176
- - **Generated with Connector SDK commit SHA:** f2dbc00ef14939fde16b708d6fe5eff97f67c7a3
173
+ - **Package version:** 0.1.28
174
+ - **Connector version:** 0.1.5
175
+ - **Generated with Connector SDK commit SHA:** 1fc2ac286cff08133bc2a07f7181779928a3461b
177
176
  - **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/shopify/CHANGELOG.md)
@@ -54,8 +54,7 @@ from airbyte_agent_shopify.models import ShopifyAuthConfig
54
54
 
55
55
  connector = ShopifyConnector(
56
56
  auth_config=ShopifyAuthConfig(
57
- api_key="<Your Shopify Admin API access token>",
58
- shop="<Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)>"
57
+ api_key="<Your Shopify Admin API access token>"
59
58
  )
60
59
  )
61
60
 
@@ -138,7 +137,7 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
138
137
 
139
138
  ## Version information
140
139
 
141
- - **Package version:** 0.1.27
142
- - **Connector version:** 0.1.4
143
- - **Generated with Connector SDK commit SHA:** f2dbc00ef14939fde16b708d6fe5eff97f67c7a3
140
+ - **Package version:** 0.1.28
141
+ - **Connector version:** 0.1.5
142
+ - **Generated with Connector SDK commit SHA:** 1fc2ac286cff08133bc2a07f7181779928a3461b
144
143
  - **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/shopify/CHANGELOG.md)
@@ -182,12 +182,25 @@ class CacheEntityConfig(BaseModel):
182
182
  return self.x_airbyte_name or self.entity
183
183
 
184
184
 
185
+ class ReplicationConfigPropertyItems(BaseModel):
186
+ """
187
+ Items definition for array-type replication configuration fields.
188
+
189
+ Defines the schema for items in an array-type replication config property.
190
+ """
191
+
192
+ model_config = ConfigDict(populate_by_name=True, extra="forbid")
193
+
194
+ type: str
195
+
196
+
185
197
  class ReplicationConfigProperty(BaseModel):
186
198
  """
187
199
  Property definition for replication configuration fields.
188
200
 
189
201
  Defines a single field in the replication configuration with its type,
190
- description, and optional default value.
202
+ description, and optional default value. Supports both simple types
203
+ (string, integer, boolean) and array types.
191
204
 
192
205
  Example YAML usage:
193
206
  x-airbyte-replication-config:
@@ -197,6 +210,12 @@ class ReplicationConfigProperty(BaseModel):
197
210
  title: Start Date
198
211
  description: UTC date and time from which to replicate data
199
212
  format: date-time
213
+ account_ids:
214
+ type: array
215
+ title: Account IDs
216
+ description: List of account IDs to replicate
217
+ items:
218
+ type: string
200
219
  """
201
220
 
202
221
  model_config = ConfigDict(populate_by_name=True, extra="forbid")
@@ -205,8 +224,9 @@ class ReplicationConfigProperty(BaseModel):
205
224
  title: str | None = None
206
225
  description: str | None = None
207
226
  format: str | None = None
208
- default: str | int | float | bool | None = None
227
+ default: str | int | float | bool | list | None = None
209
228
  enum: list[str] | None = None
229
+ items: ReplicationConfigPropertyItems | None = None
210
230
 
211
231
 
212
232
  class ReplicationConfig(BaseModel):
@@ -180,7 +180,7 @@ class ShopifyConnector:
180
180
  """
181
181
 
182
182
  connector_name = "shopify"
183
- connector_version = "0.1.4"
183
+ connector_version = "0.1.5"
184
184
  vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
185
185
 
186
186
  # Map of (entity, action) -> needs_envelope for envelope wrapping decision
@@ -321,7 +321,7 @@ class ShopifyConnector:
321
321
  Example: lambda tokens: save_to_database(tokens) shop: Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)
322
322
  Examples:
323
323
  # Local mode (direct API calls)
324
- connector = ShopifyConnector(auth_config=ShopifyAuthConfig(api_key="...", shop="..."))
324
+ connector = ShopifyConnector(auth_config=ShopifyAuthConfig(api_key="..."))
325
325
  # Hosted mode with explicit connector_id (no lookup needed)
326
326
  connector = ShopifyConnector(
327
327
  airbyte_client_id="client_abc123",
@@ -1117,7 +1117,7 @@ class ShopifyConnector:
1117
1117
  external_user_id="my-workspace",
1118
1118
  airbyte_client_id="client_abc",
1119
1119
  airbyte_client_secret="secret_xyz",
1120
- auth_config=ShopifyAuthConfig(api_key="...", shop="..."),
1120
+ auth_config=ShopifyAuthConfig(api_key="..."),
1121
1121
  )
1122
1122
 
1123
1123
  # Use the connector
@@ -26,7 +26,7 @@ from uuid import (
26
26
  ShopifyConnectorModel: ConnectorModel = ConnectorModel(
27
27
  id=UUID('9da77001-af33-4bcd-be46-6252bf9342b9'),
28
28
  name='shopify',
29
- version='0.1.4',
29
+ version='0.1.5',
30
30
  base_url='https://{shop}.myshopify.com/admin/api/2025-01',
31
31
  auth=AuthConfig(
32
32
  type=AuthType.API_KEY,
@@ -34,19 +34,15 @@ ShopifyConnectorModel: ConnectorModel = ConnectorModel(
34
34
  user_config_spec=AirbyteAuthConfig(
35
35
  title='Access Token Authentication',
36
36
  type='object',
37
- required=['api_key', 'shop'],
37
+ required=['api_key'],
38
38
  properties={
39
39
  'api_key': AuthConfigFieldSpec(
40
40
  title='Access Token',
41
41
  description='Your Shopify Admin API access token',
42
42
  ),
43
- 'shop': AuthConfigFieldSpec(
44
- title='Shop Name',
45
- description="Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)",
46
- ),
47
43
  },
48
44
  auth_mapping={'api_key': '${api_key}'},
49
- replication_auth_key_mapping={'credentials.access_token': 'api_key', 'shop': 'shop'},
45
+ replication_auth_key_mapping={'credentials.access_token': 'api_key'},
50
46
  ),
51
47
  ),
52
48
  entities=[
@@ -19,8 +19,6 @@ class ShopifyAuthConfig(BaseModel):
19
19
 
20
20
  api_key: str
21
21
  """Your Shopify Admin API access token"""
22
- shop: str
23
- """Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)"""
24
22
 
25
23
  # ===== RESPONSE TYPE DEFINITIONS (PYDANTIC) =====
26
24
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airbyte-agent-shopify"
3
- version = "0.1.27"
3
+ version = "0.1.28"
4
4
  description = "Airbyte Shopify Connector for AI platforms"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"