Description Usage Arguments Details Examples
Returns a list of the authenticated user’s orders
1 2 3 4 | get_list_orders(
token,
options = list(),
)
|
token |
Token object obtained from authorize() or a string containing your personal access token |
options |
(optional) Parameters, see Details |
Returns a list of the authenticated user’s orders. Accepts Pagination parameters.
1 | token <- authorize("key", "secret")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.