This page describes the exchange events published by pixi for inventory and warehouse operations, including ItemStockChanged, ItemStockChangedExtended, StockShortageReported, ReturnLineToPrint, and StockMovement. Each event includes its exchange name, trigger conditions, payload fields, and a sample message.
Event Name |
Exchange Name |
ItemStockChanged |
pixiEXItemStockChanged |
|
The event happens, when the stock of an item changes. It is not triggered, in case of full item export. The message, which is sent to the exchange, contains the following information:
If stock for more than one item was changed, the message contains an array of multiple items.
Note: Stock export needs to be up and running for the event to work properly. In case it takes too long, directly get the stock using pixiGetItemsStockHistory API call.
| |
ItemStockChangedExtended |
pixiEXItemStockChangedExtended |
|
The event happens, when the stock of an item changes. It is not triggered, in case of full item export. The message, which is sent to the exchange, contains the following information:
If stock for more than one item was changed, the message contains an array of multiple items.
Notes:
| |
StockShortageReported |
pixiEXStockShortageReported |
|
The event happens, when a shortage was reported by a user in pixi Mobile programs Replenishment, Picklist or Pick-to-Box. The message, which is sent to the exchange, contains the following information:
| |
ReturnLineToPrint |
pixiReturnLineToPrint |
|
The event happens, when an item was put to stock with the option "Print item label" being enabled in pixi Mobile Program Returns.
| |
StockMovement |
pixiEXStockMovement |
|
This event is triggered when there is a stock movement of an item. In this case, a message is sent to the “pixiEXItemStockMovement” exchange. This event is deactivated by default. Please contact support if you would like to use it.
| |