Skip to content

CategoryMapping

Field Type Required Description
code string max length 255
name string max length 255
path array[string]
sequenceId number Id of the sequence of the product in the category. The lowest number is at the top and the highest number is at the bottom.
isPrimary boolean
{
"code": "123",
"name": "Awesome category",
"path": [
"firstLevelCategory",
"secondLevelCategory",
"thirdLevelCategory"
],
"sequenceId": 1,
"isPrimary": true
}