Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    taxRegistrationNumber: string

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

    taxType: "GST"