How to extract products.json from row 251 - 500 and so on in postman

Solved

How to extract products.json from row 251 - 500 and so on in postman

LesleyM1
Shopify Partner
4 0 0

Hi!

I want to ask help who among you here knows how to query products.json  rows between 251-500?
I used this in postman but its not extracting the right products-> /products.json?limit=250&since=1

codelikeaboy
Accepted Solution (1)

getInfoSol
Shopify Partner
91 6 22

This is an accepted solution.

@LesleyM1  You should use since_id query parameters .

for example

/products.json?limit=250&since_id=632910392
Return only products after the specified ID.

If helpful, Please Like and Accept the solution.
Increase your Shopify store conversion rate with : getReviews app for Product Reviews, Rating, UGC, Social share testimonials
Support Email : support@getinfosol.com

View solution in original post

Reply 1 (1)

getInfoSol
Shopify Partner
91 6 22

This is an accepted solution.

@LesleyM1  You should use since_id query parameters .

for example

/products.json?limit=250&since_id=632910392
Return only products after the specified ID.

If helpful, Please Like and Accept the solution.
Increase your Shopify store conversion rate with : getReviews app for Product Reviews, Rating, UGC, Social share testimonials
Support Email : support@getinfosol.com