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

    Interface GetMassShippingParameterBranch

    GetMassShippingParameterBranch sub-interface for GetMassShippingParameterDropoff

    interface GetMassShippingParameterBranch {
        address?: string;
        branch_id?: number;
        city?: string;
        district?: string;
        region?: string;
        state?: string;
        town?: string;
        zipcode?: string;
    }
    Index

    Properties

    address?: string

    The address description of specify address.

    branch_id?: number

    The identity of logistics branch.

    city?: string

    The city of specify address.

    district?: string

    The district of specify address.

    region?: string

    The region of specify address.

    state?: string

    The state of specify address.

    town?: string

    The town of specify address.

    zipcode?: string

    The zipcode of specify address.