You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Switch default version of REST API to 2020-01 (was 2019-04).
BREAKING: Add ability to specify pagination options for GET on collection resources, defaults to blocking until all results returned.
BREAKING: Removed top-level wrappers of Shopify REST response values.
Return values that were {:ok, %{"orders" => [%{}, ...]}} are now {:ok, [%{}, ...]}