products
List of the shop's products.
products(
filter: ProductFilterInput
sortBy: ProductOrder
identifier: ID
before: String
after: String
first: Int
last: Int
): ProductCountableConnection
Arguments
products.filter ● ProductFilterInput input
Filtering options for products.
products.sortBy ● ProductOrder input
Sort products.
products.identifier ● ID scalar
MPO only filter: allows seeing products on behalf of a particular seller.
products.before ● String scalar
Return the elements in the list that come before the specified cursor.
products.after ● String scalar
Return the elements in the list that come after the specified cursor.
products.first ● Int scalar
Return the first n elements from the list.
products.last ● Int scalar
Return the last n elements from the list.