- Authentication
- Overview
- PAM asset category
- Asset family
- Asset
- Asset attribute
- Asset attribute option
- Asset media file
- PAM asset tag
- PAM asset
- PAM asset reference file
- PAM asset variation file
- Association type
- Attribute group
- Attribute
- Attribute option
- Category
- Channel
- Currency
- Family
- Family variant
- Locale
- Measure family
- Measurement family
- Product media file
- Product model
- Product
- Published product
- Reference entity
- Reference entity media file
- Reference entity attribute
- Reference entity attribute option
- Reference entity record
- System
- Catalogs
- Catalog products
- Product [identifier]
- Product [uuid]
Get an attribute group
GET
/api/rest/v1/attribute-groups/{code}
Attribute group
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/attribute-groups/'
Response Response Example
200 - Example 1
{
"attributes": [
"sku",
"name",
"description",
"response_time",
"release_date",
"price"
],
"code": "marketing",
"labels": {
"en_US": "Marketing",
"fr_FR": "Marketing"
},
"sort_order": 4
}
Request
Path Params
code
stringÂ
required
Responses
🟢200OK
application/json
Body
attributes
array[string]
optional
code
stringÂ
required
labels
objectÂ
optional
Default:
{}
localeCode
stringÂ
optional
localeCode
sort_order
integerÂ
optional
Default:
0
🟠401Authentication required
🟠403Access forbidden
🟠404Resource not found
🟠406Not Acceptable
Modified at 2023-08-15 05:53:55