airbyte-agent-shopify 0.1.5__tar.gz → 0.1.15__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.15/AUTH.md +95 -0
  2. airbyte_agent_shopify-0.1.15/CHANGELOG.md +81 -0
  3. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/PKG-INFO +8 -7
  4. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/README.md +7 -6
  5. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/REFERENCE.md +322 -321
  6. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/__init__.py +6 -6
  7. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +1 -3
  8. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +138 -8
  9. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +4 -4
  10. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +1 -1
  11. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +222 -10
  12. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +34 -2
  13. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +5 -0
  14. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +71 -0
  15. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -1
  16. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +1 -0
  17. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/connector.py +94 -32
  18. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/connector_model.py +1 -2
  19. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/pyproject.toml +1 -1
  20. airbyte_agent_shopify-0.1.5/CHANGELOG.md +0 -31
  21. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/.gitignore +0 -0
  22. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
  23. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
  24. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
  25. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  26. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
  27. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
  28. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
  29. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
  30. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  31. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
  32. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
  33. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
  34. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  35. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  36. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
  37. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
  38. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
  39. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
  40. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
  41. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
  42. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
  43. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
  44. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
  45. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
  46. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
  47. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
  48. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
  49. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  50. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
  51. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
  52. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
  53. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
  54. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
  55. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  56. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
  57. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
  58. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  59. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
  60. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
  61. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/models.py +65 -65
  62. {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.15}/airbyte_agent_shopify/types.py +0 -0
@@ -0,0 +1,95 @@
1
+ # Shopify authentication and configuration
2
+
3
+ This page documents the authentication and configuration options for the Shopify agent connector.
4
+
5
+ ## Authentication
6
+
7
+ ### Open source execution
8
+
9
+ In open source mode, you provide API credentials directly to the connector.
10
+
11
+ #### OAuth
12
+ This authentication method isn't available for this connector.
13
+
14
+ #### Token
15
+
16
+ | Field Name | Type | Required | Description |
17
+ |------------|------|----------|-------------|
18
+ | `api_key` | `str` | Yes | Your Shopify Admin API access token |
19
+ | `shop` | `str` | Yes | Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com) |
20
+
21
+ ```python
22
+ from airbyte_agent_shopify import ShopifyConnector
23
+ from airbyte_agent_shopify.models import ShopifyAuthConfig
24
+
25
+ connector = ShopifyConnector(
26
+ auth_config=ShopifyAuthConfig(
27
+ api_key="<Your Shopify Admin API access token>",
28
+ shop="<Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)>"
29
+ )
30
+ )
31
+ ```
32
+
33
+ ### Hosted execution
34
+
35
+ In hosted mode, you first create a connector via the Airbyte API (providing your OAuth or Token credentials), then execute operations using either the Python SDK or API. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
36
+
37
+ #### OAuth
38
+ This authentication method isn't available for this connector.
39
+
40
+ #### Token
41
+
42
+ Create a connector with Token credentials:
43
+
44
+ ```bash
45
+ curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
46
+ -H 'Authorization: Bearer <SCOPED_TOKEN>' \
47
+ -H 'Content-Type: application/json' \
48
+ -d '{
49
+ "external_user_id": "<EXTERNAL_USER_ID>",
50
+ "connector_type": "Shopify",
51
+ "credentials": {
52
+ "api_key": "<Your Shopify Admin API access token>",
53
+ "shop": "<Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com)>"
54
+ }
55
+ }'
56
+ ```
57
+
58
+ #### Execution
59
+
60
+ After creating the connector, execute operations using either the Python SDK or API.
61
+
62
+ **Python SDK**
63
+
64
+ ```python
65
+ from airbyte_agent_shopify import ShopifyConnector
66
+
67
+ connector = ShopifyConnector(
68
+ external_user_id="<your_external_user_id>",
69
+ airbyte_client_id="<your-client-id>",
70
+ airbyte_client_secret="<your-client-secret>"
71
+ )
72
+
73
+ @agent.tool_plain # assumes you're using Pydantic AI
74
+ @ShopifyConnector.tool_utils
75
+ async def shopify_execute(entity: str, action: str, params: dict | None = None):
76
+ return await connector.execute(entity, action, params or {})
77
+ ```
78
+
79
+ **API**
80
+
81
+ ```bash
82
+ curl -X POST 'https://api.airbyte.ai/api/v1/connectors/sources/<connector_id>/execute' \
83
+ -H 'Authorization: Bearer <SCOPED_TOKEN>' \
84
+ -H 'Content-Type: application/json' \
85
+ -d '{"entity": "<entity>", "action": "<action>", "params": {}}'
86
+ ```
87
+
88
+
89
+ ## Configuration
90
+
91
+ The Shopify connector requires the following configuration variables. These variables are used to construct the base API URL. Pass them via the `config` parameter when initializing the connector.
92
+
93
+ | Variable | Type | Required | Default | Description |
94
+ |----------|------|----------|---------|-------------|
95
+ | `shop` | `string` | Yes | my-store | Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com) |
@@ -0,0 +1,81 @@
1
+ # Shopify changelog
2
+
3
+ ## [0.1.15] - 2026-01-27
4
+ - Updated connector definition (YAML version 0.1.2)
5
+ - Source commit: 0f5e1914
6
+ - SDK version: 0.1.0
7
+
8
+ ## [0.1.14] - 2026-01-27
9
+ - Updated connector definition (YAML version 0.1.2)
10
+ - Source commit: a01f6b16
11
+ - SDK version: 0.1.0
12
+
13
+ ## [0.1.13] - 2026-01-27
14
+ - Updated connector definition (YAML version 0.1.2)
15
+ - Source commit: c9b05509
16
+ - SDK version: 0.1.0
17
+
18
+ ## [0.1.12] - 2026-01-27
19
+ - Updated connector definition (YAML version 0.1.1)
20
+ - Source commit: 4bded58d
21
+ - SDK version: 0.1.0
22
+
23
+ ## [0.1.11] - 2026-01-26
24
+ - Updated connector definition (YAML version 0.1.1)
25
+ - Source commit: 74809153
26
+ - SDK version: 0.1.0
27
+
28
+ ## [0.1.10] - 2026-01-26
29
+ - Updated connector definition (YAML version 0.1.1)
30
+ - Source commit: b73c71e0
31
+ - SDK version: 0.1.0
32
+
33
+ ## [0.1.9] - 2026-01-24
34
+ - Updated connector definition (YAML version 0.1.1)
35
+ - Source commit: 609c1d86
36
+ - SDK version: 0.1.0
37
+
38
+ ## [0.1.8] - 2026-01-23
39
+ - Updated connector definition (YAML version 0.1.1)
40
+ - Source commit: 416466da
41
+ - SDK version: 0.1.0
42
+
43
+ ## [0.1.7] - 2026-01-23
44
+ - Updated connector definition (YAML version 0.1.1)
45
+ - Source commit: f17cdd8c
46
+ - SDK version: 0.1.0
47
+
48
+ ## [0.1.6] - 2026-01-22
49
+ - Updated connector definition (YAML version 0.1.1)
50
+ - Source commit: 49e6dfe9
51
+ - SDK version: 0.1.0
52
+
53
+ ## [0.1.5] - 2026-01-22
54
+ - Updated connector definition (YAML version 0.1.1)
55
+ - Source commit: b27328e2
56
+ - SDK version: 0.1.0
57
+
58
+ ## [0.1.4] - 2026-01-22
59
+ - Updated connector definition (YAML version 0.1.1)
60
+ - Source commit: 1da193dd
61
+ - SDK version: 0.1.0
62
+
63
+ ## [0.1.3] - 2026-01-22
64
+ - Updated connector definition (YAML version 0.1.1)
65
+ - Source commit: c713ec48
66
+ - SDK version: 0.1.0
67
+
68
+ ## [0.1.2] - 2026-01-21
69
+ - Updated connector definition (YAML version 0.1.1)
70
+ - Source commit: c7dab975
71
+ - SDK version: 0.1.0
72
+
73
+ ## [0.1.1] - 2026-01-19
74
+ - Updated connector definition (YAML version 0.1.1)
75
+ - Source commit: 529cebb7
76
+ - SDK version: 0.1.0
77
+
78
+ ## [0.1.0] - 2026-01-17
79
+ - Updated connector definition (YAML version 0.1.1)
80
+ - Source commit: 7c6c8361
81
+ - SDK version: 0.1.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-shopify
3
- Version: 0.1.5
3
+ Version: 0.1.15
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/
@@ -93,7 +93,7 @@ connector = ShopifyConnector(
93
93
  )
94
94
 
95
95
  @agent.tool_plain # assumes you're using Pydantic AI
96
- @ShopifyConnector.describe
96
+ @ShopifyConnector.tool_utils
97
97
  async def shopify_execute(entity: str, action: str, params: dict | None = None):
98
98
  return await connector.execute(entity, action, params or {})
99
99
  ```
@@ -108,17 +108,18 @@ This example assumes you've already authenticated your connector with Airbyte. S
108
108
  from airbyte_agent_shopify import ShopifyConnector
109
109
 
110
110
  connector = ShopifyConnector(
111
- external_user_id="<your-scoped-token>",
111
+ external_user_id="<your_external_user_id>",
112
112
  airbyte_client_id="<your-client-id>",
113
113
  airbyte_client_secret="<your-client-secret>"
114
114
  )
115
115
 
116
116
  @agent.tool_plain # assumes you're using Pydantic AI
117
- @ShopifyConnector.describe
117
+ @ShopifyConnector.tool_utils
118
118
  async def shopify_execute(entity: str, action: str, params: dict | None = None):
119
119
  return await connector.execute(entity, action, params or {})
120
120
  ```
121
121
 
122
+
122
123
  ## Full documentation
123
124
 
124
125
  This connector supports the following entities and actions.
@@ -167,6 +168,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
167
168
 
168
169
  ## Version information
169
170
 
170
- - **Package version:** 0.1.5
171
- - **Connector version:** 0.1.1
172
- - **Generated with Connector SDK commit SHA:** b27328e2162813ea6315b9f890a6784b0fb9caba
171
+ - **Package version:** 0.1.15
172
+ - **Connector version:** 0.1.2
173
+ - **Generated with Connector SDK commit SHA:** 0f5e1914fa0d7d52de7bc0018afab712184a0847
@@ -60,7 +60,7 @@ connector = ShopifyConnector(
60
60
  )
61
61
 
62
62
  @agent.tool_plain # assumes you're using Pydantic AI
63
- @ShopifyConnector.describe
63
+ @ShopifyConnector.tool_utils
64
64
  async def shopify_execute(entity: str, action: str, params: dict | None = None):
65
65
  return await connector.execute(entity, action, params or {})
66
66
  ```
@@ -75,17 +75,18 @@ This example assumes you've already authenticated your connector with Airbyte. S
75
75
  from airbyte_agent_shopify import ShopifyConnector
76
76
 
77
77
  connector = ShopifyConnector(
78
- external_user_id="<your-scoped-token>",
78
+ external_user_id="<your_external_user_id>",
79
79
  airbyte_client_id="<your-client-id>",
80
80
  airbyte_client_secret="<your-client-secret>"
81
81
  )
82
82
 
83
83
  @agent.tool_plain # assumes you're using Pydantic AI
84
- @ShopifyConnector.describe
84
+ @ShopifyConnector.tool_utils
85
85
  async def shopify_execute(entity: str, action: str, params: dict | None = None):
86
86
  return await connector.execute(entity, action, params or {})
87
87
  ```
88
88
 
89
+
89
90
  ## Full documentation
90
91
 
91
92
  This connector supports the following entities and actions.
@@ -134,6 +135,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
134
135
 
135
136
  ## Version information
136
137
 
137
- - **Package version:** 0.1.5
138
- - **Connector version:** 0.1.1
139
- - **Generated with Connector SDK commit SHA:** b27328e2162813ea6315b9f890a6784b0fb9caba
138
+ - **Package version:** 0.1.15
139
+ - **Connector version:** 0.1.2
140
+ - **Generated with Connector SDK commit SHA:** 0f5e1914fa0d7d52de7bc0018afab712184a0847