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

    Indicates the tax specifications associated with the shipment for customs compliance purposes in certain regions.

    interface TaxDetail {
        taxRegistrationNumber: string;
        taxType: "GST";
    }
    Index

    Properties

    taxRegistrationNumber: string

    The shipper's tax registration number associated with the shipment for customs compliance purposes in certain regions.

    taxType: "GST"