exshopify v0.9.1 Shopify.Location
https://help.shopify.com/en/api/reference/inventory/location
Link to this section Summary
Functions
Retrieve a count of all locations
Retrieve a single location
Retrieve all inventory levels belonging to a location
Retrieve a list of locations
Link to this section Functions
Link to this function
count()
count()
count() :: Shopify.Operation.t()
count() :: Shopify.Operation.t()
Retrieve a count of all locations.
Link to this function
get(location_id)
get(location_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single location.
Link to this function
get_inventory_levels(location_id)
get_inventory_levels(location_id)
get_inventory_levels(binary()) :: Shopify.Operation.t()
get_inventory_levels(binary()) :: Shopify.Operation.t()
Retrieve all inventory levels belonging to a location.
Link to this function
list()
list()
list() :: Shopify.Operation.t()
list() :: Shopify.Operation.t()
Retrieve a list of locations.