get_order_id | R Documentation |
Given the tokens object from the 'get_authentication_tokens' function, the encrypted account ID, and the order ID, return a data frame containing information about the specific order.
get_order_id(tokens, account_number, order_id)
tokens |
token object from 'get_authentication_tokens' function (list). |
account_number |
encrypted ID of the account (string). |
order_id |
order ID for the order (numeric). |
Returns a data frame containing the information about the specific order.
Nick Bultman, njbultman74@gmail.com, July 2024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.