FulfillOrdItemQtyChgEvent

Notifies subscribers of changes to the quantity of a fulfillment order line item record. Use this event to trigger flows and processes in your order workflow. This object is available in API version 53.0 and later.

Supported Calls 

describeSObjects()

Supported Subscribers 

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

Subscription Channel 

/event/FulfillOrdItemQtyChgEvent

Event Delivery Allocation Enforced 

No

Special Access Rules 

FulfillOrdItemQtyChgEvent is available as part of Salesforce Order Management.

Fields 

EventUuid 

Type: string

Properties: Nillable

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

FulfillmentOrderLineItemId 

Type: reference

Properties: Nillable

Description: ID of the FulfillmentOrderLineItem whose quantity changed. This value is functionally required, but is nillable because fulfillment order line item records can be deleted to comply with data protection and privacy requirements.

NewQuantity 

Type: double

Properties: None

Description: Required. The new value of the Quantity field on the FulfillmentOrderLineItem.

OldQuantity 

Type: double

Properties: None

Description: The previous value of the Quantity field on the FulfillmentOrderLineItem.

OrderItemSummaryId 

Type: reference

Properties: Nillable

Description: ID of the OrderItemSummary associated with the FulfillmentOrderLineItem.

ReplayId 

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.