Replies: 3 comments
-
I checked this now more deeply. If i request the report "GET_FLAT_FILE_ORDER_REPORT_DATA_SHIPPING", then i get all data from france (but not the PII Data). But for germany i get the PII Data, if i use the Report "GET_FLAT_FILE_ORDER_REPORT_DATA_INVOICING". |
Beta Was this translation helpful? Give feedback.
-
I started now to debug the c# code from this project by importing it into my visual studio. The variable "respone" have in case of country=FR far less informations, compared to "DE" "StatusCode: OK, Content-Type: application/json, Content-Length: 14)" NextToken: The big difference is "Content: "{"reports":[]}"" For germany i get there a lot of informations regarding the available reports. So is this a bug at Amazon or of the Fika API? |
Beta Was this translation helpful? Give feedback.
-
I can solve it by myself. Issue is, that the reports have to be created by myself. I don't know, why they are already exists in germany, without creating them, but for other countries i have to create them with the CreateReport function |
Beta Was this translation helpful? Give feedback.
-
Hi,
i have a software based on your API, which is collecting all order reports in a time period. That is working perfect for germany, but for france i don't get any report (but also no error).
i use this request and this parameters:
amazonConnection.Reports.GetReports(parameters)
{FikaAmazonAPI.Parameter.Report.ParameterReportList}
TestCase: Nothing
createdSince: #10/8/2023 11:40:39 AM#
createdUntil: Nothing
marketplaceIds: Count = 1
nextToken: Nothing
pageSize: 100
processingStatuses: Nothing
reportOptions: Count = 0
reportTypes: Count = 1
?parameters.marketplaceIds
Count = 1
(0): "A13V1IB3VIYZZH"
?parameters.reportTypes
Count = 1
(0): GET_FLAT_FILE_ORDER_REPORT_DATA_INVOICING {29}
The result is always 0, doesn't matter how far i go back with the parameter "createdSince".
The same is working in german marketplace. I got there many reports.
I also have the PII verification from amazon, so i'm able to receive the PII data
Beta Was this translation helpful? Give feedback.
All reactions