Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-inventory-source-selection-api
Api
Data
SourceSelectionItemInterface.php
Go to the documentation of this file.
1
<?php
6
declare(strict_types=1);
7
8
namespace
Magento\InventorySourceSelectionApi\Api\Data
;
9
15
interface
SourceSelectionItemInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
16
{
22
public
function
getSourceCode
(): string;
23
29
public
function
getSku
(): string;
30
36
public
function
getQtyToDeduct
(): float;
37
43
public
function
getQtyAvailable
(): float;
44
50
public
function
getExtensionAttributes
(): ?SourceSelectionItemExtensionInterface;
51
58
public
function
setExtensionAttributes
(
59
\
Magento
\InventorySourceSelectionApi\Api\Data\SourceSelectionItemExtensionInterface
$extensionAttributes
60
): void;
61
}
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface\setExtensionAttributes
setExtensionAttributes(\Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemExtensionInterface $extensionAttributes)
Magento\InventorySourceSelectionApi\Api\Data
Definition:
InventoryRequestInterface.php:8
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface\getSku
getSku()
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface\getSourceCode
getSourceCode()
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface
Definition:
SourceSelectionItemInterface.php:15
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface\getQtyToDeduct
getQtyToDeduct()
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface\getExtensionAttributes
getExtensionAttributes()
Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionItemInterface\getQtyAvailable
getQtyAvailable()