GraphQL INPUT_OBJECT
UpdateProductSelectionInput
Input for product selection update. Product selections are used to assign a product to one or more product characteristics.
link Definition
- input UpdateProductSelectionInput {
- #   Unique ID of the product selection.
- : Int!
- #   Name of the product selection.
- : String
- #   Description of the product selection. Displays to customers on checkout pages 
- #   and in emails.
- : [LocalizedStringInput]
- #   Items of the product selection.
- : [ProductSelectionItemInput]
- #   Determines where the product variation displays in the cart.
- : ProductSelectionPositionEnum
- #   Keywords to be appended to every URL generated for its category in the catalog. 
- #   Separate keywords by dashes or periods and do not enter white space in this 
- #   field.
- : String
- #   Text that displays in a search engine’s results list under the title, guiding 
- #   users’ search behavior.
- : [LocalizedStringInput]
- #   Search engines use this text in their results listings.
- : [LocalizedStringInput]
- #   Provides text for crawler-based search engines to index and rank meta keywords.
- : [LocalizedStringInput]
- #   Name of the product selection. Displays to customers on checkout pages and in 
- #   emails.
- : [LocalizedStringInput]
- #   Long description that displays for the product selection in the catalog.
- : [LocalizedStringInput]
- #   Short description that displays for the product selection in the catalog.
- : [LocalizedStringInput]
- #   Unique ID of the small image for the product selection.
- : [localizedIdReferenceInput]
- #   Unique ID of the medium image for the product selection.
- : [localizedIdReferenceInput]
- #   Unique ID of the large image for the product selection.
- : [localizedIdReferenceInput]
- #   Set to true if the product names should override the text elements that were 
- #   selected for the product variation. Only applicable with position set to 
- #   PRODUCT_COLUMN.
- : Boolean
- #   Code of of the product selection's default language.
- : LanguageEnum
- }