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.

bulk api limit on number of lines

bulk api limit on number of lines

antonioreale
Shopify Partner
19 1 3

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.

 

Reply 1 (1)

SBD_
Shopify Staff
1831 273 422

Hey @antonioreale 

 

I don't believe there's a limit but found these restrictions:

  • Maximum of five total connections in the query.
  • The top-level 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