Client APIAPI ReferenceItemsObjectsOptionOn this pageOption Object Description A product option variant (e.g., size, color). Declaration type Option { name: String! value: String!} Fields NameTypeDescriptionnameString!Name of the option (e.g., "Size", "Color").valueString!Value of the option (e.g., "Large", "Red").