SSIS Components for BigCommerce

Build 26.0.9655

RemoveSeoInformationLocaleFields

Removing fields from SEO Information 

Stored Procedure Specific Information

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

For example:

EXECUTE RemoveSeoInformationLocaleFields ProductId = '111', ChannelId = '1', LocaleId = 'en', FieldsToRemove = '"PRODUCT_PAGE_TITLE_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