Download OpenAPI specification:Download
La API para el front end del proyecto de catalogo homologado t1.
listado de filtros del seller
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": "6399260eaa30a55748d5dcc2",
- "name": "zapatos de niño",
- "user": "user1.test@claroshop.com",
- "creation_date": "2022-12-31T17:32:28Z"
}
], - "pagination": {
- "total_count": 300,
- "page": 25,
- "page_size": 50
}
}crear un filtro
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
parametros para crear el filtro
| name | string |
| skus | Array of strings |
{- "name": "productos marca nike",
- "skus": [
- "sku-1",
- "sku-2"
]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}borra el objeto especificado
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDFilter required | string Example: abc123 identificador del filtro |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}listado de reportes del seller
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
| q | string Example: q=productos busquedas de full en nombre del archivo de los reportes |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": "6399260eaa30a55748d5dcc2",
- "user": "user1.test@claroshop.com",
- "request_date": "2022-12-31T17:32:28Z",
- "creation_date": "2022-12-31T17:32:28Z",
- "file_name": "tenis para dama",
- "status": "Pendig"
}
], - "pagination": {
- "total_count": 300,
- "page": 25,
- "page_size": 50
}
}manda a crear un reporte
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
parametros para crear el reporte
| type | string Value: "productos" el tipo de reporte que se requiere |
| qs | string query string de los filtros aplicados |
{- "type": "productos",
- "qs": "q=apple&q=abc&q=bc-123&filter=6399260eaa30a55748d5dcc2"
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}borra el objeto especificado
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDReport required | string Example: 6399260eaa30a55748d5dcc2 identificador del reporte |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}Regresa un listado de canales de venta, marcando cuales son los canales disponibles para el comercio
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "channel_id": "CS",
- "channel_name": "Claroshop",
- "available": true
}
]
}Regresa un listado de productos del seller
| IDSalesChannel required | string Enum: "CS" "SR" "SN" "MELI" Example: ["CS","SR","SN","MELI"] identificador del canal (portal de venta) |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
{- "metadata": {
- "status": "success",
- "message": "ok",
- "http_code": 200,
- "date_time": "2023-01-25T18:13:49.641+00:00"
}, - "data": [
- {
- "id": 21951,
- "name": "Bebidas",
- "childs": [
- {
- "id": 21954,
- "name": "Cervezas",
- "parent_id": 21951,
- "childs": [
- {
- "id": 21969,
- "name": "Nacionales",
- "parent_id": 21954,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21970,
- "name": "Internacionales",
- "parent_id": 21954,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21952,
- "name": "Licores",
- "parent_id": 21951,
- "childs": [
- {
- "id": 21955,
- "name": "Whiskies",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21956,
- "name": "Tequilas",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21957,
- "name": "Licores",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21958,
- "name": "Rones",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21959,
- "name": "Vodkas",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21960,
- "name": "Brandies",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21961,
- "name": "Mezcales",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21962,
- "name": "Ginebras",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21963,
- "name": "Cognacs",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21964,
- "name": "Otros",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21977,
- "name": "Accesorios de vinatería",
- "parent_id": 21952,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21953,
- "name": "Vinos y Espumosos",
- "parent_id": 21951,
- "childs": [
- {
- "id": 21965,
- "name": "Vinos",
- "parent_id": 21953,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21966,
- "name": "Vinos Espumosos",
- "parent_id": 21953,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21967,
- "name": "Sidras",
- "parent_id": 21953,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21968,
- "name": "Champagnes",
- "parent_id": 21953,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}
]
}, - {
- "id": 21988,
- "name": "Súpermercado",
- "childs": [
- {
- "id": 21989,
- "name": "Frutas y Verduras",
- "parent_id": 21988,
- "childs": [
- {
- "id": 21997,
- "name": "Frutas",
- "parent_id": 21989,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 21998,
- "name": "Verduras",
- "parent_id": 21989,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22069,
- "name": "Carnes y Pescados",
- "parent_id": 21988,
- "childs": [
- {
- "id": 21999,
- "name": "Carnes",
- "parent_id": 22069,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22000,
- "name": "Pescados y Marisco",
- "parent_id": 22069,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22001,
- "name": "Proteína Vegana",
- "parent_id": 22069,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21990,
- "name": "Despensa",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22002,
- "name": "Aceites de cocina",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22003,
- "name": "Aderezos y vinagres",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22004,
- "name": "Alimento infantil",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22005,
- "name": "Azúcar y sustitutos",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22006,
- "name": "Café y Té",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22007,
- "name": "Cereales Barras",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22008,
- "name": "Chocolates y Atoles",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22009,
- "name": "Enlatados y Conservas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22010,
- "name": "Galletas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22011,
- "name": "Granos y Semillas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22012,
- "name": "Harinas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22013,
- "name": "Leches",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22014,
- "name": "Miel y Untable",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22015,
- "name": "Pan y Tortillas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22017,
- "name": "Pastas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22016,
- "name": "Postres",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22018,
- "name": "Productos de Temporada",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22019,
- "name": "Instantáneos",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22020,
- "name": "Arroz y Frijol",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22021,
- "name": "Bebidas vegetales",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22022,
- "name": "Botanas",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22023,
- "name": "Especias y Condimentos",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22024,
- "name": "Repostería",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22025,
- "name": "Salsas y Chiles secos",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22026,
- "name": "dulces y Chocolates",
- "parent_id": 21990,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21991,
- "name": "Higiene Personal y Belleza",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22027,
- "name": "Cuidado Facial",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22028,
- "name": "Cuidado Infantil",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22029,
- "name": "Cuidado Corporal",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22030,
- "name": "Cuidado para el cabello",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22031,
- "name": "Cuidado Femenino",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22032,
- "name": "Higiene Bucal",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22033,
- "name": "Afeitado",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22034,
- "name": "Depilado",
- "parent_id": 21991,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21992,
- "name": "Hogar y Limpieza",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22035,
- "name": "Desechables",
- "parent_id": 21992,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22036,
- "name": "Lavandería",
- "parent_id": 21992,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22037,
- "name": "Limpieza",
- "parent_id": 21992,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22038,
- "name": "Cuidado de Calzado",
- "parent_id": 21992,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22039,
- "name": "Jardín",
- "parent_id": 21992,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22040,
- "name": "Otros",
- "parent_id": 21992,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21993,
- "name": "Bebidas",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22041,
- "name": "Agua",
- "parent_id": 21993,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22042,
- "name": "Café y té preparado",
- "parent_id": 21993,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22043,
- "name": "Energetizantes",
- "parent_id": 21993,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22044,
- "name": "Jugos",
- "parent_id": 21993,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22045,
- "name": "Refrescos",
- "parent_id": 21993,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22046,
- "name": "Saborizante de agua",
- "parent_id": 21993,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21994,
- "name": "Del Congelador",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22047,
- "name": "Carnes",
- "parent_id": 21994,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22048,
- "name": "Frutas y verduras",
- "parent_id": 21994,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22049,
- "name": "Helados y postres",
- "parent_id": 21994,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22050,
- "name": "Pizzas y Hamburguesas",
- "parent_id": 21994,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22051,
- "name": "Mariscos y pescado",
- "parent_id": 21994,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22052,
- "name": "Comida preparada",
- "parent_id": 21994,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21995,
- "name": "Del Refrigerador",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22053,
- "name": "Gelatinas",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22054,
- "name": "Huevo",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22055,
- "name": "Mantequilla",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22056,
- "name": "Embutidos",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22057,
- "name": "Queso",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22058,
- "name": "Premium",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22059,
- "name": "Crema",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22060,
- "name": "Yogurt",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22061,
- "name": "Para comer",
- "parent_id": 21995,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 21996,
- "name": "Orgánicos",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22062,
- "name": "Higiene Personal y Belleza",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22063,
- "name": "Refrigerador",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22070,
- "name": "Congelados",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22064,
- "name": "Despensa",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22065,
- "name": "Frutas y verduras",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22066,
- "name": "Bebidas",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22067,
- "name": "Granos y Semillas",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22068,
- "name": "Proteínas",
- "parent_id": 21996,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22071,
- "name": "Vinos y Licores",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22072,
- "name": "Cerveza",
- "parent_id": 22071,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22073,
- "name": "Destilados",
- "parent_id": 22071,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22074,
- "name": "Vino Blanco",
- "parent_id": 22071,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22075,
- "name": "Vino Tinto",
- "parent_id": 22071,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22076,
- "name": "Vino Rosado y Espumoso",
- "parent_id": 22071,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22077,
- "name": "Gourmet",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22079,
- "name": "Carnes frías, embutidos y quesos",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22080,
- "name": "Aceites, Salsas, Vinagres y Aderezos",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22081,
- "name": "Condimentos y Legumbres",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22082,
- "name": "Pan, galletas y untables",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22083,
- "name": "Bebidas",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22084,
- "name": "Productos Light",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22085,
- "name": "Té y Café",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22086,
- "name": "Pasta y arroz",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22087,
- "name": "Dulces y Chocolates",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22088,
- "name": "De temporada",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22089,
- "name": "Accesorios",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22090,
- "name": "Botanas",
- "parent_id": 22077,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22078,
- "name": "Dulces",
- "parent_id": 21988,
- "childs": [
- {
- "id": 22091,
- "name": "Chocolates",
- "parent_id": 22078,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22092,
- "name": "Línea Sanborns",
- "parent_id": 22078,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22093,
- "name": "Dulces",
- "parent_id": 22078,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22094,
- "name": "Galletas",
- "parent_id": 22078,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22095,
- "name": "Botanas",
- "parent_id": 22078,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22096,
- "name": "Otros",
- "parent_id": 22078,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}
]
}, - {
- "id": 22097,
- "name": "Farmacia",
- "childs": [
- {
- "id": 22098,
- "name": "Medicamentos",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22104,
- "name": "Gripe y Tos",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22105,
- "name": "Analgésicos",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22106,
- "name": "Estomacales",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22107,
- "name": "Oftálmicos",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22108,
- "name": "Antimicóticos",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22109,
- "name": "Respiratorios",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22110,
- "name": "Naturistas y Herbolarios",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22111,
- "name": "Medicamentos Patentes y Genéricos",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22112,
- "name": "Material de curación",
- "parent_id": 22098,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22099,
- "name": "Equipo Médico",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22113,
- "name": "Baumanómetros",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22166,
- "name": "Muebles médicos",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22114,
- "name": "Termómetros",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22167,
- "name": "Movilidad",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22168,
- "name": "Oxigenoterapia",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22115,
- "name": "Glucómetros, Tiras y Lancetas",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22116,
- "name": "Básculas",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22169,
- "name": "Protección y Rehabilitación",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22117,
- "name": "Oxímetros",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22170,
- "name": "Purificadores de Aire",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22118,
- "name": "Humidificadores",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22119,
- "name": "Deshumidificadores",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22120,
- "name": "Nebulizadores",
- "parent_id": 22099,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22100,
- "name": "Nutrición y Suplementos",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22121,
- "name": "Vitaminas y Omegas",
- "parent_id": 22100,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22122,
- "name": "Barras y bebidas",
- "parent_id": 22100,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22123,
- "name": "Suplementos",
- "parent_id": 22100,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22124,
- "name": "Endulzantes",
- "parent_id": 22100,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22101,
- "name": "Bebés",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22125,
- "name": "Leches / Formulas",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22126,
- "name": "Limpieza",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22127,
- "name": "Pañales",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22128,
- "name": "Higiene",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22129,
- "name": "DermoPediatria",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22130,
- "name": "Biberones",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22131,
- "name": "Chupones y Tetinas",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22132,
- "name": "Calentadores y Esterilizadores",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22133,
- "name": "Alimentación",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22134,
- "name": "Descanso",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22135,
- "name": "Lactancia Materna",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22136,
- "name": "Accesorios",
- "parent_id": 22101,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22102,
- "name": "Dermatológicos",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22137,
- "name": "Solares",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22138,
- "name": "Rostro",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22139,
- "name": "Cuerpo",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22140,
- "name": "Maquillaje",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22141,
- "name": "Capilares",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22142,
- "name": "Él",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22143,
- "name": "Maternidad",
- "parent_id": 22102,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22103,
- "name": "Óptica",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22144,
- "name": "Lentes de Armazón",
- "parent_id": 22103,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22145,
- "name": "Lentes de Contacto",
- "parent_id": 22103,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22146,
- "name": "Cubrebocas",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22149,
- "name": "Dos capas",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22150,
- "name": "Tres capas",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22151,
- "name": "N95",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22152,
- "name": "KN95",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22153,
- "name": "Tela",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22154,
- "name": "Infantil",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22155,
- "name": "Paquetes",
- "parent_id": 22146,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22147,
- "name": "Protección médica",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22156,
- "name": "Caretas",
- "parent_id": 22147,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22157,
- "name": "Gafas",
- "parent_id": 22147,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22158,
- "name": "Guantes desechables",
- "parent_id": 22147,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22159,
- "name": "Tapete desinfectante",
- "parent_id": 22147,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22160,
- "name": "Gel desinfectante",
- "parent_id": 22147,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22171,
- "name": "Desinfectantes",
- "parent_id": 22147,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}, - {
- "id": 22148,
- "name": "Monitoreo y Medición",
- "parent_id": 22097,
- "childs": [
- {
- "id": 22161,
- "name": "Termómetros",
- "parent_id": 22148,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22162,
- "name": "Oxímetros",
- "parent_id": 22148,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22163,
- "name": "Glucómetros, Tiras y Lancetas",
- "parent_id": 22148,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}, - {
- "id": 22164,
- "name": "Baumanómetros",
- "parent_id": 22148,
- "childs": [ ],
- "property": [
- {
- "id": 3456,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}, - {
- "id": 3457,
- "name": "material",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
]
}
]
}
]
}
], - "pagination": {
- "total_count": 204,
- "page": 1,
- "page_size": 15
}
}Regresa el subarbol de una categoria en especifico
| IDSalesChannel required | string Enum: "CS" "SR" "SN" "MELI" Example: ["CS","SR","SN","MELI"] identificador del canal (portal de venta) |
| IDCategory required | string Example: 1234 identificador de categoria |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "id": 1234,
- "name": "Hogar y Jardín",
- "parent_id": 123,
- "childs": [
- null
], - "property": [
- {
- "id": 12345,
- "name": "Instrucciones de Cuidado y Limpieza",
- "type": "string",
- "maxLength": 100,
- "minLength": 10,
- "required": false
}
], - "breadcrumbs": {
- "1": "celulares y telefonia",
- "2": "celulares",
- "3": "desbloqueados"
}
}
}| idCategory required | integer Example: 1 |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": 1,
- "name": "Negro",
- "order": 1
}
]
}| idCategory required | integer Example: 1 |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": 1,
- "name": "Mediano",
- "order": 1
}
]
}Regresa un listado de productos del seller
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
| q | Array of strings Example: q=apple&q=abc&q=bc-123 busquedas de full text en el producto, busca en el nombre, sku_padre y sku |
| filter | string Example: filter=6399260eaa30a55748d5dcc2 id del filtr predefinido a aplicar |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": "6399260eaa30a55748d5dcc4",
- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "shipping_method": "fullfilment",
- "firstPhoto": "string",
- "sales_channel": {
- "CS": {
- "product_id": "1123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "status": "pending_validation",
- "active": true
}, - "SR": {
- "product_id": "1123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "status": "pending_validation",
- "active": true
}
}, - "stock": 100,
- "packing_days": 1,
- "has_variants": true
}, - {
- "id": "6399260eaa30a55748d5dcc2",
- "sku_padre": "0194252515655",
- "name": "Apple iPad 9 Gen 10.2 Pulgadas Wi-Fi 64 GB ",
- "shipping_method": "dropshiping",
- "sales_channel": {
- "CS": {
- "product_id": "15558614",
- "sale_price": 6995,
- "list_price": 9999.19,
- "status": "published",
- "active": true
}, - "SR": {
- "product_id": "15558614",
- "sale_price": 6996.2,
- "list_price": 10020,
- "status": "pending_validation",
- "active": true
}
}, - "stock": 100,
- "packing_days": 1,
- "has_variants": false
}
], - "pagination": {
- "total_count": 2,
- "page": 1,
- "page_size": 20
}
}crea un producto nuevo
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
datos del producto a crear
| sku_padre required | string/^[0-9a-zA-Z-]+$/ antes conocido como sku-padre id del producto o publicación para el comercio, este dato es el id que tiene asignado de manera interna el comercio origen, puede ser el sku en el caso de ser un producto sin variaciones de color, talla, etc. o puede ser el EAN o simplemente un consecutivo, pero debe ser unico para el commercio y es obligatorio |
| name required | string/^[ a-zA-Z0-9äÄëËïÏöÖüÜáéíóúÁÉÍÓÚ ÊÎÔÛâêîôûàè... nombre del producto |
| packing_days | integer >= 0 número de días que tarda el comercio en surtir el pedido |
| description | string descripcion del producto |
| specs | string <= 4000 characters especificaciones tecnicas del productos |
Array of objects (ProductComplement_volumetry) arreglo de medidas volumetricas, cada medida volumetrica se puede asignae a uno o varios skus (variaciones), en caso de solo haber una medida y no tener asignados skus especificos, se asume que es la volumetria de todos los skus de la publicación, en caso de haber mas de una volumetria y/o tener skus asignados es necesario que:
| |
| brand | string marca del producto, deberia ser una marca del catalogo de marcas, sin embargo puede ser una cadena arbitraria |
| provider | string proveedor |
Array of objects (lista de fotos) | |
| tag | Array of strings Palabras clave para seo del producto |
| category_t1comercios | integer <int32> |
object (preventa) datos para los productos de preventa | |
| free | boolean Default: false |
| refurbished | boolean Default: false indica si el producto es reacondicionado (true) o nuevo (false) |
| bullets | Array of strings <= 10 items [ items <= 500 characters ] arreglo de strings que describen el producto, estos se pintaran a manera de listado en los portales de claroshop y sears |
object (ProductComplement_warranty) | |
object (ProductComplement_costs) | |
object (ProductComplement_invoice) | |
Array of objects (lista de fotos) |
{- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "packing_days": 1,
- "description": "tenis deportivos para dama",
- "specs": "string",
- "volumetry": [
- {
- "higth": 20,
- "width": 20,
- "deep": 20,
- "weight": 20,
- "skus": [
- "string"
]
}
], - "brand": "Nike",
- "provider": "mi proveedor",
- "video": [
- {
- "url": "string",
- "order": 1,
- "skus": [
- "string"
]
}
], - "tag": [
- "zapatos"
], - "category_t1comercios": 12345,
- "presale": {
- "presale": false,
- "date": "2021-07-21"
}, - "free": false,
- "refurbished": false,
- "bullets": [
- "100% algodón",
- "Tejido hecho a mano"
], - "warranty": {
- "seller": {
- "quantity": 10,
- "measure": "days"
}, - "manufacturer": {
- "quantity": 10,
- "measure": "days"
}
}, - "costs": {
- "product_cost": 1971.19,
- "iva": 16,
- "ieps": 0
}, - "invoice": {
- "sat-code": "string",
- "sat-measure-unit": "string"
}, - "photo": [ ],
- "sales_channel": {
- "CS": {
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "active": true
}, - "SR": {
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "active": true
}
}, - "property": [ ],
- "sku": [ ]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "id": "abc123"
}
}regresa el producto
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "id": "abc123",
- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "shipping_method": "fullfilment",
- "firstPhoto": "string",
- "sales_channel": {
- "CS": {
- "product_id": "1123",
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "status": "pending_validation",
- "active": true
}, - "SR": {
- "product_id": "1123",
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "status": "pending_validation",
- "active": true
}
}, - "stock": 100,
- "packing_days": 1,
- "has_variants": true,
- "description": "tenis deportivos para dama",
- "specs": "string",
- "volumetry": [
- {
- "higth": 20,
- "width": 20,
- "deep": 20,
- "weight": 20,
- "skus": [
- "string"
]
}
], - "brand": "Nike",
- "provider": "mi proveedor",
- "video": [
- {
- "id": 1234,
- "url": "string",
- "order": 1,
- "skus": [
- "string"
]
}
], - "tag": [
- "zapatos"
], - "property": [ ],
- "sku": [ ],
- "category_t1comercios": 12345,
- "bread_crumbs_t1comercios": {
- "1": "celulares y telefonia",
- "2": "celulares",
- "3": "desbloqueados"
}, - "presale": {
- "presale": false,
- "date": "2021-07-21"
}, - "free": false,
- "refurbished": false,
- "bullets": [
- "100% algodón",
- "Tejido hecho a mano"
], - "warranty": {
- "seller": {
- "quantity": 10,
- "measure": "days"
}, - "manufacturer": {
- "quantity": 10,
- "measure": "days"
}
}, - "costs": {
- "product_cost": 1971.19,
- "iva": 16,
- "ieps": 0
}, - "invoice": {
- "sat-code": "string",
- "sat-measure-unit": "string"
}, - "photo": [ ],
- "variations_tree": {
- "sin_tallas": false,
- "sin_colores": false,
- "colors": [
- {
- "color": "blanco",
- "sizes": [
- {
- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}, - {
- "sku": "rc-123-ab6",
- "universal_id": "1234567891",
- "universal_id_type": "ean-8",
- "size": "XXL",
- "stock": 0,
- "status": "active"
}
]
}, - {
- "color": "azul",
- "sizes": [
- {
- "sku": "rc-123-ab7",
- "universal_id": "1234567892",
- "universal_id_type": "ean-8",
- "size": "XL",
- "stock": 0,
- "status": "active"
}
]
}
]
}
}
}modifica el objeto completo
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
actualiza el total de los datos del producto
| sku_padre required | string/^[0-9a-zA-Z-]+$/ antes conocido como sku-padre id del producto o publicación para el comercio, este dato es el id que tiene asignado de manera interna el comercio origen, puede ser el sku en el caso de ser un producto sin variaciones de color, talla, etc. o puede ser el EAN o simplemente un consecutivo, pero debe ser unico para el commercio y es obligatorio |
| name required | string/^[ a-zA-Z0-9äÄëËïÏöÖüÜáéíóúÁÉÍÓÚ ÊÎÔÛâêîôûàè... nombre del producto |
| packing_days | integer >= 0 número de días que tarda el comercio en surtir el pedido |
| description | string descripcion del producto |
| specs | string <= 4000 characters especificaciones tecnicas del productos |
Array of objects (ProductComplement_volumetry) arreglo de medidas volumetricas, cada medida volumetrica se puede asignae a uno o varios skus (variaciones), en caso de solo haber una medida y no tener asignados skus especificos, se asume que es la volumetria de todos los skus de la publicación, en caso de haber mas de una volumetria y/o tener skus asignados es necesario que:
| |
| brand | string marca del producto, deberia ser una marca del catalogo de marcas, sin embargo puede ser una cadena arbitraria |
| provider | string proveedor |
Array of objects (lista de fotos) | |
| tag | Array of strings Palabras clave para seo del producto |
| category_t1comercios | integer <int32> |
object (preventa) datos para los productos de preventa | |
| free | boolean Default: false |
| refurbished | boolean Default: false indica si el producto es reacondicionado (true) o nuevo (false) |
| bullets | Array of strings <= 10 items [ items <= 500 characters ] arreglo de strings que describen el producto, estos se pintaran a manera de listado en los portales de claroshop y sears |
object (ProductComplement_warranty) | |
object (ProductComplement_costs) | |
object (ProductComplement_invoice) |
{- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "packing_days": 1,
- "description": "tenis deportivos para dama",
- "specs": "string",
- "volumetry": [
- {
- "higth": 20,
- "width": 20,
- "deep": 20,
- "weight": 20,
- "skus": [
- "string"
]
}
], - "brand": "Nike",
- "provider": "mi proveedor",
- "video": [
- {
- "url": "string",
- "order": 1,
- "skus": [
- "string"
]
}
], - "tag": [
- "zapatos"
], - "category_t1comercios": 12345,
- "presale": {
- "presale": false,
- "date": "2021-07-21"
}, - "free": false,
- "refurbished": false,
- "bullets": [
- "100% algodón",
- "Tejido hecho a mano"
], - "warranty": {
- "seller": {
- "quantity": 10,
- "measure": "days"
}, - "manufacturer": {
- "quantity": 10,
- "measure": "days"
}
}, - "costs": {
- "product_cost": 1971.19,
- "iva": 16,
- "ieps": 0
}, - "invoice": {
- "sat-code": "string",
- "sat-measure-unit": "string"
}
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "id": "abc123",
- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "shipping_method": "fullfilment",
- "firstPhoto": "string",
- "sales_channel": {
- "CS": {
- "product_id": "1123",
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "status": "pending_validation",
- "active": true
}, - "SR": {
- "product_id": "1123",
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "status": "pending_validation",
- "active": true
}
}, - "stock": 100,
- "packing_days": 1,
- "has_variants": true,
- "description": "tenis deportivos para dama",
- "specs": "string",
- "volumetry": [
- {
- "higth": 20,
- "width": 20,
- "deep": 20,
- "weight": 20,
- "skus": [
- "string"
]
}
], - "brand": "Nike",
- "provider": "mi proveedor",
- "video": [
- {
- "id": 1234,
- "url": "string",
- "order": 1,
- "skus": [
- "string"
]
}
], - "tag": [
- "zapatos"
], - "property": [ ],
- "sku": [ ],
- "category_t1comercios": 12345,
- "bread_crumbs_t1comercios": {
- "1": "celulares y telefonia",
- "2": "celulares",
- "3": "desbloqueados"
}, - "presale": {
- "presale": false,
- "date": "2021-07-21"
}, - "free": false,
- "refurbished": false,
- "bullets": [
- "100% algodón",
- "Tejido hecho a mano"
], - "warranty": {
- "seller": {
- "quantity": 10,
- "measure": "days"
}, - "manufacturer": {
- "quantity": 10,
- "measure": "days"
}
}, - "costs": {
- "product_cost": 1971.19,
- "iva": 16,
- "ieps": 0
}, - "invoice": {
- "sat-code": "string",
- "sat-measure-unit": "string"
}, - "photo": [ ],
- "variations_tree": {
- "sin_tallas": false,
- "sin_colores": false,
- "colors": [
- {
- "color": "blanco",
- "sizes": [
- {
- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}, - {
- "sku": "rc-123-ab6",
- "universal_id": "1234567891",
- "universal_id_type": "ean-8",
- "size": "XXL",
- "stock": 0,
- "status": "active"
}
]
}, - {
- "color": "azul",
- "sizes": [
- {
- "sku": "rc-123-ab7",
- "universal_id": "1234567892",
- "universal_id_type": "ean-8",
- "size": "XL",
- "stock": 0,
- "status": "active"
}
]
}
]
}
}
}borra el objeto especificado
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}actualiza los datos del producto, implementa JSON Merge Patch como se describe en el rfc7386
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
Solo se deben mandar los parametros a modificar
| sku_padre required | string/^[0-9a-zA-Z-]+$/ antes conocido como sku-padre id del producto o publicación para el comercio, este dato es el id que tiene asignado de manera interna el comercio origen, puede ser el sku en el caso de ser un producto sin variaciones de color, talla, etc. o puede ser el EAN o simplemente un consecutivo, pero debe ser unico para el commercio y es obligatorio |
| name required | string/^[ a-zA-Z0-9äÄëËïÏöÖüÜáéíóúÁÉÍÓÚ ÊÎÔÛâêîôûàè... nombre del producto |
| packing_days | integer >= 0 número de días que tarda el comercio en surtir el pedido |
| description | string descripcion del producto |
| specs | string <= 4000 characters especificaciones tecnicas del productos |
Array of objects (ProductComplement_volumetry) arreglo de medidas volumetricas, cada medida volumetrica se puede asignae a uno o varios skus (variaciones), en caso de solo haber una medida y no tener asignados skus especificos, se asume que es la volumetria de todos los skus de la publicación, en caso de haber mas de una volumetria y/o tener skus asignados es necesario que:
| |
| brand | string marca del producto, deberia ser una marca del catalogo de marcas, sin embargo puede ser una cadena arbitraria |
| provider | string proveedor |
Array of objects (lista de fotos) | |
| tag | Array of strings Palabras clave para seo del producto |
| category_t1comercios | integer <int32> |
object (preventa) datos para los productos de preventa | |
| free | boolean Default: false |
| refurbished | boolean Default: false indica si el producto es reacondicionado (true) o nuevo (false) |
| bullets | Array of strings <= 10 items [ items <= 500 characters ] arreglo de strings que describen el producto, estos se pintaran a manera de listado en los portales de claroshop y sears |
object (ProductComplement_warranty) | |
object (ProductComplement_costs) | |
object (ProductComplement_invoice) | |
Array of objects (lista de fotos) |
{- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "packing_days": 1,
- "description": "tenis deportivos para dama",
- "specs": "string",
- "volumetry": [
- {
- "higth": 20,
- "width": 20,
- "deep": 20,
- "weight": 20,
- "skus": [
- "string"
]
}
], - "brand": "Nike",
- "provider": "mi proveedor",
- "video": [
- {
- "url": "string",
- "order": 1,
- "skus": [
- "string"
]
}
], - "tag": [
- "zapatos"
], - "category_t1comercios": 12345,
- "presale": {
- "presale": false,
- "date": "2021-07-21"
}, - "free": false,
- "refurbished": false,
- "bullets": [
- "100% algodón",
- "Tejido hecho a mano"
], - "warranty": {
- "seller": {
- "quantity": 10,
- "measure": "days"
}, - "manufacturer": {
- "quantity": 10,
- "measure": "days"
}
}, - "costs": {
- "product_cost": 1971.19,
- "iva": 16,
- "ieps": 0
}, - "invoice": {
- "sat-code": "string",
- "sat-measure-unit": "string"
}, - "photo": [ ],
- "sales_channel": {
- "CS": {
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "active": true
}, - "SR": {
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "active": true
}
}, - "property": [ ],
- "sku": [ ]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "id": "abc123",
- "sku_padre": "cr-1271",
- "name": "tenis para dama",
- "shipping_method": "fullfilment",
- "firstPhoto": "string",
- "sales_channel": {
- "CS": {
- "product_id": "1123",
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "status": "pending_validation",
- "active": true
}, - "SR": {
- "product_id": "1123",
- "category": "cat-123",
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "prices_per_variant": [
- {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "skus": [
- "string"
]
}
], - "status": "pending_validation",
- "active": true
}
}, - "stock": 100,
- "packing_days": 1,
- "has_variants": true,
- "description": "tenis deportivos para dama",
- "specs": "string",
- "volumetry": [
- {
- "higth": 20,
- "width": 20,
- "deep": 20,
- "weight": 20,
- "skus": [
- "string"
]
}
], - "brand": "Nike",
- "provider": "mi proveedor",
- "video": [
- {
- "id": 1234,
- "url": "string",
- "order": 1,
- "skus": [
- "string"
]
}
], - "tag": [
- "zapatos"
], - "property": [ ],
- "sku": [ ],
- "category_t1comercios": 12345,
- "bread_crumbs_t1comercios": {
- "1": "celulares y telefonia",
- "2": "celulares",
- "3": "desbloqueados"
}, - "presale": {
- "presale": false,
- "date": "2021-07-21"
}, - "free": false,
- "refurbished": false,
- "bullets": [
- "100% algodón",
- "Tejido hecho a mano"
], - "warranty": {
- "seller": {
- "quantity": 10,
- "measure": "days"
}, - "manufacturer": {
- "quantity": 10,
- "measure": "days"
}
}, - "costs": {
- "product_cost": 1971.19,
- "iva": 16,
- "ieps": 0
}, - "invoice": {
- "sat-code": "string",
- "sat-measure-unit": "string"
}, - "photo": [ ],
- "variations_tree": {
- "sin_tallas": false,
- "sin_colores": false,
- "colors": [
- {
- "color": "blanco",
- "sizes": [
- {
- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}, - {
- "sku": "rc-123-ab6",
- "universal_id": "1234567891",
- "universal_id_type": "ean-8",
- "size": "XXL",
- "stock": 0,
- "status": "active"
}
]
}, - {
- "color": "azul",
- "sizes": [
- {
- "sku": "rc-123-ab7",
- "universal_id": "1234567892",
- "universal_id_type": "ean-8",
- "size": "XL",
- "stock": 0,
- "status": "active"
}
]
}
]
}
}
}Regresa un listado de skus del producto
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "color": "blanco",
- "sizes": [
- {
- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}, - {
- "sku": "rc-123-ab6",
- "universal_id": "1234567891",
- "universal_id_type": "ean-8",
- "size": "XXL",
- "stock": 0,
- "status": "active"
}
]
}, - {
- "color": "azul",
- "sizes": [
- {
- "sku": "rc-123-ab7",
- "universal_id": "1234567892",
- "universal_id_type": "ean-8",
- "size": "XL",
- "stock": 0,
- "status": "active"
}
]
}
], - "pagination": {
- "total_count": 300,
- "page": 25,
- "page_size": 50
}
}crea un sku del producto
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
datos del sku del producto a crear
| sku required | string/^[0-9a-zA-Z-]+$/ stock keeping unit o SKU, 'unidad de mantenimiento en almacén', este sku debe ser único para el comercio |
| universal_id | string/^[0-9]+$/ identificador universal del producto Debería ser unico para el comercio Este parametro es obligatorio |
| universal_id_type | string Enum: "ean-8" "upc-12" "upc-8" "gtin-14" "isbn-13" "issn-12" "otro" tipo de identificador universal usado |
| color | string or null nombre del color |
| size | string or null talla, puede ser una cadena arbitraria |
| stock | integer >= 0 cantidad total de existencias, dato sincronizado directamente a CU |
| status | string Enum: "active" "inactive" estatus de la variación |
[- {
- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}
]{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}regresa el producto
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
| SKU required | string/^[0-9a-zA-Z-]+$/ Example: rc-123-ab5 identificador unico de inventario |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}
}modifica el objeto completo
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
| SKU required | string/^[0-9a-zA-Z-]+$/ Example: rc-123-ab5 identificador unico de inventario |
actualiza el total de los datos del producto
| sku required | string/^[0-9a-zA-Z-]+$/ stock keeping unit o SKU, 'unidad de mantenimiento en almacén', este sku debe ser único para el comercio |
| universal_id | string/^[0-9]+$/ identificador universal del producto Debería ser unico para el comercio Este parametro es obligatorio |
| universal_id_type | string Enum: "ean-8" "upc-12" "upc-8" "gtin-14" "isbn-13" "issn-12" "otro" tipo de identificador universal usado |
| color | string or null nombre del color |
| size | string or null talla, puede ser una cadena arbitraria |
| stock | integer >= 0 cantidad total de existencias, dato sincronizado directamente a CU |
| status | string Enum: "active" "inactive" estatus de la variación |
{- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}borra el objeto especificado
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
| SKU required | string/^[0-9a-zA-Z-]+$/ Example: rc-123-ab5 identificador unico de inventario |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}actualiza los datos del producto, implementa JSON Merge Patch como se describe en el rfc7386
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDProduct required | string Example: abc123 identificador del producto en t1-comercios |
| SKU required | string/^[0-9a-zA-Z-]+$/ Example: rc-123-ab5 identificador unico de inventario |
Solo se deben mandar los parametros a modificar
| sku required | string/^[0-9a-zA-Z-]+$/ stock keeping unit o SKU, 'unidad de mantenimiento en almacén', este sku debe ser único para el comercio |
| universal_id | string/^[0-9]+$/ identificador universal del producto Debería ser unico para el comercio Este parametro es obligatorio |
| universal_id_type | string Enum: "ean-8" "upc-12" "upc-8" "gtin-14" "isbn-13" "issn-12" "otro" tipo de identificador universal usado |
| color | string or null nombre del color |
| size | string or null talla, puede ser una cadena arbitraria |
| stock | integer >= 0 cantidad total de existencias, dato sincronizado directamente a CU |
| status | string Enum: "active" "inactive" estatus de la variación |
{- "sku": "rc-123-ab5",
- "universal_id": "1234567890",
- "universal_id_type": "ean-8",
- "color": "blanco",
- "size": "XL",
- "stock": 0,
- "status": "active"
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}actualiza precios y estatus de distintos productos en distintos canales de venta
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
arreglo de datos de productos en canales de venta
| sku_padre | string |
object (lista de canales de ventas) |
[- {
- "sku_padre": "sku_1-2-3",
- "sales_channels": {
- "CS": {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "active": true
}, - "SR": {
- "sale_price": 1971.19,
- "list_price": 1971.19,
- "active": true
}
}
}, - {
- "sku_padre": "sku_2-3-4",
- "sales_channels": {
- "CS": {
- "sale_price": 1980.19,
- "list_price": 1990.19,
- "active": true
}, - "SR": {
- "sale_price": 1980.19,
- "list_price": 1990.19,
- "active": false
}
}
}
]{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}pausa los productos indicados en el cuerpo del mensaje, acepta hasta 30 productos
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
acepta un arreglo de 1 hasta 30 productos para pausar
| ids | Array of strings [ 1 .. 30 ] items |
{- "ids": [
- "6399260eaa30a55748d5dcc2",
- "6399260eaa30a55748d5dcc4",
- "6399260eaa30a55748d5dcc5"
]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}borra los productos indicados en el cuerpo del mensaje, acepta hasta 30 productos
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
acepta un arreglo de 1 hasta 30 productos para borrar
| ids | Array of strings [ 1 .. 30 ] items |
{- "ids": [
- "6399260eaa30a55748d5dcc2",
- "6399260eaa30a55748d5dcc4",
- "6399260eaa30a55748d5dcc5"
]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}inactiva los productos indicados en el cuerpo del mensaje, acepta hasta 30 productos
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
acepta un arreglo de 1 hasta 30 productos para inactivar
| ids | Array of strings [ 1 .. 30 ] items |
{- "ids": [
- "6399260eaa30a55748d5dcc2",
- "6399260eaa30a55748d5dcc4",
- "6399260eaa30a55748d5dcc5"
]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}Regresa un listado de archivos con su respectivo estatus de carga, todo esto paginado.
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": "62c5ff7c9f7c35cb32749484",
- "status": "pending to process",
- "user": "user1.test@claroshop.com",
- "request_date": "2022-12-31T17:32:28Z",
- "processing_date": "2022-12-31T17:32:28Z"
}
]
}Regresa un listado de archivos con su respectivo estatus de carga, todo esto paginado.
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
status del pedido
| path | string |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}Regresa un listado de archivos con su respectivo estatus de carga, todo esto paginado.
| storeId required | integer Example: 12028 Identificador del seller por el que se quiere recuperar el listado de archivos |
| bulkId required | string Example: 62c5ff7c9f7c35cb32749484 Identificador de la carga |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "status": "succes",
- "messages": [
- {
- "level": "error",
- "text": "formato de archivo incorrecto"
}
]
}
}Regresa la url en el s3 de la plantilla para carga masiva de productos por categoria.
| storeId required | integer Example: 12028 Identificador del seller por el que se quiere recuperar el listado de archivos |
| categoryId required | integer Example: 20099 Identificador de la categoría |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "categoryID": 20099,
- "status": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateUpdated": "2019-08-24T14:15:22Z"
}
}Regresa un listado de las apps activas
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id": "62c5ff7c9f7c35cb32749484",
- "name": "CRM interno",
- "client_id": "store123_crm_interno",
- "status": "active",
- "create_user": "test@claroshop.com",
- "create_dateTime": "2023-01-01T17:32:28Z",
- "delete_user": "test@claroshop.com",
- "delete_dateTime": "2023-01-02T17:32:28Z"
}
]
}Crea una nuevo aceso para una aplicación
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
status del pedido
| name | string [ 3 .. 30 ] characters ^[A-Za-z0-9][A-Za-z0-9_\- ]*[A-Za-z0-9]$ |
{- "name": "CRM interno"
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": {
- "id": "62c5ff7c9f7c35cb32749484",
- "name": "CRM interno",
- "client_id": "store123_crm_interno",
- "secret": "2d135a91-a71b-47af-b66b-9d99ddfg4062"
}
}borra e inactiva las credenciales de la aplicación referida
| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| IDAPI required | string Example: 62c5ff7c9f7c35cb32749484 identificador del las credenciales de API |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
| q | Array of strings Example: q=apple&q=abc&q=bc-123 busquedas de full text en el producto, busca en los campos sku_padre, sku_unico y id_fulfillment |
| filter | string Example: filter=6399260eaa30a55748d5dcc2 id del filtr predefinido a aplicar |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "name": "tenis modleo X azul/27.5",
- "id_claroshop": "1234567",
- "id_sears": "1234567",
- "id_fulfillment": "1234567",
- "sku_padre": "1234567",
- "sku_unico": "1234567",
- "stock": 50
}
], - "pagination": {
- "total_count": 300,
- "page": 25,
- "page_size": 50
}
}| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
| q | Array of strings Example: q=apple&q=abc&q=bc-123 busquedas de full text en el producto, busca en los campos sku_padre, sku_unico y id_fulfillment |
| filter | string Example: filter=6399260eaa30a55748d5dcc2 id del filtr predefinido a aplicar |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "name": "tenis modleo X azul/27.5",
- "id_claroshop": "1234567",
- "id_sears": "1234567",
- "sku_padre": "1234567",
- "sku_unico": "1234567"
}
], - "pagination": {
- "total_count": 300,
- "page": 25,
- "page_size": 50
}
}| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
| page | integer <int32> >= 1 Default: 1 Example: page=1 pagina que se desea obtener |
| page_size | integer <int32> [ 1 .. 50 ] Default: 15 Example: page_size=20 tamaño de la página que se desea obtener |
| q | Array of strings Example: q=apple&q=abc&q=bc-123 busquedas de full text en el producto, busca en los campos sku_padre, sku_unico y id_fulfillment |
| filter | string Example: filter=6399260eaa30a55748d5dcc2 id del filtr predefinido a aplicar |
{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "name": "tenis modleo X azul/27.5",
- "id_claroshop": "1234567",
- "id_sears": "1234567",
- "id_fulfillment": "1234567",
- "sku_padre": "1234567",
- "sku_unico": "1234567",
- "stock": 50,
- "isFulfillment": true,
- "sales_channel": {
- "cs": {
- "sale_price": 1971.19,
- "list_price": 1971.19
}, - "sr": {
- "sale_price": 1971.19,
- "list_price": 1971.19
}
}, - "volumetry": {
- "higth": 20,
- "width": 10,
- "deep": 20,
- "weight": 20
}
}
], - "pagination": {
- "total_count": 300,
- "page": 25,
- "page_size": 50
}
}| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
parametros delos producto a convertir
| id | string id del producto en t1-comercios |
| sku_unico | string sku unico del producto o la variación |
[- {
- "id": "6399260eaa30a55748d5dcc2",
- "sku_unico": "sku_123"
}
]{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
parametros delos producto a convertir
| id required | string id del producto en t1-comercios |
| sku_unico required | string sku unico del producto o la variación |
| create_idFF_only | boolean Default: false poner este valor a true, en caso de solo querer generar el id_ff |
[- {
- "id": "6399260eaa30a55748d5dcc2",
- "sku_unico": "sku_123",
- "create_idFF_only": true
}
]{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}
}| IDCommerce required | integer Example: 12345 identificador del comercio o seller |
arreglo de ids fulfillment de los productos que se requiere consultar
| id_fulfillment | Array of integers[ items [ 1 .. 50 ] items ] |
{- "id_fulfillment": [
- 0
]
}{- "metadata": {
- "status": "success",
- "http_code": 200,
- "date_time": "2019-08-27T18:18:31Z",
- "message": "ok"
}, - "data": [
- {
- "id_fulfillment": 0,
- "volumetry": {
- "higth": 20,
- "width": 10,
- "deep": 20,
- "weight": 20
}
}
]
}