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 all attribute groups in the system

get
Authorizations
AuthorizationstringRequired
Responses
200

OK

application/json
get
/v1/attributegroups
200

OK

Create an attribute group

post
Authorizations
AuthorizationstringRequired
Body

Represents an attribute group used to organize attributes within

Idinteger · int32Optional

Assigned sequential id of attribute group (is unique)

Uidstring · uuidOptional

Unique uid of attribute group

Aliasstring | nullableOptional

Unique alias of attribute group

BackofficeNamestring | nullableOptional

Name of attribute group shown in the backoffice

BackofficeDescriptionstring | nullableOptional

Description of attribute group shown in the backoffice

SortOrderinteger · int32Optional

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

Responses
200

OK

application/json
Responseinteger · int32
post
/v1/attributegroups

Update an attribute group

put
Authorizations
AuthorizationstringRequired
Body

Represents an attribute group used to organize attributes within

Idinteger · int32Optional

Assigned sequential id of attribute group (is unique)

Uidstring · uuidOptional

Unique uid of attribute group

Aliasstring | nullableOptional

Unique alias of attribute group

BackofficeNamestring | nullableOptional

Name of attribute group shown in the backoffice

BackofficeDescriptionstring | nullableOptional

Description of attribute group shown in the backoffice

SortOrderinteger · int32Optional

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

Responses
200

OK

No content

put
/v1/attributegroups

No content

Delete an attribute group

delete
Authorizations
AuthorizationstringRequired
Query parameters
idinteger · int32Optional

Id of attribute group to delete

Responses
200

OK

No content

delete
/v1/attributegroups

No content

Get a attribute group from its id

get
Authorizations
AuthorizationstringRequired
Path parameters
idinteger · int32Required

Id of attribute group to get

Responses
200

OK

application/json
get
/v1/attributegroups/{id}

Last updated