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

    Interface AddModelModel

    AddModelModel sub-interface for AddModelRequest

    interface AddModelModel {
        cssp_id?: number;
        dimension?: AddModelDimension;
        gtin_code?: string | number;
        model_sku?: string;
        original_price: number;
        pre_order?: AddModelPreOrder;
        seller_stock: AddModelSellerStock[];
        ssp_id?: number;
        tier_index: number[];
        weight?: number;
    }
    Index

    Properties

    cssp_id?: number

    The ID of the country-specific Standardized Shop Product (CSSP) to associate with the default model of the new item. The value must be greater than 0 when provided. This field is required when ssp_id is provided.

    dimension?: AddModelDimension

    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_sku?: string

    Seller sku, model_sku length information needs to be no more than 100 characters.

    original_price: number

    Normal stock for price

    pre_order?: AddModelPreOrder

    Pre-order information of this model.Notes: If don't set the DTS of this model, will use the DTS of the item by default.

    seller_stock: AddModelSellerStock[]

    new stock info for model(Please notice that stock(including Seller Stock and Shopee Stock) should be larger than or equal to real-time reserved stock)

    ssp_id?: number

    The ID of the Standardized Shop Product (SSP) to associate with the default model of the new item. The value must be greater than 0 when provided. If ssp_id is provided, cssp_id must also be provided.

    tier_index: number[]

    Tier index of model

    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.