For the complete documentation index, see llms.txt. This page is also available as Markdown.

Attribute Config Groups

Administrative endpoints for attribute config groups — named, ordered labels that organise product attribute configurations in the management panel.

Core Capabilities

1. Listing

  • Retrieve a paginated list of all attribute config groups.

  • Results are ordered by order (ascending) by default.

  • Use the sort query parameter to order by any field (pk, name, order).

2. Full CRUD

  • Create a new attribute config group with a unique name.

  • Retrieve, fully update, partially update, or delete an existing group by its identifier.

Dynamic Settings & Environment Variables

Dynamic settings: No dynamic settings affect these endpoints.

Environment variables: No environment variables affect these endpoints.

Last updated

Was this helpful?