data.Categories[].Products[]Ejemplo: {
"statusCode": 200,
"message": "Exitoso",
"data": {
"Product": {
"id": 104000,
"name": "Xbox",
"alert": {},
"enabled": 1,
"price": null,
"earnings": null,
"incentive": null,
"image": "/images/xbox.webp",
"images": [],
"description": "xxxxxxxxxxxxxxxxxx",
"options": {
"view": {
"form": {
"button": "Realizar venta",
"inputs": [
{
"icon": "cellphone",
"name": "customerCellphone",
"type": "cellphone",
"label": "Celular del cliente",
"required": true
},
{
"icon": "email",
"name": "customerEmail",
"type": "text",
"label": "Correo del cliente",
"required": true
},
{
"icon": "product",
"name": "productId",
"type": "cards",
"label": "Escoger pin",
"source": "subproducts",
"required": true
}
]
},
"title": "Realizar venta"
},
"email": true
},
"deliveryCost": 0,
"Categories": [
{
"id": 3000,
"name": "Xbox store",
"Products": [
{
"id": 104001,
"name": "Xbox Store",
"description": "Venta de pines Xbox",
"price": 30000,
"earnings": null,
"incentive": 0,
"sort": 6,
"options": {}
}
]
},
{
"id": 3001,
"name": "Xbox live gold",
"Products": [
{
"id": 105001,
"name": "Pin Xbox Game Pass Ultimate",
"description": "1 mes",
"price": 33900,
"earnings": null,
"incentive": 0,
"sort": 6,
"options": {}
}
]
}
],
"Activation": {
"status": "active",
"observation": null,
"activation": null
},
"needSecondPassword": 0,
"Tip": {
"tip": 5,
"tipType": "percent",
"status": "active"
}
}
},
"_channel": "web"
}