claytondus / Claytondus.AmazonMWS

.NET Standard fork of Amazon MWS client
https://developer.amazonservices.com/
Apache License 2.0
33 stars 12 forks source link

Support for TaxRegistrationDetails on orders #10

Open Toonshorty opened 4 years ago

Toonshorty commented 4 years ago

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?

boesbo commented 2 years ago

News about?