Objects
InstacartOrderItem
No description
type InstacartOrderItem {
itemID: String!
productName: String!
unitPrice: String!
status: InstacartItemStatus!
quantityPurchased: Int64!
}
Fields
itemID
String!
The Instacart ID of the item
productName
String!
The name of the ordered item.
unitPrice
String!
The price per unit e.g (1.39 • 1 gal).
statusInstacartItemStatus!
Enum indicating the status of the ordered item e.g found
quantityPurchased
Int64!
The quantity purchased.