Skip to main content
POST
Create Bulk Products
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/product/bulk Description: The /product/bulk endpoint allows the creation of multiple products simultaneously by providing an array of product objects. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
products
object[]
required

Response

Created with possible errors

message
string
createdProducts
string[]
processedCount
integer
errors
string[]