Selling Partner API SDK for JavaScript
    Preparing search index...

    Details for the shipment status update given by the vendor for the specific package.

    interface StatusUpdateDetails {
        reasonCode: string;
        shipmentSchedule?: ShipmentSchedule;
        statusCode: string;
        statusDateTime: string;
        statusLocationAddress: Address;
        trackingNumber: string;
    }
    Index

    Properties

    reasonCode: string

    Provides a reason code for the status of the package that will provide additional information about the transportation status. For more information, refer to the Additional Fields Explanation.

    shipmentSchedule?: ShipmentSchedule
    statusCode: string

    Indicates the shipment status code of the package that provides transportation information for Amazon tracking systems and ultimately for the final customer. For more information, refer to the Additional Fields Explanation.

    statusDateTime: string

    The date and time when the shipment status was updated. Values are in ISO 8601 date-time format, with UTC time zone or UTC offset. For example, 2020-07-16T23:00:00Z or 2020-07-16T23:00:00+01:00.

    statusLocationAddress: Address
    trackingNumber: string

    The shipment tracking number is required for every package and should match the trackingNumber sent for the shipment confirmation.