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

    The status codes and description of the milestone event.

    interface TrackingMilestoneStatus {
        code: TrackingMilestoneStatusCodeEnum;
        description: string;
        subCode?: TrackingMilestoneStatusSubCodeEnum;
    }
    Index

    A status code that identifies the milestone event (for example, DELIVERED, CUSTOMS_CLEARED, DEPARTED).

    description: string

    A human-readable explanation of the milestone event.

    Status subcode that provides additional details about the milestone status. Valid values vary by milestone (for example, a DELIVERED milestone might include a subCode for the delivery location).