README.md

rPOS

Access to the POS API from R

This package will eventually provide access to a suite of APIs that are being developed by IT. Today it supports the inventory API only.

Accessing the API

key <- <API Key from IT>
store <- 'JAX'
item <- <Item UPC>

invData <- callInvAPI(upc = item, store_num = store, api_key = key)


dwernersexton/rPOS documentation built on May 21, 2019, 6:49 a.m.