Skip to main content

ShippingLabel

Permission required: shipping_label:read

type ShippingLabel implements Document {
createdAt: ISO8601DateTime
description: String
fileName: String
id: ID
number: String
url: String
}

Fields

ShippingLabel.createdAt ● ISO8601DateTime scalar

When the document was created.

ShippingLabel.description ● String scalar

The human-readable description of the document.

ShippingLabel.fileName ● String scalar

The file name of the document.

ShippingLabel.id ● ID scalar

The unique identifier of the record.

ShippingLabel.number ● String scalar

The document number.

ShippingLabel.url ● String scalar

The URL where the document file can be downloaded.

Interfaces

Document interface

Member Of

BaseShipping interface ● RepaymentShipping object ● Shipping object