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

    Type Alias BatchShipOrderParams

    BatchShipOrderParams: { order_list: BatchShipOrderItem[] } & Record<
        string,
        string
        | number
        | boolean
        | object
        | null
        | undefined,
    >

    Parameters for batch ship order

    Type Declaration