Shopify.get_slug_from_shop

You're seeing just the function get_slug_from_shop, go back to Shopify module for more information.
Link to this function

get_slug_from_shop(shop)

Specs

get_slug_from_shop(binary()) :: binary()

Parses the shop slug from a shop domain.

Example

$> Shopify.get_slug_from_shop("johns-apparel.myshopify.com")
#> "johns-apparel"