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

    Interface GetAitemByPitemIdAitem

    GetAitemByPitemIdAitem sub-interface for GetAitemByPitemIdResponseData

    interface GetAitemByPitemIdAitem {
        aitem_id?: number;
        ashop_id?: number;
        ashop_region?: string;
        model_mapping_list?: GetAitemByPitemIdModelMapping[];
    }
    Index

    Properties

    aitem_id?: number

    ID of item under SIP Affiliate Shop corresponding to the P Item.

    ashop_id?: number

    ID of SIP Affiliate Shop.

    ashop_region?: string

    Region of SIP Affiliate Shop.

    model_mapping_list?: GetAitemByPitemIdModelMapping[]

    If the P Item does not have model, then the model_mapping_list will not be returned.