Module airbyte_agent_sdk.connectors.shopify.types
Type definitions for shopify connector.
Classes
AbandonedCheckoutsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsEqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsInCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNotCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAndCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsOrCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAnyCondition]
: The type of the None singleton.
AbandonedCheckoutsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAnyValueFilter
: The type of the None singleton.
AbandonedCheckoutsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: Any
: ISO 8601 timestamp when the checkout was completed, if applicable
created_at: Any
: ISO 8601 timestamp when the checkout was created
currency: Any
: ISO 4217 currency code for the checkout totals
email: Any
: Email address provided for the checkout
id: Any
: Unique identifier for the abandoned checkout
name: Any
: Shopify-assigned display name for the checkout (e.g. #C12345)
phone: Any
: Phone number provided for the checkout
token: Any
: Unique token identifying the checkout
total_price: Any
: Total price of the checkout in the shop's currency
updated_at: Any
: ISO 8601 timestamp when the checkout was last updated
AbandonedCheckoutsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAnyValueFilter
: The type of the None singleton.
AbandonedCheckoutsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSearchFilter
: The type of the None singleton.
AbandonedCheckoutsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsStringFilter
: The type of the None singleton.
AbandonedCheckoutsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSearchFilter
: The type of the None singleton.
AbandonedCheckoutsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSearchFilter
: The type of the None singleton.
AbandonedCheckoutsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsInFilter
: The type of the None singleton.
AbandonedCheckoutsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: list[str]
: ISO 8601 timestamp when the checkout was completed, if applicable
created_at: list[str]
: ISO 8601 timestamp when the checkout was created
currency: list[str]
: ISO 4217 currency code for the checkout totals
email: list[str]
: Email address provided for the checkout
id: list[int]
: Unique identifier for the abandoned checkout
name: list[str]
: Shopify-assigned display name for the checkout (e.g. #C12345)
phone: list[str]
: Phone number provided for the checkout
token: list[str]
: Unique token identifying the checkout
total_price: list[str]
: Total price of the checkout in the shop's currency
updated_at: list[str]
: ISO 8601 timestamp when the checkout was last updated
AbandonedCheckoutsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsStringFilter
: The type of the None singleton.
AbandonedCheckoutsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsStringFilter
: The type of the None singleton.
AbandonedCheckoutsListParams(*args, **kwargs)
: Parameters for abandoned_checkouts.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
status: str
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
AbandonedCheckoutsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSearchFilter
: The type of the None singleton.
AbandonedCheckoutsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSearchFilter
: The type of the None singleton.
AbandonedCheckoutsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSearchFilter
: The type of the None singleton.
AbandonedCheckoutsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsEqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsInCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNotCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAndCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsOrCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAnyCondition
: The type of the None singleton.
AbandonedCheckoutsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsEqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsInCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNotCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAndCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsOrCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAnyCondition]
: The type of the None singleton.
AbandonedCheckoutsSearchFilter(*args, **kwargs)
: Available fields for filtering abandoned_checkouts search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: str | None
: ISO 8601 timestamp when the checkout was completed, if applicable
created_at: str | None
: ISO 8601 timestamp when the checkout was created
currency: str | None
: ISO 4217 currency code for the checkout totals
email: str | None
: Email address provided for the checkout
id: int | None
: Unique identifier for the abandoned checkout
name: str | None
: Shopify-assigned display name for the checkout (e.g. #C12345)
phone: str | None
: Phone number provided for the checkout
token: str | None
: Unique token identifying the checkout
total_price: str | None
: Total price of the checkout in the shop's currency
updated_at: str | None
: ISO 8601 timestamp when the checkout was last updated
AbandonedCheckoutsSearchQuery(*args, **kwargs)
: Search query for abandoned_checkouts entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsEqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsGteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLtCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLteCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsInCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsNotCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAndCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsOrCondition | airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.AbandonedCheckoutsSortFilter]
: The type of the None singleton.
AbandonedCheckoutsSortFilter(*args, **kwargs)
: Available fields for sorting abandoned_checkouts search results.
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the checkout was completed, if applicable
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the checkout was created
currency: Literal['asc', 'desc']
: ISO 4217 currency code for the checkout totals
email: Literal['asc', 'desc']
: Email address provided for the checkout
id: Literal['asc', 'desc']
: Unique identifier for the abandoned checkout
name: Literal['asc', 'desc']
: Shopify-assigned display name for the checkout (e.g. #C12345)
phone: Literal['asc', 'desc']
: Phone number provided for the checkout
token: Literal['asc', 'desc']
: Unique token identifying the checkout
total_price: Literal['asc', 'desc']
: Total price of the checkout in the shop's currency
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the checkout was last updated
AbandonedCheckoutsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: str
: ISO 8601 timestamp when the checkout was completed, if applicable
created_at: str
: ISO 8601 timestamp when the checkout was created
currency: str
: ISO 4217 currency code for the checkout totals
email: str
: Email address provided for the checkout
id: str
: Unique identifier for the abandoned checkout
name: str
: Shopify-assigned display name for the checkout (e.g. #C12345)
phone: str
: Phone number provided for the checkout
token: str
: Unique token identifying the checkout
total_price: str
: Total price of the checkout in the shop's currency
updated_at: str
: ISO 8601 timestamp when the checkout was last updated
AirbyteSearchParams(*args, **kwargs)
: Parameters for Airbyte cache search operations (generic, use entity-specific query types for better type hints).
Ancestors (in MRO)
- builtins.dict
Class variables
cursor: str
: The type of the None singleton.
fields: list[list[str]]
: The type of the None singleton.
limit: int
: The type of the None singleton.
query: dict[str, typing.Any]
: The type of the None singleton.
ArticlesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.ArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAnyCondition]
: The type of the None singleton.
ArticlesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.ArticlesAnyValueFilter
: The type of the None singleton.
ArticlesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
author: Any
: Name of the author of the article
blog_id: Any
: Identifier of the blog the article belongs to
body_html: Any
: HTML content of the article body
created_at: Any
: ISO 8601 timestamp when the article was created
handle: Any
: URL-friendly handle for the article
id: Any
: Unique identifier for the article
published_at: Any
: ISO 8601 timestamp when the article was published
summary_html: Any
: Summary of the article in HTML
tags: Any
: Comma-separated list of tags for the article
title: Any
: Title of the article
updated_at: Any
: ISO 8601 timestamp when the article was last updated
ArticlesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.ArticlesAnyValueFilter
: The type of the None singleton.
ArticlesCreateParams(*args, **kwargs)
: Parameters for articles.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
article: airbyte_agent_sdk.connectors.shopify.types.ArticlesCreateParamsArticle
: The type of the None singleton.
ArticlesCreateParamsArticle(*args, **kwargs)
: Nested schema for ArticlesCreateParams.article
Ancestors (in MRO)
- builtins.dict
Class variables
author: airbyte_agent_sdk.connectors.shopify.types.ArticlesCreateParamsArticleAuthor
: The type of the None singleton.
blog_id: str
: The type of the None singleton.
body: str
: The type of the None singleton.
handle: str
: The type of the None singleton.
is_published: bool
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
title: str
: The type of the None singleton.
ArticlesCreateParamsArticleAuthor(*args, **kwargs)
: Author of the article. Required by Shopify's articleCreate mutation (ArticleCreateInput.author is non-null).
Ancestors (in MRO)
- builtins.dict
Class variables
name: str
: The type of the None singleton.
ArticlesDeleteParams(*args, **kwargs)
: Parameters for articles.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
ArticlesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.ArticlesSearchFilter
: The type of the None singleton.
ArticlesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.ArticlesStringFilter
: The type of the None singleton.
ArticlesGetParams(*args, **kwargs)
: Parameters for articles.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
article_id: str
: The type of the None singleton.
blog_id: str
: The type of the None singleton.
ArticlesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.ArticlesSearchFilter
: The type of the None singleton.
ArticlesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.ArticlesSearchFilter
: The type of the None singleton.
ArticlesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.ArticlesInFilter
: The type of the None singleton.
ArticlesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
author: list[str]
: Name of the author of the article
blog_id: list[int]
: Identifier of the blog the article belongs to
body_html: list[str]
: HTML content of the article body
created_at: list[str]
: ISO 8601 timestamp when the article was created
handle: list[str]
: URL-friendly handle for the article
id: list[int]
: Unique identifier for the article
published_at: list[str]
: ISO 8601 timestamp when the article was published
summary_html: list[str]
: Summary of the article in HTML
tags: list[str]
: Comma-separated list of tags for the article
title: list[str]
: Title of the article
updated_at: list[str]
: ISO 8601 timestamp when the article was last updated
ArticlesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.ArticlesStringFilter
: The type of the None singleton.
ArticlesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.ArticlesStringFilter
: The type of the None singleton.
ArticlesListParams(*args, **kwargs)
: Parameters for articles.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
blog_id: str
: The type of the None singleton.
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
published_status: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
ArticlesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.ArticlesSearchFilter
: The type of the None singleton.
ArticlesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.ArticlesSearchFilter
: The type of the None singleton.
ArticlesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.ArticlesSearchFilter
: The type of the None singleton.
ArticlesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.ArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAnyCondition
: The type of the None singleton.
ArticlesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.ArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAnyCondition]
: The type of the None singleton.
ArticlesSearchFilter(*args, **kwargs)
: Available fields for filtering articles search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
author: str | None
: Name of the author of the article
blog_id: int | None
: Identifier of the blog the article belongs to
body_html: str | None
: HTML content of the article body
created_at: str | None
: ISO 8601 timestamp when the article was created
handle: str | None
: URL-friendly handle for the article
id: int | None
: Unique identifier for the article
published_at: str | None
: ISO 8601 timestamp when the article was published
summary_html: str | None
: Summary of the article in HTML
tags: str | None
: Comma-separated list of tags for the article
title: str | None
: Title of the article
updated_at: str | None
: ISO 8601 timestamp when the article was last updated
ArticlesSearchQuery(*args, **kwargs)
: Search query for articles entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.ArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ArticlesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.ArticlesSortFilter]
: The type of the None singleton.
ArticlesSortFilter(*args, **kwargs)
: Available fields for sorting articles search results.
Ancestors (in MRO)
- builtins.dict
Class variables
author: Literal['asc', 'desc']
: Name of the author of the article
blog_id: Literal['asc', 'desc']
: Identifier of the blog the article belongs to
body_html: Literal['asc', 'desc']
: HTML content of the article body
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the article was created
handle: Literal['asc', 'desc']
: URL-friendly handle for the article
id: Literal['asc', 'desc']
: Unique identifier for the article
published_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the article was published
summary_html: Literal['asc', 'desc']
: Summary of the article in HTML
tags: Literal['asc', 'desc']
: Comma-separated list of tags for the article
title: Literal['asc', 'desc']
: Title of the article
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the article was last updated
ArticlesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
author: str
: Name of the author of the article
blog_id: str
: Identifier of the blog the article belongs to
body_html: str
: HTML content of the article body
created_at: str
: ISO 8601 timestamp when the article was created
handle: str
: URL-friendly handle for the article
id: str
: Unique identifier for the article
published_at: str
: ISO 8601 timestamp when the article was published
summary_html: str
: Summary of the article in HTML
tags: str
: Comma-separated list of tags for the article
title: str
: Title of the article
updated_at: str
: ISO 8601 timestamp when the article was last updated
ArticlesUpdateParams(*args, **kwargs)
: Parameters for articles.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
article: airbyte_agent_sdk.connectors.shopify.types.ArticlesUpdateParamsArticle
: The type of the None singleton.
id: str
: The type of the None singleton.
ArticlesUpdateParamsArticle(*args, **kwargs)
: Nested schema for ArticlesUpdateParams.article
Ancestors (in MRO)
- builtins.dict
Class variables
body: str
: The type of the None singleton.
handle: str
: The type of the None singleton.
is_published: bool
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
title: str
: The type of the None singleton.
BalanceTransactionsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAnyCondition]
: The type of the None singleton.
BalanceTransactionsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAnyValueFilter
: The type of the None singleton.
BalanceTransactionsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: Any
: Gross amount of the transaction
currency: Any
: ISO 4217 currency code of the transaction
fee: Any
: Total fees deducted from the transaction
id: Any
: Unique identifier of the balance transaction
net: Any
: Net amount of the transaction
payout_id: Any
: Identifier of the payout the transaction was paid out in
payout_status: Any
: Status of the associated payout
processed_at: Any
: ISO 8601 timestamp when the transaction was processed
source_order_id: Any
: Identifier of the source order, if applicable
source_type: Any
: Type of the resource that led to this transaction
type_: Any
: Type of the transaction (charge, refund, dispute, reserve, adjustment, credit, debit, payout, etc.)
BalanceTransactionsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAnyValueFilter
: The type of the None singleton.
BalanceTransactionsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSearchFilter
: The type of the None singleton.
BalanceTransactionsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsStringFilter
: The type of the None singleton.
BalanceTransactionsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSearchFilter
: The type of the None singleton.
BalanceTransactionsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSearchFilter
: The type of the None singleton.
BalanceTransactionsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsInFilter
: The type of the None singleton.
BalanceTransactionsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
amount: list[str]
: Gross amount of the transaction
currency: list[str]
: ISO 4217 currency code of the transaction
fee: list[str]
: Total fees deducted from the transaction
id: list[int]
: Unique identifier of the balance transaction
net: list[str]
: Net amount of the transaction
payout_id: list[int]
: Identifier of the payout the transaction was paid out in
payout_status: list[str]
: Status of the associated payout
processed_at: list[str]
: ISO 8601 timestamp when the transaction was processed
source_order_id: list[int]
: Identifier of the source order, if applicable
source_type: list[str]
: Type of the resource that led to this transaction
type_: list[str]
: Type of the transaction (charge, refund, dispute, reserve, adjustment, credit, debit, payout, etc.)
BalanceTransactionsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsStringFilter
: The type of the None singleton.
BalanceTransactionsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsStringFilter
: The type of the None singleton.
BalanceTransactionsListParams(*args, **kwargs)
: Parameters for balance_transactions.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
payout_id: int
: The type of the None singleton.
payout_status: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
BalanceTransactionsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSearchFilter
: The type of the None singleton.
BalanceTransactionsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSearchFilter
: The type of the None singleton.
BalanceTransactionsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSearchFilter
: The type of the None singleton.
BalanceTransactionsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAnyCondition
: The type of the None singleton.
BalanceTransactionsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAnyCondition]
: The type of the None singleton.
BalanceTransactionsSearchFilter(*args, **kwargs)
: Available fields for filtering balance_transactions search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str | None
: Gross amount of the transaction
currency: str | None
: ISO 4217 currency code of the transaction
fee: str | None
: Total fees deducted from the transaction
id: int | None
: Unique identifier of the balance transaction
net: str | None
: Net amount of the transaction
payout_id: int | None
: Identifier of the payout the transaction was paid out in
payout_status: str | None
: Status of the associated payout
processed_at: str | None
: ISO 8601 timestamp when the transaction was processed
source_order_id: int | None
: Identifier of the source order, if applicable
source_type: str | None
: Type of the resource that led to this transaction
type_: str | None
: Type of the transaction (charge, refund, dispute, reserve, adjustment, credit, debit, payout, etc.)
BalanceTransactionsSearchQuery(*args, **kwargs)
: Search query for balance_transactions entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.BalanceTransactionsSortFilter]
: The type of the None singleton.
BalanceTransactionsSortFilter(*args, **kwargs)
: Available fields for sorting balance_transactions search results.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: Literal['asc', 'desc']
: Gross amount of the transaction
currency: Literal['asc', 'desc']
: ISO 4217 currency code of the transaction
fee: Literal['asc', 'desc']
: Total fees deducted from the transaction
id: Literal['asc', 'desc']
: Unique identifier of the balance transaction
net: Literal['asc', 'desc']
: Net amount of the transaction
payout_id: Literal['asc', 'desc']
: Identifier of the payout the transaction was paid out in
payout_status: Literal['asc', 'desc']
: Status of the associated payout
processed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the transaction was processed
source_order_id: Literal['asc', 'desc']
: Identifier of the source order, if applicable
source_type: Literal['asc', 'desc']
: Type of the resource that led to this transaction
type_: Literal['asc', 'desc']
: Type of the transaction (charge, refund, dispute, reserve, adjustment, credit, debit, payout, etc.)
BalanceTransactionsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str
: Gross amount of the transaction
currency: str
: ISO 4217 currency code of the transaction
fee: str
: Total fees deducted from the transaction
id: str
: Unique identifier of the balance transaction
net: str
: Net amount of the transaction
payout_id: str
: Identifier of the payout the transaction was paid out in
payout_status: str
: Status of the associated payout
processed_at: str
: ISO 8601 timestamp when the transaction was processed
source_order_id: str
: Identifier of the source order, if applicable
source_type: str
: Type of the resource that led to this transaction
type_: str
: Type of the transaction (charge, refund, dispute, reserve, adjustment, credit, debit, payout, etc.)
BlogsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.BlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAnyCondition]
: The type of the None singleton.
BlogsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.BlogsAnyValueFilter
: The type of the None singleton.
BlogsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
commentable: Any
: Whether readers can post comments (no, moderate, yes)
created_at: Any
: ISO 8601 timestamp when the blog was created
handle: Any
: URL-friendly handle for the blog
id: Any
: Unique identifier for the blog
tags: Any
: Comma-separated tags from the blog's articles
title: Any
: Title of the blog
updated_at: Any
: ISO 8601 timestamp when the blog was last updated
BlogsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.BlogsAnyValueFilter
: The type of the None singleton.
BlogsCreateParams(*args, **kwargs)
: Parameters for blogs.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
blog: airbyte_agent_sdk.connectors.shopify.types.BlogsCreateParamsBlog
: The type of the None singleton.
BlogsCreateParamsBlog(*args, **kwargs)
: Nested schema for BlogsCreateParams.blog
Ancestors (in MRO)
- builtins.dict
Class variables
handle: str
: The type of the None singleton.
title: str
: The type of the None singleton.
BlogsDeleteParams(*args, **kwargs)
: Parameters for blogs.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
BlogsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.BlogsSearchFilter
: The type of the None singleton.
BlogsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.BlogsStringFilter
: The type of the None singleton.
BlogsGetParams(*args, **kwargs)
: Parameters for blogs.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
blog_id: str
: The type of the None singleton.
BlogsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.BlogsSearchFilter
: The type of the None singleton.
BlogsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.BlogsSearchFilter
: The type of the None singleton.
BlogsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.BlogsInFilter
: The type of the None singleton.
BlogsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
commentable: list[str]
: Whether readers can post comments (no, moderate, yes)
created_at: list[str]
: ISO 8601 timestamp when the blog was created
handle: list[str]
: URL-friendly handle for the blog
id: list[int]
: Unique identifier for the blog
tags: list[str]
: Comma-separated tags from the blog's articles
title: list[str]
: Title of the blog
updated_at: list[str]
: ISO 8601 timestamp when the blog was last updated
BlogsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.BlogsStringFilter
: The type of the None singleton.
BlogsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.BlogsStringFilter
: The type of the None singleton.
BlogsListParams(*args, **kwargs)
: Parameters for blogs.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
BlogsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.BlogsSearchFilter
: The type of the None singleton.
BlogsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.BlogsSearchFilter
: The type of the None singleton.
BlogsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.BlogsSearchFilter
: The type of the None singleton.
BlogsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.BlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAnyCondition
: The type of the None singleton.
BlogsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.BlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAnyCondition]
: The type of the None singleton.
BlogsSearchFilter(*args, **kwargs)
: Available fields for filtering blogs search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
commentable: str | None
: Whether readers can post comments (no, moderate, yes)
created_at: str | None
: ISO 8601 timestamp when the blog was created
handle: str | None
: URL-friendly handle for the blog
id: int | None
: Unique identifier for the blog
tags: str | None
: Comma-separated tags from the blog's articles
title: str | None
: Title of the blog
updated_at: str | None
: ISO 8601 timestamp when the blog was last updated
BlogsSearchQuery(*args, **kwargs)
: Search query for blogs entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.BlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.BlogsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.BlogsSortFilter]
: The type of the None singleton.
BlogsSortFilter(*args, **kwargs)
: Available fields for sorting blogs search results.
Ancestors (in MRO)
- builtins.dict
Class variables
commentable: Literal['asc', 'desc']
: Whether readers can post comments (no, moderate, yes)
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the blog was created
handle: Literal['asc', 'desc']
: URL-friendly handle for the blog
id: Literal['asc', 'desc']
: Unique identifier for the blog
tags: Literal['asc', 'desc']
: Comma-separated tags from the blog's articles
title: Literal['asc', 'desc']
: Title of the blog
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the blog was last updated
BlogsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
commentable: str
: Whether readers can post comments (no, moderate, yes)
created_at: str
: ISO 8601 timestamp when the blog was created
handle: str
: URL-friendly handle for the blog
id: str
: Unique identifier for the blog
tags: str
: Comma-separated tags from the blog's articles
title: str
: Title of the blog
updated_at: str
: ISO 8601 timestamp when the blog was last updated
BlogsUpdateParams(*args, **kwargs)
: Parameters for blogs.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
blog: airbyte_agent_sdk.connectors.shopify.types.BlogsUpdateParamsBlog
: The type of the None singleton.
id: str
: The type of the None singleton.
BlogsUpdateParamsBlog(*args, **kwargs)
: Nested schema for BlogsUpdateParams.blog
Ancestors (in MRO)
- builtins.dict
Class variables
handle: str
: The type of the None singleton.
title: str
: The type of the None singleton.
CollectsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.CollectsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsInCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAnyCondition]
: The type of the None singleton.
CollectsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.CollectsAnyValueFilter
: The type of the None singleton.
CollectsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: Any
: Identifier of the collection the product belongs to
created_at: Any
: ISO 8601 timestamp when the collect was created
id: Any
: Unique identifier for the collect
position: Any
: Position of the product within the collection
product_id: Any
: Identifier of the product in the collection
updated_at: Any
: ISO 8601 timestamp when the collect was last updated
CollectsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.CollectsAnyValueFilter
: The type of the None singleton.
CollectsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.CollectsSearchFilter
: The type of the None singleton.
CollectsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.CollectsStringFilter
: The type of the None singleton.
CollectsGetParams(*args, **kwargs)
: Parameters for collects.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
collect_id: str
: The type of the None singleton.
CollectsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.CollectsSearchFilter
: The type of the None singleton.
CollectsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.CollectsSearchFilter
: The type of the None singleton.
CollectsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.CollectsInFilter
: The type of the None singleton.
CollectsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: list[int]
: Identifier of the collection the product belongs to
created_at: list[str]
: ISO 8601 timestamp when the collect was created
id: list[int]
: Unique identifier for the collect
position: list[int]
: Position of the product within the collection
product_id: list[int]
: Identifier of the product in the collection
updated_at: list[str]
: ISO 8601 timestamp when the collect was last updated
CollectsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.CollectsStringFilter
: The type of the None singleton.
CollectsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.CollectsStringFilter
: The type of the None singleton.
CollectsListParams(*args, **kwargs)
: Parameters for collects.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: int
: The type of the None singleton.
limit: int
: The type of the None singleton.
product_id: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
CollectsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.CollectsSearchFilter
: The type of the None singleton.
CollectsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.CollectsSearchFilter
: The type of the None singleton.
CollectsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.CollectsSearchFilter
: The type of the None singleton.
CollectsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.CollectsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsInCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAnyCondition
: The type of the None singleton.
CollectsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.CollectsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsInCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAnyCondition]
: The type of the None singleton.
CollectsSearchFilter(*args, **kwargs)
: Available fields for filtering collects search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: int | None
: Identifier of the collection the product belongs to
created_at: str | None
: ISO 8601 timestamp when the collect was created
id: int | None
: Unique identifier for the collect
position: int | None
: Position of the product within the collection
product_id: int | None
: Identifier of the product in the collection
updated_at: str | None
: ISO 8601 timestamp when the collect was last updated
CollectsSearchQuery(*args, **kwargs)
: Search query for collects entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.CollectsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsInCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CollectsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.CollectsSortFilter]
: The type of the None singleton.
CollectsSortFilter(*args, **kwargs)
: Available fields for sorting collects search results.
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: Literal['asc', 'desc']
: Identifier of the collection the product belongs to
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the collect was created
id: Literal['asc', 'desc']
: Unique identifier for the collect
position: Literal['asc', 'desc']
: Position of the product within the collection
product_id: Literal['asc', 'desc']
: Identifier of the product in the collection
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the collect was last updated
CollectsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: str
: Identifier of the collection the product belongs to
created_at: str
: ISO 8601 timestamp when the collect was created
id: str
: Unique identifier for the collect
position: str
: Position of the product within the collection
product_id: str
: Identifier of the product in the collection
updated_at: str
: ISO 8601 timestamp when the collect was last updated
CountriesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.CountriesEqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesInCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNotCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAndCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesOrCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAnyCondition]
: The type of the None singleton.
CountriesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.CountriesAnyValueFilter
: The type of the None singleton.
CountriesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
code: Any
: ISO 3166-1 alpha-2 country code
id: Any
: Unique identifier for the country tax row
name: Any
: Human-readable country name
tax_name: Any
: Localized name of the tax applied in this country
CountriesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.CountriesAnyValueFilter
: The type of the None singleton.
CountriesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.CountriesSearchFilter
: The type of the None singleton.
CountriesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.CountriesStringFilter
: The type of the None singleton.
CountriesGetParams(*args, **kwargs)
: Parameters for countries.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
country_id: str
: The type of the None singleton.
CountriesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.CountriesSearchFilter
: The type of the None singleton.
CountriesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.CountriesSearchFilter
: The type of the None singleton.
CountriesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.CountriesInFilter
: The type of the None singleton.
CountriesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
code: list[str]
: ISO 3166-1 alpha-2 country code
id: list[int]
: Unique identifier for the country tax row
name: list[str]
: Human-readable country name
tax_name: list[str]
: Localized name of the tax applied in this country
CountriesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.CountriesStringFilter
: The type of the None singleton.
CountriesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.CountriesStringFilter
: The type of the None singleton.
CountriesListParams(*args, **kwargs)
: Parameters for countries.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
since_id: int
: The type of the None singleton.
CountriesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.CountriesSearchFilter
: The type of the None singleton.
CountriesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.CountriesSearchFilter
: The type of the None singleton.
CountriesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.CountriesSearchFilter
: The type of the None singleton.
CountriesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.CountriesEqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesInCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNotCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAndCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesOrCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAnyCondition
: The type of the None singleton.
CountriesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.CountriesEqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesInCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNotCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAndCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesOrCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAnyCondition]
: The type of the None singleton.
CountriesSearchFilter(*args, **kwargs)
: Available fields for filtering countries search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
code: str | None
: ISO 3166-1 alpha-2 country code
id: int | None
: Unique identifier for the country tax row
name: str | None
: Human-readable country name
tax_name: str | None
: Localized name of the tax applied in this country
CountriesSearchQuery(*args, **kwargs)
: Search query for countries entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.CountriesEqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesGteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLtCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLteCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesInCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesNotCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAndCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesOrCondition | airbyte_agent_sdk.connectors.shopify.types.CountriesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.CountriesSortFilter]
: The type of the None singleton.
CountriesSortFilter(*args, **kwargs)
: Available fields for sorting countries search results.
Ancestors (in MRO)
- builtins.dict
Class variables
code: Literal['asc', 'desc']
: ISO 3166-1 alpha-2 country code
id: Literal['asc', 'desc']
: Unique identifier for the country tax row
name: Literal['asc', 'desc']
: Human-readable country name
tax_name: Literal['asc', 'desc']
: Localized name of the tax applied in this country
CountriesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
code: str
: ISO 3166-1 alpha-2 country code
id: str
: Unique identifier for the country tax row
name: str
: Human-readable country name
tax_name: str
: Localized name of the tax applied in this country
CustomCollectionsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAnyCondition]
: The type of the None singleton.
CustomCollectionsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAnyValueFilter
: The type of the None singleton.
CustomCollectionsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
handle: Any
: URL-friendly handle for the custom collection
id: Any
: Unique identifier for the custom collection
published_at: Any
: ISO 8601 timestamp when the collection was published
published_scope: Any
: Publishing scope (web or global)
sort_order: Any
: How products are sorted within the collection (e.g. best-selling)
title: Any
: Display title of the custom collection
updated_at: Any
: ISO 8601 timestamp when the collection was last updated
CustomCollectionsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAnyValueFilter
: The type of the None singleton.
CustomCollectionsCreateParams(*args, **kwargs)
: Parameters for custom_collections.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsCreateParamsInput
: The type of the None singleton.
CustomCollectionsCreateParamsInput(*args, **kwargs)
: Nested schema for CustomCollectionsCreateParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
description_html: str
: The type of the None singleton.
handle: str
: The type of the None singleton.
rule_set: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsCreateParamsInputRuleset
: The type of the None singleton.
sort_order: str
: The type of the None singleton.
template_suffix: str
: The type of the None singleton.
title: str
: The type of the None singleton.
CustomCollectionsCreateParamsInputRuleset(*args, **kwargs)
: Rule set for smart collections
Ancestors (in MRO)
- builtins.dict
Class variables
applied_disjunctively: bool
: The type of the None singleton.
rules: list[airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsCreateParamsInputRulesetRulesItem]
: The type of the None singleton.
CustomCollectionsCreateParamsInputRulesetRulesItem(*args, **kwargs)
: Nested schema for CustomCollectionsCreateParamsInputRuleset.rules_item
Ancestors (in MRO)
- builtins.dict
Class variables
column: str
: The type of the None singleton.
condition: str
: The type of the None singleton.
relation: str
: The type of the None singleton.
CustomCollectionsDeleteParams(*args, **kwargs)
: Parameters for custom_collections.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsDeleteParamsInput
: The type of the None singleton.
CustomCollectionsDeleteParamsInput(*args, **kwargs)
: Nested schema for CustomCollectionsDeleteParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
CustomCollectionsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSearchFilter
: The type of the None singleton.
CustomCollectionsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsStringFilter
: The type of the None singleton.
CustomCollectionsGetParams(*args, **kwargs)
: Parameters for custom_collections.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: str
: The type of the None singleton.
CustomCollectionsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSearchFilter
: The type of the None singleton.
CustomCollectionsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSearchFilter
: The type of the None singleton.
CustomCollectionsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsInFilter
: The type of the None singleton.
CustomCollectionsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
handle: list[str]
: URL-friendly handle for the custom collection
id: list[int]
: Unique identifier for the custom collection
published_at: list[str]
: ISO 8601 timestamp when the collection was published
published_scope: list[str]
: Publishing scope (web or global)
sort_order: list[str]
: How products are sorted within the collection (e.g. best-selling)
title: list[str]
: Display title of the custom collection
updated_at: list[str]
: ISO 8601 timestamp when the collection was last updated
CustomCollectionsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsStringFilter
: The type of the None singleton.
CustomCollectionsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsStringFilter
: The type of the None singleton.
CustomCollectionsListParams(*args, **kwargs)
: Parameters for custom_collections.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
product_id: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
title: str
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
CustomCollectionsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSearchFilter
: The type of the None singleton.
CustomCollectionsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSearchFilter
: The type of the None singleton.
CustomCollectionsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSearchFilter
: The type of the None singleton.
CustomCollectionsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAnyCondition
: The type of the None singleton.
CustomCollectionsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAnyCondition]
: The type of the None singleton.
CustomCollectionsSearchFilter(*args, **kwargs)
: Available fields for filtering custom_collections search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
handle: str | None
: URL-friendly handle for the custom collection
id: int | None
: Unique identifier for the custom collection
published_at: str | None
: ISO 8601 timestamp when the collection was published
published_scope: str | None
: Publishing scope (web or global)
sort_order: str | None
: How products are sorted within the collection (e.g. best-selling)
title: str | None
: Display title of the custom collection
updated_at: str | None
: ISO 8601 timestamp when the collection was last updated
CustomCollectionsSearchQuery(*args, **kwargs)
: Search query for custom_collections entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsSortFilter]
: The type of the None singleton.
CustomCollectionsSortFilter(*args, **kwargs)
: Available fields for sorting custom_collections search results.
Ancestors (in MRO)
- builtins.dict
Class variables
handle: Literal['asc', 'desc']
: URL-friendly handle for the custom collection
id: Literal['asc', 'desc']
: Unique identifier for the custom collection
published_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the collection was published
published_scope: Literal['asc', 'desc']
: Publishing scope (web or global)
sort_order: Literal['asc', 'desc']
: How products are sorted within the collection (e.g. best-selling)
title: Literal['asc', 'desc']
: Display title of the custom collection
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the collection was last updated
CustomCollectionsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
handle: str
: URL-friendly handle for the custom collection
id: str
: Unique identifier for the custom collection
published_at: str
: ISO 8601 timestamp when the collection was published
published_scope: str
: Publishing scope (web or global)
sort_order: str
: How products are sorted within the collection (e.g. best-selling)
title: str
: Display title of the custom collection
updated_at: str
: ISO 8601 timestamp when the collection was last updated
CustomCollectionsUpdateParams(*args, **kwargs)
: Parameters for custom_collections.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.CustomCollectionsUpdateParamsInput
: The type of the None singleton.
CustomCollectionsUpdateParamsInput(*args, **kwargs)
: Nested schema for CustomCollectionsUpdateParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
description_html: str
: The type of the None singleton.
handle: str
: The type of the None singleton.
id: str
: The type of the None singleton.
sort_order: str
: The type of the None singleton.
title: str
: The type of the None singleton.
CustomerAddressGetParams(*args, **kwargs)
: Parameters for customer_address.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
address_id: str
: The type of the None singleton.
customer_id: str
: The type of the None singleton.
CustomerAddressListParams(*args, **kwargs)
: Parameters for customer_address.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
customer_id: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
CustomersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.CustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAnyCondition]
: The type of the None singleton.
CustomersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.CustomersAnyValueFilter
: The type of the None singleton.
CustomersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the customer record was created
currency: Any
: ISO 4217 currency code for the customer's total spend
email: Any
: Primary email address of the customer
first_name: Any
: First name of the customer
id: Any
: Unique identifier for the customer
last_name: Any
: Last name of the customer
orders_count: Any
: Number of orders placed by the customer
phone: Any
: Primary phone number of the customer
state: Any
: Account state (disabled, invited, enabled, declined)
total_spent: Any
: Total lifetime amount spent by the customer
updated_at: Any
: ISO 8601 timestamp when the customer record was last updated
CustomersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.CustomersAnyValueFilter
: The type of the None singleton.
CustomersCreateParams(*args, **kwargs)
: Parameters for customers.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.CustomersCreateParamsInput
: The type of the None singleton.
CustomersCreateParamsInput(*args, **kwargs)
: CustomerInput object
Ancestors (in MRO)
- builtins.dict
Class variables
addresses: list[airbyte_agent_sdk.connectors.shopify.types.CustomersCreateParamsInputAddressesItem]
: The type of the None singleton.
email: str
: The type of the None singleton.
first_name: str
: The type of the None singleton.
last_name: str
: The type of the None singleton.
note: str
: The type of the None singleton.
phone: str
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
tax_exempt: bool
: The type of the None singleton.
CustomersCreateParamsInputAddressesItem(*args, **kwargs)
: Nested schema for CustomersCreateParamsInput.addresses_item
Ancestors (in MRO)
- builtins.dict
Class variables
address1: str
: The type of the None singleton.
address2: str
: The type of the None singleton.
city: str
: The type of the None singleton.
country_code: str
: The type of the None singleton.
first_name: str
: The type of the None singleton.
last_name: str
: The type of the None singleton.
phone: str
: The type of the None singleton.
province: str
: The type of the None singleton.
zip: str
: The type of the None singleton.
CustomersDeleteParams(*args, **kwargs)
: Parameters for customers.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.CustomersDeleteParamsInput
: The type of the None singleton.
CustomersDeleteParamsInput(*args, **kwargs)
: Nested schema for CustomersDeleteParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
CustomersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.CustomersSearchFilter
: The type of the None singleton.
CustomersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.CustomersStringFilter
: The type of the None singleton.
CustomersGetParams(*args, **kwargs)
: Parameters for customers.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
customer_id: str
: The type of the None singleton.
CustomersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.CustomersSearchFilter
: The type of the None singleton.
CustomersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.CustomersSearchFilter
: The type of the None singleton.
CustomersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.CustomersInFilter
: The type of the None singleton.
CustomersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the customer record was created
currency: list[str]
: ISO 4217 currency code for the customer's total spend
email: list[str]
: Primary email address of the customer
first_name: list[str]
: First name of the customer
id: list[int]
: Unique identifier for the customer
last_name: list[str]
: Last name of the customer
orders_count: list[int]
: Number of orders placed by the customer
phone: list[str]
: Primary phone number of the customer
state: list[str]
: Account state (disabled, invited, enabled, declined)
total_spent: list[str]
: Total lifetime amount spent by the customer
updated_at: list[str]
: ISO 8601 timestamp when the customer record was last updated
CustomersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.CustomersStringFilter
: The type of the None singleton.
CustomersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.CustomersStringFilter
: The type of the None singleton.
CustomersListParams(*args, **kwargs)
: Parameters for customers.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
CustomersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.CustomersSearchFilter
: The type of the None singleton.
CustomersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.CustomersSearchFilter
: The type of the None singleton.
CustomersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.CustomersSearchFilter
: The type of the None singleton.
CustomersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.CustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAnyCondition
: The type of the None singleton.
CustomersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.CustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAnyCondition]
: The type of the None singleton.
CustomersSearchFilter(*args, **kwargs)
: Available fields for filtering customers search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the customer record was created
currency: str | None
: ISO 4217 currency code for the customer's total spend
email: str | None
: Primary email address of the customer
first_name: str | None
: First name of the customer
id: int | None
: Unique identifier for the customer
last_name: str | None
: Last name of the customer
orders_count: int | None
: Number of orders placed by the customer
phone: str | None
: Primary phone number of the customer
state: str | None
: Account state (disabled, invited, enabled, declined)
total_spent: str | None
: Total lifetime amount spent by the customer
updated_at: str | None
: ISO 8601 timestamp when the customer record was last updated
CustomersSearchQuery(*args, **kwargs)
: Search query for customers entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.CustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.CustomersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.CustomersSortFilter]
: The type of the None singleton.
CustomersSortFilter(*args, **kwargs)
: Available fields for sorting customers search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the customer record was created
currency: Literal['asc', 'desc']
: ISO 4217 currency code for the customer's total spend
email: Literal['asc', 'desc']
: Primary email address of the customer
first_name: Literal['asc', 'desc']
: First name of the customer
id: Literal['asc', 'desc']
: Unique identifier for the customer
last_name: Literal['asc', 'desc']
: Last name of the customer
orders_count: Literal['asc', 'desc']
: Number of orders placed by the customer
phone: Literal['asc', 'desc']
: Primary phone number of the customer
state: Literal['asc', 'desc']
: Account state (disabled, invited, enabled, declined)
total_spent: Literal['asc', 'desc']
: Total lifetime amount spent by the customer
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the customer record was last updated
CustomersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the customer record was created
currency: str
: ISO 4217 currency code for the customer's total spend
email: str
: Primary email address of the customer
first_name: str
: First name of the customer
id: str
: Unique identifier for the customer
last_name: str
: Last name of the customer
orders_count: str
: Number of orders placed by the customer
phone: str
: Primary phone number of the customer
state: str
: Account state (disabled, invited, enabled, declined)
total_spent: str
: Total lifetime amount spent by the customer
updated_at: str
: ISO 8601 timestamp when the customer record was last updated
CustomersUpdateParams(*args, **kwargs)
: Parameters for customers.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.CustomersUpdateParamsInput
: The type of the None singleton.
CustomersUpdateParamsInput(*args, **kwargs)
: CustomerInput object with id
Ancestors (in MRO)
- builtins.dict
Class variables
email: str
: The type of the None singleton.
first_name: str
: The type of the None singleton.
id: str
: The type of the None singleton.
last_name: str
: The type of the None singleton.
note: str
: The type of the None singleton.
phone: str
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
tax_exempt: bool
: The type of the None singleton.
DiscountCodesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.DiscountCodesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesInCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAnyCondition]
: The type of the None singleton.
DiscountCodesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAnyValueFilter
: The type of the None singleton.
DiscountCodesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
code: Any
: Discount code string shoppers enter at checkout
created_at: Any
: ISO 8601 timestamp when the code was created
id: Any
: Unique identifier for the discount code
price_rule_id: Any
: Identifier of the parent price rule
updated_at: Any
: ISO 8601 timestamp when the code was last updated
usage_count: Any
: Number of times the code has been redeemed
DiscountCodesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAnyValueFilter
: The type of the None singleton.
DiscountCodesCreateParams(*args, **kwargs)
: Parameters for discount_codes.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
basic_code_discount: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesCreateParamsBasiccodediscount
: The type of the None singleton.
DiscountCodesCreateParamsBasiccodediscount(*args, **kwargs)
: Nested schema for DiscountCodesCreateParams.basicCodeDiscount
Ancestors (in MRO)
- builtins.dict
Class variables
code: str
: The type of the None singleton.
customer_gets: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesCreateParamsBasiccodediscountCustomergets
: The type of the None singleton.
customer_selection: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesCreateParamsBasiccodediscountCustomerselection
: The type of the None singleton.
ends_at: str
: The type of the None singleton.
starts_at: str
: The type of the None singleton.
title: str
: The type of the None singleton.
usage_limit: int
: The type of the None singleton.
DiscountCodesCreateParamsBasiccodediscountCustomergets(*args, **kwargs)
: What the customer gets from this discount
Ancestors (in MRO)
- builtins.dict
Class variables
value: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesCreateParamsBasiccodediscountCustomergetsValue
: The type of the None singleton.
Methods
items(self, /) ‑> airbyte_agent_sdk.connectors.shopify.types.DiscountCodesCreateParamsBasiccodediscountCustomergetsItems
: Return a set-like object providing a view on the dict's items.
DiscountCodesCreateParamsBasiccodediscountCustomergetsItems(*args, **kwargs)
: Which items the discount applies to
Ancestors (in MRO)
- builtins.dict
Class variables
all: bool
: The type of the None singleton.
DiscountCodesCreateParamsBasiccodediscountCustomergetsValue(*args, **kwargs)
: The discount value
Ancestors (in MRO)
- builtins.dict
Class variables
discount_amount: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesCreateParamsBasiccodediscountCustomergetsValueDiscountamount
: The type of the None singleton.
percentage: float
: The type of the None singleton.
DiscountCodesCreateParamsBasiccodediscountCustomergetsValueDiscountamount(*args, **kwargs)
: Nested schema for DiscountCodesCreateParamsBasiccodediscountCustomergetsValue.discountAmount
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str
: The type of the None singleton.
applies_on_each_item: bool
: The type of the None singleton.
DiscountCodesCreateParamsBasiccodediscountCustomerselection(*args, **kwargs)
: Which customers can use this discount
Ancestors (in MRO)
- builtins.dict
Class variables
all: bool
: The type of the None singleton.
DiscountCodesDeleteParams(*args, **kwargs)
: Parameters for discount_codes.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
DiscountCodesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSearchFilter
: The type of the None singleton.
DiscountCodesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesStringFilter
: The type of the None singleton.
DiscountCodesGetParams(*args, **kwargs)
: Parameters for discount_codes.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
discount_code_id: str
: The type of the None singleton.
price_rule_id: str
: The type of the None singleton.
DiscountCodesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSearchFilter
: The type of the None singleton.
DiscountCodesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSearchFilter
: The type of the None singleton.
DiscountCodesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesInFilter
: The type of the None singleton.
DiscountCodesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
code: list[str]
: Discount code string shoppers enter at checkout
created_at: list[str]
: ISO 8601 timestamp when the code was created
id: list[int]
: Unique identifier for the discount code
price_rule_id: list[int]
: Identifier of the parent price rule
updated_at: list[str]
: ISO 8601 timestamp when the code was last updated
usage_count: list[int]
: Number of times the code has been redeemed
DiscountCodesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesStringFilter
: The type of the None singleton.
DiscountCodesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesStringFilter
: The type of the None singleton.
DiscountCodesListParams(*args, **kwargs)
: Parameters for discount_codes.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
price_rule_id: str
: The type of the None singleton.
DiscountCodesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSearchFilter
: The type of the None singleton.
DiscountCodesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSearchFilter
: The type of the None singleton.
DiscountCodesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSearchFilter
: The type of the None singleton.
DiscountCodesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesInCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAnyCondition
: The type of the None singleton.
DiscountCodesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.DiscountCodesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesInCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAnyCondition]
: The type of the None singleton.
DiscountCodesSearchFilter(*args, **kwargs)
: Available fields for filtering discount_codes search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
code: str | None
: Discount code string shoppers enter at checkout
created_at: str | None
: ISO 8601 timestamp when the code was created
id: int | None
: Unique identifier for the discount code
price_rule_id: int | None
: Identifier of the parent price rule
updated_at: str | None
: ISO 8601 timestamp when the code was last updated
usage_count: int | None
: Number of times the code has been redeemed
DiscountCodesSearchQuery(*args, **kwargs)
: Search query for discount_codes entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesInCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DiscountCodesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.DiscountCodesSortFilter]
: The type of the None singleton.
DiscountCodesSortFilter(*args, **kwargs)
: Available fields for sorting discount_codes search results.
Ancestors (in MRO)
- builtins.dict
Class variables
code: Literal['asc', 'desc']
: Discount code string shoppers enter at checkout
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the code was created
id: Literal['asc', 'desc']
: Unique identifier for the discount code
price_rule_id: Literal['asc', 'desc']
: Identifier of the parent price rule
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the code was last updated
usage_count: Literal['asc', 'desc']
: Number of times the code has been redeemed
DiscountCodesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
code: str
: Discount code string shoppers enter at checkout
created_at: str
: ISO 8601 timestamp when the code was created
id: str
: Unique identifier for the discount code
price_rule_id: str
: Identifier of the parent price rule
updated_at: str
: ISO 8601 timestamp when the code was last updated
usage_count: str
: Number of times the code has been redeemed
DiscountCodesUpdateParams(*args, **kwargs)
: Parameters for discount_codes.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
basic_code_discount: airbyte_agent_sdk.connectors.shopify.types.DiscountCodesUpdateParamsBasiccodediscount
: The type of the None singleton.
id: str
: The type of the None singleton.
DiscountCodesUpdateParamsBasiccodediscount(*args, **kwargs)
: Nested schema for DiscountCodesUpdateParams.basicCodeDiscount
Ancestors (in MRO)
- builtins.dict
Class variables
code: str
: The type of the None singleton.
ends_at: str
: The type of the None singleton.
starts_at: str
: The type of the None singleton.
title: str
: The type of the None singleton.
usage_limit: int
: The type of the None singleton.
DisputesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.DisputesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesInCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAnyCondition]
: The type of the None singleton.
DisputesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.DisputesAnyValueFilter
: The type of the None singleton.
DisputesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: Any
: Disputed amount
currency: Any
: ISO 4217 currency code of the dispute amount
evidence_due_by: Any
: ISO 8601 deadline for evidence submission
finalized_on: Any
: ISO 8601 timestamp when the dispute was resolved
id: Any
: Unique identifier for the dispute
initiated_at: Any
: ISO 8601 timestamp when the dispute was initiated
network_reason_code: Any
: Network reason code from the cardholder's bank
order_id: Any
: Identifier of the order the dispute belongs to
reason: Any
: Reason for the dispute provided by the cardholder's bank
status: Any
: Current state of the dispute (needs_response, under_review, charge_refunded, accepted, won, lost)
type_: Any
: Whether the dispute is an inquiry or chargeback
DisputesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.DisputesAnyValueFilter
: The type of the None singleton.
DisputesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.DisputesSearchFilter
: The type of the None singleton.
DisputesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.DisputesStringFilter
: The type of the None singleton.
DisputesGetParams(*args, **kwargs)
: Parameters for disputes.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
dispute_id: str
: The type of the None singleton.
DisputesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.DisputesSearchFilter
: The type of the None singleton.
DisputesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.DisputesSearchFilter
: The type of the None singleton.
DisputesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.DisputesInFilter
: The type of the None singleton.
DisputesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
amount: list[str]
: Disputed amount
currency: list[str]
: ISO 4217 currency code of the dispute amount
evidence_due_by: list[str]
: ISO 8601 deadline for evidence submission
finalized_on: list[str]
: ISO 8601 timestamp when the dispute was resolved
id: list[int]
: Unique identifier for the dispute
initiated_at: list[str]
: ISO 8601 timestamp when the dispute was initiated
network_reason_code: list[str]
: Network reason code from the cardholder's bank
order_id: list[int]
: Identifier of the order the dispute belongs to
reason: list[str]
: Reason for the dispute provided by the cardholder's bank
status: list[str]
: Current state of the dispute (needs_response, under_review, charge_refunded, accepted, won, lost)
type_: list[str]
: Whether the dispute is an inquiry or chargeback
DisputesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.DisputesStringFilter
: The type of the None singleton.
DisputesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.DisputesStringFilter
: The type of the None singleton.
DisputesListParams(*args, **kwargs)
: Parameters for disputes.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
initiated_at: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
status: str
: The type of the None singleton.
DisputesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.DisputesSearchFilter
: The type of the None singleton.
DisputesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.DisputesSearchFilter
: The type of the None singleton.
DisputesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.DisputesSearchFilter
: The type of the None singleton.
DisputesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.DisputesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesInCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAnyCondition
: The type of the None singleton.
DisputesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.DisputesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesInCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAnyCondition]
: The type of the None singleton.
DisputesSearchFilter(*args, **kwargs)
: Available fields for filtering disputes search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str | None
: Disputed amount
currency: str | None
: ISO 4217 currency code of the dispute amount
evidence_due_by: str | None
: ISO 8601 deadline for evidence submission
finalized_on: str | None
: ISO 8601 timestamp when the dispute was resolved
id: int | None
: Unique identifier for the dispute
initiated_at: str | None
: ISO 8601 timestamp when the dispute was initiated
network_reason_code: str | None
: Network reason code from the cardholder's bank
order_id: int | None
: Identifier of the order the dispute belongs to
reason: str | None
: Reason for the dispute provided by the cardholder's bank
status: str | None
: Current state of the dispute (needs_response, under_review, charge_refunded, accepted, won, lost)
type_: str | None
: Whether the dispute is an inquiry or chargeback
DisputesSearchQuery(*args, **kwargs)
: Search query for disputes entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.DisputesEqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesGteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLtCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLteCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesInCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesNotCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAndCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesOrCondition | airbyte_agent_sdk.connectors.shopify.types.DisputesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.DisputesSortFilter]
: The type of the None singleton.
DisputesSortFilter(*args, **kwargs)
: Available fields for sorting disputes search results.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: Literal['asc', 'desc']
: Disputed amount
currency: Literal['asc', 'desc']
: ISO 4217 currency code of the dispute amount
evidence_due_by: Literal['asc', 'desc']
: ISO 8601 deadline for evidence submission
finalized_on: Literal['asc', 'desc']
: ISO 8601 timestamp when the dispute was resolved
id: Literal['asc', 'desc']
: Unique identifier for the dispute
initiated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the dispute was initiated
network_reason_code: Literal['asc', 'desc']
: Network reason code from the cardholder's bank
order_id: Literal['asc', 'desc']
: Identifier of the order the dispute belongs to
reason: Literal['asc', 'desc']
: Reason for the dispute provided by the cardholder's bank
status: Literal['asc', 'desc']
: Current state of the dispute (needs_response, under_review, charge_refunded, accepted, won, lost)
type_: Literal['asc', 'desc']
: Whether the dispute is an inquiry or chargeback
DisputesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str
: Disputed amount
currency: str
: ISO 4217 currency code of the dispute amount
evidence_due_by: str
: ISO 8601 deadline for evidence submission
finalized_on: str
: ISO 8601 timestamp when the dispute was resolved
id: str
: Unique identifier for the dispute
initiated_at: str
: ISO 8601 timestamp when the dispute was initiated
network_reason_code: str
: Network reason code from the cardholder's bank
order_id: str
: Identifier of the order the dispute belongs to
reason: str
: Reason for the dispute provided by the cardholder's bank
status: str
: Current state of the dispute (needs_response, under_review, charge_refunded, accepted, won, lost)
type_: str
: Whether the dispute is an inquiry or chargeback
DraftOrderCompleteUpdateParams(*args, **kwargs)
: Parameters for draft_order_complete.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
payment_pending: bool
: The type of the None singleton.
DraftOrdersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.DraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAnyCondition]
: The type of the None singleton.
DraftOrdersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAnyValueFilter
: The type of the None singleton.
DraftOrdersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: Any
: ISO 8601 timestamp when the draft order was completed, if applicable
created_at: Any
: ISO 8601 timestamp when the draft order was created
currency: Any
: ISO 4217 currency code for the draft order totals
email: Any
: Email address associated with the draft order
id: Any
: Unique identifier for the draft order
name: Any
: Shopify-assigned display name for the draft order (e.g. #D12345)
order_id: Any
: Identifier of the completed order, if the draft has been completed
status: Any
: Status of the draft order (open, invoice_sent, completed)
total_price: Any
: Total price of the draft order
updated_at: Any
: ISO 8601 timestamp when the draft order was last updated
DraftOrdersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAnyValueFilter
: The type of the None singleton.
DraftOrdersCreateParams(*args, **kwargs)
: Parameters for draft_orders.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersCreateParamsInput
: The type of the None singleton.
DraftOrdersCreateParamsInput(*args, **kwargs)
: DraftOrderInput object
Ancestors (in MRO)
- builtins.dict
Class variables
customer_id: str
: The type of the None singleton.
email: str
: The type of the None singleton.
line_items: list[airbyte_agent_sdk.connectors.shopify.types.DraftOrdersCreateParamsInputLineitemsItem]
: The type of the None singleton.
note: str
: The type of the None singleton.
shipping_address: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersCreateParamsInputShippingaddress
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
DraftOrdersCreateParamsInputLineitemsItem(*args, **kwargs)
: Nested schema for DraftOrdersCreateParamsInput.lineItems_item
Ancestors (in MRO)
- builtins.dict
Class variables
original_unit_price: str
: The type of the None singleton.
quantity: int
: The type of the None singleton.
title: str
: The type of the None singleton.
variant_id: str
: The type of the None singleton.
DraftOrdersCreateParamsInputShippingaddress(*args, **kwargs)
: Nested schema for DraftOrdersCreateParamsInput.shippingAddress
Ancestors (in MRO)
- builtins.dict
Class variables
address1: str
: The type of the None singleton.
city: str
: The type of the None singleton.
country_code: str
: The type of the None singleton.
province_code: str
: The type of the None singleton.
zip: str
: The type of the None singleton.
DraftOrdersDeleteParams(*args, **kwargs)
: Parameters for draft_orders.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersDeleteParamsInput
: The type of the None singleton.
DraftOrdersDeleteParamsInput(*args, **kwargs)
: Nested schema for DraftOrdersDeleteParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
DraftOrdersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSearchFilter
: The type of the None singleton.
DraftOrdersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersStringFilter
: The type of the None singleton.
DraftOrdersGetParams(*args, **kwargs)
: Parameters for draft_orders.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
draft_order_id: str
: The type of the None singleton.
DraftOrdersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSearchFilter
: The type of the None singleton.
DraftOrdersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSearchFilter
: The type of the None singleton.
DraftOrdersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersInFilter
: The type of the None singleton.
DraftOrdersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: list[str]
: ISO 8601 timestamp when the draft order was completed, if applicable
created_at: list[str]
: ISO 8601 timestamp when the draft order was created
currency: list[str]
: ISO 4217 currency code for the draft order totals
email: list[str]
: Email address associated with the draft order
id: list[int]
: Unique identifier for the draft order
name: list[str]
: Shopify-assigned display name for the draft order (e.g. #D12345)
order_id: list[int]
: Identifier of the completed order, if the draft has been completed
status: list[str]
: Status of the draft order (open, invoice_sent, completed)
total_price: list[str]
: Total price of the draft order
updated_at: list[str]
: ISO 8601 timestamp when the draft order was last updated
DraftOrdersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersStringFilter
: The type of the None singleton.
DraftOrdersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersStringFilter
: The type of the None singleton.
DraftOrdersListParams(*args, **kwargs)
: Parameters for draft_orders.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
status: str
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
DraftOrdersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSearchFilter
: The type of the None singleton.
DraftOrdersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSearchFilter
: The type of the None singleton.
DraftOrdersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSearchFilter
: The type of the None singleton.
DraftOrdersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAnyCondition
: The type of the None singleton.
DraftOrdersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.DraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAnyCondition]
: The type of the None singleton.
DraftOrdersSearchFilter(*args, **kwargs)
: Available fields for filtering draft_orders search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: str | None
: ISO 8601 timestamp when the draft order was completed, if applicable
created_at: str | None
: ISO 8601 timestamp when the draft order was created
currency: str | None
: ISO 4217 currency code for the draft order totals
email: str | None
: Email address associated with the draft order
id: int | None
: Unique identifier for the draft order
name: str | None
: Shopify-assigned display name for the draft order (e.g. #D12345)
order_id: int | None
: Identifier of the completed order, if the draft has been completed
status: str | None
: Status of the draft order (open, invoice_sent, completed)
total_price: str | None
: Total price of the draft order
updated_at: str | None
: ISO 8601 timestamp when the draft order was last updated
DraftOrdersSearchQuery(*args, **kwargs)
: Search query for draft_orders entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.DraftOrdersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.DraftOrdersSortFilter]
: The type of the None singleton.
DraftOrdersSortFilter(*args, **kwargs)
: Available fields for sorting draft_orders search results.
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the draft order was completed, if applicable
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the draft order was created
currency: Literal['asc', 'desc']
: ISO 4217 currency code for the draft order totals
email: Literal['asc', 'desc']
: Email address associated with the draft order
id: Literal['asc', 'desc']
: Unique identifier for the draft order
name: Literal['asc', 'desc']
: Shopify-assigned display name for the draft order (e.g. #D12345)
order_id: Literal['asc', 'desc']
: Identifier of the completed order, if the draft has been completed
status: Literal['asc', 'desc']
: Status of the draft order (open, invoice_sent, completed)
total_price: Literal['asc', 'desc']
: Total price of the draft order
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the draft order was last updated
DraftOrdersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
completed_at: str
: ISO 8601 timestamp when the draft order was completed, if applicable
created_at: str
: ISO 8601 timestamp when the draft order was created
currency: str
: ISO 4217 currency code for the draft order totals
email: str
: Email address associated with the draft order
id: str
: Unique identifier for the draft order
name: str
: Shopify-assigned display name for the draft order (e.g. #D12345)
order_id: str
: Identifier of the completed order, if the draft has been completed
status: str
: Status of the draft order (open, invoice_sent, completed)
total_price: str
: Total price of the draft order
updated_at: str
: ISO 8601 timestamp when the draft order was last updated
DraftOrdersUpdateParams(*args, **kwargs)
: Parameters for draft_orders.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
input: airbyte_agent_sdk.connectors.shopify.types.DraftOrdersUpdateParamsInput
: The type of the None singleton.
DraftOrdersUpdateParamsInput(*args, **kwargs)
: DraftOrderInput object with updated fields
Ancestors (in MRO)
- builtins.dict
Class variables
email: str
: The type of the None singleton.
line_items: list[airbyte_agent_sdk.connectors.shopify.types.DraftOrdersUpdateParamsInputLineitemsItem]
: The type of the None singleton.
note: str
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
DraftOrdersUpdateParamsInputLineitemsItem(*args, **kwargs)
: Nested schema for DraftOrdersUpdateParamsInput.lineItems_item
Ancestors (in MRO)
- builtins.dict
Class variables
original_unit_price: str
: The type of the None singleton.
quantity: int
: The type of the None singleton.
title: str
: The type of the None singleton.
variant_id: str
: The type of the None singleton.
FulfillmentOrdersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAnyCondition]
: The type of the None singleton.
FulfillmentOrdersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAnyValueFilter
: The type of the None singleton.
FulfillmentOrdersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
assigned_location_id: Any
: Identifier of the location assigned to fulfill the order
created_at: Any
: ISO 8601 timestamp when the fulfillment order was created
id: Any
: Unique identifier for the fulfillment order
order_id: Any
: Identifier of the parent order
request_status: Any
: Status of the fulfillment request (e.g. unsubmitted, submitted)
shop_id: Any
: Identifier of the shop that owns the fulfillment order
status: Any
: Fulfillment order status (e.g. open, in_progress, closed)
updated_at: Any
: ISO 8601 timestamp when the fulfillment order was last updated
FulfillmentOrdersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAnyValueFilter
: The type of the None singleton.
FulfillmentOrdersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSearchFilter
: The type of the None singleton.
FulfillmentOrdersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersStringFilter
: The type of the None singleton.
FulfillmentOrdersGetParams(*args, **kwargs)
: Parameters for fulfillment_orders.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
fulfillment_order_id: str
: The type of the None singleton.
FulfillmentOrdersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSearchFilter
: The type of the None singleton.
FulfillmentOrdersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSearchFilter
: The type of the None singleton.
FulfillmentOrdersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersInFilter
: The type of the None singleton.
FulfillmentOrdersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
assigned_location_id: list[int]
: Identifier of the location assigned to fulfill the order
created_at: list[str]
: ISO 8601 timestamp when the fulfillment order was created
id: list[int]
: Unique identifier for the fulfillment order
order_id: list[int]
: Identifier of the parent order
request_status: list[str]
: Status of the fulfillment request (e.g. unsubmitted, submitted)
shop_id: list[int]
: Identifier of the shop that owns the fulfillment order
status: list[str]
: Fulfillment order status (e.g. open, in_progress, closed)
updated_at: list[str]
: ISO 8601 timestamp when the fulfillment order was last updated
FulfillmentOrdersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersStringFilter
: The type of the None singleton.
FulfillmentOrdersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersStringFilter
: The type of the None singleton.
FulfillmentOrdersListParams(*args, **kwargs)
: Parameters for fulfillment_orders.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
order_id: str
: The type of the None singleton.
FulfillmentOrdersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSearchFilter
: The type of the None singleton.
FulfillmentOrdersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSearchFilter
: The type of the None singleton.
FulfillmentOrdersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSearchFilter
: The type of the None singleton.
FulfillmentOrdersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAnyCondition
: The type of the None singleton.
FulfillmentOrdersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAnyCondition]
: The type of the None singleton.
FulfillmentOrdersSearchFilter(*args, **kwargs)
: Available fields for filtering fulfillment_orders search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
assigned_location_id: int | None
: Identifier of the location assigned to fulfill the order
created_at: str | None
: ISO 8601 timestamp when the fulfillment order was created
id: int | None
: Unique identifier for the fulfillment order
order_id: int | None
: Identifier of the parent order
request_status: str | None
: Status of the fulfillment request (e.g. unsubmitted, submitted)
shop_id: int | None
: Identifier of the shop that owns the fulfillment order
status: str | None
: Fulfillment order status (e.g. open, in_progress, closed)
updated_at: str | None
: ISO 8601 timestamp when the fulfillment order was last updated
FulfillmentOrdersSearchQuery(*args, **kwargs)
: Search query for fulfillment_orders entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.FulfillmentOrdersSortFilter]
: The type of the None singleton.
FulfillmentOrdersSortFilter(*args, **kwargs)
: Available fields for sorting fulfillment_orders search results.
Ancestors (in MRO)
- builtins.dict
Class variables
assigned_location_id: Literal['asc', 'desc']
: Identifier of the location assigned to fulfill the order
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the fulfillment order was created
id: Literal['asc', 'desc']
: Unique identifier for the fulfillment order
order_id: Literal['asc', 'desc']
: Identifier of the parent order
request_status: Literal['asc', 'desc']
: Status of the fulfillment request (e.g. unsubmitted, submitted)
shop_id: Literal['asc', 'desc']
: Identifier of the shop that owns the fulfillment order
status: Literal['asc', 'desc']
: Fulfillment order status (e.g. open, in_progress, closed)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the fulfillment order was last updated
FulfillmentOrdersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
assigned_location_id: str
: Identifier of the location assigned to fulfill the order
created_at: str
: ISO 8601 timestamp when the fulfillment order was created
id: str
: Unique identifier for the fulfillment order
order_id: str
: Identifier of the parent order
request_status: str
: Status of the fulfillment request (e.g. unsubmitted, submitted)
shop_id: str
: Identifier of the shop that owns the fulfillment order
status: str
: Fulfillment order status (e.g. open, in_progress, closed)
updated_at: str
: ISO 8601 timestamp when the fulfillment order was last updated
FulfillmentsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.FulfillmentsEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAnyCondition]
: The type of the None singleton.
FulfillmentsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAnyValueFilter
: The type of the None singleton.
FulfillmentsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the fulfillment was created
id: Any
: Unique identifier for the fulfillment
location_id: Any
: Identifier of the fulfilling location
order_id: Any
: Identifier of the parent order
shipment_status: Any
: Carrier shipment status (e.g. delivered, in_transit)
status: Any
: Fulfillment status (e.g. pending, open, success, cancelled)
tracking_company: Any
: Name of the shipping carrier
tracking_number: Any
: Primary tracking number for the shipment
updated_at: Any
: ISO 8601 timestamp when the fulfillment was last updated
FulfillmentsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAnyValueFilter
: The type of the None singleton.
FulfillmentsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSearchFilter
: The type of the None singleton.
FulfillmentsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsStringFilter
: The type of the None singleton.
FulfillmentsGetParams(*args, **kwargs)
: Parameters for fulfillments.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
fulfillment_id: str
: The type of the None singleton.
order_id: str
: The type of the None singleton.
FulfillmentsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSearchFilter
: The type of the None singleton.
FulfillmentsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSearchFilter
: The type of the None singleton.
FulfillmentsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsInFilter
: The type of the None singleton.
FulfillmentsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the fulfillment was created
id: list[int]
: Unique identifier for the fulfillment
location_id: list[int]
: Identifier of the fulfilling location
order_id: list[int]
: Identifier of the parent order
shipment_status: list[str]
: Carrier shipment status (e.g. delivered, in_transit)
status: list[str]
: Fulfillment status (e.g. pending, open, success, cancelled)
tracking_company: list[str]
: Name of the shipping carrier
tracking_number: list[str]
: Primary tracking number for the shipment
updated_at: list[str]
: ISO 8601 timestamp when the fulfillment was last updated
FulfillmentsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsStringFilter
: The type of the None singleton.
FulfillmentsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsStringFilter
: The type of the None singleton.
FulfillmentsListParams(*args, **kwargs)
: Parameters for fulfillments.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
order_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
FulfillmentsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSearchFilter
: The type of the None singleton.
FulfillmentsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSearchFilter
: The type of the None singleton.
FulfillmentsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSearchFilter
: The type of the None singleton.
FulfillmentsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAnyCondition
: The type of the None singleton.
FulfillmentsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.FulfillmentsEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAnyCondition]
: The type of the None singleton.
FulfillmentsSearchFilter(*args, **kwargs)
: Available fields for filtering fulfillments search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the fulfillment was created
id: int | None
: Unique identifier for the fulfillment
location_id: int | None
: Identifier of the fulfilling location
order_id: int | None
: Identifier of the parent order
shipment_status: str | None
: Carrier shipment status (e.g. delivered, in_transit)
status: str | None
: Fulfillment status (e.g. pending, open, success, cancelled)
tracking_company: str | None
: Name of the shipping carrier
tracking_number: str | None
: Primary tracking number for the shipment
updated_at: str | None
: ISO 8601 timestamp when the fulfillment was last updated
FulfillmentsSearchQuery(*args, **kwargs)
: Search query for fulfillments entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.FulfillmentsEqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsGteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLtCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLteCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsInCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsNotCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAndCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsOrCondition | airbyte_agent_sdk.connectors.shopify.types.FulfillmentsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.FulfillmentsSortFilter]
: The type of the None singleton.
FulfillmentsSortFilter(*args, **kwargs)
: Available fields for sorting fulfillments search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the fulfillment was created
id: Literal['asc', 'desc']
: Unique identifier for the fulfillment
location_id: Literal['asc', 'desc']
: Identifier of the fulfilling location
order_id: Literal['asc', 'desc']
: Identifier of the parent order
shipment_status: Literal['asc', 'desc']
: Carrier shipment status (e.g. delivered, in_transit)
status: Literal['asc', 'desc']
: Fulfillment status (e.g. pending, open, success, cancelled)
tracking_company: Literal['asc', 'desc']
: Name of the shipping carrier
tracking_number: Literal['asc', 'desc']
: Primary tracking number for the shipment
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the fulfillment was last updated
FulfillmentsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the fulfillment was created
id: str
: Unique identifier for the fulfillment
location_id: str
: Identifier of the fulfilling location
order_id: str
: Identifier of the parent order
shipment_status: str
: Carrier shipment status (e.g. delivered, in_transit)
status: str
: Fulfillment status (e.g. pending, open, success, cancelled)
tracking_company: str
: Name of the shipping carrier
tracking_number: str
: Primary tracking number for the shipment
updated_at: str
: ISO 8601 timestamp when the fulfillment was last updated
InventoryAdjustCreateParams(*args, **kwargs)
: Parameters for inventory_adjust.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.InventoryAdjustCreateParamsInput
: The type of the None singleton.
InventoryAdjustCreateParamsInput(*args, **kwargs)
: Nested schema for InventoryAdjustCreateParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
changes: list[airbyte_agent_sdk.connectors.shopify.types.InventoryAdjustCreateParamsInputChangesItem]
: The type of the None singleton.
name: str
: The type of the None singleton.
reason: str
: The type of the None singleton.
reference_document_uri: str
: The type of the None singleton.
InventoryAdjustCreateParamsInputChangesItem(*args, **kwargs)
: Nested schema for InventoryAdjustCreateParamsInput.changes_item
Ancestors (in MRO)
- builtins.dict
Class variables
delta: int
: The type of the None singleton.
inventory_item_id: str
: The type of the None singleton.
location_id: str
: The type of the None singleton.
InventoryItemsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.InventoryItemsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAnyCondition]
: The type of the None singleton.
InventoryItemsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAnyValueFilter
: The type of the None singleton.
InventoryItemsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
country_code_of_origin: Any
: ISO country code of the item's country of origin
created_at: Any
: ISO 8601 timestamp when the inventory item was created
id: Any
: Unique identifier for the inventory item
requires_shipping: Any
: Whether the item requires shipping
sku: Any
: Stock keeping unit associated with the inventory item
tracked: Any
: Whether Shopify is tracking inventory for this item
updated_at: Any
: ISO 8601 timestamp when the inventory item was last updated
InventoryItemsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAnyValueFilter
: The type of the None singleton.
InventoryItemsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSearchFilter
: The type of the None singleton.
InventoryItemsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsStringFilter
: The type of the None singleton.
InventoryItemsGetParams(*args, **kwargs)
: Parameters for inventory_items.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
inventory_item_id: str
: The type of the None singleton.
InventoryItemsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSearchFilter
: The type of the None singleton.
InventoryItemsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSearchFilter
: The type of the None singleton.
InventoryItemsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsInFilter
: The type of the None singleton.
InventoryItemsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
country_code_of_origin: list[str]
: ISO country code of the item's country of origin
created_at: list[str]
: ISO 8601 timestamp when the inventory item was created
id: list[int]
: Unique identifier for the inventory item
requires_shipping: list[bool]
: Whether the item requires shipping
sku: list[str]
: Stock keeping unit associated with the inventory item
tracked: list[bool]
: Whether Shopify is tracking inventory for this item
updated_at: list[str]
: ISO 8601 timestamp when the inventory item was last updated
InventoryItemsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsStringFilter
: The type of the None singleton.
InventoryItemsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsStringFilter
: The type of the None singleton.
InventoryItemsListParams(*args, **kwargs)
: Parameters for inventory_items.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
ids: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
InventoryItemsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSearchFilter
: The type of the None singleton.
InventoryItemsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSearchFilter
: The type of the None singleton.
InventoryItemsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSearchFilter
: The type of the None singleton.
InventoryItemsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAnyCondition
: The type of the None singleton.
InventoryItemsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.InventoryItemsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAnyCondition]
: The type of the None singleton.
InventoryItemsSearchFilter(*args, **kwargs)
: Available fields for filtering inventory_items search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
country_code_of_origin: str | None
: ISO country code of the item's country of origin
created_at: str | None
: ISO 8601 timestamp when the inventory item was created
id: int | None
: Unique identifier for the inventory item
requires_shipping: bool | None
: Whether the item requires shipping
sku: str | None
: Stock keeping unit associated with the inventory item
tracked: bool | None
: Whether Shopify is tracking inventory for this item
updated_at: str | None
: ISO 8601 timestamp when the inventory item was last updated
InventoryItemsSearchQuery(*args, **kwargs)
: Search query for inventory_items entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.InventoryItemsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryItemsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.InventoryItemsSortFilter]
: The type of the None singleton.
InventoryItemsSortFilter(*args, **kwargs)
: Available fields for sorting inventory_items search results.
Ancestors (in MRO)
- builtins.dict
Class variables
country_code_of_origin: Literal['asc', 'desc']
: ISO country code of the item's country of origin
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the inventory item was created
id: Literal['asc', 'desc']
: Unique identifier for the inventory item
requires_shipping: Literal['asc', 'desc']
: Whether the item requires shipping
sku: Literal['asc', 'desc']
: Stock keeping unit associated with the inventory item
tracked: Literal['asc', 'desc']
: Whether Shopify is tracking inventory for this item
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the inventory item was last updated
InventoryItemsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
country_code_of_origin: str
: ISO country code of the item's country of origin
created_at: str
: ISO 8601 timestamp when the inventory item was created
id: str
: Unique identifier for the inventory item
requires_shipping: str
: Whether the item requires shipping
sku: str
: Stock keeping unit associated with the inventory item
tracked: str
: Whether Shopify is tracking inventory for this item
updated_at: str
: ISO 8601 timestamp when the inventory item was last updated
InventoryLevelsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAnyCondition]
: The type of the None singleton.
InventoryLevelsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAnyValueFilter
: The type of the None singleton.
InventoryLevelsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
available: Any
: Number of units available at the location
inventory_item_id: Any
: Identifier of the inventory item
location_id: Any
: Identifier of the location holding the inventory
updated_at: Any
: ISO 8601 timestamp when the inventory level was last updated
InventoryLevelsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAnyValueFilter
: The type of the None singleton.
InventoryLevelsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSearchFilter
: The type of the None singleton.
InventoryLevelsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsStringFilter
: The type of the None singleton.
InventoryLevelsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSearchFilter
: The type of the None singleton.
InventoryLevelsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSearchFilter
: The type of the None singleton.
InventoryLevelsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsInFilter
: The type of the None singleton.
InventoryLevelsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
available: list[int]
: Number of units available at the location
inventory_item_id: list[int]
: Identifier of the inventory item
location_id: list[int]
: Identifier of the location holding the inventory
updated_at: list[str]
: ISO 8601 timestamp when the inventory level was last updated
InventoryLevelsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsStringFilter
: The type of the None singleton.
InventoryLevelsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsStringFilter
: The type of the None singleton.
InventoryLevelsListParams(*args, **kwargs)
: Parameters for inventory_levels.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
location_id: str
: The type of the None singleton.
InventoryLevelsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSearchFilter
: The type of the None singleton.
InventoryLevelsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSearchFilter
: The type of the None singleton.
InventoryLevelsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSearchFilter
: The type of the None singleton.
InventoryLevelsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAnyCondition
: The type of the None singleton.
InventoryLevelsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAnyCondition]
: The type of the None singleton.
InventoryLevelsSearchFilter(*args, **kwargs)
: Available fields for filtering inventory_levels search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
available: int | None
: Number of units available at the location
inventory_item_id: int | None
: Identifier of the inventory item
location_id: int | None
: Identifier of the location holding the inventory
updated_at: str | None
: ISO 8601 timestamp when the inventory level was last updated
InventoryLevelsSearchQuery(*args, **kwargs)
: Search query for inventory_levels entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsEqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsGteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLtCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLteCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsInCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsNotCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAndCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsOrCondition | airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.InventoryLevelsSortFilter]
: The type of the None singleton.
InventoryLevelsSortFilter(*args, **kwargs)
: Available fields for sorting inventory_levels search results.
Ancestors (in MRO)
- builtins.dict
Class variables
available: Literal['asc', 'desc']
: Number of units available at the location
inventory_item_id: Literal['asc', 'desc']
: Identifier of the inventory item
location_id: Literal['asc', 'desc']
: Identifier of the location holding the inventory
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the inventory level was last updated
InventoryLevelsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
available: str
: Number of units available at the location
inventory_item_id: str
: Identifier of the inventory item
location_id: str
: Identifier of the location holding the inventory
updated_at: str
: ISO 8601 timestamp when the inventory level was last updated
InventorySetCreateParams(*args, **kwargs)
: Parameters for inventory_set.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.InventorySetCreateParamsInput
: The type of the None singleton.
InventorySetCreateParamsInput(*args, **kwargs)
: Nested schema for InventorySetCreateParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
name: str
: The type of the None singleton.
quantities: list[airbyte_agent_sdk.connectors.shopify.types.InventorySetCreateParamsInputQuantitiesItem]
: The type of the None singleton.
reason: str
: The type of the None singleton.
reference_document_uri: str
: The type of the None singleton.
InventorySetCreateParamsInputQuantitiesItem(*args, **kwargs)
: Nested schema for InventorySetCreateParamsInput.quantities_item
Ancestors (in MRO)
- builtins.dict
Class variables
inventory_item_id: str
: The type of the None singleton.
location_id: str
: The type of the None singleton.
quantity: int
: The type of the None singleton.
LocationsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.LocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAnyCondition]
: The type of the None singleton.
LocationsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.LocationsAnyValueFilter
: The type of the None singleton.
LocationsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
active: Any
: Whether the location is currently active
address1: Any
: Primary street address of the location
city: Any
: City of the location
country: Any
: Country name of the location
country_code: Any
: ISO 3166-1 alpha-2 country code of the location
created_at: Any
: ISO 8601 timestamp when the location was created
id: Any
: Unique identifier for the location
name: Any
: Display name of the location
phone: Any
: Phone number for the location
province: Any
: Province, state, or region of the location
updated_at: Any
: ISO 8601 timestamp when the location was last updated
LocationsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.LocationsAnyValueFilter
: The type of the None singleton.
LocationsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.LocationsSearchFilter
: The type of the None singleton.
LocationsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.LocationsStringFilter
: The type of the None singleton.
LocationsGetParams(*args, **kwargs)
: Parameters for locations.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
location_id: str
: The type of the None singleton.
LocationsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.LocationsSearchFilter
: The type of the None singleton.
LocationsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.LocationsSearchFilter
: The type of the None singleton.
LocationsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.LocationsInFilter
: The type of the None singleton.
LocationsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
active: list[bool]
: Whether the location is currently active
address1: list[str]
: Primary street address of the location
city: list[str]
: City of the location
country: list[str]
: Country name of the location
country_code: list[str]
: ISO 3166-1 alpha-2 country code of the location
created_at: list[str]
: ISO 8601 timestamp when the location was created
id: list[int]
: Unique identifier for the location
name: list[str]
: Display name of the location
phone: list[str]
: Phone number for the location
province: list[str]
: Province, state, or region of the location
updated_at: list[str]
: ISO 8601 timestamp when the location was last updated
LocationsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.LocationsStringFilter
: The type of the None singleton.
LocationsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.LocationsStringFilter
: The type of the None singleton.
LocationsListParams(*args, **kwargs)
: Parameters for locations.list operation
Ancestors (in MRO)
- builtins.dict
LocationsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.LocationsSearchFilter
: The type of the None singleton.
LocationsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.LocationsSearchFilter
: The type of the None singleton.
LocationsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.LocationsSearchFilter
: The type of the None singleton.
LocationsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.LocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAnyCondition
: The type of the None singleton.
LocationsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.LocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAnyCondition]
: The type of the None singleton.
LocationsSearchFilter(*args, **kwargs)
: Available fields for filtering locations search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
active: bool | None
: Whether the location is currently active
address1: str | None
: Primary street address of the location
city: str | None
: City of the location
country: str | None
: Country name of the location
country_code: str | None
: ISO 3166-1 alpha-2 country code of the location
created_at: str | None
: ISO 8601 timestamp when the location was created
id: int | None
: Unique identifier for the location
name: str | None
: Display name of the location
phone: str | None
: Phone number for the location
province: str | None
: Province, state, or region of the location
updated_at: str | None
: ISO 8601 timestamp when the location was last updated
LocationsSearchQuery(*args, **kwargs)
: Search query for locations entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.LocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.LocationsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.LocationsSortFilter]
: The type of the None singleton.
LocationsSortFilter(*args, **kwargs)
: Available fields for sorting locations search results.
Ancestors (in MRO)
- builtins.dict
Class variables
active: Literal['asc', 'desc']
: Whether the location is currently active
address1: Literal['asc', 'desc']
: Primary street address of the location
city: Literal['asc', 'desc']
: City of the location
country: Literal['asc', 'desc']
: Country name of the location
country_code: Literal['asc', 'desc']
: ISO 3166-1 alpha-2 country code of the location
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the location was created
id: Literal['asc', 'desc']
: Unique identifier for the location
name: Literal['asc', 'desc']
: Display name of the location
phone: Literal['asc', 'desc']
: Phone number for the location
province: Literal['asc', 'desc']
: Province, state, or region of the location
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the location was last updated
LocationsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
active: str
: Whether the location is currently active
address1: str
: Primary street address of the location
city: str
: City of the location
country: str
: Country name of the location
country_code: str
: ISO 3166-1 alpha-2 country code of the location
created_at: str
: ISO 8601 timestamp when the location was created
id: str
: Unique identifier for the location
name: str
: Display name of the location
phone: str
: Phone number for the location
province: str
: Province, state, or region of the location
updated_at: str
: ISO 8601 timestamp when the location was last updated
MetafieldArticlesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAnyCondition]
: The type of the None singleton.
MetafieldArticlesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAnyValueFilter
: The type of the None singleton.
MetafieldArticlesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Identifier key for the metafield
namespace: Any
: Container namespace for the metafield
owner_id: Any
: Identifier of the article that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. article)
type_: Any
: The metafield's information type
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: The metafield value
MetafieldArticlesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAnyValueFilter
: The type of the None singleton.
MetafieldArticlesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSearchFilter
: The type of the None singleton.
MetafieldArticlesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesStringFilter
: The type of the None singleton.
MetafieldArticlesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSearchFilter
: The type of the None singleton.
MetafieldArticlesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSearchFilter
: The type of the None singleton.
MetafieldArticlesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesInFilter
: The type of the None singleton.
MetafieldArticlesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Identifier key for the metafield
namespace: list[str]
: Container namespace for the metafield
owner_id: list[int]
: Identifier of the article that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. article)
type_: list[str]
: The metafield's information type
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: The metafield value
MetafieldArticlesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesStringFilter
: The type of the None singleton.
MetafieldArticlesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesStringFilter
: The type of the None singleton.
MetafieldArticlesListParams(*args, **kwargs)
: Parameters for metafield_articles.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
article_id: str
: The type of the None singleton.
blog_id: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
MetafieldArticlesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSearchFilter
: The type of the None singleton.
MetafieldArticlesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSearchFilter
: The type of the None singleton.
MetafieldArticlesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSearchFilter
: The type of the None singleton.
MetafieldArticlesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAnyCondition
: The type of the None singleton.
MetafieldArticlesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAnyCondition]
: The type of the None singleton.
MetafieldArticlesSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_articles search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Identifier key for the metafield
namespace: str | None
: Container namespace for the metafield
owner_id: int | None
: Identifier of the article that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. article)
type_: str | None
: The metafield's information type
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: The metafield value
MetafieldArticlesSearchQuery(*args, **kwargs)
: Search query for metafield_articles entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldArticlesSortFilter]
: The type of the None singleton.
MetafieldArticlesSortFilter(*args, **kwargs)
: Available fields for sorting metafield_articles search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Identifier key for the metafield
namespace: Literal['asc', 'desc']
: Container namespace for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the article that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. article)
type_: Literal['asc', 'desc']
: The metafield's information type
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: The metafield value
MetafieldArticlesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Identifier key for the metafield
namespace: str
: Container namespace for the metafield
owner_id: str
: Identifier of the article that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. article)
type_: str
: The metafield's information type
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: The metafield value
MetafieldBlogsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAnyCondition]
: The type of the None singleton.
MetafieldBlogsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAnyValueFilter
: The type of the None singleton.
MetafieldBlogsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Identifier key for the metafield
namespace: Any
: Container namespace for the metafield
owner_id: Any
: Identifier of the blog that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. blog)
type_: Any
: The metafield's information type
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: The metafield value
MetafieldBlogsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAnyValueFilter
: The type of the None singleton.
MetafieldBlogsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSearchFilter
: The type of the None singleton.
MetafieldBlogsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsStringFilter
: The type of the None singleton.
MetafieldBlogsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSearchFilter
: The type of the None singleton.
MetafieldBlogsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSearchFilter
: The type of the None singleton.
MetafieldBlogsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsInFilter
: The type of the None singleton.
MetafieldBlogsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Identifier key for the metafield
namespace: list[str]
: Container namespace for the metafield
owner_id: list[int]
: Identifier of the blog that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. blog)
type_: list[str]
: The metafield's information type
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: The metafield value
MetafieldBlogsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsStringFilter
: The type of the None singleton.
MetafieldBlogsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsStringFilter
: The type of the None singleton.
MetafieldBlogsListParams(*args, **kwargs)
: Parameters for metafield_blogs.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
blog_id: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
MetafieldBlogsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSearchFilter
: The type of the None singleton.
MetafieldBlogsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSearchFilter
: The type of the None singleton.
MetafieldBlogsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSearchFilter
: The type of the None singleton.
MetafieldBlogsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAnyCondition
: The type of the None singleton.
MetafieldBlogsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAnyCondition]
: The type of the None singleton.
MetafieldBlogsSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_blogs search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Identifier key for the metafield
namespace: str | None
: Container namespace for the metafield
owner_id: int | None
: Identifier of the blog that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. blog)
type_: str | None
: The metafield's information type
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: The metafield value
MetafieldBlogsSearchQuery(*args, **kwargs)
: Search query for metafield_blogs entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldBlogsSortFilter]
: The type of the None singleton.
MetafieldBlogsSortFilter(*args, **kwargs)
: Available fields for sorting metafield_blogs search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Identifier key for the metafield
namespace: Literal['asc', 'desc']
: Container namespace for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the blog that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. blog)
type_: Literal['asc', 'desc']
: The metafield's information type
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: The metafield value
MetafieldBlogsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Identifier key for the metafield
namespace: str
: Container namespace for the metafield
owner_id: str
: Identifier of the blog that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. blog)
type_: str
: The metafield's information type
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: The metafield value
MetafieldCustomersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAnyCondition]
: The type of the None singleton.
MetafieldCustomersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAnyValueFilter
: The type of the None singleton.
MetafieldCustomersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldCustomersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAnyValueFilter
: The type of the None singleton.
MetafieldCustomersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSearchFilter
: The type of the None singleton.
MetafieldCustomersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersStringFilter
: The type of the None singleton.
MetafieldCustomersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSearchFilter
: The type of the None singleton.
MetafieldCustomersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSearchFilter
: The type of the None singleton.
MetafieldCustomersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersInFilter
: The type of the None singleton.
MetafieldCustomersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldCustomersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersStringFilter
: The type of the None singleton.
MetafieldCustomersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersStringFilter
: The type of the None singleton.
MetafieldCustomersListParams(*args, **kwargs)
: Parameters for metafield_customers.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
customer_id: str
: The type of the None singleton.
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldCustomersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSearchFilter
: The type of the None singleton.
MetafieldCustomersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSearchFilter
: The type of the None singleton.
MetafieldCustomersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSearchFilter
: The type of the None singleton.
MetafieldCustomersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAnyCondition
: The type of the None singleton.
MetafieldCustomersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAnyCondition]
: The type of the None singleton.
MetafieldCustomersSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_customers search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldCustomersSearchQuery(*args, **kwargs)
: Search query for metafield_customers entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldCustomersSortFilter]
: The type of the None singleton.
MetafieldCustomersSortFilter(*args, **kwargs)
: Available fields for sorting metafield_customers search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldCustomersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldDraftOrdersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAnyCondition]
: The type of the None singleton.
MetafieldDraftOrdersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAnyValueFilter
: The type of the None singleton.
MetafieldDraftOrdersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldDraftOrdersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAnyValueFilter
: The type of the None singleton.
MetafieldDraftOrdersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSearchFilter
: The type of the None singleton.
MetafieldDraftOrdersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersStringFilter
: The type of the None singleton.
MetafieldDraftOrdersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSearchFilter
: The type of the None singleton.
MetafieldDraftOrdersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSearchFilter
: The type of the None singleton.
MetafieldDraftOrdersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersInFilter
: The type of the None singleton.
MetafieldDraftOrdersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldDraftOrdersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersStringFilter
: The type of the None singleton.
MetafieldDraftOrdersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersStringFilter
: The type of the None singleton.
MetafieldDraftOrdersListParams(*args, **kwargs)
: Parameters for metafield_draft_orders.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
draft_order_id: str
: The type of the None singleton.
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldDraftOrdersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSearchFilter
: The type of the None singleton.
MetafieldDraftOrdersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSearchFilter
: The type of the None singleton.
MetafieldDraftOrdersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSearchFilter
: The type of the None singleton.
MetafieldDraftOrdersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAnyCondition
: The type of the None singleton.
MetafieldDraftOrdersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAnyCondition]
: The type of the None singleton.
MetafieldDraftOrdersSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_draft_orders search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldDraftOrdersSearchQuery(*args, **kwargs)
: Search query for metafield_draft_orders entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldDraftOrdersSortFilter]
: The type of the None singleton.
MetafieldDraftOrdersSortFilter(*args, **kwargs)
: Available fields for sorting metafield_draft_orders search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldDraftOrdersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldLocationsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAnyCondition]
: The type of the None singleton.
MetafieldLocationsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAnyValueFilter
: The type of the None singleton.
MetafieldLocationsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldLocationsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAnyValueFilter
: The type of the None singleton.
MetafieldLocationsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSearchFilter
: The type of the None singleton.
MetafieldLocationsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsStringFilter
: The type of the None singleton.
MetafieldLocationsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSearchFilter
: The type of the None singleton.
MetafieldLocationsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSearchFilter
: The type of the None singleton.
MetafieldLocationsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsInFilter
: The type of the None singleton.
MetafieldLocationsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldLocationsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsStringFilter
: The type of the None singleton.
MetafieldLocationsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsStringFilter
: The type of the None singleton.
MetafieldLocationsListParams(*args, **kwargs)
: Parameters for metafield_locations.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
location_id: str
: The type of the None singleton.
namespace: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldLocationsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSearchFilter
: The type of the None singleton.
MetafieldLocationsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSearchFilter
: The type of the None singleton.
MetafieldLocationsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSearchFilter
: The type of the None singleton.
MetafieldLocationsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAnyCondition
: The type of the None singleton.
MetafieldLocationsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAnyCondition]
: The type of the None singleton.
MetafieldLocationsSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_locations search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldLocationsSearchQuery(*args, **kwargs)
: Search query for metafield_locations entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldLocationsSortFilter]
: The type of the None singleton.
MetafieldLocationsSortFilter(*args, **kwargs)
: Available fields for sorting metafield_locations search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldLocationsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldOrdersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAnyCondition]
: The type of the None singleton.
MetafieldOrdersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAnyValueFilter
: The type of the None singleton.
MetafieldOrdersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldOrdersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAnyValueFilter
: The type of the None singleton.
MetafieldOrdersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSearchFilter
: The type of the None singleton.
MetafieldOrdersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersStringFilter
: The type of the None singleton.
MetafieldOrdersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSearchFilter
: The type of the None singleton.
MetafieldOrdersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSearchFilter
: The type of the None singleton.
MetafieldOrdersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersInFilter
: The type of the None singleton.
MetafieldOrdersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldOrdersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersStringFilter
: The type of the None singleton.
MetafieldOrdersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersStringFilter
: The type of the None singleton.
MetafieldOrdersListParams(*args, **kwargs)
: Parameters for metafield_orders.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
order_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldOrdersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSearchFilter
: The type of the None singleton.
MetafieldOrdersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSearchFilter
: The type of the None singleton.
MetafieldOrdersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSearchFilter
: The type of the None singleton.
MetafieldOrdersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAnyCondition
: The type of the None singleton.
MetafieldOrdersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAnyCondition]
: The type of the None singleton.
MetafieldOrdersSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_orders search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldOrdersSearchQuery(*args, **kwargs)
: Search query for metafield_orders entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldOrdersSortFilter]
: The type of the None singleton.
MetafieldOrdersSortFilter(*args, **kwargs)
: Available fields for sorting metafield_orders search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldOrdersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldPagesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAnyCondition]
: The type of the None singleton.
MetafieldPagesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAnyValueFilter
: The type of the None singleton.
MetafieldPagesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Identifier key for the metafield
namespace: Any
: Container namespace for the metafield
owner_id: Any
: Identifier of the page that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. page)
type_: Any
: The metafield's information type
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: The metafield value
MetafieldPagesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAnyValueFilter
: The type of the None singleton.
MetafieldPagesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSearchFilter
: The type of the None singleton.
MetafieldPagesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesStringFilter
: The type of the None singleton.
MetafieldPagesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSearchFilter
: The type of the None singleton.
MetafieldPagesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSearchFilter
: The type of the None singleton.
MetafieldPagesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesInFilter
: The type of the None singleton.
MetafieldPagesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Identifier key for the metafield
namespace: list[str]
: Container namespace for the metafield
owner_id: list[int]
: Identifier of the page that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. page)
type_: list[str]
: The metafield's information type
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: The metafield value
MetafieldPagesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesStringFilter
: The type of the None singleton.
MetafieldPagesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesStringFilter
: The type of the None singleton.
MetafieldPagesListParams(*args, **kwargs)
: Parameters for metafield_pages.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
page_id: str
: The type of the None singleton.
MetafieldPagesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSearchFilter
: The type of the None singleton.
MetafieldPagesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSearchFilter
: The type of the None singleton.
MetafieldPagesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSearchFilter
: The type of the None singleton.
MetafieldPagesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAnyCondition
: The type of the None singleton.
MetafieldPagesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAnyCondition]
: The type of the None singleton.
MetafieldPagesSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_pages search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Identifier key for the metafield
namespace: str | None
: Container namespace for the metafield
owner_id: int | None
: Identifier of the page that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. page)
type_: str | None
: The metafield's information type
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: The metafield value
MetafieldPagesSearchQuery(*args, **kwargs)
: Search query for metafield_pages entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldPagesSortFilter]
: The type of the None singleton.
MetafieldPagesSortFilter(*args, **kwargs)
: Available fields for sorting metafield_pages search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Identifier key for the metafield
namespace: Literal['asc', 'desc']
: Container namespace for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the page that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. page)
type_: Literal['asc', 'desc']
: The metafield's information type
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: The metafield value
MetafieldPagesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Identifier key for the metafield
namespace: str
: Container namespace for the metafield
owner_id: str
: Identifier of the page that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. page)
type_: str
: The metafield's information type
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: The metafield value
MetafieldProductImagesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAnyCondition]
: The type of the None singleton.
MetafieldProductImagesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAnyValueFilter
: The type of the None singleton.
MetafieldProductImagesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldProductImagesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAnyValueFilter
: The type of the None singleton.
MetafieldProductImagesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSearchFilter
: The type of the None singleton.
MetafieldProductImagesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesStringFilter
: The type of the None singleton.
MetafieldProductImagesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSearchFilter
: The type of the None singleton.
MetafieldProductImagesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSearchFilter
: The type of the None singleton.
MetafieldProductImagesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesInFilter
: The type of the None singleton.
MetafieldProductImagesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldProductImagesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesStringFilter
: The type of the None singleton.
MetafieldProductImagesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesStringFilter
: The type of the None singleton.
MetafieldProductImagesListParams(*args, **kwargs)
: Parameters for metafield_product_images.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
image_id: str
: The type of the None singleton.
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
product_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldProductImagesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSearchFilter
: The type of the None singleton.
MetafieldProductImagesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSearchFilter
: The type of the None singleton.
MetafieldProductImagesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSearchFilter
: The type of the None singleton.
MetafieldProductImagesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAnyCondition
: The type of the None singleton.
MetafieldProductImagesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAnyCondition]
: The type of the None singleton.
MetafieldProductImagesSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_product_images search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldProductImagesSearchQuery(*args, **kwargs)
: Search query for metafield_product_images entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductImagesSortFilter]
: The type of the None singleton.
MetafieldProductImagesSortFilter(*args, **kwargs)
: Available fields for sorting metafield_product_images search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldProductImagesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldProductVariantsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAnyCondition]
: The type of the None singleton.
MetafieldProductVariantsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAnyValueFilter
: The type of the None singleton.
MetafieldProductVariantsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldProductVariantsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAnyValueFilter
: The type of the None singleton.
MetafieldProductVariantsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSearchFilter
: The type of the None singleton.
MetafieldProductVariantsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsStringFilter
: The type of the None singleton.
MetafieldProductVariantsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSearchFilter
: The type of the None singleton.
MetafieldProductVariantsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSearchFilter
: The type of the None singleton.
MetafieldProductVariantsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsInFilter
: The type of the None singleton.
MetafieldProductVariantsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldProductVariantsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsStringFilter
: The type of the None singleton.
MetafieldProductVariantsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsStringFilter
: The type of the None singleton.
MetafieldProductVariantsListParams(*args, **kwargs)
: Parameters for metafield_product_variants.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
variant_id: str
: The type of the None singleton.
MetafieldProductVariantsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSearchFilter
: The type of the None singleton.
MetafieldProductVariantsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSearchFilter
: The type of the None singleton.
MetafieldProductVariantsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSearchFilter
: The type of the None singleton.
MetafieldProductVariantsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAnyCondition
: The type of the None singleton.
MetafieldProductVariantsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAnyCondition]
: The type of the None singleton.
MetafieldProductVariantsSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_product_variants search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldProductVariantsSearchQuery(*args, **kwargs)
: Search query for metafield_product_variants entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductVariantsSortFilter]
: The type of the None singleton.
MetafieldProductVariantsSortFilter(*args, **kwargs)
: Available fields for sorting metafield_product_variants search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldProductVariantsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldProductsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAnyCondition]
: The type of the None singleton.
MetafieldProductsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAnyValueFilter
: The type of the None singleton.
MetafieldProductsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldProductsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAnyValueFilter
: The type of the None singleton.
MetafieldProductsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSearchFilter
: The type of the None singleton.
MetafieldProductsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsStringFilter
: The type of the None singleton.
MetafieldProductsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSearchFilter
: The type of the None singleton.
MetafieldProductsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSearchFilter
: The type of the None singleton.
MetafieldProductsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsInFilter
: The type of the None singleton.
MetafieldProductsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldProductsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsStringFilter
: The type of the None singleton.
MetafieldProductsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsStringFilter
: The type of the None singleton.
MetafieldProductsListParams(*args, **kwargs)
: Parameters for metafield_products.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
product_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldProductsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSearchFilter
: The type of the None singleton.
MetafieldProductsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSearchFilter
: The type of the None singleton.
MetafieldProductsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSearchFilter
: The type of the None singleton.
MetafieldProductsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAnyCondition
: The type of the None singleton.
MetafieldProductsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAnyCondition]
: The type of the None singleton.
MetafieldProductsSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_products search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldProductsSearchQuery(*args, **kwargs)
: Search query for metafield_products entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldProductsSortFilter]
: The type of the None singleton.
MetafieldProductsSortFilter(*args, **kwargs)
: Available fields for sorting metafield_products search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldProductsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldShopsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAnyCondition]
: The type of the None singleton.
MetafieldShopsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAnyValueFilter
: The type of the None singleton.
MetafieldShopsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldShopsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAnyValueFilter
: The type of the None singleton.
MetafieldShopsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSearchFilter
: The type of the None singleton.
MetafieldShopsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsStringFilter
: The type of the None singleton.
MetafieldShopsGetParams(*args, **kwargs)
: Parameters for metafield_shops.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
metafield_id: str
: The type of the None singleton.
MetafieldShopsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSearchFilter
: The type of the None singleton.
MetafieldShopsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSearchFilter
: The type of the None singleton.
MetafieldShopsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsInFilter
: The type of the None singleton.
MetafieldShopsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldShopsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsStringFilter
: The type of the None singleton.
MetafieldShopsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsStringFilter
: The type of the None singleton.
MetafieldShopsListParams(*args, **kwargs)
: Parameters for metafield_shops.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
type: str
: The type of the None singleton.
MetafieldShopsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSearchFilter
: The type of the None singleton.
MetafieldShopsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSearchFilter
: The type of the None singleton.
MetafieldShopsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSearchFilter
: The type of the None singleton.
MetafieldShopsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAnyCondition
: The type of the None singleton.
MetafieldShopsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAnyCondition]
: The type of the None singleton.
MetafieldShopsSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_shops search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldShopsSearchQuery(*args, **kwargs)
: Search query for metafield_shops entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldShopsSortFilter]
: The type of the None singleton.
MetafieldShopsSortFilter(*args, **kwargs)
: Available fields for sorting metafield_shops search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldShopsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldSmartCollectionsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAnyCondition]
: The type of the None singleton.
MetafieldSmartCollectionsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAnyValueFilter
: The type of the None singleton.
MetafieldSmartCollectionsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the metafield was created
description: Any
: Human-readable description of the metafield
id: Any
: Unique identifier for the metafield
key: Any
: Key of the metafield within its namespace
namespace: Any
: Namespace group for the metafield
owner_id: Any
: Identifier of the resource that owns this metafield
owner_resource: Any
: Resource type that owns this metafield (e.g. product, customer)
type_: Any
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Any
: ISO 8601 timestamp when the metafield was last updated
value: Any
: Serialized value stored in the metafield
MetafieldSmartCollectionsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAnyValueFilter
: The type of the None singleton.
MetafieldSmartCollectionsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSearchFilter
: The type of the None singleton.
MetafieldSmartCollectionsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsStringFilter
: The type of the None singleton.
MetafieldSmartCollectionsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSearchFilter
: The type of the None singleton.
MetafieldSmartCollectionsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSearchFilter
: The type of the None singleton.
MetafieldSmartCollectionsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsInFilter
: The type of the None singleton.
MetafieldSmartCollectionsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the metafield was created
description: list[str]
: Human-readable description of the metafield
id: list[int]
: Unique identifier for the metafield
key: list[str]
: Key of the metafield within its namespace
namespace: list[str]
: Namespace group for the metafield
owner_id: list[int]
: Identifier of the resource that owns this metafield
owner_resource: list[str]
: Resource type that owns this metafield (e.g. product, customer)
type_: list[str]
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: list[str]
: ISO 8601 timestamp when the metafield was last updated
value: list[str]
: Serialized value stored in the metafield
MetafieldSmartCollectionsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsStringFilter
: The type of the None singleton.
MetafieldSmartCollectionsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsStringFilter
: The type of the None singleton.
MetafieldSmartCollectionsListParams(*args, **kwargs)
: Parameters for metafield_smart_collections.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: str
: The type of the None singleton.
key: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
namespace: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
MetafieldSmartCollectionsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSearchFilter
: The type of the None singleton.
MetafieldSmartCollectionsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSearchFilter
: The type of the None singleton.
MetafieldSmartCollectionsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSearchFilter
: The type of the None singleton.
MetafieldSmartCollectionsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAnyCondition
: The type of the None singleton.
MetafieldSmartCollectionsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAnyCondition]
: The type of the None singleton.
MetafieldSmartCollectionsSearchFilter(*args, **kwargs)
: Available fields for filtering metafield_smart_collections search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the metafield was created
description: str | None
: Human-readable description of the metafield
id: int | None
: Unique identifier for the metafield
key: str | None
: Key of the metafield within its namespace
namespace: str | None
: Namespace group for the metafield
owner_id: int | None
: Identifier of the resource that owns this metafield
owner_resource: str | None
: Resource type that owns this metafield (e.g. product, customer)
type_: str | None
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str | None
: ISO 8601 timestamp when the metafield was last updated
value: str | None
: Serialized value stored in the metafield
MetafieldSmartCollectionsSearchQuery(*args, **kwargs)
: Search query for metafield_smart_collections entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldSmartCollectionsSortFilter]
: The type of the None singleton.
MetafieldSmartCollectionsSortFilter(*args, **kwargs)
: Available fields for sorting metafield_smart_collections search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was created
description: Literal['asc', 'desc']
: Human-readable description of the metafield
id: Literal['asc', 'desc']
: Unique identifier for the metafield
key: Literal['asc', 'desc']
: Key of the metafield within its namespace
namespace: Literal['asc', 'desc']
: Namespace group for the metafield
owner_id: Literal['asc', 'desc']
: Identifier of the resource that owns this metafield
owner_resource: Literal['asc', 'desc']
: Resource type that owns this metafield (e.g. product, customer)
type_: Literal['asc', 'desc']
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the metafield was last updated
value: Literal['asc', 'desc']
: Serialized value stored in the metafield
MetafieldSmartCollectionsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the metafield was created
description: str
: Human-readable description of the metafield
id: str
: Unique identifier for the metafield
key: str
: Key of the metafield within its namespace
namespace: str
: Namespace group for the metafield
owner_id: str
: Identifier of the resource that owns this metafield
owner_resource: str
: Resource type that owns this metafield (e.g. product, customer)
type_: str
: Shopify metafield type (e.g. single_line_text_field, json)
updated_at: str
: ISO 8601 timestamp when the metafield was last updated
value: str
: Serialized value stored in the metafield
MetafieldsCreateParams(*args, **kwargs)
: Parameters for metafields.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
metafields: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldsCreateParamsMetafieldsItem]
: The type of the None singleton.
MetafieldsCreateParamsMetafieldsItem(*args, **kwargs)
: Nested schema for MetafieldsCreateParams.metafields_item
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
namespace: str
: The type of the None singleton.
owner_id: str
: The type of the None singleton.
type_: str
: The type of the None singleton.
value: str
: The type of the None singleton.
MetafieldsDeleteParams(*args, **kwargs)
: Parameters for metafields.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
metafields: list[airbyte_agent_sdk.connectors.shopify.types.MetafieldsDeleteParamsMetafieldsItem]
: The type of the None singleton.
MetafieldsDeleteParamsMetafieldsItem(*args, **kwargs)
: Nested schema for MetafieldsDeleteParams.metafields_item
Ancestors (in MRO)
- builtins.dict
Class variables
key: str
: The type of the None singleton.
namespace: str
: The type of the None singleton.
owner_id: str
: The type of the None singleton.
OrderRefundsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.OrderRefundsEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsInCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAnyCondition]
: The type of the None singleton.
OrderRefundsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAnyValueFilter
: The type of the None singleton.
OrderRefundsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Any
: ISO 8601 timestamp when the refund was created
id: Any
: Unique identifier for the refund
note: Any
: Merchant-provided note explaining the refund
order_id: Any
: Identifier of the refunded order
processed_at: Any
: ISO 8601 timestamp when the refund was processed
user_id: Any
: Identifier of the staff user who processed the refund
OrderRefundsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAnyValueFilter
: The type of the None singleton.
OrderRefundsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSearchFilter
: The type of the None singleton.
OrderRefundsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsStringFilter
: The type of the None singleton.
OrderRefundsGetParams(*args, **kwargs)
: Parameters for order_refunds.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
order_id: str
: The type of the None singleton.
refund_id: str
: The type of the None singleton.
OrderRefundsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSearchFilter
: The type of the None singleton.
OrderRefundsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSearchFilter
: The type of the None singleton.
OrderRefundsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsInFilter
: The type of the None singleton.
OrderRefundsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: list[str]
: ISO 8601 timestamp when the refund was created
id: list[int]
: Unique identifier for the refund
note: list[str]
: Merchant-provided note explaining the refund
order_id: list[int]
: Identifier of the refunded order
processed_at: list[str]
: ISO 8601 timestamp when the refund was processed
user_id: list[int]
: Identifier of the staff user who processed the refund
OrderRefundsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsStringFilter
: The type of the None singleton.
OrderRefundsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsStringFilter
: The type of the None singleton.
OrderRefundsListParams(*args, **kwargs)
: Parameters for order_refunds.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
order_id: str
: The type of the None singleton.
OrderRefundsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSearchFilter
: The type of the None singleton.
OrderRefundsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSearchFilter
: The type of the None singleton.
OrderRefundsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSearchFilter
: The type of the None singleton.
OrderRefundsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsInCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAnyCondition
: The type of the None singleton.
OrderRefundsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.OrderRefundsEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsInCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAnyCondition]
: The type of the None singleton.
OrderRefundsSearchFilter(*args, **kwargs)
: Available fields for filtering order_refunds search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str | None
: ISO 8601 timestamp when the refund was created
id: int | None
: Unique identifier for the refund
note: str | None
: Merchant-provided note explaining the refund
order_id: int | None
: Identifier of the refunded order
processed_at: str | None
: ISO 8601 timestamp when the refund was processed
user_id: int | None
: Identifier of the staff user who processed the refund
OrderRefundsSearchQuery(*args, **kwargs)
: Search query for order_refunds entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.OrderRefundsEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsInCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrderRefundsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.OrderRefundsSortFilter]
: The type of the None singleton.
OrderRefundsSortFilter(*args, **kwargs)
: Available fields for sorting order_refunds search results.
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the refund was created
id: Literal['asc', 'desc']
: Unique identifier for the refund
note: Literal['asc', 'desc']
: Merchant-provided note explaining the refund
order_id: Literal['asc', 'desc']
: Identifier of the refunded order
processed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the refund was processed
user_id: Literal['asc', 'desc']
: Identifier of the staff user who processed the refund
OrderRefundsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
created_at: str
: ISO 8601 timestamp when the refund was created
id: str
: Unique identifier for the refund
note: str
: Merchant-provided note explaining the refund
order_id: str
: Identifier of the refunded order
processed_at: str
: ISO 8601 timestamp when the refund was processed
user_id: str
: Identifier of the staff user who processed the refund
OrdersAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.OrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAnyCondition]
: The type of the None singleton.
OrdersAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.OrdersAnyValueFilter
: The type of the None singleton.
OrdersAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
cancel_reason: Any
: Reason the order was cancelled, if applicable
cancelled_at: Any
: ISO 8601 timestamp when the order was cancelled, if applicable
closed_at: Any
: ISO 8601 timestamp when the order was closed, if applicable
created_at: Any
: ISO 8601 timestamp when the order was created
currency: Any
: ISO 4217 currency code for the order totals
email: Any
: Email address associated with the order
financial_status: Any
: Payment status of the order (e.g. paid, pending, refunded, partially_refunded)
fulfillment_status: Any
: Fulfillment status of the order (e.g. fulfilled, partial, null for unfulfilled)
id: Any
: Unique identifier for the order
name: Any
: Shopify-assigned display name for the order (e.g. #1001)
note: Any
: Merchant-provided note on the order
order_number: Any
: Sequential order number displayed in the Shopify admin
phone: Any
: Phone number associated with the order
processed_at: Any
: ISO 8601 timestamp when the order was processed
subtotal_price: Any
: Subtotal of the order before shipping and taxes
tags: Any
: Comma-separated tags attached to the order
total_discounts: Any
: Total discount amount applied to the order
total_price: Any
: Total price of the order including taxes and discounts
total_tax: Any
: Total tax amount applied to the order
total_weight: Any
: Total weight of all items in the order, in grams
updated_at: Any
: ISO 8601 timestamp when the order was last updated
OrdersContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.OrdersAnyValueFilter
: The type of the None singleton.
OrdersCreateParams(*args, **kwargs)
: Parameters for orders.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
options: airbyte_agent_sdk.connectors.shopify.types.OrdersCreateParamsOptions
: The type of the None singleton.
order: airbyte_agent_sdk.connectors.shopify.types.OrdersCreateParamsOrder
: The type of the None singleton.
OrdersCreateParamsOptions(*args, **kwargs)
: OrderCreateOptionsInput
Ancestors (in MRO)
- builtins.dict
Class variables
inventory_behaviour: str
: The type of the None singleton.
OrdersCreateParamsOrder(*args, **kwargs)
: OrderCreateOrderInput object
Ancestors (in MRO)
- builtins.dict
Class variables
customer_id: str
: The type of the None singleton.
email: str
: The type of the None singleton.
line_items: list[airbyte_agent_sdk.connectors.shopify.types.OrdersCreateParamsOrderLineitemsItem]
: The type of the None singleton.
note: str
: The type of the None singleton.
shipping_address: airbyte_agent_sdk.connectors.shopify.types.OrdersCreateParamsOrderShippingaddress
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
OrdersCreateParamsOrderLineitemsItem(*args, **kwargs)
: Nested schema for OrdersCreateParamsOrder.lineItems_item
Ancestors (in MRO)
- builtins.dict
Class variables
price_set: airbyte_agent_sdk.connectors.shopify.types.OrdersCreateParamsOrderLineitemsItemPriceset
: The type of the None singleton.
quantity: int
: The type of the None singleton.
title: str
: The type of the None singleton.
variant_id: str
: The type of the None singleton.
OrdersCreateParamsOrderLineitemsItemPriceset(*args, **kwargs)
: Nested schema for OrdersCreateParamsOrderLineitemsItem.priceSet
Ancestors (in MRO)
- builtins.dict
Class variables
shop_money: airbyte_agent_sdk.connectors.shopify.types.OrdersCreateParamsOrderLineitemsItemPricesetShopmoney
: The type of the None singleton.
OrdersCreateParamsOrderLineitemsItemPricesetShopmoney(*args, **kwargs)
: Nested schema for OrdersCreateParamsOrderLineitemsItemPriceset.shopMoney
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str
: The type of the None singleton.
currency_code: str
: The type of the None singleton.
OrdersCreateParamsOrderShippingaddress(*args, **kwargs)
: Nested schema for OrdersCreateParamsOrder.shippingAddress
Ancestors (in MRO)
- builtins.dict
Class variables
address1: str
: The type of the None singleton.
city: str
: The type of the None singleton.
country_code: str
: The type of the None singleton.
first_name: str
: The type of the None singleton.
last_name: str
: The type of the None singleton.
province_code: str
: The type of the None singleton.
zip: str
: The type of the None singleton.
OrdersDeleteParams(*args, **kwargs)
: Parameters for orders.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
notify_customer: bool
: The type of the None singleton.
order_id: str
: The type of the None singleton.
reason: str
: The type of the None singleton.
refund: bool
: The type of the None singleton.
restock: bool
: The type of the None singleton.
staff_note: str
: The type of the None singleton.
OrdersEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.OrdersSearchFilter
: The type of the None singleton.
OrdersFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.OrdersStringFilter
: The type of the None singleton.
OrdersGetParams(*args, **kwargs)
: Parameters for orders.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
order_id: str
: The type of the None singleton.
OrdersGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.OrdersSearchFilter
: The type of the None singleton.
OrdersGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.OrdersSearchFilter
: The type of the None singleton.
OrdersInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.OrdersInFilter
: The type of the None singleton.
OrdersInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
cancel_reason: list[str]
: Reason the order was cancelled, if applicable
cancelled_at: list[str]
: ISO 8601 timestamp when the order was cancelled, if applicable
closed_at: list[str]
: ISO 8601 timestamp when the order was closed, if applicable
created_at: list[str]
: ISO 8601 timestamp when the order was created
currency: list[str]
: ISO 4217 currency code for the order totals
email: list[str]
: Email address associated with the order
financial_status: list[str]
: Payment status of the order (e.g. paid, pending, refunded, partially_refunded)
fulfillment_status: list[str]
: Fulfillment status of the order (e.g. fulfilled, partial, null for unfulfilled)
id: list[int]
: Unique identifier for the order
name: list[str]
: Shopify-assigned display name for the order (e.g. #1001)
note: list[str]
: Merchant-provided note on the order
order_number: list[int]
: Sequential order number displayed in the Shopify admin
phone: list[str]
: Phone number associated with the order
processed_at: list[str]
: ISO 8601 timestamp when the order was processed
subtotal_price: list[str]
: Subtotal of the order before shipping and taxes
tags: list[str]
: Comma-separated tags attached to the order
total_discounts: list[str]
: Total discount amount applied to the order
total_price: list[str]
: Total price of the order including taxes and discounts
total_tax: list[str]
: Total tax amount applied to the order
total_weight: list[int]
: Total weight of all items in the order, in grams
updated_at: list[str]
: ISO 8601 timestamp when the order was last updated
OrdersKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.OrdersStringFilter
: The type of the None singleton.
OrdersLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.OrdersStringFilter
: The type of the None singleton.
OrdersListParams(*args, **kwargs)
: Parameters for orders.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
financial_status: str
: The type of the None singleton.
fulfillment_status: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
status: str
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
OrdersLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.OrdersSearchFilter
: The type of the None singleton.
OrdersLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.OrdersSearchFilter
: The type of the None singleton.
OrdersNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.OrdersSearchFilter
: The type of the None singleton.
OrdersNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.OrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAnyCondition
: The type of the None singleton.
OrdersOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.OrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAnyCondition]
: The type of the None singleton.
OrdersSearchFilter(*args, **kwargs)
: Available fields for filtering orders search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
cancel_reason: str | None
: Reason the order was cancelled, if applicable
cancelled_at: str | None
: ISO 8601 timestamp when the order was cancelled, if applicable
closed_at: str | None
: ISO 8601 timestamp when the order was closed, if applicable
created_at: str | None
: ISO 8601 timestamp when the order was created
currency: str | None
: ISO 4217 currency code for the order totals
email: str | None
: Email address associated with the order
financial_status: str | None
: Payment status of the order (e.g. paid, pending, refunded, partially_refunded)
fulfillment_status: str | None
: Fulfillment status of the order (e.g. fulfilled, partial, null for unfulfilled)
id: int | None
: Unique identifier for the order
name: str | None
: Shopify-assigned display name for the order (e.g. #1001)
note: str | None
: Merchant-provided note on the order
order_number: int | None
: Sequential order number displayed in the Shopify admin
phone: str | None
: Phone number associated with the order
processed_at: str | None
: ISO 8601 timestamp when the order was processed
subtotal_price: str | None
: Subtotal of the order before shipping and taxes
tags: str | None
: Comma-separated tags attached to the order
total_discounts: str | None
: Total discount amount applied to the order
total_price: str | None
: Total price of the order including taxes and discounts
total_tax: str | None
: Total tax amount applied to the order
total_weight: int | None
: Total weight of all items in the order, in grams
updated_at: str | None
: ISO 8601 timestamp when the order was last updated
OrdersSearchQuery(*args, **kwargs)
: Search query for orders entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.OrdersEqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNeqCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersGteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLtCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLteCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersInCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersLikeCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersContainsCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersNotCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAndCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersOrCondition | airbyte_agent_sdk.connectors.shopify.types.OrdersAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.OrdersSortFilter]
: The type of the None singleton.
OrdersSortFilter(*args, **kwargs)
: Available fields for sorting orders search results.
Ancestors (in MRO)
- builtins.dict
Class variables
cancel_reason: Literal['asc', 'desc']
: Reason the order was cancelled, if applicable
cancelled_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the order was cancelled, if applicable
closed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the order was closed, if applicable
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the order was created
currency: Literal['asc', 'desc']
: ISO 4217 currency code for the order totals
email: Literal['asc', 'desc']
: Email address associated with the order
financial_status: Literal['asc', 'desc']
: Payment status of the order (e.g. paid, pending, refunded, partially_refunded)
fulfillment_status: Literal['asc', 'desc']
: Fulfillment status of the order (e.g. fulfilled, partial, null for unfulfilled)
id: Literal['asc', 'desc']
: Unique identifier for the order
name: Literal['asc', 'desc']
: Shopify-assigned display name for the order (e.g. #1001)
note: Literal['asc', 'desc']
: Merchant-provided note on the order
order_number: Literal['asc', 'desc']
: Sequential order number displayed in the Shopify admin
phone: Literal['asc', 'desc']
: Phone number associated with the order
processed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the order was processed
subtotal_price: Literal['asc', 'desc']
: Subtotal of the order before shipping and taxes
tags: Literal['asc', 'desc']
: Comma-separated tags attached to the order
total_discounts: Literal['asc', 'desc']
: Total discount amount applied to the order
total_price: Literal['asc', 'desc']
: Total price of the order including taxes and discounts
total_tax: Literal['asc', 'desc']
: Total tax amount applied to the order
total_weight: Literal['asc', 'desc']
: Total weight of all items in the order, in grams
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the order was last updated
OrdersStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
cancel_reason: str
: Reason the order was cancelled, if applicable
cancelled_at: str
: ISO 8601 timestamp when the order was cancelled, if applicable
closed_at: str
: ISO 8601 timestamp when the order was closed, if applicable
created_at: str
: ISO 8601 timestamp when the order was created
currency: str
: ISO 4217 currency code for the order totals
email: str
: Email address associated with the order
financial_status: str
: Payment status of the order (e.g. paid, pending, refunded, partially_refunded)
fulfillment_status: str
: Fulfillment status of the order (e.g. fulfilled, partial, null for unfulfilled)
id: str
: Unique identifier for the order
name: str
: Shopify-assigned display name for the order (e.g. #1001)
note: str
: Merchant-provided note on the order
order_number: str
: Sequential order number displayed in the Shopify admin
phone: str
: Phone number associated with the order
processed_at: str
: ISO 8601 timestamp when the order was processed
subtotal_price: str
: Subtotal of the order before shipping and taxes
tags: str
: Comma-separated tags attached to the order
total_discounts: str
: Total discount amount applied to the order
total_price: str
: Total price of the order including taxes and discounts
total_tax: str
: Total tax amount applied to the order
total_weight: str
: Total weight of all items in the order, in grams
updated_at: str
: ISO 8601 timestamp when the order was last updated
OrdersUpdateParams(*args, **kwargs)
: Parameters for orders.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.OrdersUpdateParamsInput
: The type of the None singleton.
OrdersUpdateParamsInput(*args, **kwargs)
: Nested schema for OrdersUpdateParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
email: str
: The type of the None singleton.
id: str
: The type of the None singleton.
note: str
: The type of the None singleton.
shipping_address: airbyte_agent_sdk.connectors.shopify.types.OrdersUpdateParamsInputShippingaddress
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
OrdersUpdateParamsInputShippingaddress(*args, **kwargs)
: Nested schema for OrdersUpdateParamsInput.shippingAddress
Ancestors (in MRO)
- builtins.dict
Class variables
address1: str
: The type of the None singleton.
city: str
: The type of the None singleton.
country_code: str
: The type of the None singleton.
province_code: str
: The type of the None singleton.
zip: str
: The type of the None singleton.
PagesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.PagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesInCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAnyCondition]
: The type of the None singleton.
PagesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.PagesAnyValueFilter
: The type of the None singleton.
PagesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
author: Any
: Name of the page author
body_html: Any
: HTML content of the page
created_at: Any
: ISO 8601 timestamp when the page was created
handle: Any
: URL-friendly handle for the page
id: Any
: Unique identifier for the page
published_at: Any
: ISO 8601 timestamp when the page was published
title: Any
: Title of the page
updated_at: Any
: ISO 8601 timestamp when the page was last updated
PagesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.PagesAnyValueFilter
: The type of the None singleton.
PagesCreateParams(*args, **kwargs)
: Parameters for pages.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
page: airbyte_agent_sdk.connectors.shopify.types.PagesCreateParamsPage
: The type of the None singleton.
PagesCreateParamsPage(*args, **kwargs)
: Nested schema for PagesCreateParams.page
Ancestors (in MRO)
- builtins.dict
Class variables
body: str
: The type of the None singleton.
handle: str
: The type of the None singleton.
is_published: bool
: The type of the None singleton.
title: str
: The type of the None singleton.
PagesDeleteParams(*args, **kwargs)
: Parameters for pages.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
PagesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.PagesSearchFilter
: The type of the None singleton.
PagesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.PagesStringFilter
: The type of the None singleton.
PagesGetParams(*args, **kwargs)
: Parameters for pages.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
page_id: str
: The type of the None singleton.
PagesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.PagesSearchFilter
: The type of the None singleton.
PagesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.PagesSearchFilter
: The type of the None singleton.
PagesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.PagesInFilter
: The type of the None singleton.
PagesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
author: list[str]
: Name of the page author
body_html: list[str]
: HTML content of the page
created_at: list[str]
: ISO 8601 timestamp when the page was created
handle: list[str]
: URL-friendly handle for the page
id: list[int]
: Unique identifier for the page
published_at: list[str]
: ISO 8601 timestamp when the page was published
title: list[str]
: Title of the page
updated_at: list[str]
: ISO 8601 timestamp when the page was last updated
PagesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.PagesStringFilter
: The type of the None singleton.
PagesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.PagesStringFilter
: The type of the None singleton.
PagesListParams(*args, **kwargs)
: Parameters for pages.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
published_status: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
PagesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.PagesSearchFilter
: The type of the None singleton.
PagesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.PagesSearchFilter
: The type of the None singleton.
PagesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.PagesSearchFilter
: The type of the None singleton.
PagesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.PagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesInCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAnyCondition
: The type of the None singleton.
PagesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.PagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesInCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAnyCondition]
: The type of the None singleton.
PagesSearchFilter(*args, **kwargs)
: Available fields for filtering pages search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
author: str | None
: Name of the page author
body_html: str | None
: HTML content of the page
created_at: str | None
: ISO 8601 timestamp when the page was created
handle: str | None
: URL-friendly handle for the page
id: int | None
: Unique identifier for the page
published_at: str | None
: ISO 8601 timestamp when the page was published
title: str | None
: Title of the page
updated_at: str | None
: ISO 8601 timestamp when the page was last updated
PagesSearchQuery(*args, **kwargs)
: Search query for pages entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.PagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PagesInCondition | airbyte_agent_sdk.connectors.shopify.types.PagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PagesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.PagesSortFilter]
: The type of the None singleton.
PagesSortFilter(*args, **kwargs)
: Available fields for sorting pages search results.
Ancestors (in MRO)
- builtins.dict
Class variables
author: Literal['asc', 'desc']
: Name of the page author
body_html: Literal['asc', 'desc']
: HTML content of the page
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the page was created
handle: Literal['asc', 'desc']
: URL-friendly handle for the page
id: Literal['asc', 'desc']
: Unique identifier for the page
published_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the page was published
title: Literal['asc', 'desc']
: Title of the page
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the page was last updated
PagesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
author: str
: Name of the page author
body_html: str
: HTML content of the page
created_at: str
: ISO 8601 timestamp when the page was created
handle: str
: URL-friendly handle for the page
id: str
: Unique identifier for the page
published_at: str
: ISO 8601 timestamp when the page was published
title: str
: Title of the page
updated_at: str
: ISO 8601 timestamp when the page was last updated
PagesUpdateParams(*args, **kwargs)
: Parameters for pages.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
page: airbyte_agent_sdk.connectors.shopify.types.PagesUpdateParamsPage
: The type of the None singleton.
PagesUpdateParamsPage(*args, **kwargs)
: Nested schema for PagesUpdateParams.page
Ancestors (in MRO)
- builtins.dict
Class variables
body: str
: The type of the None singleton.
handle: str
: The type of the None singleton.
is_published: bool
: The type of the None singleton.
title: str
: The type of the None singleton.
PriceRulesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.PriceRulesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesInCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAnyCondition]
: The type of the None singleton.
PriceRulesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.PriceRulesAnyValueFilter
: The type of the None singleton.
PriceRulesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
allocation_method: Any
: How the discount is allocated (each or across)
created_at: Any
: ISO 8601 timestamp when the rule was created
ends_at: Any
: ISO 8601 timestamp when the rule stops being active, if applicable
id: Any
: Unique identifier for the price rule
starts_at: Any
: ISO 8601 timestamp when the rule starts being active
target_selection: Any
: Which target items the rule applies to (all or entitled)
target_type: Any
: Type of target the rule applies to (line_item or shipping_line)
title: Any
: Administrative title of the price rule
updated_at: Any
: ISO 8601 timestamp when the rule was last updated
value: Any
: Discount value applied by the rule
value_type: Any
: How the discount value is interpreted (fixed_amount or percentage)
PriceRulesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.PriceRulesAnyValueFilter
: The type of the None singleton.
PriceRulesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.PriceRulesSearchFilter
: The type of the None singleton.
PriceRulesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.PriceRulesStringFilter
: The type of the None singleton.
PriceRulesGetParams(*args, **kwargs)
: Parameters for price_rules.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
price_rule_id: str
: The type of the None singleton.
PriceRulesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.PriceRulesSearchFilter
: The type of the None singleton.
PriceRulesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.PriceRulesSearchFilter
: The type of the None singleton.
PriceRulesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.PriceRulesInFilter
: The type of the None singleton.
PriceRulesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
allocation_method: list[str]
: How the discount is allocated (each or across)
created_at: list[str]
: ISO 8601 timestamp when the rule was created
ends_at: list[str]
: ISO 8601 timestamp when the rule stops being active, if applicable
id: list[int]
: Unique identifier for the price rule
starts_at: list[str]
: ISO 8601 timestamp when the rule starts being active
target_selection: list[str]
: Which target items the rule applies to (all or entitled)
target_type: list[str]
: Type of target the rule applies to (line_item or shipping_line)
title: list[str]
: Administrative title of the price rule
updated_at: list[str]
: ISO 8601 timestamp when the rule was last updated
value: list[str]
: Discount value applied by the rule
value_type: list[str]
: How the discount value is interpreted (fixed_amount or percentage)
PriceRulesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.PriceRulesStringFilter
: The type of the None singleton.
PriceRulesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.PriceRulesStringFilter
: The type of the None singleton.
PriceRulesListParams(*args, **kwargs)
: Parameters for price_rules.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
PriceRulesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.PriceRulesSearchFilter
: The type of the None singleton.
PriceRulesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.PriceRulesSearchFilter
: The type of the None singleton.
PriceRulesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.PriceRulesSearchFilter
: The type of the None singleton.
PriceRulesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.PriceRulesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesInCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAnyCondition
: The type of the None singleton.
PriceRulesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.PriceRulesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesInCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAnyCondition]
: The type of the None singleton.
PriceRulesSearchFilter(*args, **kwargs)
: Available fields for filtering price_rules search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
allocation_method: str | None
: How the discount is allocated (each or across)
created_at: str | None
: ISO 8601 timestamp when the rule was created
ends_at: str | None
: ISO 8601 timestamp when the rule stops being active, if applicable
id: int | None
: Unique identifier for the price rule
starts_at: str | None
: ISO 8601 timestamp when the rule starts being active
target_selection: str | None
: Which target items the rule applies to (all or entitled)
target_type: str | None
: Type of target the rule applies to (line_item or shipping_line)
title: str | None
: Administrative title of the price rule
updated_at: str | None
: ISO 8601 timestamp when the rule was last updated
value: str | None
: Discount value applied by the rule
value_type: str | None
: How the discount value is interpreted (fixed_amount or percentage)
PriceRulesSearchQuery(*args, **kwargs)
: Search query for price_rules entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.PriceRulesEqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesGteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLtCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLteCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesInCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesNotCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAndCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesOrCondition | airbyte_agent_sdk.connectors.shopify.types.PriceRulesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.PriceRulesSortFilter]
: The type of the None singleton.
PriceRulesSortFilter(*args, **kwargs)
: Available fields for sorting price_rules search results.
Ancestors (in MRO)
- builtins.dict
Class variables
allocation_method: Literal['asc', 'desc']
: How the discount is allocated (each or across)
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the rule was created
ends_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the rule stops being active, if applicable
id: Literal['asc', 'desc']
: Unique identifier for the price rule
starts_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the rule starts being active
target_selection: Literal['asc', 'desc']
: Which target items the rule applies to (all or entitled)
target_type: Literal['asc', 'desc']
: Type of target the rule applies to (line_item or shipping_line)
title: Literal['asc', 'desc']
: Administrative title of the price rule
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the rule was last updated
value: Literal['asc', 'desc']
: Discount value applied by the rule
value_type: Literal['asc', 'desc']
: How the discount value is interpreted (fixed_amount or percentage)
PriceRulesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
allocation_method: str
: How the discount is allocated (each or across)
created_at: str
: ISO 8601 timestamp when the rule was created
ends_at: str
: ISO 8601 timestamp when the rule stops being active, if applicable
id: str
: Unique identifier for the price rule
starts_at: str
: ISO 8601 timestamp when the rule starts being active
target_selection: str
: Which target items the rule applies to (all or entitled)
target_type: str
: Type of target the rule applies to (line_item or shipping_line)
title: str
: Administrative title of the price rule
updated_at: str
: ISO 8601 timestamp when the rule was last updated
value: str
: Discount value applied by the rule
value_type: str
: How the discount value is interpreted (fixed_amount or percentage)
ProductImagesAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.ProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAnyCondition]
: The type of the None singleton.
ProductImagesAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.ProductImagesAnyValueFilter
: The type of the None singleton.
ProductImagesAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
alt: Any
: Alt text for the image
created_at: Any
: ISO 8601 timestamp when the image was created
height: Any
: Image height in pixels
id: Any
: Unique identifier for the product image
position: Any
: Display position of the image within the product
product_id: Any
: Identifier of the product the image belongs to
src: Any
: Public URL of the image
updated_at: Any
: ISO 8601 timestamp when the image was last updated
width: Any
: Image width in pixels
ProductImagesContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.ProductImagesAnyValueFilter
: The type of the None singleton.
ProductImagesEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.ProductImagesSearchFilter
: The type of the None singleton.
ProductImagesFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.ProductImagesStringFilter
: The type of the None singleton.
ProductImagesGetParams(*args, **kwargs)
: Parameters for product_images.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
image_id: str
: The type of the None singleton.
product_id: str
: The type of the None singleton.
ProductImagesGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.ProductImagesSearchFilter
: The type of the None singleton.
ProductImagesGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.ProductImagesSearchFilter
: The type of the None singleton.
ProductImagesInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.ProductImagesInFilter
: The type of the None singleton.
ProductImagesInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
alt: list[str]
: Alt text for the image
created_at: list[str]
: ISO 8601 timestamp when the image was created
height: list[int]
: Image height in pixels
id: list[int]
: Unique identifier for the product image
position: list[int]
: Display position of the image within the product
product_id: list[int]
: Identifier of the product the image belongs to
src: list[str]
: Public URL of the image
updated_at: list[str]
: ISO 8601 timestamp when the image was last updated
width: list[int]
: Image width in pixels
ProductImagesKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.ProductImagesStringFilter
: The type of the None singleton.
ProductImagesLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.ProductImagesStringFilter
: The type of the None singleton.
ProductImagesListParams(*args, **kwargs)
: Parameters for product_images.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
product_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
ProductImagesLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.ProductImagesSearchFilter
: The type of the None singleton.
ProductImagesLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.ProductImagesSearchFilter
: The type of the None singleton.
ProductImagesNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.ProductImagesSearchFilter
: The type of the None singleton.
ProductImagesNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.ProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAnyCondition
: The type of the None singleton.
ProductImagesOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.ProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAnyCondition]
: The type of the None singleton.
ProductImagesSearchFilter(*args, **kwargs)
: Available fields for filtering product_images search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
alt: str | None
: Alt text for the image
created_at: str | None
: ISO 8601 timestamp when the image was created
height: int | None
: Image height in pixels
id: int | None
: Unique identifier for the product image
position: int | None
: Display position of the image within the product
product_id: int | None
: Identifier of the product the image belongs to
src: str | None
: Public URL of the image
updated_at: str | None
: ISO 8601 timestamp when the image was last updated
width: int | None
: Image width in pixels
ProductImagesSearchQuery(*args, **kwargs)
: Search query for product_images entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.ProductImagesEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductImagesAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.ProductImagesSortFilter]
: The type of the None singleton.
ProductImagesSortFilter(*args, **kwargs)
: Available fields for sorting product_images search results.
Ancestors (in MRO)
- builtins.dict
Class variables
alt: Literal['asc', 'desc']
: Alt text for the image
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the image was created
height: Literal['asc', 'desc']
: Image height in pixels
id: Literal['asc', 'desc']
: Unique identifier for the product image
position: Literal['asc', 'desc']
: Display position of the image within the product
product_id: Literal['asc', 'desc']
: Identifier of the product the image belongs to
src: Literal['asc', 'desc']
: Public URL of the image
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the image was last updated
width: Literal['asc', 'desc']
: Image width in pixels
ProductImagesStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
alt: str
: Alt text for the image
created_at: str
: ISO 8601 timestamp when the image was created
height: str
: Image height in pixels
id: str
: Unique identifier for the product image
position: str
: Display position of the image within the product
product_id: str
: Identifier of the product the image belongs to
src: str
: Public URL of the image
updated_at: str
: ISO 8601 timestamp when the image was last updated
width: str
: Image width in pixels
ProductVariantsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.ProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAnyCondition]
: The type of the None singleton.
ProductVariantsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAnyValueFilter
: The type of the None singleton.
ProductVariantsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
compare_at_price: Any
: Original (compare-at) price of the variant, if set
created_at: Any
: ISO 8601 timestamp when the variant was created
id: Any
: Unique identifier for the product variant
inventory_policy: Any
: Behaviour when out of stock (deny or continue)
position: Any
: Display position of the variant within the product
price: Any
: Price of the variant in the shop's currency
product_id: Any
: Identifier of the parent product
sku: Any
: Stock keeping unit for the variant
title: Any
: Display title of the variant
updated_at: Any
: ISO 8601 timestamp when the variant was last updated
ProductVariantsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAnyValueFilter
: The type of the None singleton.
ProductVariantsCreateParams(*args, **kwargs)
: Parameters for product_variants.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
product_id: str
: The type of the None singleton.
variants: list[airbyte_agent_sdk.connectors.shopify.types.ProductVariantsCreateParamsVariantsItem]
: The type of the None singleton.
ProductVariantsCreateParamsVariantsItem(*args, **kwargs)
: Nested schema for ProductVariantsCreateParams.variants_item
Ancestors (in MRO)
- builtins.dict
Class variables
barcode: str
: The type of the None singleton.
compare_at_price: str
: The type of the None singleton.
inventory_item: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsCreateParamsVariantsItemInventoryitem
: The type of the None singleton.
option_values: list[airbyte_agent_sdk.connectors.shopify.types.ProductVariantsCreateParamsVariantsItemOptionvaluesItem]
: The type of the None singleton.
price: str
: The type of the None singleton.
ProductVariantsCreateParamsVariantsItemInventoryitem(*args, **kwargs)
: Inventory-item attributes for the variant. As of Admin API 2024-07+ the SKU is no longer a variant-level field and must be set here (a top-level sku is ignored/rejected by productVariantsBulkCreate).
Ancestors (in MRO)
- builtins.dict
Class variables
sku: str
: The type of the None singleton.
ProductVariantsCreateParamsVariantsItemOptionvaluesItem(*args, **kwargs)
: Nested schema for ProductVariantsCreateParamsVariantsItem.optionValues_item
Ancestors (in MRO)
- builtins.dict
Class variables
name: str
: The type of the None singleton.
option_name: str
: The type of the None singleton.
ProductVariantsDeleteParams(*args, **kwargs)
: Parameters for product_variants.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
product_id: str
: The type of the None singleton.
variants_ids: list[str]
: The type of the None singleton.
ProductVariantsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSearchFilter
: The type of the None singleton.
ProductVariantsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsStringFilter
: The type of the None singleton.
ProductVariantsGetParams(*args, **kwargs)
: Parameters for product_variants.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
variant_id: str
: The type of the None singleton.
ProductVariantsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSearchFilter
: The type of the None singleton.
ProductVariantsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSearchFilter
: The type of the None singleton.
ProductVariantsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsInFilter
: The type of the None singleton.
ProductVariantsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
compare_at_price: list[str]
: Original (compare-at) price of the variant, if set
created_at: list[str]
: ISO 8601 timestamp when the variant was created
id: list[int]
: Unique identifier for the product variant
inventory_policy: list[str]
: Behaviour when out of stock (deny or continue)
position: list[int]
: Display position of the variant within the product
price: list[str]
: Price of the variant in the shop's currency
product_id: list[int]
: Identifier of the parent product
sku: list[str]
: Stock keeping unit for the variant
title: list[str]
: Display title of the variant
updated_at: list[str]
: ISO 8601 timestamp when the variant was last updated
ProductVariantsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsStringFilter
: The type of the None singleton.
ProductVariantsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsStringFilter
: The type of the None singleton.
ProductVariantsListParams(*args, **kwargs)
: Parameters for product_variants.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
product_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
ProductVariantsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSearchFilter
: The type of the None singleton.
ProductVariantsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSearchFilter
: The type of the None singleton.
ProductVariantsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSearchFilter
: The type of the None singleton.
ProductVariantsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAnyCondition
: The type of the None singleton.
ProductVariantsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.ProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAnyCondition]
: The type of the None singleton.
ProductVariantsSearchFilter(*args, **kwargs)
: Available fields for filtering product_variants search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
compare_at_price: str | None
: Original (compare-at) price of the variant, if set
created_at: str | None
: ISO 8601 timestamp when the variant was created
id: int | None
: Unique identifier for the product variant
inventory_policy: str | None
: Behaviour when out of stock (deny or continue)
position: int | None
: Display position of the variant within the product
price: str | None
: Price of the variant in the shop's currency
product_id: int | None
: Identifier of the parent product
sku: str | None
: Stock keeping unit for the variant
title: str | None
: Display title of the variant
updated_at: str | None
: ISO 8601 timestamp when the variant was last updated
ProductVariantsSearchQuery(*args, **kwargs)
: Search query for product_variants entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductVariantsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.ProductVariantsSortFilter]
: The type of the None singleton.
ProductVariantsSortFilter(*args, **kwargs)
: Available fields for sorting product_variants search results.
Ancestors (in MRO)
- builtins.dict
Class variables
compare_at_price: Literal['asc', 'desc']
: Original (compare-at) price of the variant, if set
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the variant was created
id: Literal['asc', 'desc']
: Unique identifier for the product variant
inventory_policy: Literal['asc', 'desc']
: Behaviour when out of stock (deny or continue)
position: Literal['asc', 'desc']
: Display position of the variant within the product
price: Literal['asc', 'desc']
: Price of the variant in the shop's currency
product_id: Literal['asc', 'desc']
: Identifier of the parent product
sku: Literal['asc', 'desc']
: Stock keeping unit for the variant
title: Literal['asc', 'desc']
: Display title of the variant
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the variant was last updated
ProductVariantsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
compare_at_price: str
: Original (compare-at) price of the variant, if set
created_at: str
: ISO 8601 timestamp when the variant was created
id: str
: Unique identifier for the product variant
inventory_policy: str
: Behaviour when out of stock (deny or continue)
position: str
: Display position of the variant within the product
price: str
: Price of the variant in the shop's currency
product_id: str
: Identifier of the parent product
sku: str
: Stock keeping unit for the variant
title: str
: Display title of the variant
updated_at: str
: ISO 8601 timestamp when the variant was last updated
ProductVariantsUpdateParams(*args, **kwargs)
: Parameters for product_variants.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
product_id: str
: The type of the None singleton.
variants: list[airbyte_agent_sdk.connectors.shopify.types.ProductVariantsUpdateParamsVariantsItem]
: The type of the None singleton.
ProductVariantsUpdateParamsVariantsItem(*args, **kwargs)
: Nested schema for ProductVariantsUpdateParams.variants_item
Ancestors (in MRO)
- builtins.dict
Class variables
barcode: str
: The type of the None singleton.
compare_at_price: str
: The type of the None singleton.
id: str
: The type of the None singleton.
inventory_item: airbyte_agent_sdk.connectors.shopify.types.ProductVariantsUpdateParamsVariantsItemInventoryitem
: The type of the None singleton.
price: str
: The type of the None singleton.
ProductVariantsUpdateParamsVariantsItemInventoryitem(*args, **kwargs)
: Inventory-item attributes for the variant. As of Admin API 2024-07+ the SKU is no longer a variant-level field and must be set here (a top-level sku is ignored/rejected by productVariantsBulkUpdate, which silently returns null instead of updating).
Ancestors (in MRO)
- builtins.dict
Class variables
sku: str
: The type of the None singleton.
ProductsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.ProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAnyCondition]
: The type of the None singleton.
ProductsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.ProductsAnyValueFilter
: The type of the None singleton.
ProductsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
body_html: Any
: Product description in HTML
created_at: Any
: ISO 8601 timestamp when the product was created
handle: Any
: URL-friendly handle for the product
id: Any
: Unique identifier for the product
product_type: Any
: Product type used for categorization
published_at: Any
: ISO 8601 timestamp when the product was published
published_scope: Any
: Publishing scope (web or global)
status: Any
: Product status (active, archived, or draft)
tags: Any
: Comma-separated tags attached to the product
title: Any
: Product title
updated_at: Any
: ISO 8601 timestamp when the product was last updated
vendor: Any
: Product vendor or manufacturer
ProductsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.ProductsAnyValueFilter
: The type of the None singleton.
ProductsCreateParams(*args, **kwargs)
: Parameters for products.create operation
Ancestors (in MRO)
- builtins.dict
Class variables
media: list[airbyte_agent_sdk.connectors.shopify.types.ProductsCreateParamsMediaItem]
: The type of the None singleton.
product: airbyte_agent_sdk.connectors.shopify.types.ProductsCreateParamsProduct
: The type of the None singleton.
ProductsCreateParamsMediaItem(*args, **kwargs)
: Nested schema for ProductsCreateParams.media_item
Ancestors (in MRO)
- builtins.dict
Class variables
media_content_type: str
: The type of the None singleton.
original_source: str
: The type of the None singleton.
ProductsCreateParamsProduct(*args, **kwargs)
: ProductCreateInput object
Ancestors (in MRO)
- builtins.dict
Class variables
description_html: str
: The type of the None singleton.
product_type: str
: The type of the None singleton.
status: str
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
title: str
: The type of the None singleton.
vendor: str
: The type of the None singleton.
ProductsDeleteParams(*args, **kwargs)
: Parameters for products.delete operation
Ancestors (in MRO)
- builtins.dict
Class variables
input: airbyte_agent_sdk.connectors.shopify.types.ProductsDeleteParamsInput
: The type of the None singleton.
ProductsDeleteParamsInput(*args, **kwargs)
: Nested schema for ProductsDeleteParams.input
Ancestors (in MRO)
- builtins.dict
Class variables
id: str
: The type of the None singleton.
ProductsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.ProductsSearchFilter
: The type of the None singleton.
ProductsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.ProductsStringFilter
: The type of the None singleton.
ProductsGetParams(*args, **kwargs)
: Parameters for products.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
product_id: str
: The type of the None singleton.
ProductsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.ProductsSearchFilter
: The type of the None singleton.
ProductsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.ProductsSearchFilter
: The type of the None singleton.
ProductsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.ProductsInFilter
: The type of the None singleton.
ProductsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
body_html: list[str]
: Product description in HTML
created_at: list[str]
: ISO 8601 timestamp when the product was created
handle: list[str]
: URL-friendly handle for the product
id: list[int]
: Unique identifier for the product
product_type: list[str]
: Product type used for categorization
published_at: list[str]
: ISO 8601 timestamp when the product was published
published_scope: list[str]
: Publishing scope (web or global)
status: list[str]
: Product status (active, archived, or draft)
tags: list[str]
: Comma-separated tags attached to the product
title: list[str]
: Product title
updated_at: list[str]
: ISO 8601 timestamp when the product was last updated
vendor: list[str]
: Product vendor or manufacturer
ProductsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.ProductsStringFilter
: The type of the None singleton.
ProductsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.ProductsStringFilter
: The type of the None singleton.
ProductsListParams(*args, **kwargs)
: Parameters for products.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: int
: The type of the None singleton.
created_at_max: str
: The type of the None singleton.
created_at_min: str
: The type of the None singleton.
limit: int
: The type of the None singleton.
product_type: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
status: str
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
vendor: str
: The type of the None singleton.
ProductsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.ProductsSearchFilter
: The type of the None singleton.
ProductsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.ProductsSearchFilter
: The type of the None singleton.
ProductsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.ProductsSearchFilter
: The type of the None singleton.
ProductsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.ProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAnyCondition
: The type of the None singleton.
ProductsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.ProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAnyCondition]
: The type of the None singleton.
ProductsSearchFilter(*args, **kwargs)
: Available fields for filtering products search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
body_html: str | None
: Product description in HTML
created_at: str | None
: ISO 8601 timestamp when the product was created
handle: str | None
: URL-friendly handle for the product
id: int | None
: Unique identifier for the product
product_type: str | None
: Product type used for categorization
published_at: str | None
: ISO 8601 timestamp when the product was published
published_scope: str | None
: Publishing scope (web or global)
status: str | None
: Product status (active, archived, or draft)
tags: str | None
: Comma-separated tags attached to the product
title: str | None
: Product title
updated_at: str | None
: ISO 8601 timestamp when the product was last updated
vendor: str | None
: Product vendor or manufacturer
ProductsSearchQuery(*args, **kwargs)
: Search query for products entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.ProductsEqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsGteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLtCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLteCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsInCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsNotCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAndCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsOrCondition | airbyte_agent_sdk.connectors.shopify.types.ProductsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.ProductsSortFilter]
: The type of the None singleton.
ProductsSortFilter(*args, **kwargs)
: Available fields for sorting products search results.
Ancestors (in MRO)
- builtins.dict
Class variables
body_html: Literal['asc', 'desc']
: Product description in HTML
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the product was created
handle: Literal['asc', 'desc']
: URL-friendly handle for the product
id: Literal['asc', 'desc']
: Unique identifier for the product
product_type: Literal['asc', 'desc']
: Product type used for categorization
published_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the product was published
published_scope: Literal['asc', 'desc']
: Publishing scope (web or global)
status: Literal['asc', 'desc']
: Product status (active, archived, or draft)
tags: Literal['asc', 'desc']
: Comma-separated tags attached to the product
title: Literal['asc', 'desc']
: Product title
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the product was last updated
vendor: Literal['asc', 'desc']
: Product vendor or manufacturer
ProductsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
body_html: str
: Product description in HTML
created_at: str
: ISO 8601 timestamp when the product was created
handle: str
: URL-friendly handle for the product
id: str
: Unique identifier for the product
product_type: str
: Product type used for categorization
published_at: str
: ISO 8601 timestamp when the product was published
published_scope: str
: Publishing scope (web or global)
status: str
: Product status (active, archived, or draft)
tags: str
: Comma-separated tags attached to the product
title: str
: Product title
updated_at: str
: ISO 8601 timestamp when the product was last updated
vendor: str
: Product vendor or manufacturer
ProductsUpdateParams(*args, **kwargs)
: Parameters for products.update operation
Ancestors (in MRO)
- builtins.dict
Class variables
product: airbyte_agent_sdk.connectors.shopify.types.ProductsUpdateParamsProduct
: The type of the None singleton.
ProductsUpdateParamsProduct(*args, **kwargs)
: ProductUpdateInput object
Ancestors (in MRO)
- builtins.dict
Class variables
description_html: str
: The type of the None singleton.
id: str
: The type of the None singleton.
product_type: str
: The type of the None singleton.
status: str
: The type of the None singleton.
tags: list[str]
: The type of the None singleton.
title: str
: The type of the None singleton.
vendor: str
: The type of the None singleton.
ShopAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.ShopEqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopInCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ShopFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ShopKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ShopContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNotCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAndCondition | airbyte_agent_sdk.connectors.shopify.types.ShopOrCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAnyCondition]
: The type of the None singleton.
ShopAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.ShopAnyValueFilter
: The type of the None singleton.
ShopAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
country_code: Any
: ISO 3166-1 alpha-2 country code of the shop
created_at: Any
: ISO 8601 timestamp when the shop was created
currency: Any
: ISO 4217 currency code used by the shop
domain: Any
: Custom domain configured for the shop, if any
email: Any
: Primary contact email for the shop
id: Any
: Unique identifier for the shop
myshopify_domain: Any
: Canonical *.myshopify.com domain for the shop
name: Any
: Display name of the shop
plan_name: Any
: Shopify plan identifier (e.g. shopify_plus, basic)
timezone: Any
: Timezone configured for the shop (e.g. (GMT-05:00) Eastern Time)
updated_at: Any
: ISO 8601 timestamp when the shop was last updated
ShopContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.ShopAnyValueFilter
: The type of the None singleton.
ShopEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.ShopSearchFilter
: The type of the None singleton.
ShopFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.ShopStringFilter
: The type of the None singleton.
ShopGetParams(*args, **kwargs)
: Parameters for shop.get operation
Ancestors (in MRO)
- builtins.dict
ShopGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.ShopSearchFilter
: The type of the None singleton.
ShopGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.ShopSearchFilter
: The type of the None singleton.
ShopInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.ShopInFilter
: The type of the None singleton.
ShopInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
country_code: list[str]
: ISO 3166-1 alpha-2 country code of the shop
created_at: list[str]
: ISO 8601 timestamp when the shop was created
currency: list[str]
: ISO 4217 currency code used by the shop
domain: list[str]
: Custom domain configured for the shop, if any
email: list[str]
: Primary contact email for the shop
id: list[int]
: Unique identifier for the shop
myshopify_domain: list[str]
: Canonical *.myshopify.com domain for the shop
name: list[str]
: Display name of the shop
plan_name: list[str]
: Shopify plan identifier (e.g. shopify_plus, basic)
timezone: list[str]
: Timezone configured for the shop (e.g. (GMT-05:00) Eastern Time)
updated_at: list[str]
: ISO 8601 timestamp when the shop was last updated
ShopKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.ShopStringFilter
: The type of the None singleton.
ShopLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.ShopStringFilter
: The type of the None singleton.
ShopLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.ShopSearchFilter
: The type of the None singleton.
ShopLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.ShopSearchFilter
: The type of the None singleton.
ShopNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.ShopSearchFilter
: The type of the None singleton.
ShopNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.ShopEqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopInCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ShopFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ShopKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ShopContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNotCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAndCondition | airbyte_agent_sdk.connectors.shopify.types.ShopOrCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAnyCondition
: The type of the None singleton.
ShopOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.ShopEqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopInCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ShopFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ShopKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ShopContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNotCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAndCondition | airbyte_agent_sdk.connectors.shopify.types.ShopOrCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAnyCondition]
: The type of the None singleton.
ShopSearchFilter(*args, **kwargs)
: Available fields for filtering shop search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
country_code: str | None
: ISO 3166-1 alpha-2 country code of the shop
created_at: str | None
: ISO 8601 timestamp when the shop was created
currency: str | None
: ISO 4217 currency code used by the shop
domain: str | None
: Custom domain configured for the shop, if any
email: str | None
: Primary contact email for the shop
id: int | None
: Unique identifier for the shop
myshopify_domain: str | None
: Canonical *.myshopify.com domain for the shop
name: str | None
: Display name of the shop
plan_name: str | None
: Shopify plan identifier (e.g. shopify_plus, basic)
timezone: str | None
: Timezone configured for the shop (e.g. (GMT-05:00) Eastern Time)
updated_at: str | None
: ISO 8601 timestamp when the shop was last updated
ShopSearchQuery(*args, **kwargs)
: Search query for shop entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.ShopEqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNeqCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopGteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLtCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLteCondition | airbyte_agent_sdk.connectors.shopify.types.ShopInCondition | airbyte_agent_sdk.connectors.shopify.types.ShopLikeCondition | airbyte_agent_sdk.connectors.shopify.types.ShopFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.ShopKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.ShopContainsCondition | airbyte_agent_sdk.connectors.shopify.types.ShopNotCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAndCondition | airbyte_agent_sdk.connectors.shopify.types.ShopOrCondition | airbyte_agent_sdk.connectors.shopify.types.ShopAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.ShopSortFilter]
: The type of the None singleton.
ShopSortFilter(*args, **kwargs)
: Available fields for sorting shop search results.
Ancestors (in MRO)
- builtins.dict
Class variables
country_code: Literal['asc', 'desc']
: ISO 3166-1 alpha-2 country code of the shop
created_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the shop was created
currency: Literal['asc', 'desc']
: ISO 4217 currency code used by the shop
domain: Literal['asc', 'desc']
: Custom domain configured for the shop, if any
email: Literal['asc', 'desc']
: Primary contact email for the shop
id: Literal['asc', 'desc']
: Unique identifier for the shop
myshopify_domain: Literal['asc', 'desc']
: Canonical *.myshopify.com domain for the shop
name: Literal['asc', 'desc']
: Display name of the shop
plan_name: Literal['asc', 'desc']
: Shopify plan identifier (e.g. shopify_plus, basic)
timezone: Literal['asc', 'desc']
: Timezone configured for the shop (e.g. (GMT-05:00) Eastern Time)
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the shop was last updated
ShopStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
country_code: str
: ISO 3166-1 alpha-2 country code of the shop
created_at: str
: ISO 8601 timestamp when the shop was created
currency: str
: ISO 4217 currency code used by the shop
domain: str
: Custom domain configured for the shop, if any
email: str
: Primary contact email for the shop
id: str
: Unique identifier for the shop
myshopify_domain: str
: Canonical *.myshopify.com domain for the shop
name: str
: Display name of the shop
plan_name: str
: Shopify plan identifier (e.g. shopify_plus, basic)
timezone: str
: Timezone configured for the shop (e.g. (GMT-05:00) Eastern Time)
updated_at: str
: ISO 8601 timestamp when the shop was last updated
SmartCollectionsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAnyCondition]
: The type of the None singleton.
SmartCollectionsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAnyValueFilter
: The type of the None singleton.
SmartCollectionsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
handle: Any
: URL-friendly handle for the smart collection
id: Any
: Unique identifier for the smart collection
published_at: Any
: ISO 8601 timestamp when the collection was published
published_scope: Any
: Publishing scope (web or global)
sort_order: Any
: How products are sorted within the collection
title: Any
: Display title of the smart collection
updated_at: Any
: ISO 8601 timestamp when the collection was last updated
SmartCollectionsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAnyValueFilter
: The type of the None singleton.
SmartCollectionsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSearchFilter
: The type of the None singleton.
SmartCollectionsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsStringFilter
: The type of the None singleton.
SmartCollectionsGetParams(*args, **kwargs)
: Parameters for smart_collections.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
collection_id: str
: The type of the None singleton.
SmartCollectionsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSearchFilter
: The type of the None singleton.
SmartCollectionsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSearchFilter
: The type of the None singleton.
SmartCollectionsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsInFilter
: The type of the None singleton.
SmartCollectionsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
handle: list[str]
: URL-friendly handle for the smart collection
id: list[int]
: Unique identifier for the smart collection
published_at: list[str]
: ISO 8601 timestamp when the collection was published
published_scope: list[str]
: Publishing scope (web or global)
sort_order: list[str]
: How products are sorted within the collection
title: list[str]
: Display title of the smart collection
updated_at: list[str]
: ISO 8601 timestamp when the collection was last updated
SmartCollectionsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsStringFilter
: The type of the None singleton.
SmartCollectionsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsStringFilter
: The type of the None singleton.
SmartCollectionsListParams(*args, **kwargs)
: Parameters for smart_collections.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
product_id: int
: The type of the None singleton.
since_id: int
: The type of the None singleton.
title: str
: The type of the None singleton.
updated_at_max: str
: The type of the None singleton.
updated_at_min: str
: The type of the None singleton.
SmartCollectionsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSearchFilter
: The type of the None singleton.
SmartCollectionsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSearchFilter
: The type of the None singleton.
SmartCollectionsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSearchFilter
: The type of the None singleton.
SmartCollectionsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAnyCondition
: The type of the None singleton.
SmartCollectionsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAnyCondition]
: The type of the None singleton.
SmartCollectionsSearchFilter(*args, **kwargs)
: Available fields for filtering smart_collections search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
handle: str | None
: URL-friendly handle for the smart collection
id: int | None
: Unique identifier for the smart collection
published_at: str | None
: ISO 8601 timestamp when the collection was published
published_scope: str | None
: Publishing scope (web or global)
sort_order: str | None
: How products are sorted within the collection
title: str | None
: Display title of the smart collection
updated_at: str | None
: ISO 8601 timestamp when the collection was last updated
SmartCollectionsSearchQuery(*args, **kwargs)
: Search query for smart_collections entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsInCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.SmartCollectionsSortFilter]
: The type of the None singleton.
SmartCollectionsSortFilter(*args, **kwargs)
: Available fields for sorting smart_collections search results.
Ancestors (in MRO)
- builtins.dict
Class variables
handle: Literal['asc', 'desc']
: URL-friendly handle for the smart collection
id: Literal['asc', 'desc']
: Unique identifier for the smart collection
published_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the collection was published
published_scope: Literal['asc', 'desc']
: Publishing scope (web or global)
sort_order: Literal['asc', 'desc']
: How products are sorted within the collection
title: Literal['asc', 'desc']
: Display title of the smart collection
updated_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the collection was last updated
SmartCollectionsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
handle: str
: URL-friendly handle for the smart collection
id: str
: Unique identifier for the smart collection
published_at: str
: ISO 8601 timestamp when the collection was published
published_scope: str
: Publishing scope (web or global)
sort_order: str
: How products are sorted within the collection
title: str
: Display title of the smart collection
updated_at: str
: ISO 8601 timestamp when the collection was last updated
TenderTransactionsAndCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
and: list[airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAnyCondition]
: The type of the None singleton.
TenderTransactionsAnyCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
any: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAnyValueFilter
: The type of the None singleton.
TenderTransactionsAnyValueFilter(*args, **kwargs)
: Available fields with Any value type. Used for 'contains' and 'any' conditions.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: Any
: Amount of the transaction in the shop's currency
currency: Any
: ISO 4217 currency code for the transaction amount
id: Any
: Unique identifier for the tender transaction
order_id: Any
: Identifier of the order the transaction belongs to
payment_method: Any
: Payment method used (e.g. credit_card, paypal)
processed_at: Any
: ISO 8601 timestamp when the transaction was processed
test: Any
: Whether the transaction was a test transaction
user_id: Any
: Identifier of the staff user who processed the transaction
TenderTransactionsContainsCondition(*args, **kwargs)
: Check if value exists in array field. Example: {"contains": {"tags": "premium"}}
Ancestors (in MRO)
- builtins.dict
Class variables
contains: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAnyValueFilter
: The type of the None singleton.
TenderTransactionsEqCondition(*args, **kwargs)
: Equal to: field equals value.
Ancestors (in MRO)
- builtins.dict
Class variables
eq: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSearchFilter
: The type of the None singleton.
TenderTransactionsFuzzyCondition(*args, **kwargs)
: Ordered word text match (case-insensitive).
Ancestors (in MRO)
- builtins.dict
Class variables
fuzzy: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsStringFilter
: The type of the None singleton.
TenderTransactionsGtCondition(*args, **kwargs)
: Greater than: field > value.
Ancestors (in MRO)
- builtins.dict
Class variables
gt: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSearchFilter
: The type of the None singleton.
TenderTransactionsGteCondition(*args, **kwargs)
: Greater than or equal: field >= value.
Ancestors (in MRO)
- builtins.dict
Class variables
gte: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSearchFilter
: The type of the None singleton.
TenderTransactionsInCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
in: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsInFilter
: The type of the None singleton.
TenderTransactionsInFilter(*args, **kwargs)
: Available fields for 'in' condition (values are lists).
Ancestors (in MRO)
- builtins.dict
Class variables
amount: list[str]
: Amount of the transaction in the shop's currency
currency: list[str]
: ISO 4217 currency code for the transaction amount
id: list[int]
: Unique identifier for the tender transaction
order_id: list[int]
: Identifier of the order the transaction belongs to
payment_method: list[str]
: Payment method used (e.g. credit_card, paypal)
processed_at: list[str]
: ISO 8601 timestamp when the transaction was processed
test: list[bool]
: Whether the transaction was a test transaction
user_id: list[int]
: Identifier of the staff user who processed the transaction
TenderTransactionsKeywordCondition(*args, **kwargs)
: Keyword text match (any word present).
Ancestors (in MRO)
- builtins.dict
Class variables
keyword: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsStringFilter
: The type of the None singleton.
TenderTransactionsLikeCondition(*args, **kwargs)
: Partial string match with % wildcards.
Ancestors (in MRO)
- builtins.dict
Class variables
like: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsStringFilter
: The type of the None singleton.
TenderTransactionsListParams(*args, **kwargs)
: Parameters for tender_transactions.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
limit: int
: The type of the None singleton.
order: str
: The type of the None singleton.
processed_at_max: str
: The type of the None singleton.
processed_at_min: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.
TenderTransactionsLtCondition(*args, **kwargs)
: Less than: field < value.
Ancestors (in MRO)
- builtins.dict
Class variables
lt: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSearchFilter
: The type of the None singleton.
TenderTransactionsLteCondition(*args, **kwargs)
: Less than or equal: field <= value.
Ancestors (in MRO)
- builtins.dict
Class variables
lte: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSearchFilter
: The type of the None singleton.
TenderTransactionsNeqCondition(*args, **kwargs)
: Not equal to: field does not equal value.
Ancestors (in MRO)
- builtins.dict
Class variables
neq: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSearchFilter
: The type of the None singleton.
TenderTransactionsNotCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
not: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAnyCondition
: The type of the None singleton.
TenderTransactionsOrCondition(*args, **kwargs)
: dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
Ancestors (in MRO)
- builtins.dict
Class variables
or: list[airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAnyCondition]
: The type of the None singleton.
TenderTransactionsSearchFilter(*args, **kwargs)
: Available fields for filtering tender_transactions search queries.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str | None
: Amount of the transaction in the shop's currency
currency: str | None
: ISO 4217 currency code for the transaction amount
id: int | None
: Unique identifier for the tender transaction
order_id: int | None
: Identifier of the order the transaction belongs to
payment_method: str | None
: Payment method used (e.g. credit_card, paypal)
processed_at: str | None
: ISO 8601 timestamp when the transaction was processed
test: bool | None
: Whether the transaction was a test transaction
user_id: int | None
: Identifier of the staff user who processed the transaction
TenderTransactionsSearchQuery(*args, **kwargs)
: Search query for tender_transactions entity.
Ancestors (in MRO)
- builtins.dict
Class variables
filter: airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsEqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNeqCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsGteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLtCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLteCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsInCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsLikeCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsFuzzyCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsKeywordCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsContainsCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsNotCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAndCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsOrCondition | airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsAnyCondition
: The type of the None singleton.
sort: list[airbyte_agent_sdk.connectors.shopify.types.TenderTransactionsSortFilter]
: The type of the None singleton.
TenderTransactionsSortFilter(*args, **kwargs)
: Available fields for sorting tender_transactions search results.
Ancestors (in MRO)
- builtins.dict
Class variables
amount: Literal['asc', 'desc']
: Amount of the transaction in the shop's currency
currency: Literal['asc', 'desc']
: ISO 4217 currency code for the transaction amount
id: Literal['asc', 'desc']
: Unique identifier for the tender transaction
order_id: Literal['asc', 'desc']
: Identifier of the order the transaction belongs to
payment_method: Literal['asc', 'desc']
: Payment method used (e.g. credit_card, paypal)
processed_at: Literal['asc', 'desc']
: ISO 8601 timestamp when the transaction was processed
test: Literal['asc', 'desc']
: Whether the transaction was a test transaction
user_id: Literal['asc', 'desc']
: Identifier of the staff user who processed the transaction
TenderTransactionsStringFilter(*args, **kwargs)
: String fields for text search conditions (like, fuzzy, keyword).
Ancestors (in MRO)
- builtins.dict
Class variables
amount: str
: Amount of the transaction in the shop's currency
currency: str
: ISO 4217 currency code for the transaction amount
id: str
: Unique identifier for the tender transaction
order_id: str
: Identifier of the order the transaction belongs to
payment_method: str
: Payment method used (e.g. credit_card, paypal)
processed_at: str
: ISO 8601 timestamp when the transaction was processed
test: str
: Whether the transaction was a test transaction
user_id: str
: Identifier of the staff user who processed the transaction
TransactionsGetParams(*args, **kwargs)
: Parameters for transactions.get operation
Ancestors (in MRO)
- builtins.dict
Class variables
order_id: str
: The type of the None singleton.
transaction_id: str
: The type of the None singleton.
TransactionsListParams(*args, **kwargs)
: Parameters for transactions.list operation
Ancestors (in MRO)
- builtins.dict
Class variables
order_id: str
: The type of the None singleton.
since_id: int
: The type of the None singleton.