/bff/product/product-custom-field-update
Updates an existing custom field on a product. Any combination of key, value, and active can be changed. Fields not provided retain their current values.
ProductpostBffProductProduct-custom-field-update
Parameters
5 body
Body · 5
idstringRequiredCurrent custom field key (used to find the field).
productCodestringRequiredProduct code the field belongs to.
keystringNew key (to rename the field).
Length: 1–32
valuestringNew value for the field.
activebooleanNew active status.
Request
POST /bff/product/product-custom-field-update
curl -X POST "https://api.bizkithub.com/bff/product/product-custom-field-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "material",
"productCode": "my-product",
"key": "fabric",
"value": "silk",
"active": false
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.