Create products in batch

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Request

Values to create a batch of products
productslist of objectsRequired
array of products objects
updateEnabledbooleanOptional

Facilitate to update the existing categories in the same request (updateEnabled = true)

Response

Products created and updated
createdCountlong or null
Number of the new created products
updatedCountlong or null
Number of the existing products updated

Errors