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

    Interface GetBrShopOnboardingInfoResponseData

    GetBrShopOnboardingInfoResponseData sub-interface for GetBrShopOnboardingInfoResponse

    interface GetBrShopOnboardingInfoResponseData {
        billing_address?: GetBrShopOnboardingInfoBillingAddress;
        birthday?: number;
        birthday_str?: string;
        cnae_main?: string;
        cnae_secondary?: string;
        cnpj_id?: string;
        cpf_id?: string;
        legal_entity_name?: string;
        mei_check?: string;
        name?: string;
        nationality?: string;
        onboarding_passed?: boolean;
        onboarding_status?: number;
        state_registration?: string;
        submission_time?: number;
        tax_id?: string;
        tax_id_type?: string | number;
    }
    Index

    Properties

    Shop’s billing address details.

    birthday?: number

    Birthday of the individual seller (stored as Unix timestamp). Valid only when tax_id_type = 1.

    birthday_str?: string

    Birthday of the individual seller (formatted as YYYY-MM-DD). Valid only when tax_id_type = 1.

    cnae_main?: string

    Main CNAE code.

    cnae_secondary?: string

    Secondary CNAE code.

    cnpj_id?: string

    CNPJ number of the company seller. Valid only when tax_id_type = 2.

    cpf_id?: string

    CPF number of the individual seller. Valid only when tax_id_type = 1.

    legal_entity_name?: string

    Legal name of the company seller. Valid only when tax_id_type = 2.

    mei_check?: string

    MEI verification result. Applicable values:0: No1: Yes

    name?: string

    Full name of the individual seller. Valid only when tax_id_type = 1.

    nationality?: string

    Nationality of the individual seller. Valid only when tax_id_type=1.

    onboarding_passed?: boolean

    Indicate if the shop has passed KYC verification.

    onboarding_status?: number

    Status of the shop’s current KYC onboarding process. Applicable values:0: None1: Regis Processing2: Regis Validated3: Regis Rejected4: KYC Pending5: KYC Processing6: KYC Processing Manually7: KYC Validated8: KYC Rejected

    state_registration?: string

    State registration number of the shop.

    submission_time?: number

    Timestamp when the onboarding information was submitted.

    tax_id?: string

    The shop’s tax ID.- When tax_id_type = 1 (Personal seller), it is CPF.- When tax_id_type = 2 (Company seller), it is CNPJ.

    tax_id_type?: string | number

    Type of the shop’s tax ID. Applicable values: 1: Personal seller (CPF) 2: Company seller (CNPJ)