Record
catalog-inventory-data-stock-item-interface
No description available.
record catalog-inventory-data-stock-item-interface {
backorders: s32,
enable-qty-increments: bool,
extension-attributes: option<catalog-inventory-data-stock-item-extension-interface>,
is-decimal-divided: bool,
is-in-stock: bool,
is-qty-decimal: bool,
item-id: option<s32>,
low-stock-date: string,
manage-stock: bool,
max-sale-qty: f64,
min-qty: f64,
min-sale-qty: f64,
notify-stock-qty: f64,
product-id: option<s32>,
qty: f64,
qty-increments: f64,
show-default-notification-message: bool,
stock-id: option<s32>,
stock-status-changed-auto: s32,
use-config-backorders: bool,
use-config-enable-qty-inc: bool,
use-config-manage-stock: bool,
use-config-max-sale-qty: bool,
use-config-min-qty: bool,
use-config-min-sale-qty: s32,
use-config-notify-stock-qty: bool,
use-config-qty-increments: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| backorders | s32 | |
| enable-qty-increments | bool | |
| extension-attributes | option<catalog-inventory-data-stock-item-extension-interface> | |
| is-decimal-divided | bool | |
| is-in-stock | bool | |
| is-qty-decimal | bool | |
| item-id | option<s32> | |
| low-stock-date | string | |
| manage-stock | bool | |
| max-sale-qty | f64 | |
| min-qty | f64 | |
| min-sale-qty | f64 | |
| notify-stock-qty | f64 | |
| product-id | option<s32> | |
| qty | f64 | |
| qty-increments | f64 | |
| show-default-notification-message | bool | |
| stock-id | option<s32> | |
| stock-status-changed-auto | s32 | |
| use-config-backorders | bool | |
| use-config-enable-qty-inc | bool | |
| use-config-manage-stock | bool | |
| use-config-max-sale-qty | bool | |
| use-config-min-qty | bool | |
| use-config-min-sale-qty | s32 | |
| use-config-notify-stock-qty | bool | |
| use-config-qty-increments | bool |