View source: R/ca_upload_products.R
Upload a product/inventory file
1 2 3 4 5 6 | ca_upload_products(
file = NULL,
data = NULL,
type = c("AddUpdate", "UpdateOnly", "AddOnly"),
account = Sys.getenv("CHANNELADVISOR_ACCOUNT")
)
|
file |
full path to file to upload |
data |
data.frame/tibble to upload |
type |
import type |
account |
account/profile |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.