◆ getBackorders()
◆ getExtensionAttributes()
getExtensionAttributes |
( |
| ) |
|
Retrieve existing extension attributes object
- Returns
- \Magento\InventoryConfigurationApi\Api\Data\StockItemConfigurationExtensionInterface|null
Implemented in StockItemConfiguration.
◆ getLowStockDate()
◆ getMaxSaleQty()
◆ getMinQty()
◆ getMinSaleQty()
◆ getNotifyStockQty()
◆ getQtyIncrements()
◆ getStockStatusChangedAuto()
getStockStatusChangedAuto |
( |
| ) |
|
◆ getStockThresholdQty()
◆ isDecimalDivided()
◆ isEnableQtyIncrements()
isEnableQtyIncrements |
( |
| ) |
|
◆ isManageStock()
◆ isQtyDecimal()
◆ isShowDefaultNotificationMessage()
isShowDefaultNotificationMessage |
( |
| ) |
|
◆ isUseConfigBackorders()
isUseConfigBackorders |
( |
| ) |
|
◆ isUseConfigEnableQtyInc()
isUseConfigEnableQtyInc |
( |
| ) |
|
◆ isUseConfigManageStock()
isUseConfigManageStock |
( |
| ) |
|
◆ isUseConfigMaxSaleQty()
isUseConfigMaxSaleQty |
( |
| ) |
|
◆ isUseConfigMinQty()
◆ isUseConfigMinSaleQty()
isUseConfigMinSaleQty |
( |
| ) |
|
◆ isUseConfigNotifyStockQty()
isUseConfigNotifyStockQty |
( |
| ) |
|
◆ isUseConfigQtyIncrements()
isUseConfigQtyIncrements |
( |
| ) |
|
◆ setBackorders()
setBackorders |
( |
int |
$backOrders | ) |
|
◆ setEnableQtyIncrements()
setEnableQtyIncrements |
( |
bool |
$enableQtyIncrements | ) |
|
◆ setExtensionAttributes()
setExtensionAttributes |
( |
\Magento\InventoryConfigurationApi\Api\Data\StockItemConfigurationExtensionInterface |
$extensionAttributes | ) |
|
Set an extension attributes object
- Parameters
-
\Magento\InventoryConfigurationApi\Api\Data\StockItemConfigurationExtensionInterface | $extensionAttributes | |
- Returns
- void
◆ setIsDecimalDivided()
setIsDecimalDivided |
( |
bool |
$isDecimalDivided | ) |
|
◆ setIsQtyDecimal()
setIsQtyDecimal |
( |
bool |
$isQtyDecimal | ) |
|
◆ setLowStockDate()
setLowStockDate |
( |
string |
$lowStockDate | ) |
|
◆ setManageStock()
setManageStock |
( |
bool |
$manageStock | ) |
|
◆ setMaxSaleQty()
setMaxSaleQty |
( |
float |
$maxSaleQty | ) |
|
◆ setMinQty()
setMinQty |
( |
float |
$minQty | ) |
|
◆ setMinSaleQty()
setMinSaleQty |
( |
float |
$minSaleQty | ) |
|
◆ setNotifyStockQty()
setNotifyStockQty |
( |
float |
$notifyStockQty | ) |
|
◆ setQtyIncrements()
setQtyIncrements |
( |
float |
$qtyIncrements | ) |
|
◆ setStockStatusChangedAuto()
setStockStatusChangedAuto |
( |
int |
$stockStatusChangedAuto | ) |
|
◆ setUseConfigBackorders()
setUseConfigBackorders |
( |
bool |
$useConfigBackorders | ) |
|
◆ setUseConfigEnableQtyInc()
setUseConfigEnableQtyInc |
( |
bool |
$useConfigEnableQtyInc | ) |
|
◆ setUseConfigManageStock()
setUseConfigManageStock |
( |
bool |
$useConfigManageStock | ) |
|
◆ setUseConfigMaxSaleQty()
setUseConfigMaxSaleQty |
( |
bool |
$useConfigMaxSaleQty | ) |
|
◆ setUseConfigMinQty()
setUseConfigMinQty |
( |
bool |
$useConfigMinQty | ) |
|
◆ setUseConfigMinSaleQty()
setUseConfigMinSaleQty |
( |
bool |
$useConfigMinSaleQty | ) |
|
◆ setUseConfigNotifyStockQty()
setUseConfigNotifyStockQty |
( |
bool |
$useConfigNotifyStockQty | ) |
|
◆ setUseConfigQtyIncrements()
setUseConfigQtyIncrements |
( |
bool |
$useConfigQtyIncrements | ) |
|
◆ BACKORDERS
const BACKORDERS = 'backorders' |
◆ BACKORDERS_NO
◆ BACKORDERS_YES_NONOTIFY
const BACKORDERS_YES_NONOTIFY = 1 |
◆ BACKORDERS_YES_NOTIFY
const BACKORDERS_YES_NOTIFY = 2 |
◆ ENABLE_QTY_INCREMENTS
const ENABLE_QTY_INCREMENTS = 'enable_qty_increments' |
◆ IS_DECIMAL_DIVIDED
const IS_DECIMAL_DIVIDED = 'is_decimal_divided' |
◆ IS_QTY_DECIMAL
const IS_QTY_DECIMAL = 'is_qty_decimal' |
◆ LOW_STOCK_DATE
const LOW_STOCK_DATE = 'low_stock_date' |
◆ MANAGE_STOCK
const MANAGE_STOCK = 'manage_stock' |
◆ MAX_SALE_QTY
const MAX_SALE_QTY = 'max_sale_qty' |
◆ MIN_QTY
const MIN_QTY = 'min_qty' |
◆ MIN_SALE_QTY
const MIN_SALE_QTY = 'min_sale_qty' |
◆ NOTIFY_STOCK_QTY
const NOTIFY_STOCK_QTY = 'notify_stock_qty' |
◆ QTY_INCREMENTS
const QTY_INCREMENTS = 'qty_increments' |
◆ SHOW_DEFAULT_NOTIFICATION_MESSAGE
const SHOW_DEFAULT_NOTIFICATION_MESSAGE = 'show_default_notification_message' |
◆ STOCK_STATUS_CHANGED_AUTO
const STOCK_STATUS_CHANGED_AUTO = 'stock_status_changed_auto' |
◆ STOCK_THRESHOLD_QTY
const STOCK_THRESHOLD_QTY = 'stock_threshold_qty' |
◆ USE_CONFIG_BACKORDERS
const USE_CONFIG_BACKORDERS = 'use_config_backorders' |
◆ USE_CONFIG_ENABLE_QTY_INC
const USE_CONFIG_ENABLE_QTY_INC = 'use_config_enable_qty_inc' |
◆ USE_CONFIG_MANAGE_STOCK
const USE_CONFIG_MANAGE_STOCK = 'use_config_manage_stock' |
◆ USE_CONFIG_MAX_SALE_QTY
const USE_CONFIG_MAX_SALE_QTY = 'use_config_max_sale_qty' |
◆ USE_CONFIG_MIN_QTY
const USE_CONFIG_MIN_QTY = 'use_config_min_qty' |
◆ USE_CONFIG_MIN_SALE_QTY
const USE_CONFIG_MIN_SALE_QTY = 'use_config_min_sale_qty' |
◆ USE_CONFIG_NOTIFY_STOCK_QTY
const USE_CONFIG_NOTIFY_STOCK_QTY = 'use_config_notify_stock_qty' |
◆ USE_CONFIG_QTY_INCREMENTS
const USE_CONFIG_QTY_INCREMENTS = 'use_config_qty_increments' |
◆ USE_CONFIG_STOCK_THRESHOLD_QTY
const USE_CONFIG_STOCK_THRESHOLD_QTY = 'use_config_stock_threshold_qty' |
The documentation for this interface was generated from the following file: