Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/orders-api-2026-01-01
OrderTax
Interface OrderTax
Tax information about the order.
interface
OrderTax
{
taxInvoicing
?:
OrderTaxInvoicing
;
taxRegistrations
?:
OrderTaxRegistration
[]
;
}
Index
Properties
tax
Invoicing?
tax
Registrations?
Properties
Optional
tax
Invoicing
taxInvoicing
?:
OrderTaxInvoicing
Optional
tax
Registrations
taxRegistrations
?:
OrderTaxRegistration
[]
A list of tax registrations associated with the order.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tax
Invoicing
tax
Registrations
Selling Partner API SDK for JavaScript
Loading...
Tax information about the order.