CategoryRemoveProductsClustersResponse
No description
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