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

    Interface GetShippingParameterResponseData

    GetShippingParameterResponseData sub-interface for GetShippingParameterResponse

    interface GetShippingParameterResponseData {
        dropoff?: GetShippingParameterDropoff;
        info_needed?: GetShippingParameterInfoNeeded;
        pickup?: GetShippingParameterPickup;
    }
    Index

    Properties

    Logistics information for dropoff mode order.

    The parameters required based on each specific order to Init. Must use the fields included under info_needed to call Init. For logistic_id 80003 and 80004, both Regular and JOB shipping methods are supported. If you choose Regular shipping method, please use "tracking_no" to call Init API. If you choose JOB shipping method, please use "sender_real_name" to call Init API. Note that only one of "tracking_no" and "sender_real_name" can be selected.

    Logistics information for pickup mode order.