-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from main source due to moving to new Shopify Inventory API #4
base: quick-n-dirty-redo-request-if-error-is-temporary-rails-4-plus
Are you sure you want to change the base?
Conversation
…tings Remove application_id param from listing endpoints
Bump gem to version 4.7.0
Fix bug with listing classes
… event engagements
Metafield URL Parameters
Add support for marketing event engagements
Bump Gemfile version to 4.8.0
Clarify session instantiation in README
Fix link to Shopify API reference
Remove deprecated Discount resource
Fetch order with custom properties
release version 4.9.1
Add Access Scope
Bump gem version to 4.10.0
This is needed to keep the class coding style, improving readability
Unwrap method body
Remove trailing whitespaces from lib/
add inventory api
packaging for release 4.11.0
429 and 503 errors
@DanielVartanov @main24 Could you guys please take a look this one? I need this to finish the ticket https://veeqo-ltd.atlassian.net/browse/VQ-7830 |
@ulandj Hey, is it sill actual? |
@DanielVartanov Currently, we are using |
Enrich response 4xx error message with body error text
According to the documentation https://help.shopify.com/en/api/getting-started/response-status-codes: 422 Unprocessable Entity The request body was well-formed but contains semantical errors. The response body will provide more details in the errors or error parameters. There might be `errors` key containing array of error messages. This is handled in the pull-request
…is-temporary-rails-4-plus Take into account semantical 'errors' key in JSON body
ticket: https://veeqo-ltd.atlassian.net/browse/VQ-7832
Merging this PR won't broke current functionality