| Current Path : /home/rtorresani/www/app/code/Torresani/SiWeGO/Api/ |
| Current File : //home/rtorresani/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);
}