Claytondus.AmazonMWS icon indicating copy to clipboard operation
Claytondus.AmazonMWS copied to clipboard

Support for TaxRegistrationDetails on orders

Open Toonshorty opened this issue 5 years ago • 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?

Toonshorty avatar Jan 14 '20 12:01 Toonshorty

News about?

boesbo avatar Feb 02 '22 18:02 boesbo