Custom Field Options V1
Create Custom Field Options V1
Create a custom field option. If the sort key is not supplied, it'll default to 1000, so the option appears near the end of the list.
post/v1/custom_field_options
Request body
Example request
{
"custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
"sort_key": 10,
"value": "Product"
}Response
Created 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.