Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
I received an error rejecting my Product/Variant updates due to a "Daily variant creation limit reached". I attempted to push up an update with 530 Products & 3800 Variants and they were all rejected. I have 11,200 Products & 52,000 Variants on this store currently.
I already throttle my API calls based on Shopify's leaky bucket system, but this appears to be a separate limit?
Here's the exact response below:
{ "product": [ "Daily variant creation limit reached. Please try again later. See https://help.shopify.com/en/api/getting-started/api-call-limit for more information about rate limits and how to avoid them." ] }
I followed the link in the response and, as far as I can tell, it provides almost no details on this limit. I can't find any information about a daily limit.
Does anyone know where I can find more information about this? I'd love to know what the daily limit even is, as I can't even find that.
Thanks!