sv_update_inventory: Update inventory (add/remove)

View source: R/sv_update_inventory.R

sv_update_inventoryR Documentation

Update inventory (add/remove)

Description

Update inventory (add/remove)

Usage

sv_update_inventory(
  skus,
  qty,
  locs,
  warehouse = "WH1",
  type = c("add", "remove")
)

Arguments

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)


anthonypileggi/skuvaultr documentation built on Sept. 28, 2022, 6:57 a.m.