docs
  1. Admin Api
  2. Resources
  3. Attribute Groups
  4. Create Attribute Group Attribute

Create attribute group attribute

Create an unattached attribute for the given attribute group.

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
attributeGroupName
  • required
string
Example:
color

Request body

required
ParameterDetails
value
  • required
object
Example:
{
  "de_DE": "value for de_DE locale",
  "en_EN": "value for en_EN locale"
}
string
Example:
test

Responses

201
Attribute was successfully created.
application/json
Success
required
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST/attribute-groups/{attributeGroupName}/attributes

Request samples

Response samples

201
Non Localized String Response:
Content type: application/json
Localized String Response:
Content type: application/json
Provide Feedback