Warehouse
"...": {
"location":"CTO",
"operative":"TEST"
}
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
location | String | 3 | M | Code were the Warehouse is located. |
operative | String | 10 | M | Name of operative in warehouse system. |
LogisticsParty
"...": {
"partyCode": "185961",
"name1": "TEST Party",
"name2": "",
"name3": "",
"address1": "Teststreet 20",
"address2": "",
"city": "VIENNA",
"zipCode": "1010",
"state": "AT",
"countryCode": "AT",
"contactName": " Test Person",
"phone": {...},
"fax": {...},
"email": "test@example.com",
}
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
partyCode | String | 13 | C | WMS party code. If provided no additional information is required. |
name1 | String | 35 | C | Mandatory if no partyCode is provided. |
name2 | String | 35 | O | |
name3 | String | 35 | O | Only used for receiver/forwarder parties in dispatch confirmations |
address1 | String | 35 | C | Mandatory if no partyCode is provided. |
address2 | String | 35 | O | |
city | String | 35 | C | Mandatory if no partyCode is provided. |
zipCode | String | 13 | O | |
state | String | 35 | O | The US state name to completely define US addresses |
countryCode | String | 3 | C | ISO country code (ISO 3166-1 Alpha-2). Mandatory if no partyCode is provided. |
contactName | String | 35 | O | |
phone | Phone | 25 | O | |
fax | Phone | 25 | O | |
String | 50 | O |
PackagingUnit
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
packagingType | String | 3 | M | Packaging type codes: PCS, BOX, PAL. By default PCS is for packagingLevel 1, but further type need to be defined with the operational business contact. |
packagingLevel | Integer | M | Packaging level 1-6 (smallest to largest unit, level 1 is PCS). By default only packaging level 1/3/6 are used and need to be defined with the operational business contact. | |
pieces | Integer | M | Quantity of pieces of lowest packaging level within current level | |
eanCode | String | 13 | O | EAN-13 code |
weight | BigDecimal | 10,4 | O | Total weight of packaging unit (will be converted/stored in kg) |
measureOfWeight | String | 3 | O | Measure of weight. Default is kg, if not otherwise specified (t, kg, g, lbs) |
length | Integer | O | Length dimension (will be converted/stored in mm/cm) | |
width | Integer | O | Width dimension (will be converted/stored in mm/cm) | |
height | Integer | O | Height dimension (will be converted/stored in mm/cm) | |
measureOfDimension | String | 2 | O | Measure of dimensions. Default is cm, if not otherwise specified (m,cm, mm, ft, in) |
turnoverClass | String | 1 | O | Optional classification based on inventory turnover ratio of the item. |
stockRestriction | String | 20 | O | Optional stock restriction for specific item storage (e.g. temperature controlled). Only certain values are allowed. Please align with warehouse before sending. |
Insurance
"...": {
"value":"10",
"currencyCode":"EUR"
}
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
value | BigDecimal | 3 | O | Insurance value |
currencyCode | String | 3 | O | Insurance currency code. ISO 4217 three letter currency code. |
OrderDate
"...": {
"date":"10"
}
Property | Type | Length | Mandatory | Description |
---|---|---|---|---|
date | String | 10 | O | Date in yyyy-MM-dd |