The
/product/bulksplits
endpoint allows updating splits for multiple products simultaneously.
Method:PATCH
Request Payload:
Parameter | Type | Description |
---|---|---|
updates | array | An array of product split update objects. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
updates | array | ✅ |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Product
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json