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

    Interface PublishItemConfig

    Item publishing configuration

    interface PublishItemConfig {
        logistic_info?: OutletLogisticInfo[];
        model?: PublishModel[];
        outlet_item_id?: number;
        purchase_limit_info?: PurchaseLimitInfo;
    }
    Index

    Properties

    logistic_info?: OutletLogisticInfo[]

    Logistic channel setting; can set for each outlet shop

    model?: PublishModel[]

    A list of models to be published to the outlet shop, mapped from the corresponding Mart shop models

    outlet_item_id?: number

    The outlet item ID

    purchase_limit_info?: PurchaseLimitInfo

    Purchase quantity limits applied to the item in the outlet shop