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

    Type Alias GetOrdersDetailParams

    Parameters for getting order details

    type GetOrdersDetailParams = {
        order_sn_list: string[];
        request_order_status_pending?: boolean;
        response_optional_fields?: string;
    }
    Index

    Properties

    order_sn_list: string[]

    The set of order_sn. If there are multiple order_sn, you need to use English comma to connect them. limit [1,50]

    request_order_status_pending?: boolean

    Compatible parameter during migration period, send True will let API support PENDING status and return pending_terms, send False or don't send will fallback to old logic

    response_optional_fields?: string

    A response fields you want to get. Please select from the below response parameters. If you input an object field, all the params under it will be included automatically in the response. If there are multiple response fields you want to get, you need to use English comma to connect them.