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]
required

An array of Subject Identifiers.

retailer
string
required

The name of the ratailer that handled the order.

totalOrderAmountSpent
string
required

The total amount spent on this order.

dateOrdered
Date
required

The date the product was purchased.

dateDelivered
Date
required

The date the product was purchased.

statusString
string
required

The total cost of the purchase.

items
[InstacartOrderItems]
required

An array of InstacartOrderItems.

itemID
string
required

The Instacart ID of the item

productName
string
required

The name of the ordered item.

unitPrice
string
required

The price per unit of the item.

status
enum InstacartItemStatus
required

FOUND, REPLACED, TOREFUND

quantityPurchased
int
required

The quantity purchased.