Get Ship Done.
Access the ShipStation API using R.
# Install development version from GitHub
devtools::install_github("anthonypileggi/shipstationr")
To use the shipstationr
package, you need to first setup some
environment variables.
SHIPSTATION_API_KEY = "your_api_key"
SHIPSTATION_API_SECRET = "your_api_secret"
SHIPSTATION_STORE_ID = "your_store_id"
If setup correctly, you should be able to use package functions.
library(shipstationr)
# How many user accounts are setup?
nrow(ss_get_users())
#> [1] 11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.