-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Unable to create fulfillment #623
Comments
even tried with this json mentioned in tests |
Same problem here - as shopify changed the Fulfillment API |
Yes but the package is still making old API calls and there is no recent update . |
Correct, but shopify seems to reject old API calls regarding fulfillment. Tried also the createv2 method but also not working. I will gonna change it to the new API with a lot of effort and directly with the shopifyAPI. |
Yes we are also using direct admin API call to create fulfillment and its working but if its fixed in package then it will be good because we are using many other APIs in our project. |
Any ETA on a fix here, the below works for now
|
We were using create fulfillment resource which was working fine until now. We believe that shopify have changed resources after version 2022-10 so may be it has to do something with that.
this was the format that was working before but now its giving 404 not found and if we provide new params format from shopify admin rest api doc, it gives bad request.
above code snippet works from direct postman call but we are not able to figure out how to make this call using this package.
The text was updated successfully, but these errors were encountered: