GraphQL API (Gateway)ApiQueriesorderItemOn this pageorderItemRetrieves order_item of specific UUID. orderItem( id: UUID!): OrderItem! Arguments orderItem.id ● UUID! non-null scalar UUID of order_item to retrieve. Type OrderItem object Describes an order item of an order.