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

    Contains the type and rate of tax.

    interface TaxRate {
        cessRate?: number;
        gstRate?: number;
        taxType?: string;
    }
    Index

    Properties

    cessRate?: number

    Rate of cess tax.

    gstRate?: number

    Rate of gst tax.

    taxType?: string

    Type of tax. Possible values: CGST, SGST, IGST, TOTAL_TAX.