shopify icon indicating copy to clipboard operation
shopify copied to clipboard

Easily access the Shopify API with Elixir.

Results 28 shopify issues
Sort by recently updated
recently updated
newest added

Erlang's crypto module has removed some deprecated functions in favour of a new API. This removes uses of the old functions which no longer work in OTP 24.

Sorry to do this, but we simply do not have enough people contributing to keep the package up to date

Missing default_inventory behaviour, send_receipt, and send_fulfillment: https://shopify.dev/docs/admin-api/rest/reference/orders/order#create-2021-01

Seems to be tons of open PRs without any responses from the @nsweeting. I rely on this package for a number of apps. Are there any actively maintained forks of...

Resolves #95 In Poison 3.x, [there is an error case](https://github.com/devinus/poison/issues/149) where it can return a 3-item tuple. This captures that error case so that projects using Poison 3.x can continue...

Fixes #83. See the doc comments in the `Shopify.Pagination` module for details and examples.

Setting this bool to true tells shopify to grab the default address for the customer. Could be done by setting the addresses in the draft order create yourself, but a...

Updated specs for search and create in resource.ex to match documentation. Added specs to find, all, count, update, and delete for consistency.