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
We get this error
pyactiveresource.connection.Error: Not Found: https://.myshopify.com/admin/api/2023-04/orders//fulfillments.json when we try to create a fulfilment via shopify.Fulfillment.
Expected behavior
Fulfilment should be created
Actual behavior
We get this error message: pyactiveresource.connection.Error: Not Found: https://.myshopify.com/admin/api/2023-04/orders//fulfillments.json
We use this code to create a fulfilment
` shopify.ShopifyResource.activate_session(session)
`
It always went well, but the last shops using our software get the error. We found a few threads with issues creating fulfilment and following advises from there did not solve it yet for us.