| updateStatus | R Documentation |
Cancel the specified order using the order ID.
updateStatus(order, st = "canceled", token)
order |
The order ID can be obtained by using the order list function. |
st |
By default, the specified order is canceled. |
token |
The token is string value obtain from user ID settings in the NOBITEX. If you are not registered on the website, please use the provided link. |
## Not run:
tkn <- "CONTACT WITH AUTHOR"
x <- orderList(token = tkn)
# Ex. consider the first order recorded,
ID <- x[1]$id
# SELECT SPECIFY ID order from the list
updateStatus( ID, st = "canceled", token = tkn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.