Hi guys,
I have a question about pagination when getting metafields of product images using REST API.
I receive no data from the next page_info.
What i used:
https://mountbaker.myshopify.com/admin/api/2020-01/metafields.json?metafield[owner_id]=18809934476&metafield[owner_resource]=product_images&limit=1
The next page url that i get:
<https://mountbaker.myshopify.com/admin/api/2020-01/metafields.json?limit=1&page_info=eyJsYXN0X2lkIjoxMjU1MjE4NjY5MTY1NiwibGFzdF92YWx1ZSI6IjEyNTUyMTg2NjkxNjU2IiwiZGlyZWN0aW9uIjoibmV4dCJ9>; rel="next"
Also tried with other resource like blog - same problem
https://mountbaker.myshopify.com/admin/api/2020-01/metafields.json?metafield[owner_id]=51324485704&metafield[owner_resource]=blogs&limit=1
But if i use this endpoint:
https://mountbaker.myshopify.com/admin/api/2020-01/blogs/51324485704/metafields.json?limit=1
The next page_info link have data returned
So for product_images do I have some other endpoint like blog?
Is this a bug of pagation for metafield?
