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

    Interface UpdateModelModel

    UpdateModelModel sub-interface for UpdateModelRequest

    interface UpdateModelModel {
        dimension?: UpdateModelDimension;
        gtin_code?: string | number;
        model_id: number;
        model_sku: string;
        model_status?: string;
        pre_order?: UpdateModelPreOrder;
        weight?: number;
    }
    Index

    Properties

    The dimension of this model.If don't set the dimension of this model, will use the dimension of item by default.

    gtin_code?: string | number
    • GTIN is an identifier for trade items, developed by the international organization GS1.- They have 8 to 14 digits. The most common are UPC, EAN, JAN and ISBN.- GTIN will help boost positioning in online marketing channels like Google and Facebook.- That incorporation with GTIN will also aid in Search and Recommendation in Shopee itself allowing buyers to have higher likelihood of finding one's listing.Note: If you want to set “Item without GTIN”, please pass the gtin_code as "00".The validation rule is based on the value return in gtin_validation_rule" field in v2.product.get_item_limit API- Mandatory: This field is required and must contain a correctly formatted GTiN number.- Flexible: This field is required and must contain either a correctly formatted GTlN number or "00" to declare that the item/model has no valid GTlN.- Optional: This field is optional and can contain a correctly formatted GTiN number, "00" or be omitted entirely.
    model_id: number

    ID of model

    model_sku: string

    Seller SKU for model, model_sku length information needs to be no more than 100 characters. CNSC and KRSC sellers are not allowed to update the MPSKU model sku.

    model_status?: string

    can be "NORMAL" or "UNAVAILABLE". Only CNSC and KRSC sellers can set the model_status. Normal models can be sold on the buyer's side, and UNAVAILABLE models cannot be sold on the buyer's side.

    weight?: number

    The weight of this model, the unit is KG.If don't set the weight of this model, will use the weight of item by default.If set the dimension of this model, them must set the weight of this model.