So I've been able to do this in the past, but somehow I lost track of how to save an order via the REST API so that it shows up in the Orders app.
Thoughts on which attributes in the raw request are required to make that happen?
So I've been able to do this in the past, but somehow I lost track of how to save an order via the REST API so that it shows up in the Orders app.
Thoughts on which attributes in the raw request are required to make that happen?
Wanted to share one of the finer points. So if I send the "id" and "state" variables right after an order is created, the order will show up in the Orders app.
However, if I do this after line_items are added, then I don't seem to have the ability to save the order in an unpaid status.
1 Person is following this question.