InventoryItem {shopifyr} | R Documentation |
InventoryItem Functions
Description
InventoryItem Functions
Usage
getInventoryItems(inventoryItemIds, ...)
getInventoryItem(inventoryItemId, ...)
modifyInventoryItem(inventoryItem, ...)
Arguments
inventoryItemIds |
a vector of no more than 100 inventory item ids |
... |
additional request parameters |
inventoryItemId |
a InventoryItem id number |
inventoryItem |
a list containing InventoryItem fields |
Value
a list containing a InventoryItem fields or a list of InventoryItems
References
Shopify API InventoryItem documentation: https://help.shopify.com/api/reference/inventory/inventoryitem
[Package shopifyr version 1.0.0 Index]