GraphQL OBJECT
ProductSelection
Product selection for a product variation. Product selections are used to assign a product to one or more product characteristics.
link Definition
- type ProductSelection {
- # Description of the product selection. Displays to customers on checkout pages
- # and in emails.
- LocalizedString] : [
- # Languages in which product selection information can be entered.
- Language] : [
- # Default language for localized product selection fields.
- Language :
- # Client who offers the product selection.
- Client :
- # Date and time when the product selection was created.
- DateTime! :
- # User who created the product selection.
- UserAccount! :
- # Unique ID of the product selection.
- Int! :
- # Internal name of the product selection.
- String :
- # Items in the product selection.
- ProductSelectionItem]! : [
- # Date and time when the last edit occurred.
- DateTime! :
- # User who last modified the product selection.
- UserAccount! :
- # Text that displays in a search engine’s results list under the title, guiding
- # users’ search behavior.
- LocalizedString] : [
- # Search engines use this text in their results listings.
- LocalizedString] : [
- # Provides text for crawler-based search engines to index and rank meta keywords.
- LocalizedString] : [
- # Name of the product selection. Displays to customers on checkout pages and in
- # emails.
- LocalizedString] : [
- # Determines where the product variation displays in the cart.
- ProductSelectionPosition :
- # Long description that displays for the product selection in the catalog.
- LocalizedString] : [
- # Short description that displays for the product selection in the catalog.
- LocalizedString] : [
- # Small image for the product selection.
- LocalizedClientWebbinary] : [
- # Medium image for the product selection.
- LocalizedClientWebbinary] : [
- # Large image for the product selection.
- LocalizedClientWebbinary] : [
- # Keywords that are appended to every URL generated for its category in the
- # catalog.
- String :
- # Indicates whether the product names override the text elements that were
- # selected for the product variation. Only applicable with position set to
- # PRODUCT_COLUMN.
- Boolean :
- # Example URLs that let you preview the product selection.
- SampleUrls :
- # List of products in which the product selection is used.
- Product] : [
- # List of catalogs in which the product selection is used.
- Catalog] : [
- }
link Required by
- CatalogItemItem in the catalog.
- CreateProductSelectionPayloadPayload for created product selection. Product selections are used to assign a product to one or more product characteristics.
- ProductItem or service offered for sale.
- ProductSelectionItemItem in the product selection.
- querynull
- UpdateProductSelectionPayloadPayload for product selection update. Product selections are used to assign a product to one or more product characteristics.