Get by TypedId (With RabbitMQ Sample)

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

rabbitmq.jpg

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

rabbitmq con.jpg
rabbitmq op.jpg


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).

unique key doc prop.jpg


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

typedid parameter.jpg

Get the object by Get by TypedId operation.


get by. typed id connector.jpg
get by typedid import wizard.jpg