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

    Interface GetReturnDetailFollowUpAction

    GetReturnDetailFollowUpAction sub-interface for GetReturnDetailResponseData

    interface GetReturnDetailFollowUpAction {
        current_status?: number;
        item_id?: number;
        model_id?: number;
        qty?: number;
        related_order_sn_list?: string[];
        resell_failed_next_step?: string;
    }
    Index

    Properties

    current_status?: number

    Current status for the item/model within the warehouse.Applicable values:1:Dispose2:Return to Seller7:Received and Putaway8:Return to Buyer9:ShortageNote: Since Resell is currently applicable only to Failed Delivery parcels, the following values will not be returned for now, and will be returned once Resell becomes applicable to Return Refund parcels in the future:3:Putaway for Resell4:Resell Outbound5:Resell Failed6:Resell Exit

    item_id?: number

    Unique identifier of the item.

    model_id?: number

    Unique identifier of the model under the item.

    qty?: number

    Quantity of items or models under the same current status.

    related_order_sn_list?: string[]

    List of order_sn generated from the Resell process. Returned only when current_status = 4 (Resell Outbound).Note: Since Resell is currently applicable only to Failed Delivery parcels, this field will remain empty for now, and valid values will be returned once Resell becomes applicable to Return Refund parcels in the future.

    resell_failed_next_step?: string

    Next step after a Resell failure. Returned only when current_status = 5 (Resell Failed).Note: Since Resell is currently applicable only to Failed Delivery parcels, this field will remain empty for now, and valid values will be returned once Resell becomes applicable to Return Refund parcels in the future.