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

    Type Alias HouseholdAddressBreakdown

    Household address breakdown information (VN only)

    type HouseholdAddressBreakdown = {
        household_additional_info: string;
        household_barangay: string;
        household_city: string;
        household_detailed_address: string;
        household_district: string;
        household_full_address: string;
        household_postcode: string;
        household_province: string;
        household_region: string;
        household_state: string;
        household_town: string;
    }
    Index

    Properties

    household_additional_info: string

    Additional address information provided by the buyer

    household_barangay: string

    Barangay of the household address

    household_city: string

    City of the household address

    household_detailed_address: string

    Detailed street address of the household

    household_district: string

    District of the household address

    household_full_address: string

    Full formatted household address

    household_postcode: string

    Postal code of the household address

    household_province: string

    Province of the household address

    household_region: string

    Region of the household address

    household_state: string

    State of the household address

    household_town: string

    Town of the household address