exshopify v0.9.0 Shopify.InventoryLevel
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)
adjust(params)
adjust(map()) :: Shopify.Operation.t()
adjust(map()) :: Shopify.Operation.t()
Adjust the inventory level of an item for a single location.
Link to this function
connect(params)
connect(params)
connect(map()) :: Shopify.Operation.t()
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 \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of inventory levels.
Link to this function
set(params)
set(params)
set(map()) :: Shopify.Operation.t()
set(map()) :: Shopify.Operation.t()
Set the inventory level of an item for a location.