orders
List of orders.
orders(
sortBy: OrderSortingInput
filter: OrderFilterInput
identifier: ID
before: String
after: String
first: Int
last: Int
): OrderCountableConnection
Arguments
orders.sortBy ● OrderSortingInput input
Sort orders.
orders.filter ● OrderFilterInput input
Filtering options for orders. Orders may be filtered by order number, seller company name, seller email, customer first and/or last name, customer email, customer company name, discount name, order line product name, variant name, variant sku, invoice number, and variant stock number.
orders.identifier ● ID scalar
Seller global id to filter by
orders.before ● String scalar
Return the elements in the list that come before the specified cursor.
orders.after ● String scalar
Return the elements in the list that come after the specified cursor.
orders.first ● Int scalar
Return the first n elements from the list.
orders.last ● Int scalar
Return the last n elements from the list.