products
List of products.
Arguments
Argument
Description
Only list products that match the passed in ID
Only list products that match the passed in SKU
Only list products that match the passed in Shopify variant ID
Filter products to those that where updated since the given datetime.
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Return fields
edges ([ProductEdge])
A list of edges.
nodes ([Product])
A list of nodes.
pageInfo (PageInfo!)
Information to aid in pagination.
totalCount (Int)
The total number of items available.
Last updated
Was this helpful?