airbyte-agent-shopify 0.1.16__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.
Files changed (61) hide show
  1. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/AUTH.md +19 -4
  2. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/CHANGELOG.md +10 -0
  3. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/PKG-INFO +11 -8
  4. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/README.md +10 -7
  5. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/REFERENCE.md +0 -1
  6. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/__init__.py +2 -2
  7. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +12 -5
  8. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/connector.py +6 -1
  9. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/pyproject.toml +1 -1
  10. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/.gitignore +0 -0
  11. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
  12. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
  13. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
  14. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
  15. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  16. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
  17. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
  18. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
  19. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
  20. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
  21. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  22. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
  23. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
  24. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
  25. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
  26. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  27. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  28. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
  29. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
  30. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
  31. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
  32. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
  33. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
  34. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
  35. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
  36. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
  37. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
  38. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
  39. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
  40. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
  41. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
  42. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  43. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
  44. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
  45. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
  46. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
  47. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
  48. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
  49. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
  50. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
  51. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
  52. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  53. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
  54. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
  55. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  56. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
  57. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
  58. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
  59. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/connector_model.py +0 -0
  60. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/models.py +23 -23
  61. {airbyte_agent_shopify-0.1.16 → airbyte_agent_shopify-0.1.18}/airbyte_agent_shopify/types.py +0 -0
@@ -13,11 +13,15 @@ This authentication method isn't available for this connector.
13
13
 
14
14
  #### Token
15
15
 
16
+ `credentials` fields you need:
17
+
16
18
  | Field Name | Type | Required | Description |
17
19
  |------------|------|----------|-------------|
18
20
  | `api_key` | `str` | Yes | Your Shopify Admin API access token |
19
21
  | `shop` | `str` | Yes | Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com) |
20
22
 
23
+ Example request:
24
+
21
25
  ```python
22
26
  from airbyte_agent_shopify import ShopifyConnector
23
27
  from airbyte_agent_shopify.models import ShopifyAuthConfig
@@ -38,16 +42,27 @@ In hosted mode, you first create a connector via the Airbyte API (providing your
38
42
  This authentication method isn't available for this connector.
39
43
 
40
44
  #### Token
45
+ Create a connector with Token credentials.
46
+
47
+
48
+ `credentials` fields you need:
49
+
50
+ | Field Name | Type | Required | Description |
51
+ |------------|------|----------|-------------|
52
+ | `api_key` | `str` | Yes | Your Shopify Admin API access token |
53
+ | `shop` | `str` | Yes | Your Shopify store name (e.g., 'my-store' from my-store.myshopify.com) |
54
+
55
+ Example request:
41
56
 
42
- Create a connector with Token credentials:
43
57
 
44
58
  ```bash
45
- curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
46
- -H 'Authorization: Bearer <SCOPED_TOKEN>' \
47
- -H 'Content-Type: application/json' \
59
+ curl -X POST "https://api.airbyte.ai/v1/integrations/connectors" \
60
+ -H "Authorization: Bearer <SCOPED_TOKEN>" \
61
+ -H "Content-Type: application/json" \
48
62
  -d '{
49
63
  "external_user_id": "<EXTERNAL_USER_ID>",
50
64
  "connector_type": "Shopify",
65
+ "name": "My Shopify Connector",
51
66
  "credentials": {
52
67
  "api_key": "<Your Shopify Admin API access token>",
53
68
  "shop": "<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.18] - 2026-01-28
4
+ - Updated connector definition (YAML version 0.1.2)
5
+ - Source commit: 97007bbd
6
+ - SDK version: 0.1.0
7
+
8
+ ## [0.1.17] - 2026-01-28
9
+ - Updated connector definition (YAML version 0.1.2)
10
+ - Source commit: f6c6fca2
11
+ - SDK version: 0.1.0
12
+
3
13
  ## [0.1.16] - 2026-01-28
4
14
  - Updated connector definition (YAML version 0.1.2)
5
15
  - Source commit: 71f48c10
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-shopify
3
- Version: 0.1.16
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/
@@ -119,10 +119,11 @@ 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
-
123
122
  ## Full documentation
124
123
 
125
- This connector supports the following entities and actions.
124
+ ### Entities and actions
125
+
126
+ This connector supports the following entities and actions. For more details, see this connector's [full reference documentation](REFERENCE.md).
126
127
 
127
128
  | Entity | Actions |
128
129
  |--------|---------|
@@ -160,14 +161,16 @@ This connector supports the following entities and actions.
160
161
  | Fulfillment Orders | [List](./REFERENCE.md#fulfillment-orders-list), [Get](./REFERENCE.md#fulfillment-orders-get) |
161
162
 
162
163
 
163
- For all authentication options, see the connector's [authentication documentation](AUTH.md).
164
+ ### Authentication and configuration
165
+
166
+ For all authentication and configuration options, see the connector's [authentication documentation](AUTH.md).
164
167
 
165
- For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
168
+ ### Shopify API docs
166
169
 
167
- For the service's official API docs, see the [Shopify API reference](https://shopify.dev/docs/api/admin-rest).
170
+ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest).
168
171
 
169
172
  ## Version information
170
173
 
171
- - **Package version:** 0.1.16
174
+ - **Package version:** 0.1.18
172
175
  - **Connector version:** 0.1.2
173
- - **Generated with Connector SDK commit SHA:** 71f48c102ce98c9298e5102761e740f0d97eb71b
176
+ - **Generated with Connector SDK commit SHA:** 97007bbdad3a6ac982ee2c0cdd667acdb5c12d3c
@@ -86,10 +86,11 @@ 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
-
90
89
  ## Full documentation
91
90
 
92
- This connector supports the following entities and actions.
91
+ ### Entities and actions
92
+
93
+ This connector supports the following entities and actions. For more details, see this connector's [full reference documentation](REFERENCE.md).
93
94
 
94
95
  | Entity | Actions |
95
96
  |--------|---------|
@@ -127,14 +128,16 @@ This connector supports the following entities and actions.
127
128
  | Fulfillment Orders | [List](./REFERENCE.md#fulfillment-orders-list), [Get](./REFERENCE.md#fulfillment-orders-get) |
128
129
 
129
130
 
130
- For all authentication options, see the connector's [authentication documentation](AUTH.md).
131
+ ### Authentication and configuration
132
+
133
+ For all authentication and configuration options, see the connector's [authentication documentation](AUTH.md).
131
134
 
132
- For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
135
+ ### Shopify API docs
133
136
 
134
- For the service's official API docs, see the [Shopify API reference](https://shopify.dev/docs/api/admin-rest).
137
+ See the official [Shopify API reference](https://shopify.dev/docs/api/admin-rest).
135
138
 
136
139
  ## Version information
137
140
 
138
- - **Package version:** 0.1.16
141
+ - **Package version:** 0.1.18
139
142
  - **Connector version:** 0.1.2
140
- - **Generated with Connector SDK commit SHA:** 71f48c102ce98c9298e5102761e740f0d97eb71b
143
+ - **Generated with Connector SDK commit SHA:** 97007bbdad3a6ac982ee2c0cdd667acdb5c12d3c
@@ -4292,4 +4292,3 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
4292
4292
 
4293
4293
  </details>
4294
4294
 
4295
-
@@ -14,9 +14,9 @@ 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
22
  ProductVariant,
@@ -187,9 +187,9 @@ __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
195
  "ProductVariant",
@@ -380,7 +380,11 @@ def describe_entities(model: ConnectorModelProtocol) -> list[dict[str, Any]]:
380
380
  return entities
381
381
 
382
382
 
383
- def generate_tool_description(model: ConnectorModelProtocol) -> str:
383
+ def generate_tool_description(
384
+ model: ConnectorModelProtocol,
385
+ *,
386
+ enable_hosted_mode_features: bool = True,
387
+ ) -> str:
384
388
  """Generate AI tool description from connector metadata.
385
389
 
386
390
  Produces a detailed description that includes:
@@ -393,6 +397,7 @@ def generate_tool_description(model: ConnectorModelProtocol) -> str:
393
397
 
394
398
  Args:
395
399
  model: Object conforming to ConnectorModelProtocol (e.g., ConnectorModel)
400
+ enable_hosted_mode_features: When False, omit hosted-mode search guidance from the docstring.
396
401
 
397
402
  Returns:
398
403
  Formatted description string suitable for AI tool documentation
@@ -402,8 +407,9 @@ def generate_tool_description(model: ConnectorModelProtocol) -> str:
402
407
  # at the first empty line and only keeps the initial section.
403
408
 
404
409
  # Entity/action parameter details (including pagination params like limit, starting_after)
405
- search_field_paths = _collect_search_field_paths(model)
406
- lines.append("ENTITIES AND PARAMETERS:")
410
+ search_field_paths = _collect_search_field_paths(model) if enable_hosted_mode_features else {}
411
+ # Avoid a "PARAMETERS:" header because some docstring parsers treat it as a params section marker.
412
+ lines.append("ENTITIES (ACTIONS + PARAMS):")
407
413
  for entity in model.entities:
408
414
  lines.append(f" {entity.name}:")
409
415
  actions = getattr(entity, "actions", []) or []
@@ -427,8 +433,9 @@ def generate_tool_description(model: ConnectorModelProtocol) -> str:
427
433
  lines.append(" To paginate: pass starting_after=<last_id> while has_more is true")
428
434
 
429
435
  lines.append("GUIDELINES:")
430
- lines.append(' - Prefer cached search over direct API calls when using execute(): action="search" whenever possible.')
431
- lines.append(" - Direct API actions (list/get/download) are slower and should be used only if search cannot answer the query.")
436
+ if enable_hosted_mode_features:
437
+ lines.append(' - Prefer cached search over direct API calls when using execute(): action="search" whenever possible.')
438
+ lines.append(" - Direct API actions (list/get/download) are slower and should be used only if search cannot answer the query.")
432
439
  lines.append(" - Keep results small: use params.fields, params.query.filter, small params.limit, and cursor pagination.")
433
440
  lines.append(" - If output is too large, refine the query with tighter filters/fields/limit.")
434
441
 
@@ -908,6 +908,7 @@ class ShopifyConnector:
908
908
  func: _F | None = None,
909
909
  *,
910
910
  update_docstring: bool = True,
911
+ enable_hosted_mode_features: bool = True,
911
912
  max_output_chars: int | None = DEFAULT_MAX_OUTPUT_CHARS,
912
913
  ) -> _F | Callable[[_F], _F]:
913
914
  """
@@ -926,12 +927,16 @@ class ShopifyConnector:
926
927
 
927
928
  Args:
928
929
  update_docstring: When True, append connector capabilities to __doc__.
930
+ enable_hosted_mode_features: When False, omit hosted-mode search sections from docstrings.
929
931
  max_output_chars: Max serialized output size before raising. Use None to disable.
930
932
  """
931
933
 
932
934
  def decorate(inner: _F) -> _F:
933
935
  if update_docstring:
934
- description = generate_tool_description(ShopifyConnectorModel)
936
+ description = generate_tool_description(
937
+ ShopifyConnectorModel,
938
+ enable_hosted_mode_features=enable_hosted_mode_features,
939
+ )
935
940
  original_doc = inner.__doc__ or ""
936
941
  if original_doc.strip():
937
942
  full_doc = f"{original_doc.strip()}\n{description}"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airbyte-agent-shopify"
3
- version = "0.1.16"
3
+ version = "0.1.18"
4
4
  description = "Airbyte Shopify Connector for AI platforms"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -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)