InventoryLevel {shopifyr} | R Documentation |
InventoryLevel Functions
Description
InventoryLevel Functions
Usage
getInventoryLevels(locationIds, inventoryItemIds, ...)
modifyInventoryLevel(inventoryLevel, ...)
deleteInventoryLevel(locationId, inventoryItemId, ...)
connectInventoryItem(locationId, inventoryItemId, ...)
setInventoryLevel(inventoryLevel, ...)
Arguments
locationIds |
a vector of |
inventoryItemIds |
a vector of |
... |
additional request parameters |
inventoryLevel |
a list containing InventoryLevel fields |
locationId |
a single |
inventoryItemId |
a single |
Value
a list containing a InventoryLevel fields or a list of InventoryLevels
References
Shopify API InventoryLevel documentation: https://help.shopify.com/api/reference/inventory/inventorylevel
[Package shopifyr version 1.0.0 Index]