I am using the .NET SDK
client.CatalogApi.BatchUpsertCatalogObjectsAsync(body);
I have 1000 catalog objects with the nestest required objects (multiple variartions), and I am getting the following error
Too many objects (2093, max 1000) in a single batch in BatchUpsertCatalogObjects request.
I am not sure what to do, because I am not able to the number of variations an item can have.
If someone needs more information, please let me know.
Thanks!
Michael