billsOfLadings
query
List bills of lading
Retrieves a paginated list of bills of lading for the company, with filtering by date, customer, status, and document set.
query {
billsOfLadings(companyId: Int!, options: BillsOfLadingOptions): BillsOfLadings!
}Returns: BillsOfLadings!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | BillsOfLadingOptions |