CategoryMappingCreate
| Field | Type | Required | Description |
|---|---|---|---|
code |
string |
yes | max length 255 |
isPrimary |
boolean |
||
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. |
Example
Section titled “Example”{ "code": "123", "isPrimary": true, "sequenceId": 1}
