getShoppyProducts: Shopify Products Endpoint

Description Usage Arguments Value

Description

Gets shopify products.

Documentation: https://help.shopify.com/api/reference/products#index

Usage

1
2
getShoppyProducts(shopifyPath, apiKey, apiPassword, verbose = T,
  createdMin = NULL, createdMax = NULL, page = NULL)

Arguments

shopifyPath

Something like: mywebsite.com

apiKey

Unencoded api key

apiPassword

Unencoded apiPassword

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

page

Returns a specific page of results. Defaults to 1.

Value

Returns a dataframe of products. May contain nested dataframes.


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