Represents a customer's visiting activities on a shop's online store.
Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.
Fields
customerOrderIndex:
Int! -
The position of the current order within the customer's order history.
daysToConversion:
Int! -
The amount of days between first session and order creation date. First session represents first session since the last order, or first session within the 30 day attribution window, if more than 30 days has passed since the last order.
firstVisit:
CustomerVisit! -
The customer's first session going into the shop.
lastVisit:
CustomerVisit -
The last session before an order is made.
moments:
CustomerMoment! -
Events preceding a customer order, such as shop sessions.