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

    Information about taxes.

    interface Tax {
        charge: ChargeBreakup;
        rate?: string;
        type?: TaxTypeEnum;
    }
    Index
    rate?: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies.

    The type of tax.