pixi

Purchase Orders

This page describes the exchange events published by pixi for supplier order processing, including SupplierOrderCreated, SupplierOrderChanged, and SupplierOrderStatusChanged. Each event includes its exchange name, trigger conditions, payload fields, and a sample message.


Event Name

Exchange Name

SupplierOrderChanged

pixiEXSupplierOrderChanged

The event happens, when a supplier order is changed in pixi Web application or via API. The message, which is sent to the exchange, contains the following information:

  • SupplierOrderKey: Unique supplier order identifier

  • InternalNumber: Supplier order number


Example:
{
"data":[
{

"SupplierOrderKey":14913,
"InternalNumber":70014913

}
]
}


SupplierOrderCreated

pixiEXSupplierOrderCreated

The event happens, when a new supplier order is created in pixi Web application or via API. The message, which is sent to the exchange, contains the following information:

  • SupplierOrderKey: Unique supplier order identifier

  • InternalNumber: Supplier order number


Example:
{
"data":[
{

"SupplierOrderKey":14913,
"InternalNumber":70014913

}
]
}

SupplierOrderStatusChanged

pixiEXSupplierOrderStatusChanged

The event happens, when a supplier order status is changed in pixi Web application or via AP. In this case, no message will be created for pixiEXSupplierOrderChanged exchange. The message, which is sent to the exchange, contains the following information:

  • SupplierOrderKey: Unique supplier order identifier

  • InternalNumber: Supplier order number


Example:
{
"data":[
{

"SupplierOrderKey":14913,
"InternalNumber":70014913

}
]
}