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

    Interface OutletLogisticInfo

    Logistics channel configuration for outlet

    interface OutletLogisticInfo {
        enabled: boolean;
        is_free?: boolean;
        logistic_id: number;
        shipping_fee?: number;
        size_id?: number;
    }
    Index

    Properties

    enabled: boolean

    Indicates whether the logistics channel is enabled for the item

    is_free?: boolean

    Indicates whether free shipping is applied for this logistics channel

    logistic_id: number

    The logistics channel ID used for shipping the item

    shipping_fee?: number

    The shipping fee charged to the buyer for this logistics channel

    size_id?: number

    The parcel size ID used to calculate shipping fees