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

    Type Alias GetItemBaseInfoParams

    Parameters for getting item base information

    type GetItemBaseInfoParams = {
        item_id_list: number[];
        need_complaint_policy?: boolean;
        need_tax_info?: boolean;
    }
    Index

    Properties

    item_id_list: number[]

    List of item IDs. Limit [0,50]

    need_complaint_policy?: boolean

    If true, response will include complaint_policy

    need_tax_info?: boolean

    If true, response will include tax_info