DEV

Mutation.

shipmentDocumentsMerge

Merge all documents of a given type for a shipment into a single file and return a pre-signed download URL

Arguments

documentType

ShipmentDocumentType!

Required

No description

shipmentId

ID!

Required

No description
GraphQL
1
2
3
type Mutation {
  shipmentDocumentsMerge(documentType: ShipmentDocumentType!, shipmentId: ID!): ShipmentDocumentsMergeResult
}
Book a demo

Was this page helpful?