# AttributeGroups

Attribute groups are used to organize attributes in the system for easy presentation in groups on different channels. Eg. if you want to display a long list of technical specifications, but grouped under different headlines, attribute groups are here for that purpose.

GET /attributegroups Get all attribute groups in the system

Response status OK (200)

array : AttributeGroup
AttributeGroup
Property name Data type Description
Id integer

Unique id of attribute group

Uid string

Unique id of attribute group

Alias string

Unique alias of attribute group

SortOrder integer

Sort order of the attribute group used to sort attribute groups between each other

Name object

Localized name of attribute group used for displaying the attribute group on ex. a webshop (Dictionary of ISO culturecode and localized name)

BackofficeName string

The name of the attribute group displayed to the editor in the PIM backoffice

BackofficeDescription string

The description of the attribute group displayed to the editor in the PIM backoffice


PUT /attributegroups Update an attribute group

Request parameters

Property name Parameter type Data type Description
attributeGroup body object : AttributeGroup

Updated attribute group

AttributeGroup
Property name Data type Description
Id integer

Unique id of attribute group

Uid string

Unique id of attribute group

Alias string

Unique alias of attribute group

SortOrder integer

Sort order of the attribute group used to sort attribute groups between each other

Name object

Localized name of attribute group used for displaying the attribute group on ex. a webshop (Dictionary of ISO culturecode and localized name)

BackofficeName string

The name of the attribute group displayed to the editor in the PIM backoffice

BackofficeDescription string

The description of the attribute group displayed to the editor in the PIM backoffice

Response status OK (200)

No body message is returned

POST /attributegroups Create an attribute group

Request parameters

Property name Parameter type Data type Description
attributeGroup body object : AttributeGroup

Attribute group to create

AttributeGroup
Property name Data type Description
Id integer

Unique id of attribute group

Uid string

Unique id of attribute group

Alias string

Unique alias of attribute group

SortOrder integer

Sort order of the attribute group used to sort attribute groups between each other

Name object

Localized name of attribute group used for displaying the attribute group on ex. a webshop (Dictionary of ISO culturecode and localized name)

BackofficeName string

The name of the attribute group displayed to the editor in the PIM backoffice

BackofficeDescription string

The description of the attribute group displayed to the editor in the PIM backoffice

Response status OK (200)

integer

DELETE /attributegroups Delete an attribute group

Request parameters

Property name Parameter type Data type Description
id query integer

Id of attribute group to delete

Response status OK (200)

No body message is returned

GET /attributegroups/{id} Get a attribute group from its id

Request parameters

Property name Parameter type Data type Description
id path integer

Id of attribute group to get

Response status OK (200)

object : AttributeGroup
AttributeGroup
Property name Data type Description
Id integer

Unique id of attribute group

Uid string

Unique id of attribute group

Alias string

Unique alias of attribute group

SortOrder integer

Sort order of the attribute group used to sort attribute groups between each other

Name object

Localized name of attribute group used for displaying the attribute group on ex. a webshop (Dictionary of ISO culturecode and localized name)

BackofficeName string

The name of the attribute group displayed to the editor in the PIM backoffice

BackofficeDescription string

The description of the attribute group displayed to the editor in the PIM backoffice