method
public
HandlerBase::executeShipmentAction()
Сигнатура
public executeShipmentAction(int $requestId, int $shipmentId, string $actionType, array<string|int, mixed> $additional) : Result
Описание
Выполняет действие для отгрузки из заявки на доставку
Параметры
$requestId
int
$shipmentId
int
$actionType
string
$additional
array<string|int, mixed>
Возвращаемое значение
Result
Исходный файл: source/sale/lib/delivery/requests/handlerbase.php:103

