GET
requests for transactions data, as well as trigger the error management process in case you mark any documents as “processing failed”.****
PHP examples are included but you will likely also want to look at the relevant API calls in the API reference.
hasMore
flag. If it’s true
not all items are in the response.
You will then want to fetch the other items as well. Therefore, you can use the nextPageUrl
flag from the response body and perform the same request with the new URL again.
hasMore
is false. When doing so you can be sure to fetch all currently available items.success
flag to false
. Additionally you should (but are not required to) add a reason
for the sales report not being processed, which will be used for solving the issue.