Excel Add-In for BigCommerce

Build 26.0.9655

RemoveStoreFrontDetailsLocaleFields

Supports removing fields from Storefront Details. 

Stored Procedure Specific Information

You can remove locale override fields for a product's storefront details.

For example:

EXECUTE RemoveStoreFrontDetailsLocaleFields ProductId = '111', ChannelId = '1', LocaleId = 'en', FieldsToRemove = '"PRODUCT_WARRANTY_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').
FieldsToRemove String True Comma-separated list or JSON array of fields to remove.

Result Set Columns

Name Type Description
ProductId String The ID of the product.
Success Boolean Indicates whether or not the operation executed successfully.
Details String Any extra details on the operation's execution.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655