R/ss_get_users.R

Defines functions ss_get_users

Documented in ss_get_users

#' Get ShipStation users
#' @export
ss_get_users <- function() {
  x <- ss_api("users")
  ss_parse_response(x)
}
anthonypileggi/shipstationr documentation built on Aug. 8, 2020, 10:27 a.m.