Description Usage Arguments Details
Add a new message to the order's message log
1 2 3 4 5 | add_order_message(
order_id
token = NA,
options = list(),
)
|
order_id |
The ID of the order you are fetching |
token |
(optional) Token object obtained from authorize() or a string containing your personal access token |
options |
(optional) Parameters, see Details |
Adds a new message to the order’s message log. When posting a new message, you can simultaneously change the order status. If you do, the message will automatically be prepended with: Seller changed status from Old Status to New Status While message and status are each optional, one or both must be present.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.