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
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Admin
Types
Inputs
RemoveProductBasicInformationOverridesInput
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 that has overrides you want to remove.
overridesToRemove
list of
ProductBasicInformationFields
Optional
A set of fields for basic product information with overrides you want to remove. An empty value means you will remove all overrides.
Allowed values:
PRODUCT_DESCRIPTION_FIELD
PRODUCT_NAME_FIELD
Referenced by
Mutations
removeProductBasicInformationOverrides(input)