billsOfLading
query
Get bill of lading by ID
Retrieves the full details of a bill of lading, including transportation data, product lines, and loading/unloading information.
query {
billsOfLading(companyId: Int!, documentId: Int!, options: BillsOfLadingOptionsSingle): BillsOfLading!
}Returns: BillsOfLading!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | BillsOfLadingOptionsSingle |