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

    Interface GetMartItemByOutletItemIdItemMapping

    GetMartItemByOutletItemIdItemMapping sub-interface for GetMartItemByOutletItemIdResponseData

    interface GetMartItemByOutletItemIdItemMapping {
        mart_item_id?: number;
        model_mapping?: GetMartItemByOutletItemIdModelMapping[];
        outlet_item_id?: number;
    }
    Index

    Properties

    mart_item_id?: number

    The item ID of the item in the Mart shop.

    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.