Logistics
Deprecated
Dispatch Order

CREATE Dispatch Order(s)

messageType: logistics.dispatchOrder

{
	"messageHeader":{...},
	"dispatchOrder":[{...}]
}

Creates a dispatch order in our warehouse system.

Filename format: <location>_<operative>\_DO_<YYYYMMDD>_<uniqueId>\.<extensions>

FTP folder: /in/logistics/dispatchOrders

Sample files

PropertyTypeMandatoryDescription
messageHeaderMessageHeaderMMessage header information
dispatchOrderDispatchOrderMDispatch order

DispatchOrder

"...": {
	"warehouse": {...},
	"customerReference1": "REF/8345",
	"customerReference2": "0015430",
	"orderReference": "ORD-987623",
	"receiver": {...},
	"deliveryDate": {...},
	"deliveryTerm": {...},
	"forwarderCode": "56435",
	"shippingMode": "",
	"serviceCode": "",
	"comment1": "Glass inside!",
	"comment2": "instructions can be here",
	"codValue": 92.70,
	"codCurrencyCode": "EUR",
	"positions": [{...}]
}
PropertyTypeLengthMandatoryDescription
warehouseWarehouseMInformation about warehouse
customerReference1String35MReference, all lines with the same reference are one dispatch order.
customerReference2String35OReference from customer.
orderReferenceString35Ocustomer's client order reference, if needed
receiverLogisticsPartyMReceiver of dispatched goods
deliveryDateApiDate10ODate of desired delivery, time is not used
deliveryTermDeliveryTermODelivery term and location
forwarderCodeString13OForwarder code defined in forwarder master database. Align with integration manager.
shippingModeString3OShipping mode for parcel orders. Has to be aligned with respective warehouse.
serviceCodeString3OService code for parcel orders. Has to be aligned with respective warehouse.
comment1String35Oshort comment
comment2String160Olong comment
codValueBigDecimal15,5OCash on delivery value
codCurrencyCodeString3OCash on delivery currency code
positionsArray[DispatchOrderPosition]MPositions of dispatch orders

DispatchOrderPosition

"...": {
		"clientPositionNumber": "00010",
		"customerPositionReference": "8564168146",
		"quantity": 5,
		"itemCode": "ART-8456",
		"batchNumber": "1654863",
		"allocationNumber": "44",
		"customsReference": "8564168146",
		"packagingType": "PAL",
		"pricePerItem": 18.54,
		"totalPrice": 92.70,
		"currencyCode": "EUR",
	}
PropertyTypeLengthMandatoryDescription
clientPositionNumberString5OPosition number from customer
customerPositionReferenceString35OPosition reference number from customer. This is a passthrough position not visible in WMS only in dispatch confirmation.
quantityInteger10MQuantity in pieces (packing unit level 1)
itemCodeString20MItem number defined in item master database, no leading spaces
batchNumberString35OBatch number
allocationNumberString35OAllocation number, if item is should be taken from an allocated (reserved) stock
customsReferenceString35Ocustoms reference of item
packagingTypeString3OpackagingType for item
pricePerItemBigDecimal15,5OPrice per item
totalPriceBigDecimal15,5OTotal price for items
currencyCodeString3OISO 4217 three letter currency code