Patrick Scott

Results 4 comments of Patrick Scott

One issue I had when setting up taking phone orders on my site (via impersonate user) was that I couldn't use the same payment providers as a customer would. i.e....

Looking at the code, GetFeedDocumentProcessingReportAsync can only handle XML files being returned. AFAIK if you submit a flat file (txt format) then a TXT report is returned.

Unfortunately this is not a complete solution. If the GetOrders call will return > 100 orders then the orders after the first 100 will not have the PII data in....

> The most similar to a workaround is: > > ``` > var conexion = AmazonApiOrdersService.ConexionAmazon(); > var orders = await conexion.Orders.GetOrdersAsync(searchOrderList).ConfigureAwait(false); > foreach (var orderAdresss in orders) > {...