shopifyHourly: Get Shopify Data on an Hourly Basis

Description Usage Arguments Value

Description

This function requires a Shopify Key, Password, and path.

The Shopify API key requires the store owner to go in and create it. I need to document how.

Depends on base64enc, httr, lubridate, tidyverse, magrittr, jsonlite.

Usage

1
shopifyHourly(shopKey, shopPw, shopPath, hourSequence, consecutiveZeros)

Arguments

shopKey

The quoted api key. Get this and shopPw by creating a private app. Must use the customer's login credentials, to do so.

shopPw

The quoted api password.

shopPath

The quoted path. The path is something like "myStoreName.com"

hourSequence

Vector of timestamps ordered from most recent to oldest. Doesn't have to be in hourly increments.

consecutiveZeros

Integer representing the number of consecutive times in which no data is returned before stopping.

Value

A dataframe with a row for each item in the transaction. Some columns are summary for the whole order.


RonGuymon/ronsFunctions documentation built on May 8, 2019, 11:42 a.m.