Delivery note
Represents a delivery note (goods issue / packing slip): shipment to the customer with document number, delivery date, link to the sales order (salesOrderId / salesOrderNumber), customer, shipping warehouse, carrier and tracking, lines with shipped quantity and tie to the order line (salesOrderLinePosition). Typical for flows that post inventory issues, carrier integrations, or sync with logistics and billing systems.
Full JSON example
{
"id": "dn_7Jk1Lm4No7Pq0",
"channel": "demoipaas",
"createdAt": "2026-01-23T08:00:00+00:00",
"updatedAt": "2026-01-23T08:00:00+00:00",
"number": "DN-2026-0093",
"status": "posted",
"deliveryDate": "2026-01-23",
"salesOrderId": "so_8Km2Np5Qr8St1",
"salesOrderNumber": "SO-2026-0118",
"customerId": "cust_4Fx7Gy0Hz3Ja6",
"shipFromWarehouseId": "wh_MIL01",
"carrier": "Bartolini",
"trackingNumber": "BR123456789IT",
"lineItems": [
{
"position": 10,
"salesOrderLinePosition": 10,
"itemId": "itm_WIDGET_A",
"description": "Widget mod. A — conf. 24 pz",
"quantityShipped": 48
}
],
"notes": "Firma obbligatoria"
}
Remarkable notes
- The sample shows a partial shipment vs the sales order (line 10 only); further lines can appear on later delivery notes.
status(draft, posted, etc.) and numbering rules depend on the destination ERP and local regulations.carrierandtrackingNumbermay be empty for will-call pickup or flows that add tracking in a second step.