If you don’t provide partial fields selection Tento will return all possible fields for Product
Tento Product Query
List
Tento represents Shopify Products query
IMPORTANT
Partial fields select
fields
parameter lets you include or omit fields you want to get from Shopify, Tento performs partial selects on the query level,
no additional data is transferred from the Shopify.
Include
Exclude
Both
Filters
Tento supports all pecific filters what Shopify has, see here.
Especially for products querying Tento supports all Shopify Products Query filters.
eq
not
gt
gte
lt
lte
raw
and
or
Supported fields
All supported fields that can be used in filters:
Pagination
Tento supports Shopify pagination
first
Supported pagination options
option | default | description |
---|---|---|
first | 50 | requested number of nodes for each page. |
after | - | cursor to retrieve nodes after in the connection. |
last
Supported pagination options
option | default | description |
---|---|---|
last | - | requested number of nodes for each page. |
before | - | cursor to retrieve nodes after in the connection. |
IMPORTANT
To provide last
option you must specify before
cursor to prevent exceptions.
Sort
Tento supports Shopify Products query sort keys Supported sort keys
keys | id , created_at , inventory_total , product_type , published_at , relevance , title ,updated_at , vendor |
reverse | true , false (false as default) |