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

    Interface GetShippingParameterInfoNeeded

    GetShippingParameterInfoNeeded sub-interface for GetShippingParameterResponseData

    interface GetShippingParameterInfoNeeded {
        dropoff?: string[];
        non_integrated?: string[];
        pickup?: string[];
    }
    Index

    Properties

    dropoff?: string[]

    Could contain 'branch_id', 'sender_real_name' or 'tracking_no'. If it contains 'branch_id', choose one to Init. If it contains 'sender_real_name' or 'tracking_no', should manually input these values in Init API. If it has empty value, developer should still include "dropoff" field in Init API.Could contain 'slug'.If it contains 'slug', to return selected 3PL partner only for TW C2C sellers to drop-off parcels with.

    non_integrated?: string[]

    Could contain 'tracking_no'. If it contains 'tracking_no', should manually input these values in Init API. If it has empty value, developer should still include "non-integrated" field in Init API.

    pickup?: string[]

    Could contain 'address_id' and 'pickup_time_id'. Choose one address_id and its corresponding pickup_time_id to Init. If it has empty value, developer should still include "pickup" field in Init API.It could contains "tracking_number" returned from "info_need"for some channels, please also add it when init.