Hello,
Updating a product which contains £ in option title, e.g.
"option1": "A4 (£17.95)",
results in response:
{ error: '795: unexpected token at \'{"product":{"options":[{.. ,"variants":[{"barcode":null,"compare_at_price":null,"fulfillment_service":"manual","grams":0,"id":775983159,"inventory_management":null,"inventory_policy":"deny","option1":"A4 (��17.95)"," ...
Is this a problem with encoding our API requests? It's already as UTF-8 as far as I can tell.
Thanks