docs
  1. Admin Api
  2. Resources
  3. Master Categories
  4. Create A New Master Category

Create a new master category

Create a new master category

Rate Limit: 300 Max attempts within 1 minute.

Request body

required
ParameterDetails
id
  • readonly
integer
Example:
2
parentId
  • readonly
  • nullable
integer
Example:
1
path
  • required
string
Example:
Women,Fashion,Shirts
attributes
object
name
string
Example:
color
type
string
Enum:
simple
simpleList
localizedString
localizedStringList
advanced
advancedList
isMandatory
boolean
defaultValue

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/master-categories

Request samples

Response samples

201
Master Category:
Content type: application/json
Provide Feedback