Objects
InstacartActivityMetadata
No description
Fields
subject[Identifier]
List of identifiers associated with the activity’s subject.
retailer
String!
The name of the ratailer that handled the order.
retailerID
String!
The Instacart ID of the retailer.
city
String!
The city where the order was delivered to.
totalOrderAmountSpent
String!
The total amount spent on this order.
currency
String!
The currency the order was priced in.
dateOrdered
Date!
The date the order was placed
dateDelivered
Date!
The date the order was delivered
statusString
String!
String indicating the status of the order
items[InstacartOrderItem]!
List of items ordered.
Interfaces
ActivityMetadata
interface