/product/bulk
Description:
The /product/bulk
endpoint allows the creation of multiple products simultaneously by providing an array of product objects.
Method:
POST
Request Payload:
Parameter | Type | Description |
---|---|---|
products | array | An array of product objects with their details. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Created with possible errors
The response is of type object
.