Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/app/code/Torresani/SiWeGO/Api/
Upload File :
Current File : //var/www/www.indacotrentino.com/www/app/code/Torresani/SiWeGO/Api/ProductRepositoryInterface.php

<?php

namespace Torresani\SiWeGO\Api;

interface ProductRepositoryInterface
{
    /**
     * Return a filtered product.
     *
     * @param string $sessionId
     * @param string $state
     * @param string $pickupCode
     * @param string $chatEndpoint
     * @return \Torresani\SiWeGO\Api\ResponseItemInterface
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     */
    public function setState(string $sessionId, string $state, string $pickupCode=null, string $chatEndpoint=null);

}