Error "ResourceNotFound" occurs when Image.Save() in Shopify API
Currently, we are registering new products and updating existing products via the Shopify API. However, all of a sudden, we can no longer register new products and the following error is occurring. pyactiveresource.connection.ResourceNotFound: Not Found: https://[shop-ulr].myshopify.com/admin/api/2023-01/images.json I am using Python…