Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface ItemMapping

    Item mapping information

    interface ItemMapping {
        mart_item_id?: number;
        model_mapping?: ModelMapping[];
        outlet_item_id?: number;
    }
    Index

    Properties

    mart_item_id?: number

    The item ID of the item in the Mart shop

    model_mapping?: ModelMapping[]

    The mapping relationship between Mart models and outlet models under the mapped items

    outlet_item_id?: number

    The item ID of the corresponding item in the outlet shop