No description
type UberEatsOrderItem { name: String! price: String! quantityPurchased: Int64! customizations: [UberEatsOrderItemCustomizations]! }
The name of the ordered item.
The price per unit.
The quantity purchased.
customizations[UberEatsOrderItemCustomizations]! Order customizations.
UberEatsActivityMetadata