Discussing APIs and development related to customers, discounts, and order management.
In the flow I'm currently building out, we use the returnCreate request to initiate the return, we then use returnRefund to apply the refund against that return, and then returnClose to close the return.
However, from what I can see there isn't a way to mark the items as "restock" using these methods? It only seems to be available via refundCreate? Is this correct or am I missing something?