POST
/
api-product
/
v1
/
product
/
attribute-group

Authorizations

Authorization
string
headerrequired

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

Headers

x-site-context
string
required

The x-site-context header is a JSON object that contains information about the source you wish to pull from. The mandatory account is the 24 character identifier found in Copilot. The channel (Sales channel ID), stage (environment name), and date attributes can be used to further narrow the scope of your data source.

Body

application/json
transactional
boolean
required

true: All updates succeed or fail as a unit <br /> false: Some can succeed or fail

attributeGroup
object[]

Response

200 - application/json
_id
string

A 24-character system-generated attribute group ID

description
string

Accurate description of attribute group and what it represents

type
enum<string>

Attribute group type

Available options:
WORKFLOW,
COLLECTION
name
string

Attribute group name

priorityOrder
number

Order of priority of the attribute group

createdOn
string

Time of attribute group creation (UTC format).

modifiedOn
string

Time when attribute group was last modified (UTC format).

attributes
object[]