ExShopify v0.2.0 ExShopify.Shop
A collection of the general settings and information about the shop.
Summary
Functions
Get the configuration of the shop account
Types
shop_singular()
shop_singular() :: {:ok, %ExShopify.Shop{county_taxes: term, updated_at: term, domain: term, zip: term, address1: term, myshopify_domain: term, name: term, address2: term, province: term, longitude: term, shop_owner: term, city: term, timezone: term, has_storefront: term, tax_shipping: term, password_enabled: term, has_discounts: term, google_apps_login_enabled: term, country_code: term, taxes_included: term, phone: term, created_at: term, money_with_currency_format: term, google_apps_domain: term, country_name: term, plan_name: term, force_ssl: term, setup_required: term, money_format: term, plan_display_name: term, customer_email: term, province_code: term, id: term, latitude: term, country: term, currency: term, primary_locale: term, source: term, has_gift_cards: term, email: term, iana_timezone: term}, %ExShopify.Meta{api_call_limit: term}}
Functions
get(session)
get(%ExShopify.Session{access_token: term, api_key: term, domain: term, port: term, protocol: term, secret: term, shop_name: term, shop_url: term}) :: shop_singular | ExShopify.Resource.error
Get the configuration of the shop account.
Examples
ExShopify.Shop.get(session)
{:ok, shop, meta}