Label
Represents a shipment label.
type Label {
base64: String!
}
Fields
Label.base64 ● String! non-null scalar
The content of the shipment label is returned in base64 to build a PDF and print it.
Represents a shipment label.
type Label {
base64: String!
}
Label.base64 ● String! non-null scalarThe content of the shipment label is returned in base64 to build a PDF and print it.