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

    Interface AddItemResponseData

    AddItemResponseData sub-interface for AddItemResponse

    interface AddItemResponseData {
        attribute: AddItemAttribute[];
        brand?: AddItem_AddItemBrand;
        category_id: number;
        complaint_policy?: AddItemComplaintPolicy;
        condition: string;
        description: string;
        description_info?: AddItemDescriptionInfo;
        description_type?: string;
        dimension: AddItemDimension;
        images: AddItem_AddItemImage;
        item_dangerous?: number;
        item_id: number;
        item_name: string;
        item_status: string;
        logistic_info: AddItem_AddItemLogisticInfo[];
        pre_order: AddItem_AddItemPreOrder;
        price_info: AddItemPriceInfo;
        seller_stock?: AddItem_AddItemSellerStock[];
        video_info?: AddItemVideoInfo[];
        weight: number;
        wholesale?: AddItem_AddItemWholesale[];
    }
    Index

    Properties

    attribute: AddItemAttribute[]

    Item attributes

    category_id: number

    Category ID

    complaint_policy?: AddItemComplaintPolicy

    Complaint Policy for item. Only returned for local PL sellers.

    condition: string

    Item condition, could be NEW or USED

    description: string

    Description of item

    description_info?: AddItemDescriptionInfo

    New description field. Only whitelist sellers can use it. If item with extended_description this field will return, otherwise do not return.

    description_type?: string

    Values: See Data Definition- description_type (normal , extended).

    dimension: AddItemDimension

    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

    Item ID

    item_name: string

    Item name

    item_status: string

    Item status

    Logistic setting

    Pre order setting

    price_info: AddItemPriceInfo

    Item price info

    seller stock

    video_info?: AddItemVideoInfo[]

    Item video

    weight: number

    The weight of this item, the unit is KG.

    Wholesale setting