Método getCatalogProds

ReferenciaS API

Aproveche todas las ventajas de nuestra plataforma, con los productos relacionados se puede obtener el máximo provecho y así conseguir de mejor manera cumplir con su tarea del día.

Descripción

Método que retorna los productos que cumplan con el filtro brindado.

Métodos de petición disponibles

Parámetros

Campo Descripción Tipo de dato Obligatoria Adicionales
strToken Es el token de seguridad. String X
strResult String
strFilter String
strSearch String
blnMarketplaceCfg Boolean

Respuesta (200)

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getCatalogProdsResponse xmlns="http://greyphillips.com/">
      <getCatalogProdsResult>boolean</getCatalogProdsResult>
      <strResult>string</strResult>
    </getCatalogProdsResponse>
  </soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getCatalogProdsResponse xmlns="http://greyphillips.com/">
      <getCatalogProdsResult>boolean</getCatalogProdsResult>
      <strResult>string</strResult>
    </getCatalogProdsResponse>
  </soap12:Body>
</soap12:Envelope>