claytondus/Claytondus.AmazonMWS

Support for TaxRegistrationDetails on orders

Toonshorty opened this issue · 1 comments

When using the GetOrder, ListOrders or ListOrdersByNextToken endpoints, business orders will sometimes return an XML element for 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.

Not sure if this is something that can be implemented or not?

News about?