Get by TypedId (With RabbitMQ Sample)

Get by TypedId (With RabbitMQ Sample)

This operation can be used to determine the object that the incoming PFX event is referring to.

Configure a RabbitMQ connection and operation to listen to Pricefx events. You should get the connection details from Pricefx Support.

 

Sample Standard event message (there are some events with other JSON Schema; please check with Pricefx engineers):

{ "eventType": "ITEM_APPROVED_PGI", "operation": "ADD", "data": [ { "typedId": "4060924.XPGI", "priceGridId": "7978" } ] }

Create the JSON Profile in Boomi by the above sample message.

priceGridId is an optional field, which only applies to price grid events.

Unique ID property is required for getting matrix price grid item (XPGI).

 

For all operations, the parameter has to be set in the Get operation. The value should be retrieved by typedId from the profile.

Get the object by Get by TypedId operation.