You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* Update customizable-option-interface.md
Added Example of the custom option type CustomizableFieldOption for the text field.
* Update customizable-option-interface.md
* Update customizable-option-interface.md
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/interfaces/customizable-option-interface.md
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -268,3 +268,75 @@ The following query returns information about the customizable options configure
268
268
}
269
269
}
270
270
```
271
+
272
+
The following query returns information about the customizable options configured for the product with a `sku` of `xyz` with Custom Option type Text Field.
273
+
274
+
* Custom option Option Type is text field with required field.
275
+
* Option Title is `Favorite Color`.
276
+
* Price is `$5`, Price Type is `Fixed`, Option SKU is `favoriteColorSku` and Max. Characters is `20`.
0 commit comments