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

    Interface GetItemBaseInfoLogisticInfo

    GetItemBaseInfoLogisticInfo sub-interface for GetItemBaseInfoItem

    interface GetItemBaseInfoLogisticInfo {
        enabled?: boolean;
        estimated_shipping_fee?: number;
        is_free?: boolean;
        logistic_id?: number;
        logistic_name?: string;
        shipping_fee?: number;
        size_id?: number;
    }
    Index

    Properties

    enabled?: boolean

    Related to shopee.logistics.GetLogistics result.logistics.enabled only affect current item.

    estimated_shipping_fee?: number

    Estimated shipping fee calculated by weight. Don't exist if channel is no-integrated.

    is_free?: boolean

    when seller chooses this option, the shipping fee of this channel on item will be set to 0. Default value is False.

    logistic_id?: number

    The identity of logistic channel.

    logistic_name?: string

    The name of logistic.

    shipping_fee?: number

    Only needed when logistics fee_type = CUSTOM_PRICE.

    size_id?: number

    If specify logistic fee_type is SIZE_SELECTION size_id is required.