| Element | Type | Possible values | Description |
|---|---|---|---|
| token | String | Unique ID of the transmission | |
| client_id | Int | Your PDI client ID | |
| client_name | String | Your PDI client name | |
| project_id | Int | Your project ID for the client number | |
| project_name | String | Your project name for the client number |
When which parameters are possible can be seen from the columns:
T = transaction
O = order
I = item
P = package
| Element | Type | Possible values | Description | T | O | I | P |
|---|---|---|---|---|---|---|---|
| id | Int | Unique ID of the message | x | x | x | x | |
| action | Enum | cancel | Your command to PDI | x | x | x | |
| action | Enum | received | Ihr Kommando an PDI | x | x | v2.0 | |
| action | Enum | stocked | Ihr Kommando an PDI | from v2.1 | from v2.1 | ||
| action | Enum | picked | Ihr Kommando an PDI | from v2.1 | from v2.1 | from v2.1 | |
| action | Enum | shipped | Ihr Kommando an PDI | from v2.1 | from v2.1 | from v2.1 | |
| action | Enum | return | Ihr Kommando an PDI | from v2.1 | |||
| action | Enum | delivered | Ihr Kommando an PDI | from v2.1 | |||
| timestamp | datetime | 2012-06-13 16:22:22 | Time of the request | x | x | x | x |
| transaction_reference | String | Unique ID of the transaction | x | ||||
| transaction_reference_client | String | Reference of your transaction (filename of the XML) | x | ||||
| order_reference | Int | Unique ID of the order | x | ||||
| order_reference_client | String | The order reference you provided us | x | ||||
| order_item_reference | Int | Unique ID of the item | x | ||||
| order_item_reference_client | String | The item reference you provided us | x | ||||
| quantity | Int | 123 | Portion of the ordered quantity. | x | |||
| package_reference | Int | Unique ID of the package | x | ||||
| package_tracking_number | Int | Unique ID of the package | x |