Record
catalog-data-product-custom-option-values-interface
No description available.
record catalog-data-product-custom-option-values-interface {
option-type-id: option<s32>,
price: f64,
price-type: string,
sku: option<string>,
sort-order: s32,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| option-type-id | option<s32> | |
| price | f64 | |
| price-type | string | |
| sku | option<string> | |
| sort-order | s32 | |
| title | string |