airbyte-agent-shopify 0.1.17__tar.gz → 0.1.18__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.17 → airbyte_agent_shopify-0.1.18}/CHANGELOG.md +5 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/PKG-INFO +3 -3
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/README.md +2 -2
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/__init__.py +4 -4
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/pyproject.toml +1 -1
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/.gitignore +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/AUTH.md +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/REFERENCE.md +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/connector.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/connector_model.py +0 -0
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/models.py +39 -39
- {airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/types.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Shopify changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.18] - 2026-01-28
|
|
4
|
+
- Updated connector definition (YAML version 0.1.2)
|
|
5
|
+
- Source commit: 97007bbd
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.17] - 2026-01-28
|
|
4
9
|
- Updated connector definition (YAML version 0.1.2)
|
|
5
10
|
- Source commit: f6c6fca2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-shopify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.18
|
|
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/
|
|
@@ -171,6 +171,6 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
|
|
|
171
171
|
|
|
172
172
|
## Version information
|
|
173
173
|
|
|
174
|
-
- **Package version:** 0.1.
|
|
174
|
+
- **Package version:** 0.1.18
|
|
175
175
|
- **Connector version:** 0.1.2
|
|
176
|
-
- **Generated with Connector SDK commit SHA:**
|
|
176
|
+
- **Generated with Connector SDK commit SHA:** 97007bbdad3a6ac982ee2c0cdd667acdb5c12d3c
|
|
@@ -138,6 +138,6 @@ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest
|
|
|
138
138
|
|
|
139
139
|
## Version information
|
|
140
140
|
|
|
141
|
-
- **Package version:** 0.1.
|
|
141
|
+
- **Package version:** 0.1.18
|
|
142
142
|
- **Connector version:** 0.1.2
|
|
143
|
-
- **Generated with Connector SDK commit SHA:**
|
|
143
|
+
- **Generated with Connector SDK commit SHA:** 97007bbdad3a6ac982ee2c0cdd667acdb5c12d3c
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/__init__.py
RENAMED
|
@@ -14,13 +14,13 @@ from .models import (
|
|
|
14
14
|
MarketingConsent,
|
|
15
15
|
OrderAddress,
|
|
16
16
|
LineItem,
|
|
17
|
-
Fulfillment,
|
|
18
17
|
Transaction,
|
|
19
18
|
Refund,
|
|
19
|
+
Fulfillment,
|
|
20
20
|
Order,
|
|
21
21
|
OrderList,
|
|
22
|
-
ProductImage,
|
|
23
22
|
ProductVariant,
|
|
23
|
+
ProductImage,
|
|
24
24
|
Product,
|
|
25
25
|
ProductList,
|
|
26
26
|
ProductVariantList,
|
|
@@ -187,13 +187,13 @@ __all__ = [
|
|
|
187
187
|
"MarketingConsent",
|
|
188
188
|
"OrderAddress",
|
|
189
189
|
"LineItem",
|
|
190
|
-
"Fulfillment",
|
|
191
190
|
"Transaction",
|
|
192
191
|
"Refund",
|
|
192
|
+
"Fulfillment",
|
|
193
193
|
"Order",
|
|
194
194
|
"OrderList",
|
|
195
|
-
"ProductImage",
|
|
196
195
|
"ProductVariant",
|
|
196
|
+
"ProductImage",
|
|
197
197
|
"Product",
|
|
198
198
|
"ProductList",
|
|
199
199
|
"ProductVariantList",
|
|
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.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/models.py
RENAMED
|
@@ -153,29 +153,6 @@ class LineItem(BaseModel):
|
|
|
153
153
|
duties: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
154
154
|
discount_allocations: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
155
155
|
|
|
156
|
-
class Fulfillment(BaseModel):
|
|
157
|
-
"""A fulfillment"""
|
|
158
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
159
|
-
|
|
160
|
-
id: Union[int, Any] = Field(default=None)
|
|
161
|
-
order_id: Union[int | None, Any] = Field(default=None)
|
|
162
|
-
status: Union[str | None, Any] = Field(default=None)
|
|
163
|
-
created_at: Union[str | None, Any] = Field(default=None)
|
|
164
|
-
service: Union[str | None, Any] = Field(default=None)
|
|
165
|
-
updated_at: Union[str | None, Any] = Field(default=None)
|
|
166
|
-
tracking_company: Union[str | None, Any] = Field(default=None)
|
|
167
|
-
shipment_status: Union[str | None, Any] = Field(default=None)
|
|
168
|
-
location_id: Union[int | None, Any] = Field(default=None)
|
|
169
|
-
origin_address: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
170
|
-
line_items: Union[list[LineItem] | None, Any] = Field(default=None)
|
|
171
|
-
tracking_number: Union[str | None, Any] = Field(default=None)
|
|
172
|
-
tracking_numbers: Union[list[str] | None, Any] = Field(default=None)
|
|
173
|
-
tracking_url: Union[str | None, Any] = Field(default=None)
|
|
174
|
-
tracking_urls: Union[list[str] | None, Any] = Field(default=None)
|
|
175
|
-
receipt: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
176
|
-
name: Union[str | None, Any] = Field(default=None)
|
|
177
|
-
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
178
|
-
|
|
179
156
|
class Transaction(BaseModel):
|
|
180
157
|
"""An order transaction"""
|
|
181
158
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -225,6 +202,29 @@ class Refund(BaseModel):
|
|
|
225
202
|
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
226
203
|
refund_shipping_lines: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
227
204
|
|
|
205
|
+
class Fulfillment(BaseModel):
|
|
206
|
+
"""A fulfillment"""
|
|
207
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
208
|
+
|
|
209
|
+
id: Union[int, Any] = Field(default=None)
|
|
210
|
+
order_id: Union[int | None, Any] = Field(default=None)
|
|
211
|
+
status: Union[str | None, Any] = Field(default=None)
|
|
212
|
+
created_at: Union[str | None, Any] = Field(default=None)
|
|
213
|
+
service: Union[str | None, Any] = Field(default=None)
|
|
214
|
+
updated_at: Union[str | None, Any] = Field(default=None)
|
|
215
|
+
tracking_company: Union[str | None, Any] = Field(default=None)
|
|
216
|
+
shipment_status: Union[str | None, Any] = Field(default=None)
|
|
217
|
+
location_id: Union[int | None, Any] = Field(default=None)
|
|
218
|
+
origin_address: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
219
|
+
line_items: Union[list[LineItem] | None, Any] = Field(default=None)
|
|
220
|
+
tracking_number: Union[str | None, Any] = Field(default=None)
|
|
221
|
+
tracking_numbers: Union[list[str] | None, Any] = Field(default=None)
|
|
222
|
+
tracking_url: Union[str | None, Any] = Field(default=None)
|
|
223
|
+
tracking_urls: Union[list[str] | None, Any] = Field(default=None)
|
|
224
|
+
receipt: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
225
|
+
name: Union[str | None, Any] = Field(default=None)
|
|
226
|
+
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
227
|
+
|
|
228
228
|
class Order(BaseModel):
|
|
229
229
|
"""A Shopify order"""
|
|
230
230
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -329,22 +329,6 @@ class OrderList(BaseModel):
|
|
|
329
329
|
|
|
330
330
|
orders: Union[list[Order], Any] = Field(default=None)
|
|
331
331
|
|
|
332
|
-
class ProductImage(BaseModel):
|
|
333
|
-
"""A product image"""
|
|
334
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
335
|
-
|
|
336
|
-
id: Union[int, Any] = Field(default=None)
|
|
337
|
-
product_id: Union[int | None, Any] = Field(default=None)
|
|
338
|
-
position: Union[int | None, Any] = Field(default=None)
|
|
339
|
-
created_at: Union[str | None, Any] = Field(default=None)
|
|
340
|
-
updated_at: Union[str | None, Any] = Field(default=None)
|
|
341
|
-
alt: Union[str | None, Any] = Field(default=None)
|
|
342
|
-
width: Union[int | None, Any] = Field(default=None)
|
|
343
|
-
height: Union[int | None, Any] = Field(default=None)
|
|
344
|
-
src: Union[str | None, Any] = Field(default=None)
|
|
345
|
-
variant_ids: Union[list[int] | None, Any] = Field(default=None)
|
|
346
|
-
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
347
|
-
|
|
348
332
|
class ProductVariant(BaseModel):
|
|
349
333
|
"""A product variant"""
|
|
350
334
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -376,6 +360,22 @@ class ProductVariant(BaseModel):
|
|
|
376
360
|
requires_shipping: Union[bool | None, Any] = Field(default=None)
|
|
377
361
|
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
378
362
|
|
|
363
|
+
class ProductImage(BaseModel):
|
|
364
|
+
"""A product image"""
|
|
365
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
366
|
+
|
|
367
|
+
id: Union[int, Any] = Field(default=None)
|
|
368
|
+
product_id: Union[int | None, Any] = Field(default=None)
|
|
369
|
+
position: Union[int | None, Any] = Field(default=None)
|
|
370
|
+
created_at: Union[str | None, Any] = Field(default=None)
|
|
371
|
+
updated_at: Union[str | None, Any] = Field(default=None)
|
|
372
|
+
alt: Union[str | None, Any] = Field(default=None)
|
|
373
|
+
width: Union[int | None, Any] = Field(default=None)
|
|
374
|
+
height: Union[int | None, Any] = Field(default=None)
|
|
375
|
+
src: Union[str | None, Any] = Field(default=None)
|
|
376
|
+
variant_ids: Union[list[int] | None, Any] = Field(default=None)
|
|
377
|
+
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
378
|
+
|
|
379
379
|
class Product(BaseModel):
|
|
380
380
|
"""A Shopify product"""
|
|
381
381
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
{airbyte_agent_shopify-0.1.17 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/types.py
RENAMED
|
File without changes
|