Bitrix API

DecreaseStoreQuantityAction implements Action uses BaseStoreQuantityAction

Decrease store availability quantity of product.

Table of Contents

Interfaces

Action
Action with document.

Methods

__construct()  : mixed
canExecute()  : Result
Checking the possibility of executing an action.
execute()  : Result

Methods

__construct()

public __construct(int $storeId, int $productId, float $amount, string $docType) : mixed
Parameters
$storeId : int
$productId : int
$amount : float
$docType : string

canExecute()

Checking the possibility of executing an action.

public canExecute() : Result
Tags
inheritDoc
Return values
Result

        
On this page

Search results