Requests details for the shop relevant to the session
Requests details for the shop relevant to the session.
Returns {:ok, shop} or {:error, %Shopify.Error{}}
{:ok, shop}
{:error, %Shopify.Error{}}
%Shopify.Session{}
iex> Shopify.session |> Shopify.Shop.current {:ok, %Shopify.Shop{}}