DEV

Query.

ordersByItemSearch

Search orders by item details (SKU, product ID) for bulk label processing. Returns orders containing items that match the filter criteria.

Arguments

after

String

Returns the elements after the specified cursor

before

String

Returns the elements before the specified cursor
Filter criteria for searching orders by item details

first

Int

The number of elements to return from the query

last

Int

The number of last elements to return from the query
GraphQL
1
2
3
type Query {
  ordersByItemSearch(after: String, before: String, filter: OrderItemSearchFilter, first: Int, last: Int): OrderConnection
}
Book a demo

Was this page helpful?