Create bulk request
This endpoint can be used to create a new bulk request for creating and updating products.
Every bulk request is defined by list of operations and optional callbacks, which will be called every time request or operation statuses are changed.
A single operation represents an API call to one of the following endpoints:
- POST /products
- PUT /products/{productIdentifier}
The execution order is not guaranteed. It means, that operations might be executed in a different order than defined in the request body.
See more details in the Documentation.