For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Admin
Types
Inputs
RemoveProductSeoInformationOverridesInput
INPUT
Copy page
Input fields
localeContext
ProductOverridesLocaleContextInput
Required
The channel and locale that apply when you remove overrides from a channel locale.
Show 2 fields
productId
String
Required
The product which information should be modified.
overridesToRemove
list of
ProductSeoInformationFields
Optional
Set of fields for product SEO information that have overrides you want to remove. Empty value means you will remove all overrides.
Allowed values:
PRODUCT_META_DESCRIPTION_FIELD
PRODUCT_PAGE_TITLE_FIELD
Referenced by
Mutations
removeProductSeoInformationOverrides(input)