class StockItem extends Model

StockItem

catalogInventoryStockRegistryV1 Interface StockRegistryInterface

{ "stockItem": { "item_id": 0, "product_id": 0, "stock_id": 0, "qty": 0, "is_in_stock": true, "is_qty_decimal": true, "show_default_notification_message": true, "use_config_min_qty": true, "min_qty": 0, "use_config_min_sale_qty": 0, "min_sale_qty": 0, "use_config_max_sale_qty": true, "max_sale_qty": 0, "use_config_backorders": true, "backorders": 0, "use_config_notify_stock_qty": true, "notify_stock_qty": 0, "use_config_qty_increments": true, "qty_increments": 0, "use_config_enable_qty_inc": true, "enable_qty_increments": true, "use_config_manage_stock": true, "manage_stock": true, "low_stock_date": "string", "is_decimal_divided": true, "stock_status_changed_auto": 0, "extension_attributes": {} } }

Properties

protected $name from Model

Methods

__construct(int $qty = null)

neues Objekt

addData($key, $value)

No description

from Model
getData()

No description

from Model
setQuantity(int $qty)

setzt die verfügbare Menge Wenn die Menge über 0 ist wird is_in_stock auf true gesetzt

StockItem
setIsInStock(bool $bool)

setzten den Status "is_in_stock"

Details

at line 73
__construct(int $qty = null)

neues Objekt

Parameters

int $qty | \null $qty Anzahl

in Model at line 45
addData($key, $value)

Parameters

$key
$value

in Model at line 49
getData()

at line 88
StockItem setQuantity(int $qty)

setzt die verfügbare Menge Wenn die Menge über 0 ist wird is_in_stock auf true gesetzt

Parameters

int $qty Menge

Return Value

StockItem dieses Objekt

at line 101
StockItem setIsInStock(bool $bool)

setzten den Status "is_in_stock"

Parameters

bool $bool

Return Value

StockItem dieses Objekt