-
Notifications
You must be signed in to change notification settings - Fork 739
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
Access to PII information with RDT token #4287
Comments
Hi @Awenega, The Best, |
Hi, Yes, i'm calling sp-api in the EU region, but i'm using the IT marketplace. Since Is avaiable only for the TR marketplace, what should i use in order to get the VAT Number of a buyer for the IT marketplace? |
Hi @Awenega, First, to rule out any issues you might have with Tokens API, can you try requesting with "dataElements": ["buyerInfo"]? Regarding getting the Buyer VAT number, for sellers who are neither enrolled in VCS nor in VCS Lite, you should rely on Orders report and FBA Shipments Invoicing report. If the seller is enrolled in VCS Lite, please make sure to use VIDR reports to get the VAT number and all other data points needed for invoicing. Best, |
Hi Jawher, thank you for the detailed explaination. I'm not enrolled in VCS nor in VCS Lite, and for this reason I want to automatize the invoice generation by myself. I've tried the report types that you suggested, but everytime i got this response: In particular, what I do is to request that type of report, than I retrive the But the problem seems to happen before I can get the RDT token. It happen when i request the report with that type of report_value that you suggested, using the standard access token. I've checked that i've the PII role enable of Tax invoicing, so I don't understand where is the problem... |
Hi @Awenega, Your usage of the Tokens API looks good to me. Did you self-authorize your app again after it received the If this doesn't work, I suggest that you contact Developer Support. Best, |
Hi Jawheral, I self-authorize my app again and now seems that it works. So it creates the request to generate the report. But, now, the problem is that everytime that i request this kind of report, checking the status it goes from IN_QUEUE to IN_PROGRESS to CANCELLED. The body that I use for the request is the following:
I usually use this body with the report of all orders without the PII (and it works). |
Hi Jawher, thank you for the informations. Unfortunately, I still not being able to correctly get the report. It always says
I also checked if I have other reports scheduled with the same report type, but it is not the case (i've cancelled all the scheduled report in order to have only this scheduled report) The output of the
Also, from what I believe, there are two reasons why a report can result in CANCELLED status:
I exclude the first one. |
Hi @Awenega, I'm not able to tell what exactly could be causing the report to be Feel free to share the support case number once you have it so we can track it. Thank you for your understanding! Best, |
Hi Jawher, The case number is 10486330002, thank you very much for your help! |
Hi @jawheral, just an info about this problem. Is it possible to pass a start time and end time for a scheduled report as for a standard report? I don't mean the period that specifies how often the report should be generated, but rather to a specific date range for which I want orders within the report. Thank you |
Hi @Awenega, Yes, you can provide the Best, |
Hi @Awenega, Do you have your tax settings and VAT numbers setup on Seller Central? Best, |
Hi Jawheral, Yes, I have setup my tax settings and VAT numbers on Seller Central (otherwise i couldn't sell on Amazon and also they could block my account). The support reply to my case as following:
But I don't understand why she is talking about "no invoices were created" since this reportType are for sellers who aren't enrolled in VCS/VCS Lite. It's obvious that there are no invoices created, since amazon does not create any invoices on my behalf and instead I am the one who manually creates them and attaches them on the order page for the business clients. Thank you |
Hi @Awenega, Let's try out the following:
Best, |
Hi Jawher, As you suggested, I've cancelled the current invoicing report schedule and then I tried to request the
The report always gets cancelled... I still don't understand why. Surely it is because there is no data, but of course there should be (and lots of it) I have a doubt, these reportTypes are also used for FBA orders in order to obtain the tax information of buyers, right? |
Hi, i'm tring to retrieve the VAT number ID of a client. I've the PII role for Tax Invoice for my application.
I'm making the call for RDT token with this object:
But the response is:
Why I can't get the RDT token if I've the Tax Invoice PII role enabled?
The text was updated successfully, but these errors were encountered: