INPUT_OBJECT

ShipmentDocInput

Represents a document associated with a shipment.

link GraphQL Schema definition

  • input ShipmentDocInput {
  • # A base64 encoded document, optionally gzipped.
  • body: String!
  • # The filename of the file.
  • name: String!
  • # Document tags associated with the document.
  • tags: [ShipmentDocTag!]
  • }