DocsAPI ReferenceProduct/bff/product/product-custom-field-update
postProductAdmin BFF

/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

5 total
Body · 5
idstringRequired

Current custom field key (used to find the field).

productCodestringRequired

Product code the field belongs to.

keystring

New key (to rename the field).

Length: 132
valuestring

New value for the field.

activeboolean

New active status.

Request

POST /bff/product/product-custom-field-update

post
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.

Get API Key