Description Usage Arguments Details Examples
Get messages of a single order
1 2 3 4 5 | get_list_order_messages(
order_id,
token,
options = list(),
)
|
order_id |
The ID of the order you are fetching |
token |
Token object obtained from authorize() or a string containing your personal access token |
options |
(optional) Parameters, see Details |
Returns a list of the order’s messages with the most recent first. Accepts Pagination parameters. Authentication as the seller is required.
1 | token <- authorize("key", "secret")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.