Get Parameter Group

Lists all parameter groups for a given product based on filter criteria.

get
Path parameters
idstringRequired
productIdstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
get
GET /public/v1/catalog/products/{productId}/parameter-groups/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-09T15:11:28.454Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-09T15:11:28.454Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "label": "text",
  "description": "text",
  "displayOrder": 1,
  "default": true,
  "parameterCount": 1,
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text",
      "defaultErpItem": "text"
    },
    "icon": "text",
    "status": "text"
  }
}

Last updated

Was this helpful?