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

    Interface GetBuyerInvoiceInfoAddressBreakdown

    GetBuyerInvoiceInfoAddressBreakdown sub-interface for GetBuyerInvoiceInfoInvoiceDetail

    interface GetBuyerInvoiceInfoAddressBreakdown {
        additional_info?: string;
        city?: string;
        detailed_address?: string;
        full_address?: string;
        postcode?: string;
        region?: string;
        state?: string;
        town?: string;
    }
    Index

    Properties

    additional_info?: string

    Return value:- Empty for PH, TH

    city?: string

    Return value- TH: District

    detailed_address?: string

    Return value- PH: Additional details, i.e. street name, building- TH: Additional details, i.e. house number

    full_address?: string
    • only has value when invoice_type is personal- Buyer address in format "detailed_address, town, district, state, postcode, additional_info" for all regions--- for TH: leave the 'additional_info' as empty
    postcode?: string

    Return value- TH: Postal code- PH: Postal code

    region?: string

    Return region value- PH, TH only

    state?: string

    Return value- TH: Province

    town?: string

    Return value- TH: Sub district