Skip to main content

CategoryActionsData

Result of a single product or cluster action

type CategoryActionsData {
message: String!
success: Boolean!
productId: Int
clusterId: Int
}

Fields

CategoryActionsData.message ● String! non-null scalar

Message describing the result of the action

CategoryActionsData.success ● Boolean! non-null scalar

Whether the action was successful

CategoryActionsData.productId ● Int scalar

Product ID that was processed (null for cluster operations)

CategoryActionsData.clusterId ● Int scalar

Cluster ID that was processed (null for product operations)

Member Of

CategoryActionsResponse object