GET
/
product-attribute-groups
/
{id}

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-fabric-tenant-id
string

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.

x-fabric-request-id
string

Unique request ID

Path Parameters

id
string
required

24-character system-generated attribute group ID

Response

200 - application/json
id
string

24-character system-generated attribute group ID

name
string

Attribute group name

description
string

Brief description of attribute group

priority
integer

Determines attribute group's order of appearance in the UI

attributes
object[]
attributeCount
integer

Number of attributes in the attribute group

updatedBy
string

Email of user who last updated Attribute Group

createdAt
string

Attribute group creation time (UTC)

updatedAt
string

Time of last update to attribute group (UTC)