ProductGroups
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/ProductGroups
Represents a product group.
GUID
BABF8E12-DF95-405E-A3A2-6ABDF39D9984
Required permission
Show posting matrix
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the product group. |
|
Number | String | The product group number.
|
|
Description | String | The translated description of the product group. |
|
Alias | String | The product group alias.
|
|
IsDefault | Boolean | Specifies if the product group is the default. |
Example
{
"Id": 0,
"Number": null,
"Description": null,
"Alias": null,
"IsDefault": false
}