Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface AddGlobalItemRequest

    Request parameters for add_global_item

    Add global item. Only for China mainland sellers using China Seller Centre(CNSC). More details in https://shopee.cn/cooperate/46/53/926.

    interface AddGlobalItemRequest {
        attribute_list?: AddGlobalItemAttribute[];
        brand?: AddGlobalItemBrand;
        category_id: number;
        condition: string;
        description: string;
        description_info?: AddGlobalItemDescriptionInfo;
        description_type?: string;
        dimension?: AddGlobalItemDimension;
        ds_cat_rcmd_id?: string;
        global_item_name: string;
        global_item_sku?: string;
        image?: AddGlobalItemImage;
        normal_stock?: number;
        original_price: number;
        pre_order: AddGlobalItemPreOrder;
        seller_stock?: AddGlobalItemSellerStock[];
        size_chart_info?: AddGlobalItemSizeChartInfo;
        video_upload_id?: string[];
        weight: number;
    }
    Index

    Properties

    attribute_list?: AddGlobalItemAttribute[]

    Item attributes.

    category_id: number

    Category id of global item.

    condition: string

    Condition of global item, USED、Used and used will be mapped to Used; NEW、New and new will be mapped to New.

    description: string

    Description of global item.

    description_info?: AddGlobalItemDescriptionInfo

    New description field. New description field. Only whitelist sellers can use it. If you use the field, please upload the description_type=extended otherwise api will return error. If you don't use this field, you don't need to upload the description_type or upload description_type=normal

    description_type?: string

    Values: See Data Definition- description_type (normal , extended). If you want to use extended_description, this field must be inputed

    Dimension information of global item.

    ds_cat_rcmd_id?: string

    category recommendation service id

    global_item_name: string

    Name of global item.

    global_item_sku?: string

    Sku of global item.

    Image information of global item.

    normal_stock?: number

    Normal stock of global item.

    original_price: number

    Original price of global item.

    Preorder information of global item.

    seller_stock?: AddGlobalItemSellerStock[]

    seller_stock of global item.

    size_chart_info?: AddGlobalItemSizeChartInfo
    video_upload_id?: string[]

    Video upload id of global item. Only accept one video_upload_id at most.

    weight: number

    Weight of global item.