Hi - We use the xml datafeed to capture information about all the transactions by parsing it and then saving it in a database. I realised the other day that we're not capturing information about when coupons/vouchers are used. I was looking at the documentation to see exactly where in the datafeed it appeared and just want to check I've got it right.
It looks like there is a <discounts></discounts> section and I'm guessing that the information will be in there with each discount in a <discount></discount> tag. Is this right and what information is sent about each discount?
cheers,
Gordon
Yeah that's right - and these are the nodes you'll want to look for:
Thanks Adam