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

    Interface GetMassShippingParameterInfoNeeded

    GetMassShippingParameterInfoNeeded sub-interface for GetMassShippingParameterResponseData

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

    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.