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

    Information used to determine the tax compliance.

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

    Harmonized System of Nomenclature code.

    taxRates?: TaxRate[]

    List of tax rates.