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 Location ids

inventoryItemIds

a vector of InventoryItem ids

...

additional request parameters

inventoryLevel

a list containing InventoryLevel fields

locationId

a single Location id

inventoryItemId

a single InventoryItem id

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]