deliveryNote: queries | Moloni ON API
Moloni ONGuidesAPI ReferenceExplorer
API Reference

deliveryNote

query

Get delivery note by ID

Retrieves the full details of a delivery note, including transportation data, product lines, loading/unloading addresses, and vehicle information.

query {
  deliveryNote(companyId: Int!, documentId: Int!, options: DeliveryNoteOptionsSingle): DeliveryNote!
}

Returns: DeliveryNote!

Arguments

NameTypeDescription
companyIdInt!
documentIdInt!
optionsDeliveryNoteOptionsSingle