Focusing on managing products, variants, and collections through the API.
Hello, I am extending the catalog to about 200 thousands of products.
What is the limit of bulk api on the number of reosources that's possible to get?
And what is the number of json lines for bulk mutation api?
If there is a limit I have to build a custom app for each chunk of catalog to execute the operation on it.
Hey @antonioreale
I don't believe there's a limit but found these restrictions:
node
and nodes
fields can't be used.Maximum of two levels deep for nested connections. For example, the following is invalid because there are three levels of nested connections:
It doesn't look like there's a line limit for the bulk mutation either (upload in a file).
Scott | Developer Advocate @ Shopify