The response schema for the getBillOfLading operation.

GetBillOfLadingResponse

interface GetBillOfLadingResponse {
    errors?: Error[];
    payload?: BillOfLadingDownloadURL;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

GetBillOfLadingResponse

GetBillOfLadingResponse