How can I efficiently manage 3000+ product variants?

How can I efficiently manage 3000+ product variants?

ramasamyp88
Shopify Partner
3 0 0

Shopify current scenario :
the limit is approximately 1000 items per day


My shop have 3500+ variants. I tried to pull products based on the scenario below:
On first day: I got 1000 new variants.
Second day: I got 1000 products in which 950 are previous day variants and 50 as new variants.
Third day: I got 1000 products in which 996 are previous days variants and 4 as new variants.


Then how to get my all 3500+ variants, have any other solutions?

Replies 3 (3)

auuuthur
New Member
8 0 0

per-day limit can be overcome using incremental fetching or bulk operation with GraphQL.

ramasamyp88
Shopify Partner
3 0 0

I want to get all products using Shopify "get products" API .

I used "since_id" param but im not able to get all products, i faced above mentioned issue

 

https://shopify.dev/docs/api/admin-rest/2023-10/resources/product#get-products?ids=632910392,9217287...

ramasamyp88
Shopify Partner
3 0 0

I want to get all products using Shopify "get products" API