protected function update_post_meta_fields( $post, $request ) {
        $product = wc_get_product( $post );

        // Check for featured/gallery images, upload it and set it.
        if ( isset( $request['images'] ) ) {