register_rest_route(
            $this->namespace, '/' . $this->rest_base . '/(?P<id>[\d]+)/locations', array(
                'args'   => array(
                    'id' => array(
                        'description' => __( 'Unique ID for the resource.', 'woocommerce' ),