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

    Interface PublishItemToOutletShopLogisticInfo

    PublishItemToOutletShopLogisticInfo sub-interface for PublishItemToOutletShopPublishItem

    interface PublishItemToOutletShopLogisticInfo {
        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.