Skip to main content

CategoryItemOperationResult

Result of a single product or cluster operation

type CategoryItemOperationResult {
lookupKey: String!
key: String!
class: String!
success: Boolean!
message: String!
directoryId: Float @deprecated
}

Fields

CategoryItemOperationResult.lookupKey ● String! non-null scalar

Lookup key used for the operation (id or sourceId)

CategoryItemOperationResult.key ● String! non-null scalar

Lookup key value

CategoryItemOperationResult.class ● String! non-null scalar

Type of item (product or cluster)

CategoryItemOperationResult.success ● Boolean! non-null scalar

Whether the operation was successful

CategoryItemOperationResult.message ● String! non-null scalar

Result message or error description

Show deprecated