Liquid, JavaScript, themes, sales channels
Hi I am using
/admin/api/2021-04/smart_collections/{smart_collection_id}/order.json?products[]=921728736&products[]=632910392
This api to update my order of products manually.
This is working and on my shopify store it changes the order correctly.
But after the order is changed. I should get the products in sorted order using this api.
GET /admin/api/2021-04/products.json?collection_id=841564295
But I am not receiving products in the same order as they are on shopify store. It does not have position attribute as well.
So what i want is that i should get products in the same order in which products are appearing in my store.
Solved! Go to the solution
This is an accepted solution.
Hi Urmir
You have to specify the order of your fetching. Seems that in your case you should use the "manual" sorting. Here is more detail for the REST API you are using.
Link (sort_order)
This is an accepted solution.
Hi Urmir
You have to specify the order of your fetching. Seems that in your case you should use the "manual" sorting. Here is more detail for the REST API you are using.
Link (sort_order)
Thanks it worked. I was using product.json and passing collection_id to it.
But if we call collections/collection_id/products.json this gives us the sorted products
Is there a graphql solution to this problem??
User | RANK |
---|---|
33 | |
25 | |
17 | |
9 | |
9 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023