Attribute

Attribute sets and configuration groups

Retrieve attribute set configuration

get

Returns configuration details for an attribute set, including variant attribute definitions.

Attribute Sets: An attribute set defines the schema for products, specifying:

  • Which attributes a product can have

  • Which attributes define variants (e.g., size, color)

  • Which variant attributes should appear in listings

Response Includes:

  • variant_attributes: Attribute keys that define unique variants

  • variant_listable_attributes: Attributes shown in product listings for variant differentiation

Path parameters
pkintegerRequired

Unique identifier of the attribute set.

Example: 15
Responses
200

Attribute set retrieved successfully

application/json
get
/attribute_set/{pk}/

Retrieve attribute configuration groups

get

Returns grouped attribute configurations for an attribute set.

Attribute Config Groups: Organizes product attributes into logical display groups for:

  • Product detail page attribute sections

  • Specification tables

  • Comparison matrices

Group Structure: Each group contains related attributes with their display configurations, ordering, and formatting rules.

Path parameters
pkintegerRequired

Unique identifier of the attribute set.

Example: 15
Responses
200

Attribute configuration groups retrieved successfully

application/json
get
/attribute_set/{pk}/attribute_config_groups/

Last updated

Was this helpful?