View source: R/sv_update_inventory.R
sv_update_inventory | R Documentation |
Update inventory (add/remove)
sv_update_inventory( skus, qty, locs, warehouse = "WH1", type = c("add", "remove") )
skus |
skus to add quantity |
qty |
quantity to add (must be same length as 'skus', or length 1) |
locs |
locations to add them to (must be same length as 'skus', or length 1) |
warehouse |
warehouse to add them to |
type |
add/remove (scalar/character, must choose one) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.