Shopify.InventoryItem (exshopify v0.11.0)
https://help.shopify.com/en/api/reference/inventory/inventoryitem
Link to this section Summary
Functions
Retrieve a single inventory item.
Retrieve a list of inventory items.
Update an inventory item.
Link to this section Functions
Link to this function
get(inventory_item_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a single inventory item.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of inventory items.
Link to this function
update(inventory_item_id, params)
Specs
update(binary(), map()) :: Shopify.Operation.t()
Update an inventory item.