Open Toonshorty opened 4 years ago
When using the GetOrder, ListOrders or ListOrdersByNextToken endpoints, business orders will sometimes return an XML element for TaxRegistrationDetails:
TaxRegistrationDetails
<TaxRegistrationDetails> <member> <taxRegistrationId>GB0123456789</taxRegistrationId> <taxRegistrationAuthority> <country>GB</country> </taxRegistrationAuthority> <taxRegistrationType>VAT</taxRegistrationType> </member> </TaxRegistrationDetails>
This is a child of the <Orders /> element and doesn't seem to documented, but is showing on the MWS Scratchpad.
<Orders />
Not sure if this is something that can be implemented or not?
News about?
When using the GetOrder, ListOrders or ListOrdersByNextToken endpoints, business orders will sometimes return an XML element for
TaxRegistrationDetails
:This is a child of the
<Orders />
element and doesn't seem to documented, but is showing on the MWS Scratchpad.Not sure if this is something that can be implemented or not?