Anchor to CustomerMomentCustomer
CustomerMoment
interface
Requires access scope or
access scope.
Represents a session preceding an order, often used for building a timeline of events leading to an order.
Anchor to FieldsFields
- Anchor to occurredAtoccurred•
At DateTime! non-null The date and time when the customer's session occurred.
Was this section helpful?
{
"occurredAt": ""
}
{
"occurredAt": ""
}
interface CustomerMoment {
occurredAt: DateTime!
}