This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 2 files changed +10
-16
lines changed
2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -134,25 +134,13 @@ Attribute | Type | Description
134
134
135
135
## CustomizableFileOption object
136
136
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.
143
139
144
140
### CustomizableFileValue object
145
141
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.
156
144
157
145
## CustomizableMultipleOption object
158
146
Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ Attribute | Type | Description
133
133
134
134
## CustomizableFileOption object
135
135
136
+ {:.bs-callout-info}
137
+ The ` CustomizableFileOption ` object is currently not supported.
138
+
136
139
` CustomizableFileOption ` contains information about a file picker that is defined as part of a customizable option.
137
140
138
141
Attribute | Type | Description
@@ -142,6 +145,9 @@ Attribute | Type | Description
142
145
143
146
### CustomizableFileValue object
144
147
148
+ {:.bs-callout-info}
149
+ The ` CustomizableFileValue ` object is currently not supported.
150
+
145
151
` CustomizableFileValue ` defines the attributes of a product whose page contains a customized file picker.
146
152
147
153
Attribute | Type | Description
You can’t perform that action at this time.
0 commit comments