A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello
Does anyone know if it's possible to set the product image position/order when using the `productCreateMedia` mutation? Or otherwise how I can order the product images?
Hi @abater
There's a specific mutation to order product media called productReorderMedia. You can see an example of this here: https://shopify.dev/api/examples/product-media#reordering-media-objects
To learn more visit the Shopify Help Center or the Community Blog.