Hello there, Is there any way (or plan) in the API to allow batch insertions ? I'm looking for a way of adding >100 products into clover without having to send one by one.
Thanks!?
Hello there, Is there any way (or plan) in the API to allow batch insertions ? I'm looking for a way of adding >100 products into clover without having to send one by one.
Thanks!?
I've wanted bulk operations ever since I joined Clover but haven't gotten it yet. As an alternative you could use the CSV inventory import endpoint at /v2/merchant/{mId}/import/inventory
. I don't think the endpoint is documented but our web dashboard uses it so just login to a merchant go to inventory and look for an import button. We have information on the format here: https://help.clover.com/fill-inventor... . Obviously this endpoint could change in the future so you might want to keep some code around to upload one item at a time as a backup in case that endpoint is changed or deprecated.
No one has followed this question yet.