A request for USPS Registered Mail

The USPS API currently doesn't support Registered Mail shipments, despite supporting Registered Mail rating

interface UspsRegisteredMail {
    description?: null | string;
    restricted_delivery?: boolean;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

description?: null | string

Optional description of the service

This value has no effect on the result, and is just here to prevent weird typing issues

restricted_delivery?: boolean

Set to true to require a signature from the addressee.

false