docs
  1. Admin Api
  2. Resources
  3. Attribute Groups
  4. Get Attributes For Given Attribute Group

Get attributes for given attribute group

Get attributes for given attribute group.

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
attributeGroupName
  • required
string
Example:
color

Query Parameters

ParameterDetails
limit
  • Minimum: 1
  • Maximum: 1000
integer
Default:
100
cursor
string

Responses

200
List of attributes
application/json
Success
entities
Array of undefined
object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
GET/attribute-groups/{attributeGroupName}/attributes

Request samples

Response samples

200
Attributes Paginated Collection:
Content type: application/json
Translatable Attributes Paginated Collection:
Content type: application/json
Provide Feedback