A category used to organize motives within a shop.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Resource identifier. | |
version
|
number
|
Optimistic locking version. | |
name
|
string
|
Display name of the category. | |
orderIndex
|
number
|
Display order position. | |
active
|
boolean
|
Whether this category is active. | |
deleted
|
boolean
|
Soft-delete flag. | |
rest
|
array of
object
|
{
"motiveCategory" : {
"id" : 12345,
"version" : 12345,
"name" : "...",
"orderIndex" : 12345,
"active" : true,
"deleted" : true,
"rest" : [ { }, { } ]
}
}
A category used to organize motives within a shop.
| Name | Type | Description | |
|---|---|---|---|
active
|
boolean
|
Whether this category is active. | |
deleted
|
boolean
|
Soft-delete flag. | |
id
|
int
|
Resource identifier. | |
link
|
list of atomLink | ||
name
|
string
|
Display name of the category. | |
orderIndex
|
int
|
Display order position. | |
version
|
int
|
Optimistic locking version. |
<motiveCategory>
<id>...</id>
<version>...</version>
<name>...</name>
<orderIndex>...</orderIndex>
<active>...</active>
<deleted>...</deleted>
<link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
</motiveCategory>