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

    Interface UpdateItemLogisticInfo

    UpdateItemLogisticInfo sub-interface for UpdateItemResponseData

    interface UpdateItemLogisticInfo {
        enabled: boolean;
        estimated_shipping_fee: number;
        is_free: boolean;
        logistic_id: number;
        logistic_name: string;
    }
    Index

    Properties

    enabled: boolean

    Whether this channel is enabled.

    estimated_shipping_fee: number

    Estimated shipping fee.

    is_free: boolean

    Whether cover shipping fee for buyer.

    logistic_id: number

    ID of this channel.

    logistic_name: string

    Name of logistics channel.