Description Usage Arguments Value
Gets shopify orders count, all orders, or orders by hour. Returns a max of 250 orders.
Documentation: https://help.shopify.com/api/reference/orders/order#index
1 2 | getShoppyOrders(shopifyPath, apiKey, apiPassword, count = F, verbose = T,
createdMin = NULL, createdMax = NULL)
|
shopifyPath |
Something like: mywebsite.com |
apiKey |
Unencoded api key |
apiPassword |
Unencoded apiPassword |
count |
Defaults to False. If set to True, it will only return the count of orders. |
verbose |
Whether it will return the results of the api call. Defaults to T. |
createdMin |
Show orders created at or after date (format: 2014-04-25T16:15:47-04:00). |
createdMax |
Show orders created at or before date (format: 2014-04-25T16:15:47-04:00). |
If count == T, then a number. Otherwise, a dataframe of orders. This dataframe may contain nested values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.