OrderFulfillmentItemCounts
Counts for the active line items on a fulfillment order.
type OrderFulfillmentItemCounts {
lineItemCount: Int!
totalUnits: Int!
}
Fields
OrderFulfillmentItemCounts.lineItemCount ● Int! non-null scalar common
The number of active line items on the fulfillment order.
OrderFulfillmentItemCounts.totalUnits ● Int! non-null scalar common
The total quantity across all active line items on the fulfillment order.
Member Of
OrderFulfillment object