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

    Tax information about the order.

    interface OrderTax {
        taxInvoicing?: OrderTaxInvoicing;
        taxRegistrations?: OrderTaxRegistration[];
    }
    Index

    Properties

    taxInvoicing?: OrderTaxInvoicing
    taxRegistrations?: OrderTaxRegistration[]

    A list of tax registrations associated with the order.