CategoryRemoveProductsClustersResponse
Response for removing products and clusters from a category
type CategoryRemoveProductsClustersResponse {
category: Category!
actions: CategoryActionsResponse!
}
Fields
CategoryRemoveProductsClustersResponse.category ● Category! non-null object
The category object
CategoryRemoveProductsClustersResponse.actions ● CategoryActionsResponse! non-null object
Output messages about the actions performed
Returned By
categoryRemoveProductsClusters mutation