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

    Interface UpdateItemResponseData

    UpdateItemResponseData sub-interface for UpdateItemResponse

    interface UpdateItemResponseData {
        brand?: UpdateItemBrand;
        category_id: number;
        complaint_policy?: UpdateItem_UpdateItemComplaintPolicy;
        condition: string;
        description: string;
        description_info?: UpdateItemDescriptionInfo;
        description_type?: string;
        dimension: UpdateItemDimension;
        images: UpdateItem_UpdateItemImage;
        item_dangerous?: number;
        item_id: number;
        item_name: string;
        item_status: string;
        logistic_info: UpdateItemLogisticInfo[];
        pre_order: UpdateItemPreOrder;
        weight: number;
    }
    Index

    Properties

    category_id: number

    ID of item category.

    Complaint policy

    condition: string

    Item condition, could be USED or NEW.

    description: string

    Item description.

    description_info?: UpdateItemDescriptionInfo

    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).

    The dimension of this item.

    Item images.

    item_dangerous?: number

    This field is only applicable for local sellers in Indonesia and Malaysia. Use this field to identify whether a product is a dangerous product. 0 for non-dangerous product and 1 for dangerous product. For more information, please visit the market's respective Seller Education Hub.

    item_id: number

    ID of item.

    item_name: string

    Item name.

    item_status: string

    Item status.

    logistic_info: UpdateItemLogisticInfo[]
    weight: number

    The weight of this item, the unit is KG.