Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetPackageDetailStatusInfoTag

    GetPackageDetailStatusInfoTag sub-interface for GetPackageDetailPackage

    interface GetPackageDetailStatusInfoTag {
        tag_id?: number;
        timestamp?: number | Date;
    }
    Index

    Properties

    Properties

    tag_id?: number

    Shipping urgency tag type, applicable values below:0: No tag1: Will be cancelled within 1 day2: Must ship before the specified timestamp3: Shipment delayed4: Must ship within the current hour5: Will be cancelled at the specified timestamp

    timestamp?: number | Date

    When tag_id is 2 or 5, returns specific timestamp (e.g., cancel time, shipment deadline); otherwise returns 0.