Bitrix API

DeleteStoreBarcodeAction implements Action uses BaseStoreBarcodeAction

Delete barcode from store.

Table of Contents

Interfaces

Action
Action with document.

Methods

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

Methods

__construct()

public __construct(int|null $storeId, int $productId, string $barcode, int $userId) : mixed
Parameters
$storeId : int|null
$productId : int
$barcode : string
$userId : int

canExecute()

Checking the possibility of executing an action.

public canExecute() : Result
Tags
inheritDoc
Return values
Result

        
On this page

Search results