diff --git a/includes/wc-rest-functions.php b/includes/wc-rest-functions.php index ae135a3f9db..13b3a462799 100644 --- a/includes/wc-rest-functions.php +++ b/includes/wc-rest-functions.php @@ -215,7 +215,7 @@ function wc_rest_check_post_permissions( $post_type, $context = 'read', $object_ 'create' => 'publish_posts', 'edit' => 'edit_post', 'delete' => 'delete_post', - 'batch' => 'edit_post', + 'batch' => 'edit_others_posts', ); if ( 'revision' === $post_type ) {