GET
/
product-attribute-groups
/
{id}

Authorizations

Authorization
string
header
required

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
attributeCount
integer

Number of attributes in the attribute group

attributes
object[]
createdAt
string

Attribute group creation time (UTC)

description
string

Brief description of attribute group

id
string

24-character system-generated attribute group ID

name
string

Attribute group name

priority
integer

Determines attribute group's order of appearance in the UI

updatedAt
string

Time of last update to attribute group (UTC)

updatedBy
string

Email of user who last updated Attribute Group