Using productVariantsBulkUpdate v2025-04 to set a single_line_text_field metafield to nothing (empty string, blank string, null) does not work. single_line_text_field must have a value!
Metafield definition has no validations. No errors or warnings returned, just “success”.
To workaround this we set metafield value to ZERO WIDTH NO-BREAK SPACE (\uFEFF)![]()
How to set this to an empty string instead?