Skip to main content

ClusterProductsActionData

Result of a single product assignment/unassignment action

type ClusterProductsActionData {
action: String!
message: String!
productId: Int!
success: Boolean!
}

Fields

ClusterProductsActionData.action ● String! non-null scalar

Action performed (assign or unassign)

ClusterProductsActionData.message ● String! non-null scalar

Message describing the result of the action

ClusterProductsActionData.productId ● Int! non-null scalar

Product ID that was processed

ClusterProductsActionData.success ● Boolean! non-null scalar

Whether the action was successful

Member Of

ClusterProductsActionResponse object