Upsert multiple products (create or update) (catalog.upsertProductsBulk) [autoAlias]
PUT/api/v1/catalog/private/products/bulk
For each product given, create if not exists or update if exists based on SKU or externalId
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
- 408
- 422
- 500
Error in the request.
Not authorized, a valid access api key is required.
Access to the specified resource is forbidden. Seek the required permissions.
Document or entity not found.
The service timed out while processing the request.
Unable to process the request content given the request type.
There was an error.