REST API – Max Limit of Products in Update Call?
-
I have over 2,000 products I would like to update quantities for on a daily basis. I plan to use “Batch Update” like so: (3 products)
{"update": [ {"id": 3025,"stock_quantity": "10"} , {"id": 1836,"stock_quantity": "5"} , {"id": 1605,"stock_quantity": "3"} ]}Documentation did not state a max. Is there a max limit on products? Can I do the 2,000 products all in a single JSON call?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘REST API – Max Limit of Products in Update Call?’ is closed to new replies.