Marco
Marco
Hi, it works for us. i think LastUpdateTime (12:10:51 UTC Time) is (at this time) the shipping date. (orderstatus is shipped) All(mostly?) orders, first status are pending. If status change...
yes, i use report "GET_AMAZON_FULFILLED_SHIPMENTS_DATA_INVOICING". i have tried many reports, it is the only one with full address. Note for B2B orders (with VAT Number) & FBA! Example: Amazon sends...
Hi, i also miss shipFrom fields in the SP-API reports. MFN: XML - GET_ORDER_REPORT_DATA_INVOICING TXT - GET_FLAT_FILE_ORDER_REPORT_DATA_INVOICING (both only contains MFN Orders) I don't work with xml. I did a...
no, unfortunately not yet. But the case is still open.
sorry, for waiting case is cloesd. there will be no change to the report "GET_AMAZON_FULFILLED_SHIPMENTS_DATA_INVOICING". we can get the missing information (VAT Number) from the report: (Invoice data reports) XML...
Hi, result of: filePath (= amazonConnection.Reports.GetReportFile(reportData.ReportDocumentId);) is string tempFilePath = Path.Combine(Path.GetTempPath() + fileName); (ReportService.cs) => Path.GetTempPath() = //Returns the path of the current user's temporary folder. usually it should be...