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

    Type Alias BatchAddItemParams

    Parameters for batch adding items

    type BatchAddItemParams = {
        item_list: AddItemParams[];
    }
    Index

    Properties

    Properties

    item_list: AddItemParams[]

    The item list to batch add. The list size must be between 1 and 100.