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

    Information used to determine the tax compliance.

    interface TaxDetails {
        declaredValue?: Currency;
        hsnCode?: string;
        taxRates?: TaxRate[];
    }
    Index

    Properties

    declaredValue?: Currency
    hsnCode?: string

    Harmonized System of Nomenclature code.

    taxRates?: TaxRate[]

    List of tax rates.