airbyte-agent-shopify 0.1.29__tar.gz → 0.1.30__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.29 → airbyte_agent_shopify-0.1.30}/CHANGELOG.md +5 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/PKG-INFO +3 -3
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/README.md +2 -2
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/__init__.py +2 -2
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +1 -1
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/pyproject.toml +1 -1
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/.gitignore +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/AUTH.md +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/REFERENCE.md +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/_vendored/connector_sdk/validation_replication.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/connector.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/connector_model.py +0 -0
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/models.py +16 -16
- {airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/types.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Shopify changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.30] - 2026-02-03
|
|
4
|
+
- Updated connector definition (YAML version 0.1.5)
|
|
5
|
+
- Source commit: 5ef2158e
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.29] - 2026-02-03
|
|
4
9
|
- Updated connector definition (YAML version 0.1.5)
|
|
5
10
|
- Source commit: 5c6dbf88
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-shopify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.30
|
|
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/
|
|
@@ -170,7 +170,7 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
|
|
|
170
170
|
|
|
171
171
|
## Version information
|
|
172
172
|
|
|
173
|
-
- **Package version:** 0.1.
|
|
173
|
+
- **Package version:** 0.1.30
|
|
174
174
|
- **Connector version:** 0.1.5
|
|
175
|
-
- **Generated with Connector SDK commit SHA:**
|
|
175
|
+
- **Generated with Connector SDK commit SHA:** 5ef2158e48be294dd68d60f7d9993684d424d388
|
|
176
176
|
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/shopify/CHANGELOG.md)
|
|
@@ -137,7 +137,7 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
|
|
|
137
137
|
|
|
138
138
|
## Version information
|
|
139
139
|
|
|
140
|
-
- **Package version:** 0.1.
|
|
140
|
+
- **Package version:** 0.1.30
|
|
141
141
|
- **Connector version:** 0.1.5
|
|
142
|
-
- **Generated with Connector SDK commit SHA:**
|
|
142
|
+
- **Generated with Connector SDK commit SHA:** 5ef2158e48be294dd68d60f7d9993684d424d388
|
|
143
143
|
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/shopify/CHANGELOG.md)
|
{airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/__init__.py
RENAMED
|
@@ -19,8 +19,8 @@ from .models import (
|
|
|
19
19
|
Fulfillment,
|
|
20
20
|
Order,
|
|
21
21
|
OrderList,
|
|
22
|
-
ProductVariant,
|
|
23
22
|
ProductImage,
|
|
23
|
+
ProductVariant,
|
|
24
24
|
Product,
|
|
25
25
|
ProductList,
|
|
26
26
|
ProductVariantList,
|
|
@@ -193,8 +193,8 @@ __all__ = [
|
|
|
193
193
|
"Fulfillment",
|
|
194
194
|
"Order",
|
|
195
195
|
"OrderList",
|
|
196
|
-
"ProductVariant",
|
|
197
196
|
"ProductImage",
|
|
197
|
+
"ProductVariant",
|
|
198
198
|
"Product",
|
|
199
199
|
"ProductList",
|
|
200
200
|
"ProductVariantList",
|
|
@@ -317,7 +317,7 @@ class AirbyteCloudClient:
|
|
|
317
317
|
)
|
|
318
318
|
"""
|
|
319
319
|
token = await self.get_bearer_token()
|
|
320
|
-
url = f"{self.API_BASE_URL}/api/v1/connectors/
|
|
320
|
+
url = f"{self.API_BASE_URL}/api/v1/integrations/connectors/{connector_id}/execute"
|
|
321
321
|
headers = {"Authorization": f"Bearer {token}"}
|
|
322
322
|
request_body = {
|
|
323
323
|
"entity": entity,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/models.py
RENAMED
|
@@ -327,6 +327,22 @@ class OrderList(BaseModel):
|
|
|
327
327
|
|
|
328
328
|
orders: Union[list[Order], Any] = Field(default=None)
|
|
329
329
|
|
|
330
|
+
class ProductImage(BaseModel):
|
|
331
|
+
"""A product image"""
|
|
332
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
333
|
+
|
|
334
|
+
id: Union[int, Any] = Field(default=None)
|
|
335
|
+
product_id: Union[int | None, Any] = Field(default=None)
|
|
336
|
+
position: Union[int | None, Any] = Field(default=None)
|
|
337
|
+
created_at: Union[str | None, Any] = Field(default=None)
|
|
338
|
+
updated_at: Union[str | None, Any] = Field(default=None)
|
|
339
|
+
alt: Union[str | None, Any] = Field(default=None)
|
|
340
|
+
width: Union[int | None, Any] = Field(default=None)
|
|
341
|
+
height: Union[int | None, Any] = Field(default=None)
|
|
342
|
+
src: Union[str | None, Any] = Field(default=None)
|
|
343
|
+
variant_ids: Union[list[int] | None, Any] = Field(default=None)
|
|
344
|
+
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
345
|
+
|
|
330
346
|
class ProductVariant(BaseModel):
|
|
331
347
|
"""A product variant"""
|
|
332
348
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -358,22 +374,6 @@ class ProductVariant(BaseModel):
|
|
|
358
374
|
requires_shipping: Union[bool | None, Any] = Field(default=None)
|
|
359
375
|
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
360
376
|
|
|
361
|
-
class ProductImage(BaseModel):
|
|
362
|
-
"""A product image"""
|
|
363
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
364
|
-
|
|
365
|
-
id: Union[int, Any] = Field(default=None)
|
|
366
|
-
product_id: Union[int | None, Any] = Field(default=None)
|
|
367
|
-
position: Union[int | None, Any] = Field(default=None)
|
|
368
|
-
created_at: Union[str | None, Any] = Field(default=None)
|
|
369
|
-
updated_at: Union[str | None, Any] = Field(default=None)
|
|
370
|
-
alt: Union[str | None, Any] = Field(default=None)
|
|
371
|
-
width: Union[int | None, Any] = Field(default=None)
|
|
372
|
-
height: Union[int | None, Any] = Field(default=None)
|
|
373
|
-
src: Union[str | None, Any] = Field(default=None)
|
|
374
|
-
variant_ids: Union[list[int] | None, Any] = Field(default=None)
|
|
375
|
-
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
376
|
-
|
|
377
377
|
class Product(BaseModel):
|
|
378
378
|
"""A Shopify product"""
|
|
379
379
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
{airbyte_agent_shopify-0.1.29 → airbyte_agent_shopify-0.1.30}/airbyte_agent_shopify/types.py
RENAMED
|
File without changes
|