DEV

Query.

orderFulfillmentProgress

Finds all items for an Order that are shipped and not yet shipped.

Arguments

orderId

ID!

Required

ID of the Order to check fulfillment progress
GraphQL
1
2
3
type Query {
  orderFulfillmentProgress(orderId: ID!): OrderFulfillmentProgressResult!
}

Was this page helpful?