Smalot\Magento\Order\OrderShipment::create PHP Method

create() public method

Allows you to create a new shipment for an order.
public create ( string $orderIncrementId, string $itemsQty = null, string $comment = null, integer $email = null, integer $includeComment = null ) : Smalot\Magento\ActionInterface
$orderIncrementId string
$itemsQty string
$comment string
$email integer
$includeComment integer
return Smalot\Magento\ActionInterface
    public function create($orderIncrementId, $itemsQty = null, $comment = null, $email = null, $includeComment = null)
    {
        return $this->__createAction('order_shipment.create', func_get_args());
    }