wondering if via the admin notifications would it be possible to include return/created Etc?
Hey @ChrisBradley -
Just confirming that there isn’t currently a dedicated returns/create or exchange webhook topic. To detect a newly initiated return, I’d subscribe to returns/request and returns/approve, with returns/update and returns/process covering the later lifecycle.
Exchanges are represented on the same Return though through exchangeLineItems, (more info here) rather than as a separate replacement order if that makes sense. Your app can use the Return ID from the webhook to query those details with the read_returns scope.
Hope this helps, let me know if I can clarify anything here.
Hey @Alan_G
Thanks for your response.
would returns/request flag any order that have a returned added to it, that might suit my need (I really just need get a notification when a return is added)