Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TaxRegistrationDetails on orders #10

Open
Toonshorty opened this issue Jan 14, 2020 · 1 comment
Open

Support for TaxRegistrationDetails on orders #10

Toonshorty opened this issue Jan 14, 2020 · 1 comment

Comments

@Toonshorty
Copy link

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
Copy link

boesbo commented Feb 2, 2022

News about?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants