Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Tax information about the marketplace.

    interface MarketplaceTaxInfo {
        CompanyLegalName?: string;
        TaxClassifications?: TaxClassification[];
        TaxingRegion?: string;
    }
    Index
    CompanyLegalName?: string

    The legal name of the company.

    TaxClassifications?: TaxClassification[]

    The list of tax classifications.

    TaxingRegion?: string

    The country or region imposing the tax.