Uploads a document, with the file sent as base64-encoded content. references is optional: a document with no references applies to your whole organization, such as a power of attorney that covers every shipment. For files larger than a few megabytes, use brokerageDocumentStagedUpload instead.
Mutation.
brokerageDocumentUpload
Uploads a document, with the file sent as base64-encoded content.
referencesis optional: a document with no references applies to your whole organization, such as a power of attorney that covers every shipment. For files larger than a few megabytes, usebrokerageDocumentStagedUploadinstead.Arguments
input
BrokerageDocumentUploadInput!
Required
Returns:
BrokerageDocument!
type Mutation { brokerageDocumentUpload(input: BrokerageDocumentUploadInput!): BrokerageDocument! }Was this page helpful?