GET PrestashopApi/ArticuloWeb?idPaginaWeb={idPaginaWeb}
Obtenemos una lista de todos los artículos para Prestashop
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaginaWeb |
Identificador de la página web |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Lista de Artículos
Collection of ArticuloWebPrestashopDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdArticuloSofygest | integer |
None. |
|
| IdArticuloPrestashop | integer |
None. |
|
| IdSeccionPrestashop | integer |
None. |
|
| IdFamiliaPrestashop | integer |
None. |
|
| IdSubfamiliaPrestashop | integer |
None. |
|
| IdMarcaPrestashop | integer |
None. |
|
| IdTipoArticuloPrestashop | integer |
None. |
|
| IdProveedor | integer |
None. |
|
| IdTipo | integer |
None. |
|
| CodArticulo | string |
None. |
|
| RefProveedor | string |
None. |
|
| CodEan | string |
None. |
|
| Modelo | string |
None. |
|
| Url | string |
None. |
|
| ObservacionesWeb | string |
None. |
|
| TasaIva | decimal number |
None. |
|
| PvpWeb | decimal number |
None. |
|
| PvpWebSinIva | decimal number |
None. |
|
| PvpWeb2 | decimal number |
None. |
|
| PvpWeb2SinIva | decimal number |
None. |
|
| PvpWeb3 | decimal number |
None. |
|
| PvpWeb3SinIva | decimal number |
None. |
|
| fechaAlta | date |
None. |
|
| fechaModificacion | date |
None. |
|
| ListaCaracteristicas | Collection of CaracteristicaArticuloWebPrestashopDto |
None. |
|
| MaestroArticulo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"MaestroArticulo": 1,
"IdArticuloSofygest": 1,
"IdArticuloPrestashop": 2,
"IdSeccionPrestashop": 3,
"IdFamiliaPrestashop": 4,
"IdSubfamiliaPrestashop": 5,
"IdMarcaPrestashop": 6,
"IdTipoArticuloPrestashop": 7,
"IdProveedor": 8,
"IdTipo": 9,
"CodArticulo": "sample string 10",
"RefProveedor": "sample string 11",
"CodEan": "sample string 12",
"Modelo": "sample string 13",
"Url": "sample string 14",
"ObservacionesWeb": "sample string 15",
"TasaIva": 16.0,
"PvpWeb": 17.0,
"PvpWebSinIva": 18.0,
"PvpWeb2": 19.0,
"PvpWeb2SinIva": 20.0,
"PvpWeb3": 21.0,
"PvpWeb3SinIva": 22.0,
"fechaAlta": "2025-12-06T06:42:37.0337154+01:00",
"fechaModificacion": "2025-12-06T06:42:37.0337154+01:00",
"ListaCaracteristicas": {
"$id": "3",
"$values": [
{
"$id": "4",
"IdCaracteristicaPrestashop": 1,
"IdValorPrestashop": 2,
"IdArticulo": 3
},
{
"$ref": "4"
}
]
}
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfArticuloWebPrestashopDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Prestashop">
<ArticuloWebPrestashopDto z:Id="2">
<CodArticulo z:Id="3">sample string 10</CodArticulo>
<CodEan z:Id="4">sample string 12</CodEan>
<IdArticuloPrestashop>2</IdArticuloPrestashop>
<IdArticuloSofygest>1</IdArticuloSofygest>
<IdFamiliaPrestashop>4</IdFamiliaPrestashop>
<IdMarcaPrestashop>6</IdMarcaPrestashop>
<IdProveedor>8</IdProveedor>
<IdSeccionPrestashop>3</IdSeccionPrestashop>
<IdSubfamiliaPrestashop>5</IdSubfamiliaPrestashop>
<IdTipo>9</IdTipo>
<IdTipoArticuloPrestashop>7</IdTipoArticuloPrestashop>
<ListaCaracteristicas z:Id="5" z:Size="2">
<CaracteristicaArticuloWebPrestashopDto z:Id="6">
<IdArticulo>3</IdArticulo>
<IdCaracteristicaPrestashop>1</IdCaracteristicaPrestashop>
<IdValorPrestashop>2</IdValorPrestashop>
</CaracteristicaArticuloWebPrestashopDto>
<CaracteristicaArticuloWebPrestashopDto z:Ref="6" i:nil="true" />
</ListaCaracteristicas>
<MaestroArticulo>1</MaestroArticulo>
<Modelo z:Id="7">sample string 13</Modelo>
<ObservacionesWeb z:Id="8">sample string 15</ObservacionesWeb>
<PvpWeb>17</PvpWeb>
<PvpWeb2>19</PvpWeb2>
<PvpWeb2SinIva>20</PvpWeb2SinIva>
<PvpWeb3>21</PvpWeb3>
<PvpWeb3SinIva>22</PvpWeb3SinIva>
<PvpWebSinIva>18</PvpWebSinIva>
<RefProveedor z:Id="9">sample string 11</RefProveedor>
<TasaIva>16</TasaIva>
<Url z:Id="10">sample string 14</Url>
<fechaAlta>2025-12-06T06:42:37.0337154+01:00</fechaAlta>
<fechaModificacion>2025-12-06T06:42:37.0337154+01:00</fechaModificacion>
</ArticuloWebPrestashopDto>
<ArticuloWebPrestashopDto z:Ref="2" i:nil="true" />
</ArrayOfArticuloWebPrestashopDto>