The Upsert Attribute Options method serves the purpose of updating existing attribute options or adding new attribute options if they do not already exist.
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params
Body Params application/json
Example
{"attributeOptions":[{"code":"attributeOption","options":[{"code":"c","label":[{"value":"aab","locale":"en_US"},{"value":"Translate '' content into Turkish","locale":"tr_TR"}]}]}]}