FacetFlux
pim.traits.get
Get a trait by id, with its trait-scoped attribute definitions resolved. Response: { trait: {...}, attributeDefinitions: [...] }. Errors: { error: { code: 'not_found', ... } }.
Remote revuo:facetflux
Other tools also called pim.traits.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"traitId": {
"description": "Trait id (Mongo ObjectId).",
"type": "string"
}
},
"required": [
"traitId"
]
}