Tableau Connector for BigCommerce

Build 26.0.9655

RemoveBasicInformationLocaleFields

Supports removing fields from Basic Information. 

Stored Procedure Specific Information

You can remove locale override fields for a product's basic information.

For example:

EXECUTE RemoveBasicInformationLocaleFields ProductId = '111', ChannelId = '1', LocaleId = 'en', FieldsToRemove = '"PRODUCT_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').
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