/
Product information

Product information



URL: /admin/adnet/pub/admin/compras.html?op=vpc&o=xml

Mandatory parameters:
- dsmproductoconf_id: purchased item ID. It can be obtained from a purchase detail information.

Response:
It contains an object <productoconf>.  The identifier is specified through the dsmproductoconf_id attribute and the data presented are the following:
  • dsmproducto_id: product type ID
  • nombre: product type name
  • atributos: attribute listing, for each of the defined attributes:
    +atributo: attribute's name, as defined in the interface
    -dsmatributo_id: attribute ID
    -valor: value for the attribute entered by the user. In case of image type attributes, the file must be obtained making another request to the API, as indicated below.
Response example:
<?xml version='1.0' encoding='iso8859-1' standalone='yes'?>
<productoconf dsmproducto_id='2' dsmproductoconf_id='74' producto='GPS'>
  <atributos>
    <atributo atributo='Nombre de la empresa:' dsmatributo_id='18' valor='soy un gps' />
    <atributo atributo='Descripción' dsmatributo_id='19' valor='gps' />
    <atributo atributo='Calle:' dsmatributo_id='20' valor='libertad' />
    <atributo atributo='Numero:' dsmatributo_id='21' valor='24' />
    <atributo atributo='Interseccion:' dsmatributo_id='22' valor='pacheco' />
    <atributo atributo='Localidad:' dsmatributo_id='23' valor='rosales' />
    <atributo atributo='Partido:' dsmatributo_id='24' valor='punta gorda' />
    <atributo atributo='Provincia:' dsmatributo_id='25' valor='durazno' />
    <atributo atributo='Logo' dsmatributo_id='26' valor='26' />
  </atributos>
</productoconf>