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
RemoveProductStorefrontDetailsOverridesInput
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
ProductStorefrontDetailsFields
Optional
Set of fields for product storefront details that has overrides you want to remove. Empty value means you will remove all overrides.
Allowed values:
PRODUCT_AVAILABILITY_DESCRIPTION_FIELD
PRODUCT_SEARCH_KEYWORDS
PRODUCT_WARRANTY
Referenced by
Mutations
removeProductStorefrontDetailsOverrides(input)