Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
/ Shopiex Public archive

(WIP: Check back later) Simple elixir wrapper for the Shopify API

License

Notifications You must be signed in to change notification settings

byjpr/Shopiex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopiex was a fun idea, but GraphQL is much better.


Shopiex

Build Status Coverage Status

Simple elixir wrapper for the Shopify API.

Quick Start

Add Shopiex to your mix.exs. Currently only on GitHub:

def deps do
  [{:Shopiex, github: "https://github.com/byjord/Shopiex"}]
end

Fetching dependencies and running on elixir console:

$ mix deps.get
$ iex -S mix

Supported Endpoints

  • REST Admin API
    • Access
      • AccessScope
      • StorefrontAccessToken
    • Analytics
      • Not supported because ShopifyQL
    • Billing
      • UsageCharge
      • ApplicationCredit
      • ApplicationCharge
      • RecurringApplicationCharge
    • Customers
      • Customer Address
      • Customer
      • CustomerSavedSearch
    • Discounts
      • PriceRule
      • DiscountCode
    • Events
      • Webhook
      • Event
    • Inventory
      • InventoryItem
      • Location
      • InventoryLevel
    • MarketingEvent
    • Metafield
    • Online store
      • Asset
      • Blog
      • Blog Article
      • Comment
      • Page
      • Redirect
      • ScriptTag
      • Theme
    • Orders
      • Abandoned checkouts
      • DraftOrder
      • Order
      • Order Risk
      • Refund
      • Transaction
    • Plus
      • Gift Card
      • Multipass
      • User
    • Products
      • Collect
      • CustomCollection
      • Product
      • Product Image
      • Product Variant
      • SmartCollection
    • Sales channel
      • Checkout
      • CollectionListing
      • Payment
      • ProductListing
      • ResourceFeedback
    • Shipping and fulfillment
      • CarrierService
      • Fulfillment
      • FulfillmentEvent
      • FulfillmentService
    • Store properties
      • Country
      • Policy
      • Province
      • Shipping Zone
      • Shop

Releases

No releases published

Packages

No packages published

Languages