DEV

Input.

OrderItemSearchFilter

Filter for searching orders by item details (SKU, product ID) for bulk label processing

Fields

createdAt

OrderDateFilter

Filter by order created date

createdBy

String

Filter by who created the order

excludeProductIds

[String!]

Exclude orders containing ANY of these product IDs

excludeSkus

[String!]

Exclude orders containing ANY of these SKUs

maxQuantity

Int

Maximum item quantity

minQuantity

Int

Minimum item quantity

productId

String

Deprecated

Exact match on item product ID (deprecated: use productIds instead)

productIds

[String!]

Include orders containing ANY of these product IDs (exact match)

quantity

Int

Exact match on item quantity

sku

String

Deprecated

Exact match on item SKU (deprecated: use skus instead)

skus

[String!]

Include orders containing ANY of these SKUs (exact match)

status

OrderStatus

Filter by order status

tagIds

[String!]

Include only orders that have any of these tags assigned (by tag external ID)
Book a demo

Was this page helpful?