Custom Field Options V1

Update Custom Field Options V1

Update a custom field option

put/v1/custom_field_options/{id}

Path parameters

idstring required

Unique identifier for the custom field option

Request body

sort_keyinteger required

Sort key used to order the custom field options correctly

valuestring required

Human readable name for the custom field option

Example request

{
  "sort_key": 10,
  "value": "Product"
}

Response

OK response.

Example response

{
  "custom_field_option": {
    "custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "sort_key": 10,
    "value": "Product"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.