App reviews, troubleshooting, and recommendations
Guys,
I'm implementing graphQL in my public app but having issue with implementation/mutations don't know.
Let me write here mutation,
mutation {
collectionReorderProducts(id: "gid://shopify/Collection/280503451819", moves: [
{
id: "gid://shopify/Product/6878982013099",
newPosition: "5"
},
{
id: "gid://shopify/Product/6878981685419",
newPosition: "2"
}
]) {
userErrors {
field
message
}
job {
# Job fields
done
}
}
}
It's come with wrong response
Please help me to solved out this
I have this problem too!!
@Arenas1 I see you have different issue.
as per my expectation. you can reorder the product only n only when you have sort order: manually
So, Please try to first select sort order as manually and execute above query it will work for you
It's not really a good solution but it's the only thing we can do at the moment. Thanks!!
@Arenas1 Actually, If you want to use reorderposition api than at time of create collection you have to set the sortorder: manual and than execute this api that's the rules of shopify. so, I think we must have to applied.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025