- Abrir la carpeta que dice Catálogo de productos y utilizar alguno de los filtros para listar los productos .
Saber más sobre Catálogo de productos.
- Se puede filtrar por marca, categoria, id de producto y más.
Ejemplo: búsqueda por id
https://api.nb.com.ar/v1/?product_id={id}
JSON
[
{
"title": "PLACA DE VIDEO GIGABYTE RTX 3070 GAMING OC 8 GB",
"sku": "GV-N3070GAMING OC-8GD",
"id": 108613,
"category": "PLACA DE VIDEO",
"categoryId": 23,
"brand": "GIGABYTE",
"brandId": 4,
"mainImage": "https://static.nb.com.ar/i/nb_PLACA-DE-VIDEO-GIGABYTE-RTX-3070-GAMING-OC-8-GB_ver_ff141c2211a4c0c4ecb4c5971c5793fc.jpeg",
"brandImage": "https://static.nb.com.ar/img/f2aae2c829b051430eb6a039ad6bc7ae.jpg",
"initialB": 5,
"initialC": 10,
"stock": "Sin stock",
"amountInCart": 0,
"amountStock": 0,
"price": {
"value": 1538.74146,
"iva": 10.5,
"finalPrice": 1700.3093133,
"percepcion": null
},
"warranty": "12 meses",
"cotizacion": 860
}
]
Ejemplo: busqueda por titulo
https://api.nb.com.ar/v1/?title={titulo}
JSON
[
{
"title": "ACCESORIOS BYH MONITOR PORTATIL PARA NOTEBOOK DUEX MAX DS BLACK 14.1",
"sku": "101-1007P06",
"id": 118974,
"category": "ACCESORIOS",
"categoryId": 20,
"brand": "SENTEY",
"brandId": 55,
"mainImage": "https://static.nb.com.ar/img/c512d3d5847fed829fb6a8c761b2a0a1.jpg",
"brandImage": "https://static.nb.com.ar/img/e9b0fc242fd226ed62124b59245f5cc3.jpg",
"initialB": 5,
"initialC": 35,
"stock": "Sin stock",
"amountInCart": 0,
"amountStock": null,
"categoryIdUser": null,
"categoryDescriptionUser": null,
"utility": null,
"price": null,
"warranty": "12 meses",
"cotizacion": 892
},
{
"title": "ACCESORIOS BYH MONITOR PORTATIL PARA NOTEBOOK FOLD 15.6",
"sku": "101-1010P01",
"id": 118979,
"category": "ACCESORIOS",
"categoryId": 20,
"brand": "SENTEY",
"brandId": 55,
"mainImage": "https://static.nb.com.ar/img/c512d3d5847fed829fb6a8c761b2a0a1.jpg",
"brandImage": "https://static.nb.com.ar/img/e9b0fc242fd226ed62124b59245f5cc3.jpg",
"initialB": 5,
"initialC": 35,
"stock": "Sin stock",
"amountInCart": 0,
"amountStock": null,
"categoryIdUser": null,
"categoryDescriptionUser": null,
"utility": null,
"price": null,
"warranty": "12 meses",
"cotizacion": 892
},
//.... mas productos
]