Information about the package being shipped

interface DomesticPackageLabelInput {
    content_description: string;
    extra_services?: null | GraphqlList<ExtraService>;
    hazmat?: null | HazmatInfo;
    packaging: Packaging;
    return_address?: null | FullDomesticAddressInput;
    ship_from: FullDomesticAddressInput;
    ship_to: FullDomesticAddressInput;
    weight: WeightInput;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

content_description: string

The contents of the package

extra_services?: null | GraphqlList<ExtraService>

Extra services to request from the carrier

hazmat?: null | HazmatInfo

Information about hazardous materials being shipped, if applicable

packaging: Packaging

The packaging for the item being shipped

return_address?: null | FullDomesticAddressInput

The address to return the package to if necessary or requested

Defaults to the ship_from address

The sender of the package

The recipient of the package

weight: WeightInput

The total weight of the package