WebCartAbandonedEvent

Notifies subscribers of an abandoned cart. This object is available in API version 63.0 and later.

describeSObjects()

SubscriberSupported?
Apex TriggersYes
FlowsYes
ProcessesYes
Pub/Sub APIYes
Streaming API (CometD)Yes

/event/WebCartAbandonedEvent

No

WebCartAbandonedEvent is available only if the B2B or B2C Commerce license is enabled.

Type: textarea

Properties: Nillable

Description: The contact details of the shopper in JSON format. Contains email address, contact ID, and device ID properties.

Example: Registered shopper:

Example: Guest shopper:

Type: string

Properties: Nillable

Description: A universally unique identifier (UUID) that identifies a platform event message.

Type: string

Properties: Nillable

Description: The individual ID of the shopper. For registered shoppers, it’s stored as contactId in contactDetails.contactId. For guest shoppers, it’s stored as guestUuid in contactDetails.deviceId.

Type: string

Properties: Nillable

Description: Represents an ID value that is populated by the system and refers to the position of the event in the event stream. Replay ID values aren’t guaranteed to be contiguous for consecutive events. A subscriber can store a replay ID value and use it on resubscription to retrieve missed events that are within the retention window.

Type: reference

Properties: Nillable

Description: The ID of the cart. This field is a relationship field.

Relationship Name: WebCart

Refers To: WebCart

Type: reference

Properties: Nillable

Description: The ID of the store. This field is a relationship field.

Relationship Name: WebStore

Refers To: WebStore