Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about the seller's business. Certain fields may be omitted depending on the seller's businessType.

    interface Business {
        companyRegistrationNumber?: string;
        companyTaxIdentificationNumber?: string;
        name: string;
        nonLatinName?: string;
        registeredBusinessAddress: Address;
    }
    Index

    Properties

    companyRegistrationNumber?: string

    The seller's company registration number, if applicable. This field will be absent for individual sellers and sole proprietorships.

    companyTaxIdentificationNumber?: string

    The seller's company tax identification number, if applicable. This field will be present for certain business types only, such as sole proprietorships.

    name: string

    The registered business name.

    nonLatinName?: string

    The non-Latin script version of the registered business name, if applicable.

    registeredBusinessAddress: Address