Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c07cf82

Browse files
authored
Merge pull request #7861 from magento/kh_customizable-file
GraphQL: CustomizableFileOption/Value aren't supported
2 parents 2deaff5 + cbfd18c commit c07cf82

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

src/guides/v2.3/graphql/interfaces/customizable-option-interface.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -134,25 +134,13 @@ Attribute | Type | Description
134134

135135
## CustomizableFileOption object
136136

137-
`CustomizableFileOption` contains information about a file picker that is defined as part of a customizable option.
138-
139-
Attribute | Type | Description
140-
--- | --- | ---
141-
`product_sku` | String | The Stock Keeping Unit of the base product
142-
`value` | `CustomizableFileValue` | An object that defines a file name
137+
{:.bs-callout-info}
138+
The `CustomizableFileOption` object is not supported.
143139

144140
### CustomizableFileValue object
145141

146-
`CustomizableFileValue` defines the attributes of a product whose page contains a customized file picker.
147-
148-
Attribute | Type | Description
149-
--- | --- | ---
150-
`file_extension` | String | The file extension to accept
151-
`image_size_x` | Int | The maximum width of an image
152-
`image_size_y` | Int | The maximum height of an image
153-
`price_type` | PriceTypeEnum | FIXED, PERCENT, or DYNAMIC
154-
`price` | Float | The price assigned to this option
155-
`sku` | String | The Stock Keeping Unit for this option
142+
{:.bs-callout-info}
143+
The `CustomizableFileValue` object is not supported.
156144

157145
## CustomizableMultipleOption object
158146

src/guides/v2.4/graphql/interfaces/customizable-option-interface.md

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ Attribute | Type | Description
133133

134134
## CustomizableFileOption object
135135

136+
{:.bs-callout-info}
137+
The `CustomizableFileOption` object is currently not supported.
138+
136139
`CustomizableFileOption` contains information about a file picker that is defined as part of a customizable option.
137140

138141
Attribute | Type | Description
@@ -142,6 +145,9 @@ Attribute | Type | Description
142145

143146
### CustomizableFileValue object
144147

148+
{:.bs-callout-info}
149+
The `CustomizableFileValue` object is currently not supported.
150+
145151
`CustomizableFileValue` defines the attributes of a product whose page contains a customized file picker.
146152

147153
Attribute | Type | Description

0 commit comments

Comments
 (0)