airbyte-agent-shopify 0.1.5__tar.gz → 0.1.7__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.
- airbyte_agent_shopify-0.1.7/AUTH.md +95 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/CHANGELOG.md +10 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/PKG-INFO +3 -3
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/README.md +2 -2
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/REFERENCE.md +321 -321
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/__init__.py +2 -2
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +1 -3
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +1 -3
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/pyproject.toml +1 -1
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/.gitignore +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/connector.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/connector_model.py +0 -0
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/airbyte_agent_shopify/models.py +16 -16
- {airbyte_agent_shopify-0.1.5 → airbyte_agent_shopify-0.1.7}/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-scoped-token>",
|
|
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.describe
|
|
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) |
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Shopify changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.7] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
5
|
+
- Source commit: f17cdd8c
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.6] - 2026-01-22
|
|
9
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
10
|
+
- Source commit: 49e6dfe9
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.5] - 2026-01-22
|
|
4
14
|
- Updated connector definition (YAML version 0.1.1)
|
|
5
15
|
- Source commit: b27328e2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-shopify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.7
|
|
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/
|
|
@@ -167,6 +167,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
|
|
|
167
167
|
|
|
168
168
|
## Version information
|
|
169
169
|
|
|
170
|
-
- **Package version:** 0.1.
|
|
170
|
+
- **Package version:** 0.1.7
|
|
171
171
|
- **Connector version:** 0.1.1
|
|
172
|
-
- **Generated with Connector SDK commit SHA:**
|
|
172
|
+
- **Generated with Connector SDK commit SHA:** f17cdd8c92950751a75daff9c6bf74df05774ede
|
|
@@ -134,6 +134,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
|
|
|
134
134
|
|
|
135
135
|
## Version information
|
|
136
136
|
|
|
137
|
-
- **Package version:** 0.1.
|
|
137
|
+
- **Package version:** 0.1.7
|
|
138
138
|
- **Connector version:** 0.1.1
|
|
139
|
-
- **Generated with Connector SDK commit SHA:**
|
|
139
|
+
- **Generated with Connector SDK commit SHA:** f17cdd8c92950751a75daff9c6bf74df05774ede
|