Shopify.Location (exshopify v0.11.0)
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()
Specs
count() :: Shopify.Operation.t()
Retrieve a count of all locations.
Link to this function
get(location_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a single location.
Link to this function
get_inventory_levels(location_id)
Specs
get_inventory_levels(binary()) :: Shopify.Operation.t()
Retrieve all inventory levels belonging to a location.
Link to this function
list()
Specs
list() :: Shopify.Operation.t()
Retrieve a list of locations.