ProductOption - storefront - OBJECT
Version: 2024-10
Description:
Product property names like "Size", "Color", and "Material" that the customers can select. Variants are selected based on permutations of these options. 255 characters limit each.
Access Scopes
`unauthenticated_read_product_listings` access scope.
Fields
id
: ID! - A globally-unique ID.
name
: String! - The product option’s name.
optionValues
: ProductOptionValue! - The corresponding option value to the product option.
values
: String! - The corresponding value to the product option name.
Connections
Related queries
Related mutations
Related Unions
Examples