pixi

Goods Receipt

This page describes the DeliveryStatusChanged exchange event published by pixi when a delivery is closed, invoiced, reopened, or updated. The event includes its exchange name, trigger conditions, payload fields, and a sample message.


Event Name

Exchange Name

DeliveryStatusChanged

pixiEXDeliveryStatusChanged

The event happens, when a delivery:

  • is closed by pixi Mobile

  • is closed or set to invoiced or re-opened in the pixi Web application

The message, which is sent to the exchange, contains the following information:

  • DeliveryID: Unique delivery identifier

  • DeliveryNumber: Delivery number

  • DeliveryStatus: Delivery status (NEW, CLS or INV)

  • DeliveryWasReopened

    • 0: The delivery was never re-opened.

    • 1: The delivery was re-opened at least once.


Example:
{
"data":[
{

"DeliveryID":162,
"DeliveryNumber":1002688,
"DeliveryStatus":"NEW",
"DeliveryWasReopened":0

}
]
}