<?php

namespace ContainerRYWeSXx;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getShopReturnServiceService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\GLS\ShipIT\Service\ShopReturnService' shared autowired service.
     *
     * @return \App\External\GLS\ShipIT\Service\ShopReturnService
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\External\\GLS\\ShipIT\\ShipITApiClient'] ?? $container->load('getShipITApiClientService'));

        if (isset($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'])) {
            return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'];
        }
        $b = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));

        if (isset($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'])) {
            return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'];
        }
        $c = ($container->privates['App\\Core\\Builder\\EventBuilder'] ?? $container->load('getEventBuilderService'));

        if (isset($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'])) {
            return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'];
        }
        $d = ($container->services['router'] ?? self::getRouterService($container));

        if (isset($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'])) {
            return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'];
        }
        $e = ($container->privates['serializer'] ?? self::getSerializerService($container));

        if (isset($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'])) {
            return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'];
        }

        $instance = new \App\External\GLS\ShipIT\Service\ShopReturnService(new \App\External\GLS\ShipIT\Mapper\ShopReturnRequestMapper($container->getEnv('SHIPIT_CONTACT_ID')), new \App\External\GLS\ShipIT\Mapper\CreatedShipmentToGlsParcelMapper(($container->privates['App\\Core\\Service\\ReturnParcel\\LabelPDFManager'] ?? $container->load('getLabelPDFManagerService'))), $a, $b, ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentStateService'] ?? $container->load('getReturnShipmentStateServiceService')), ($container->privates['App\\Repository\\ReturnParcelRepository'] ?? $container->load('getReturnParcelRepositoryService')), ($container->privates['App\\Core\\Service\\History\\ReturnShipmentHistoryBuilder'] ?? $container->load('getReturnShipmentHistoryBuilderService')), $c, ($container->services['monolog.logger.api'] ?? self::getMonolog_Logger_ApiService($container)), $d, ($container->services['VU\\Logistic\\Services\\TransportTypeEligibilityService'] ?? $container->load('getTransportTypeEligibilityServiceService')), $e, $container->getEnv('API_BASE_URL'));

        if (isset($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'])) {
            return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'];
        }

        return $container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'] = $instance;
    }
}
