Record
catalog-data-tier-price-interface
No description available.
record catalog-data-tier-price-interface {
customer-group: string,
extension-attributes: option<catalog-data-tier-price-extension-interface>,
price: f64,
price-type: string,
quantity: f64,
sku: string,
website-id: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| customer-group | string | |
| extension-attributes | option<catalog-data-tier-price-extension-interface> | |
| price | f64 | |
| price-type | string | |
| quantity | f64 | |
| sku | string | |
| website-id | s32 |