Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Package information to update for a specific package in a fulfillment order.

    interface UpdatePackageRequest {
        deliveryTime?: string;
        status: string;
        tracking?: Tracking;
    }
    Index
    deliveryTime?: string

    Date timestamp in ISO 8601 date time format.

    status: string

    The current status of a package. Possible values: PROCESSING, IN_TRANSIT, DELAYED, OUT_FOR_DELIVERY, DELIVERED, UNDELIVERABLE, EXPIRED.

    tracking?: Tracking