RemoveProductCustomFieldsLocaleField
Supports removing fields from Custom field locale.
Stored Procedure Specific Information
You can remove locale override fields for a product's custom fields.
For example:
EXECUTE RemoveProductCustomFieldsLocaleField ProductId = '111', ChannelId = '1', LocaleId = 'en', CustomFieldId = '5', FieldsToRemove = '"PRODUCT_CUSTOM_FIELD_NAME_FIELD"'
Input
| Name | Type | Required | Description |
| ProductId | String | True | The ID of the product. |
| ChannelId | String | True | The channel ID. |
| LocaleId | String | True | The locale code (e.g., 'en', 'fr'). |
| CustomFieldId | String | True | The locale code (e.g., 'en', 'fr'). |
| FieldsToRemove | String | True | Comma-separated list or JSON array of fields to remove. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| ProductId | String | The ID of the product. |
| Details | String | Any extra details on the operation's execution. |