Skip to main content

orderItemUpdate

AUTH: Role=[order.OWNER,order.EDITOR]

orderItemUpdate(
orderId: Int!
orderItem: OrderItemUpdateInput!
): OrderItem!

Arguments

orderItemUpdate.orderId ● Int! non-null scalar

orderItemUpdate.orderItem ● OrderItemUpdateInput! non-null input

Type

OrderItem object

Order item entity for GraphQL federation.

Represents an individual line item within a customer order, containing the item identification and associated product information. Used for managing order fulfillment, inventory tracking, and product references in order processing.