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

    Interface GetMartItemMappingByIdRequest

    Request parameters for get_mart_item_mapping_by_id

    Get the mapping information between a Mart item and its corresponding outlet item by item ID.

    interface GetMartItemMappingByIdRequest {
        mart_item_id: number;
        outlet_shop_id_list: number[];
    }
    Index

    Properties

    mart_item_id: number

    The item ID of the item in the Mart shop.

    outlet_shop_id_list: number[]

    A list of outlet shop IDs used to filter the mapping results.