Retrieve order updates
GET/v1/orderUpdates
Returns a paginated list of updates to orders. Use the nextPageId from the response to fetch subsequent pages. Note that each response may include only a subset of the versions for a given order. For example, if an order has 16 versions, one page might only contain versions 3 and 4. By continuing to request pages using pageId=<nextPageId>, you can retrieve all versions incrementally. When hasMore=false, all available updates have been fetched.
Request
Responses
- 200
Successful operation