Logistics
Logistics Common Objects

Warehouse

"...": {
	"location":"CTO",
	"operative":"TEST"
}
PropertyTypeLengthMandatoryDescription
locationString3MCode were the Warehouse is located.
operativeString10MName 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",
}

PropertyTypeLengthMandatoryDescription
partyCodeString13CWMS party code. If provided no additional information is required.
name1String35CMandatory if no partyCode is provided.
name2String35O
name3String35OOnly used for receiver/forwarder parties in dispatch confirmations
address1String35CMandatory if no partyCode is provided.
address2String35O
cityString35CMandatory if no partyCode is provided.
zipCodeString13O
stateString35OThe US state name to completely define US addresses
countryCodeString3CISO country code (ISO 3166-1 Alpha-2). Mandatory if no partyCode is provided.
contactNameString35O
phonePhone25O
faxPhone25O
emailString50O

PackagingUnit



PropertyTypeLengthMandatoryDescription
packagingTypeString3MPackaging type codes: PCS, BOX, PAL. By default PCS is for packagingLevel 1, but further type need to be defined with the operational business contact.
packagingLevelIntegerMPackaging 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.
piecesIntegerMQuantity of pieces of lowest packaging level within current level
eanCodeString13OEAN-13 code
weightBigDecimal10,4OTotal weight of packaging unit (will be converted/stored in kg)
measureOfWeightString3OMeasure of weight. Default is kg, if not otherwise specified (t, kg, g, lbs)
lengthIntegerOLength dimension (will be converted/stored in mm/cm)
widthIntegerOWidth dimension (will be converted/stored in mm/cm)
heightIntegerOHeight dimension (will be converted/stored in mm/cm)
measureOfDimensionString2OMeasure of dimensions. Default is cm, if not otherwise specified (m,cm, mm, ft, in)
turnoverClassString1OOptional classification based on inventory turnover ratio of the item.
stockRestrictionString20OOptional 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"
}
PropertyTypeLengthMandatoryDescription
valueBigDecimal3OInsurance value
currencyCodeString3OInsurance currency code. ISO 4217 three letter currency code.

OrderDate

"...": {
	"date":"10"
}
PropertyTypeLengthMandatoryDescription
dateString10ODate in yyyy-MM-dd