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

    Interface LinkItemToSspRequest

    Request parameters for link_item_to_ssp

    Link one or more models of an item to their country-specific SSPs. item_id and model_cssp_pairs are required, and each pair must contain model_id and cssp_id; ssp_id is optional.

    interface LinkItemToSspRequest {
        item_id: number;
        model_cssp_pairs: LinkItemToSspModelCsspPair[];
    }
    Index

    Properties

    item_id: number

    The ID of the item.

    model_cssp_pairs: LinkItemToSspModelCsspPair[]

    Non-empty mappings between item models and CSSPs. Each mapping requires model_id and cssp_id; ssp_id is optional.