CreditMemoProcessedEvent

Represents the notification to the customers after the process initiated by the /commerce/invoicing/credit-memos request is complete. This object is available in API version 62.0 and later.

Supported Calls

describeSObjects()

Supported Subscribers

Subscriber Supported?
Apex Triggers Yes
Flows Yes
Processes Yes
Pub/Sub API Yes
Streaming API (CometD) Yes

Subscription Channel

/event/CreditMemoProcessedEvent

Event Delivery Allocation Enforced

No

Special Access Rules

This object is available when Billing is enabled.

Fields

Field Details
CorrelationIdentifier
Type
string
Properties
Nillable
Description
Reserved for future use.
CrMemoProcessErrDtlEvents
Type
CrMemoProcessErrDtlEvent[]
Properties
Nillable
Description
A compilation of error messages and error codes for a failed request. See the ErrorDetails field for error messages and error codes.
CreditMemoId
Type
reference
Properties
Nillable
Description
The credit memo created as the result of a successful request.
This field is a relationship field.
Relationship Name
CreditMemo
Refers To
CreditMemo
ErrorDetails
Type
string
Properties
Nillable
Description
If the request fails, this field shows error messages, error codes, and the ID of the record on which the errors occurred.
EventUuid
Type
string
Properties
Nillable
Description
A universally unique identifier (UUID) that identifies a platform event message.
IsSuccess
Type
boolean
Properties
Defaulted on create
Description
Required. Indicates whether the request was successful (true) or not (false).
The default value is false.
ReplayId
Type
string
Properties
Nillable
Description
Represents an ID value that’s 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.
RequestIdentifier
Type
string
Properties
Nillable
Description
The unique ID returned in the response. Use this ID to identify the event for a specific request.