Queries
Queries allow retrieving data from the server.
attribute
Finds an Attribute
.
Returns: Attribute
Arguments:
code | The code of a searched |
attributeDeletedStream
Provides a stream of deleted attribute codes.
Returns: AttributeDeletedConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
attributeOptionList
Provides a list of attribute options.
Returns: OptionConnection
Arguments:
code | The code of a searched | |
filters | Filters for the query. | |
after | Provides elements after the specified cursor. | |
first | Provides up to first |
attributeStream
Provides a stream of attributes.
Returns: AttributeConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
category
Finds a Category
.
Returns: Category
Arguments:
code | The code of a searched |
categoryAttributeList
Provides a list of attributes allowed to be used in a category.
Returns: AttributeConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
categoryDeletedStream
Provides a stream of deleted category codes.
Returns: CategoryDeletedConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
categoryStream
Provides a stream of categories.
Returns: CategoryConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
categoryTree
Finds a CategoryTree
.
Returns: CategoryTree
Arguments:
code | The code of a searched |
categoryTreeDeletedStream
Provides a stream of deleted category tree codes.
Returns: CategoryTreeDeletedConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
categoryTreeStream
Provides a stream of category trees.
Returns: CategoryTreeConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
languageList
Provides a list of active languages.
Returns: LanguageConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
multimedia
Finds a Multimedia
.
Returns: Multimedia
Arguments:
path | The path of a searched |
multimediaFolder
Finds a MultimediaFolder
.
Returns: MultimediaFolder
Arguments:
path | The path of a searched |
multimediaFolderList
Provides a list of multimedia folders.
Returns: MultimediaFolderConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
multimediaStream
Provides a stream of multimedia.
Returns: MultimediaConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
product
Finds a Product
.
Returns: Product
Arguments:
sku | The sku of a searched |
productByUniqueAttribute
Finds a Product
by unique attribute value.
Returns: Product
Arguments:
attributeCode | The code of unique attribute | |
value | The value of unique attribute |
productDeletedStream
Provides a stream of deleted product SKUs.
Returns: ProductDeletedConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
productStream
Provides a stream of products.
Returns: ProductConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
section
Finds a Section
.
Returns: Section
Arguments:
code | The code of a searched |
sectionList
Provides a list of sections.
Returns: SectionConnection
Arguments:
after | Provides elements after the specified cursor. | |
first | Provides up to first |
template
Finds a Template
.
Returns: Template
Arguments:
code | The code of a searched |
templateList
Provides a list of templates.
Returns: TemplateConnection
Arguments:
Last updated