attribute
Retrieve detailed information about a specific attribute by its unique identifier.
Returns comprehensive attribute data including typed values, metadata, and associated descriptions. Used for attribute management, product customization, and data retrieval operations.
The response includes complete attribute information with properly typed values based on the attribute description's type definition, creation and modification timestamps, and user tracking information.
Possible errors:
- ATTRIBUTE_NOT_FOUND: Attribute with the specified ID does not exist
attribute(
id: String!
): Attribute!
Arguments
attribute.id
● String!
non-null scalar
Unique identifier of the attribute to retrieve.
Must be a valid UUID format representing an existing attribute in the system. The attribute must be accessible within the current context and permissions.
Type
Attribute
interface
Base interface for all attribute types across different entity classes.
Attributes provide extensible metadata and properties for various entities in the system. Each attribute is associated with a specific entity type and contains typed values based on its attribute description schema.