Data Sources
Instacart Activity
Activity Types: SHOP
Get a list of orders placed by end-users from now till January 1 of the year before the request. For instance, a request in today pulls data starting from today till January 1, 2023.
subject
[Identifier]
requiredAn array of Subject Identifiers.
retailer
string
requiredThe name of the ratailer that handled the order.
totalOrderAmountSpent
string
requiredThe total amount spent on this order.
dateOrdered
Date
requiredThe date the product was purchased.
dateDelivered
Date
requiredThe date the product was purchased.
statusString
string
requiredThe total cost of the purchase.
items
[InstacartOrderItems]
requiredAn array of InstacartOrderItems
.
itemID
string
requiredThe Instacart ID of the item
productName
string
requiredThe name of the ordered item.
unitPrice
string
requiredThe price per unit of the item.
status
enum InstacartItemStatus
requiredFOUND, REPLACED, TOREFUND
quantityPurchased
int
requiredThe quantity purchased.