I'm trying to get the last order created or modified using the API. How can I do this? In addition, on the orders that have just been updated (say to add another line item), how can I see what has been changed from the original order?
Is it possible to use webhooks to keep track of new / updated orders, and then just pull those orders?
That would be possible but doesn't seem like a good approach.
Why wouldn't the webhook solutions be better? Without webhooks, wouldn't you have to continuously poll to find the most recent orders?
2 People are following this question.