Hi,
is there a way to get the pathvars used on a request?
For example, if I do api.actions.product({ 'sku': 123 }) I want to be able to know what sku was used when the reducer function is invoked (the actionFetch). Right now I only get { syncing: false }.
Or maybe I'm not using this right.