Skip to main content

CategoryAddProductsClustersResponse

Response for adding products and clusters to a category

type CategoryAddProductsClustersResponse {
category: Category!
actions: CategoryActionsResponse!
}

Fields

CategoryAddProductsClustersResponse.category ● Category! non-null object

The category object

CategoryAddProductsClustersResponse.actions ● CategoryActionsResponse! non-null object

Output messages about the actions performed

Returned By

categoryAddProductsClusters mutation