diff --git a/includes/api/v2/class-wc-rest-orders-v2-controller.php b/includes/api/v2/class-wc-rest-orders-v2-controller.php index 626b9386a31..8c9cb561eaa 100644 --- a/includes/api/v2/class-wc-rest-orders-v2-controller.php +++ b/includes/api/v2/class-wc-rest-orders-v2-controller.php @@ -1397,7 +1397,7 @@ class WC_REST_Orders_V2_Controller extends WC_REST_Legacy_Orders_Controller { 'type' => 'mixed', 'context' => array( 'view', 'edit' ), ), - 'instance_id' => array( + 'instance_id' => array( 'description' => __( 'Shipping instance ID.', 'woocommerce' ), 'type' => 'string', 'context' => array( 'view', 'edit' ),