-
Notifications
You must be signed in to change notification settings - Fork 60
Description
https://ordercloud.io/learn/buyer-perspective/adding-line-items desribes the /v1/me/orders endpoint as being able to retrieve the ID of a just created order. In my experience, it will only return an order that has been submitted. (I've tested this twice.) The guide should be updated to suggest people note the order ID after the create empty order step, as it will be needed in the subsequent steps.
This language is no longer accurate:
If you don't remember it, fear not - buyer users can view their orders using the My Orders resource. This will provide a list of orders that have the currently authenticated user as the FromUser.
The discussion of /v1/me/orders in the API documentation should also be updated to clarify that only "Open" orders are retrievable.