exshopify v0.7.1 Shopify

Link to this section Summary

Functions

Create a session for making requests to a single store

Create a session for making requests to multiple stores

Make a request to the Shopify API

Link to this section Types

Link to this type response_t()
response_t() :: {:ok, Shopify.Response.t()} | {:error, any()}

Link to this section Functions

Link to this function new_private_session(shop_name, api_key, password)
new_private_session(binary(), binary(), binary()) :: Shopify.Session.Private.t()

Create a session for making requests to a single store.

Link to this function new_public_session(shop_name, access_token \\ nil)
new_public_session(binary(), binary() | nil) :: Shopify.Session.Public.t()

Create a session for making requests to multiple stores.

Link to this function request(operation, session, config \\ %{})

Make a request to the Shopify API.