What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: Sync limitation of 3000 Products per day from Plentymarkets to Shopify

Sync limitation of 3000 Products per day from Plentymarkets to Shopify

Zewayi
Excursionist
13 0 5

Hi all,

 

we are currently developing a car part shop with 40.000 Products. All products has been maintained in Plentymarkets as this is the leading material master system.

 

With the daily sycronisation we only get around 3.000 new Products per day available in Shopify.

Is there an API limitation for product generation and sync per day?

Is there also an limitation for product update? E.g. if we would like to update the stock from the 40.000 Product overnight, will this work later?

 

Thanks for your support

Replies 8 (8)

Jason
Shopify Partner
11206 226 2315

Look at the resource limits section in the docs as it will address limits imposed for variant creation for some plans.
https://shopify.dev/api/usage/rate-limits

You can update existing variants as often as you like but within whatever API call rates you've been allocated.

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
Zewayi
Excursionist
13 0 5

@Jason 

 

thanks for your reply. I tried already to identify the new variant limit in the rate-limit document.

Unfortunately I was not able to identify what does it exaclty mean for my usecase?

 

- How many new variants are able to generate daily?

- Is it possible to update the stock for 40.000 overnight?

 

Could you help me to get a better understanding here?

Thanks,

BR
Rouven

Jason
Shopify Partner
11206 226 2315

 

How many new variants are able to generate daily?

I'll just copy and post from the doc.

Resource-based rate limits

The following Admin API resources, in both GraphQL and REST versions, have an additional throttle that takes effect when a store has 50,000 product variants. After this threshold is reached, no more than 1,000 new variants can be created per day.

In certain cases, Shopify needs to enforce rate limiting in order to prevent abuse of the platform. Therefore, your app should be prepared to handle rate limiting on all endpoints, rather than just those listed here.

Shopify Plus

These additional limits don’t apply to stores on the Shopify Plus plan.

 

Is it possible to update the stock for 40.000 overnight?

Yes. 

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
Zewayi
Excursionist
13 0 5

I  know about the 50.000 limit, that why we have reduced the number of products to 40.000.

But what is the daily limit below 50.000 then?

 

"takes effect when a store has 50,000 product variants. After this threshold is reached, no more than 1,000 new variants can be created per day."

Jason
Shopify Partner
11206 226 2315

Are you looking at product counts, or product variant counts? Those are different things.

The limit talks specifically about variants. Perhaps your 40k products has more than 50k variants so the limit you're hitting is the one I'm talking about.

 

 

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
Zewayi
Excursionist
13 0 5

@Jason 

 

we are below 40.000 variants. So there should be no limitation?

 

Jason
Shopify Partner
11206 226 2315

Yeah, that's a very fair assumption.

 

Now if you are still hitting hurdles then getting some clear screenshots, error messages, (or API request IDs) is prob the next step. 

 

If you're abusing the APIs then there's always the chance you've been throttled but you'd have a pretty good sense of that based on what you're doing and anything on that front is temporary.

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★
Zewayi
Excursionist
13 0 5

@Jason : Thanks for your support!

@HosonoDE do you see something strange on API?