airbyte-agent-shopify 0.1.30__tar.gz → 0.1.31__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.30 → airbyte_agent_shopify-0.1.31}/CHANGELOG.md +5 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/PKG-INFO +3 -3
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/README.md +2 -2
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/__init__.py +4 -4
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +2 -3
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/pyproject.toml +1 -1
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/.gitignore +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/AUTH.md +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/REFERENCE.md +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/_vendored/connector_sdk/validation_replication.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/connector.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/connector_model.py +0 -0
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/models.py +50 -50
- {airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/types.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Shopify changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.31] - 2026-02-04
|
|
4
|
+
- Updated connector definition (YAML version 0.1.5)
|
|
5
|
+
- Source commit: 30d23e05
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.30] - 2026-02-03
|
|
4
9
|
- Updated connector definition (YAML version 0.1.5)
|
|
5
10
|
- Source commit: 5ef2158e
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-shopify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.31
|
|
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.31
|
|
174
174
|
- **Connector version:** 0.1.5
|
|
175
|
-
- **Generated with Connector SDK commit SHA:**
|
|
175
|
+
- **Generated with Connector SDK commit SHA:** 30d23e05ea640689df95fa82153916c6f67fa916
|
|
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.31
|
|
141
141
|
- **Connector version:** 0.1.5
|
|
142
|
-
- **Generated with Connector SDK commit SHA:**
|
|
142
|
+
- **Generated with Connector SDK commit SHA:** 30d23e05ea640689df95fa82153916c6f67fa916
|
|
143
143
|
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/shopify/CHANGELOG.md)
|
{airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/__init__.py
RENAMED
|
@@ -13,14 +13,14 @@ from .models import (
|
|
|
13
13
|
CustomerAddressList,
|
|
14
14
|
MarketingConsent,
|
|
15
15
|
OrderAddress,
|
|
16
|
+
LineItem,
|
|
16
17
|
Transaction,
|
|
17
18
|
Refund,
|
|
18
|
-
LineItem,
|
|
19
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,14 +187,14 @@ __all__ = [
|
|
|
187
187
|
"CustomerAddressList",
|
|
188
188
|
"MarketingConsent",
|
|
189
189
|
"OrderAddress",
|
|
190
|
+
"LineItem",
|
|
190
191
|
"Transaction",
|
|
191
192
|
"Refund",
|
|
192
|
-
"LineItem",
|
|
193
193
|
"Fulfillment",
|
|
194
194
|
"Order",
|
|
195
195
|
"OrderList",
|
|
196
|
-
"ProductImage",
|
|
197
196
|
"ProductVariant",
|
|
197
|
+
"ProductImage",
|
|
198
198
|
"Product",
|
|
199
199
|
"ProductList",
|
|
200
200
|
"ProductVariantList",
|
|
@@ -37,8 +37,7 @@ class AirbyteCloudClient:
|
|
|
37
37
|
)
|
|
38
38
|
"""
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
API_BASE_URL = "https://api.airbyte.ai" # For instance lookup & execution
|
|
40
|
+
API_BASE_URL = "https://api.airbyte.ai" # For all API calls including token endpoint
|
|
42
41
|
|
|
43
42
|
def __init__(self, client_id: str, client_secret: str):
|
|
44
43
|
"""Initialize AirbyteCloudClient.
|
|
@@ -85,7 +84,7 @@ class AirbyteCloudClient:
|
|
|
85
84
|
return self._cached_token
|
|
86
85
|
|
|
87
86
|
# Token is missing or expired, fetch a new one
|
|
88
|
-
url = f"{self.
|
|
87
|
+
url = f"{self.API_BASE_URL}/api/v1/account/applications/token"
|
|
89
88
|
request_body = {
|
|
90
89
|
"client_id": self._client_id,
|
|
91
90
|
"client_secret": self._client_secret,
|
|
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.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_agent_shopify-0.1.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/models.py
RENAMED
|
@@ -117,6 +117,40 @@ class OrderAddress(BaseModel):
|
|
|
117
117
|
latitude: Union[float | None, Any] = Field(default=None)
|
|
118
118
|
longitude: Union[float | None, Any] = Field(default=None)
|
|
119
119
|
|
|
120
|
+
class LineItem(BaseModel):
|
|
121
|
+
"""LineItem type definition"""
|
|
122
|
+
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
123
|
+
|
|
124
|
+
id: Union[int, Any] = Field(default=None)
|
|
125
|
+
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
126
|
+
attributed_staffs: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
127
|
+
current_quantity: Union[int | None, Any] = Field(default=None)
|
|
128
|
+
fulfillable_quantity: Union[int | None, Any] = Field(default=None)
|
|
129
|
+
fulfillment_service: Union[str | None, Any] = Field(default=None)
|
|
130
|
+
fulfillment_status: Union[str | None, Any] = Field(default=None)
|
|
131
|
+
gift_card: Union[bool | None, Any] = Field(default=None)
|
|
132
|
+
grams: Union[int | None, Any] = Field(default=None)
|
|
133
|
+
name: Union[str | None, Any] = Field(default=None)
|
|
134
|
+
price: Union[str | None, Any] = Field(default=None)
|
|
135
|
+
price_set: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
136
|
+
product_exists: Union[bool | None, Any] = Field(default=None)
|
|
137
|
+
product_id: Union[int | None, Any] = Field(default=None)
|
|
138
|
+
properties: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
139
|
+
quantity: Union[int | None, Any] = Field(default=None)
|
|
140
|
+
requires_shipping: Union[bool | None, Any] = Field(default=None)
|
|
141
|
+
sku: Union[str | None, Any] = Field(default=None)
|
|
142
|
+
taxable: Union[bool | None, Any] = Field(default=None)
|
|
143
|
+
title: Union[str | None, Any] = Field(default=None)
|
|
144
|
+
total_discount: Union[str | None, Any] = Field(default=None)
|
|
145
|
+
total_discount_set: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
146
|
+
variant_id: Union[int | None, Any] = Field(default=None)
|
|
147
|
+
variant_inventory_management: Union[str | None, Any] = Field(default=None)
|
|
148
|
+
variant_title: Union[str | None, Any] = Field(default=None)
|
|
149
|
+
vendor: Union[str | None, Any] = Field(default=None)
|
|
150
|
+
tax_lines: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
151
|
+
duties: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
152
|
+
discount_allocations: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
153
|
+
|
|
120
154
|
class Transaction(BaseModel):
|
|
121
155
|
"""An order transaction"""
|
|
122
156
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -166,40 +200,6 @@ class Refund(BaseModel):
|
|
|
166
200
|
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
167
201
|
refund_shipping_lines: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
168
202
|
|
|
169
|
-
class LineItem(BaseModel):
|
|
170
|
-
"""LineItem type definition"""
|
|
171
|
-
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
172
|
-
|
|
173
|
-
id: Union[int, Any] = Field(default=None)
|
|
174
|
-
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
175
|
-
attributed_staffs: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
176
|
-
current_quantity: Union[int | None, Any] = Field(default=None)
|
|
177
|
-
fulfillable_quantity: Union[int | None, Any] = Field(default=None)
|
|
178
|
-
fulfillment_service: Union[str | None, Any] = Field(default=None)
|
|
179
|
-
fulfillment_status: Union[str | None, Any] = Field(default=None)
|
|
180
|
-
gift_card: Union[bool | None, Any] = Field(default=None)
|
|
181
|
-
grams: Union[int | None, Any] = Field(default=None)
|
|
182
|
-
name: Union[str | None, Any] = Field(default=None)
|
|
183
|
-
price: Union[str | None, Any] = Field(default=None)
|
|
184
|
-
price_set: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
185
|
-
product_exists: Union[bool | None, Any] = Field(default=None)
|
|
186
|
-
product_id: Union[int | None, Any] = Field(default=None)
|
|
187
|
-
properties: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
188
|
-
quantity: Union[int | None, Any] = Field(default=None)
|
|
189
|
-
requires_shipping: Union[bool | None, Any] = Field(default=None)
|
|
190
|
-
sku: Union[str | None, Any] = Field(default=None)
|
|
191
|
-
taxable: Union[bool | None, Any] = Field(default=None)
|
|
192
|
-
title: Union[str | None, Any] = Field(default=None)
|
|
193
|
-
total_discount: Union[str | None, Any] = Field(default=None)
|
|
194
|
-
total_discount_set: Union[dict[str, Any] | None, Any] = Field(default=None)
|
|
195
|
-
variant_id: Union[int | None, Any] = Field(default=None)
|
|
196
|
-
variant_inventory_management: Union[str | None, Any] = Field(default=None)
|
|
197
|
-
variant_title: Union[str | None, Any] = Field(default=None)
|
|
198
|
-
vendor: Union[str | None, Any] = Field(default=None)
|
|
199
|
-
tax_lines: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
200
|
-
duties: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
201
|
-
discount_allocations: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
|
|
202
|
-
|
|
203
203
|
class Fulfillment(BaseModel):
|
|
204
204
|
"""A fulfillment"""
|
|
205
205
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -327,22 +327,6 @@ 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
|
-
|
|
346
330
|
class ProductVariant(BaseModel):
|
|
347
331
|
"""A product variant"""
|
|
348
332
|
model_config = ConfigDict(extra="allow", populate_by_name=True)
|
|
@@ -374,6 +358,22 @@ class ProductVariant(BaseModel):
|
|
|
374
358
|
requires_shipping: Union[bool | None, Any] = Field(default=None)
|
|
375
359
|
admin_graphql_api_id: Union[str | None, Any] = Field(default=None)
|
|
376
360
|
|
|
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.30 → airbyte_agent_shopify-0.1.31}/airbyte_agent_shopify/types.py
RENAMED
|
File without changes
|