FacetFlux

pim.channels.list

List channels (distribution targets) for the current tenant. Optionally scope to a single schema. Response: { channels: [{ id, code, labels, country, schemaId, minReadinessPercent, tags, isActive, attributeConfigCount }] }. Errors: { error: { code: 'bad_input', ... } }.

Remote revuo:facetflux

Other tools also called pim.channels.list? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "schemaId": {
      "description": "Optional schema id. When set, returns only channels overlaying that schema.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  }
}