Shopify.InventoryLevel (exshopify v0.11.0)
https://help.shopify.com/en/api/reference/inventory/inventorylevel
Link to this section Summary
Functions
Adjust the inventory level of an item for a single location.
Connect an inventory item to a location by creating an inventory level.
Delete the inventory level of an item for a single location.
Retrieve a list of inventory levels.
Set the inventory level of an item for a location.
Link to this section Functions
Link to this function
adjust(params)
Specs
adjust(map()) :: Shopify.Operation.t()
Adjust the inventory level of an item for a single location.
Link to this function
connect(params)
Specs
connect(map()) :: Shopify.Operation.t()
Connect an inventory item to a location by creating an inventory level.
Link to this function
delete(params)
Delete the inventory level of an item for a single location.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of inventory levels.
Link to this function
set(params)
Specs
set(map()) :: Shopify.Operation.t()
Set the inventory level of an item for a location.