getShoppyLocations: Shopify Location Endpoint

Description Usage Arguments Value

Description

Gets shopify products.

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

Usage

1
2
getShoppyLocations(shopifyPath, apiKey, apiPassword, verbose = T,
  locationId = 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.

locationID

Id of a specific location in quotes.

Value

If locationId is missing, then it returns a dataframe about each location. Otherwise, it returns html about a specific location.


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