Closed
Description
Steps to reproduce
- Via REST API make a POST request to: /V1/products/attributes/{attributeCode}/options
- send up new data with label and value that begins with a number e.g. "123 test"
Expected result
- new attribute option should be added the same as when label and value begin with a letter.
- API result is "StatusCode: OK, Content-Type: application/json; charset=utf-8, Content-Length: 4)"
Actual result
- response from API call is: {"message":"Cannot save attribute %1","parameters":["size"]}
This only happens when the attribute options starts with a number.