BatchOrderServiceInterface
BatchOrderServiceInterface.php
:
13
Methods¶
processBatchOrder() ¶
BatchOrderServiceInterface.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$cart | CartInterface | - | - |
$entries | iterable<string|int, BatchEntryAddStruct> | - | - |
Return values
array<string|int, BatchOrderError>