Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface SearchPackageListSort

    Sort options for searching package list

    interface SearchPackageListSort {
        sort_direction?: "ASC" | "DESC";
        sort_field?: string;
    }
    Index

    Properties

    sort_direction?: "ASC" | "DESC"

    Sort direction. Available value: ASC, DESC. Default = ASC

    sort_field?: string

    Sort field. Available value: package_number, ship_by_date, create_time. Default = ship_by_date