Create a new master category
Create a new master category
Rate Limit: 300 Max attempts within 1 minute.
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 2 |
parentId
| integer Example: 1 |
path
| string Example: Women,Fashion,Shirts |
attributes | object name stringExample: color type stringEnum: simple simpleList localizedString localizedStringList advanced advancedList isMandatory booleandefaultValue |
Responses
201
Master category
application/json
Success
id
integer
Example:
2
parentId
integer
Example:
1
pathrequired
Array of string
Array of object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
POST
Request samples
Response samples
201Master Category:
Content type: application/json