Extra carrier-specific information for rating and/or creating shipments

interface LabelCarrierInput {
    fedex?: null | FedExLabelInput;
    usps?: null | UspsLabelInput;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

fedex?: null | FedExLabelInput

FedEx-specific label input options

usps?: null | UspsLabelInput

USPS-specific label input options