Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface DropoffBranch

    Dropoff branch information

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

    Properties

    address: string

    Address description

    branch_id: number

    Identity of logistics branch

    city: string

    City of address

    district: string

    District of address

    region: string

    Region of address

    state: string

    State of address

    town: string

    Town of address

    zipcode: string

    Zipcode of address