Record
catalog-data-product-render-interface
No description available.
record catalog-data-product-render-interface {
add-to-cart-button: catalog-data-product-render-button-interface,
add-to-compare-button: catalog-data-product-render-button-interface,
currency-code: string,
extension-attributes: catalog-data-product-render-extension-interface,
id: s32,
images: list<catalog-data-product-render-image-interface>,
is-salable: string,
name: string,
price-info: catalog-data-product-render-price-info-interface,
store-id: s32,
type-op: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| add-to-cart-button | catalog-data-product-render-button-interface | |
| add-to-compare-button | catalog-data-product-render-button-interface | |
| currency-code | string | |
| extension-attributes | catalog-data-product-render-extension-interface | |
| id | s32 | |
| images | list<catalog-data-product-render-image-interface> | |
| is-salable | string | |
| name | string | |
| price-info | catalog-data-product-render-price-info-interface | |
| store-id | s32 | |
| type-op | string | |
| url | string |