Get attribute groups of a category
Attribute groups are a collection of attributes that can be assigned to an item or a category. For example, an Electronics
category may have Dimensions
as one of the attribute groups, with length
, width
, and height
as individual attributes. This endpoint gets all attribute groups for the given category. For each attribute group, you can view its basic details such as ID, name, and priority as well as attribute details including validation rules, localized versions, and more
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
Path Parameters
24-character system-generated category ID
Response
Attribute details
Attribute groups
Was this page helpful?