bold-commerce / go-shopify

Go client for the Shopify API
MIT License
330 stars 256 forks source link

Image Upload Fields Have Lost Support #263

Closed MarkFullerInflxr closed 9 months ago

MarkFullerInflxr commented 9 months ago

The Image upload has completely lost support for imageSrc and imageId for product variants. I will try to make a PR today to fix.

https://shopify.dev/docs/api/release-notes/2024-01#field-removals-on-productvariantinput

oliver006 commented 9 months ago

What happened? Does this need fixing or is it working?

MarkFullerInflxr commented 9 months ago

It was my misunderstanding, we are experiencing an odd error coming from shopify on image upload and I believed that to be the root cause. But that documentation for the graphql api not the rest one. In the meantime we have figured out how to circumvent the issue.