Hi,
I’m trying to do a refund import according to this article
https://helpx.adobe.com/uk/analytics/kb/refund-return-order-ecommerce-tracking-cart-shopping-purchas...
with a csv looking like this
# Order Status template file (user: 100095387 ds_id: 1) | | | |
# | Purchase ID | Order Status (v50) | Net Orders (e100) |
Date | transactionID | Evar 50 | Event 100 |
06/07/2020/20/00/00 | 888135002291 | netto | 1 |
06/07/2020/20/00/00 | 888135002292 | netto | 1 |
But instead of using a csv upload – I want to upload the data using a xml or http request with the data insertion api https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-insertion-api/index.md
The upload works, but the outcome is that the event 100 and evar 50 are not connected and the event is also not connected to the orginal order so e.g. not connected to s.products.
How does a correct xml or http request has to look to get the same outcome as the described process of the article using the csv upload?
Best,
Sebastian