products
The merchant's catalogue, ordered by stock-keeping unit, as a cursor connection.
**Returns:** One page of products for the acting merchant.
products(
first: Int
after: String
last: Int
before: String
): ProductConnection!
Arguments
products.first ● Int scalar
Returns the first _n_ elements from the list.
products.after ● String scalar
Returns the elements in the list that come after the specified cursor.
products.last ● Int scalar
Returns the last _n_ elements from the list.
products.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Type
ProductConnection object
A connection to a list of items.