Management API
...
Product
Custom Fields
Update Product Custom Field
3min
updates a product custom field, if requesting manager has access permissions to it url /api/v1/product custom fields/{id}/ method patch parameters name string data type string choices number , text , date/time default value string description string data example { "name" "cf44", "default value" "31232" } success response code 200 ok content examples { "id" 68, "name" "cf44", "data type" null, "default value" "31232", "description" null, "product" 1584723961091260 }