ASN (Advance Shipping Notice)
The Advance Shipping Notice (ASN) provides you with all relevant last-mile shipping information.
With ASN, you’ll know when a shipment has left our warehouses and is on its way to your facility. This gives you visibility into incoming shipments and last-mile returns, allowing you to prepare for receiving goods efficiently.
ASN notifications are sent in real time and include detailed information about the shipment content—items, parcels, boxes, and pallets—expected to arrive at your warehouse.
Delivery
The Advance Shipping Notice (ASN ) is sent in real time and can be delivered to your systems towards:
- API endpoint (JSON format)
- SFTP server (JSON format)
- events to Google Pub/Sub(via REST)
- email address (csv file)
Example payload:
{
"shipment": {
"contentType": "PALLET",
"transportSupplier": "transport-suppler",
"originLocation": "DE_ASC_Nettetall",
"destinationLocation": "your-destination-location",
"content": [
{
"cycleonId": " (00)187000002317124835 ",
"typeReferenceString": "sorting-type-ref-string",
"scannableType": "Pallet",
"boxes": [
{
"boxCycleonId": "(00)287265744932446283",
"boxSortingType": "box-sorting-type",
"items": [
{
"ean": "00193145409873",
"grade": "A"
},
{
"ean": "5609807311804",
"grade": "A"
}
]
}
]
}
]
}
}