Traits

LabelDescriptionValue Type
ORDER_COUNTThe total number of orders the user has placedinteger

Activity

Activity Types: SHOP

Get a list of all Uber Eats 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.

date
Date

The date the order was made.

restaurant
String
required

The name of the restaurant that handled the order.

currency
String
required
totalPrice
Float
required

The total cost of the order.

status
UberEatsOrderStatus
required

This can be SUCCESS, EATER_CANCELLED, RESTAURANT_CANCELLED, RESTAURANT_UNFULFILLED or UNKNOWN

items
[UberEatsOrderItem]
required

An array of items within the order.

name
string
required
price
string
required

The price per unit of the item

quantityPurchased
Int64
required
customizations
[UberEatsOrderItemCustomizations]
required