API - abandonedCarts - what does it change?

Hey there,

I’m building something which hooks into the API on a local PIWIK server to pull into a graphing dashboard for more refined statistics about some of our online stores.

I’m having a hard time working out what the abandonedCarts flag changes in the data being returned from the API though.

`module=API&method=Goals.getItemsSku&format=JSON&period=day&date=2017-03-05%2C2017-04-06&abandonedCarts=1`

Say if I send the above, vs

`module=API&method=Goals.getItemsSku&format=JSON&period=day&date=2017-03-05%2C2017-04-06&abandonedCarts=0`

*All identifiable information removed for privacy reasons

The numbers that are being returned don’t seem very different.
e.g. views are unchanged.

Anyone have some more information about how the abandonedCarts flag works?

Thank you!