getShoppyOrders: Shopify Orders API endpoint

Description Usage Arguments Value

Description

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

Usage

1
2
getShoppyOrders(shopifyPath, apiKey, apiPassword, count = F, verbose = T,
  createdMin = NULL, createdMax = NULL)

Arguments

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).

Value

If count == T, then a number. Otherwise, a dataframe of orders. This dataframe may contain nested values.


RonGuymon/shoppy2 documentation built on May 20, 2019, 4:25 p.m.