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).

quantityPurchased
Int64!

The quantity purchased.

Member Of

InstacartActivityMetadata