Created
October 15, 2019 10:17
-
-
Save hawkapparel/c94e2dda762ea8b3e67bae4f76bacbe2 to your computer and use it in GitHub Desktop.
Json para secciones principales con paginado, filtros y listado de productos.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": 1, | |
"code": 200, | |
"msg": "OK", | |
"data": [ | |
{ | |
"banner": [ | |
{ | |
"title": "bebés", | |
"subtitle": "Sección donde podrás encontrar ropa infantil para bebés", | |
"bg_image": "baby.jpg", | |
"page_url": "bebes" | |
} | |
], | |
"products": [ | |
{ | |
"id": 1, | |
"stock": 6, | |
"name": "Manta de bebe", | |
"description": "A manta de bebê da coleção Andrés é confortável para seu pequeno. Confeccionada com muito amor em 100% algodão pima peruano, em celeste e riscas cinzentas, tem um adorável ursinho bordado. As Suas dimensões são 80x75 cm e possui um pequeno capuz.", | |
"model": "687-30", | |
"price": 68.00, | |
"currency": "R$", | |
"link_url": "manta-de-bebe", | |
"category": "Manta", | |
"brand": "Andrés", | |
"color": "Azul", | |
"size": "4", | |
"gender": "boy", | |
"category_filter": "manta", | |
"brand_filter": "andres", | |
"color_filter": "azul", | |
"size_filter": "4", | |
"gender_filter": "boy", | |
"galeries": [ | |
"http://billing.mundolibre.org.pe/images/items/687-30.png" | |
], | |
"status": "ACTIVE", | |
"created_at": "30-Sep-2019", | |
"updated_at": "30-Sep-2019" | |
}, | |
{ | |
"id": 2, | |
"stock": 3, | |
"name": "Manta de bebe", | |
"description": "A manta de bebê da coleção Andrés é confortável para seu pequeno. Confeccionada com muito amor em 100% algodão pima peruano, em celeste e riscas cinzentas, tem um adorável ursinho bordado. As Suas dimensões são 80x75 cm e possui um pequeno capuz.", | |
"model": "687-30", | |
"price": 68.00, | |
"currency": "R$", | |
"link_url": "", | |
"category": "Manta", | |
"brand": "Andrés", | |
"color": "Azul", | |
"size": "4", | |
"gender": "boy", | |
"category_filter": "manta", | |
"brand_filter": "andres", | |
"color_filter": "azul", | |
"size_filter": "4", | |
"gender_filter": "boy", | |
"galeries": [ | |
"http://billing.mundolibre.org.pe/images/items/687-30.png" | |
], | |
"status": "ACTIVE", | |
"created_at": "30-Sep-2019", | |
"updated_at": "30-Sep-2019" | |
} | |
], | |
"filters": [ | |
{ | |
"id" : 1, | |
"category_name" : "Categorias", | |
"category_filter" : "categories", | |
"open": false, | |
"data" : [ | |
{ | |
"id" : 1, | |
"filter" : "body", | |
"filter_name" : "Body", | |
"checked" : false | |
}, | |
{ | |
"id" : 2, | |
"filter" : "set_vestido_calcinha", | |
"filter_name" : "Set vestido - calcinha", | |
"checked" : false | |
}, | |
{ | |
"id" : 3, | |
"filter" : "manta", | |
"filter_name" : "Manta", | |
"checked" : false | |
}, | |
{ | |
"id" : 4, | |
"filter" : "macacao", | |
"filter_name" : "Macacão", | |
"checked" : false | |
} | |
] | |
}, | |
{ | |
"id" : 2, | |
"category_name" : "Marca", | |
"category_filter" : "brands", | |
"open": false, | |
"data" : [ | |
{ | |
"id" : 1, | |
"filter" : "andres", | |
"filter_name" : "Andrés", | |
"checked" : false | |
}, | |
{ | |
"id" : 2, | |
"filter" : "ourico", | |
"filter_name" : "Ouriço", | |
"checked" : false | |
}, | |
{ | |
"id" : 3, | |
"filter" : "isabel", | |
"filter_name" : "Isabel", | |
"checked" : false | |
}, | |
{ | |
"id" : 4, | |
"filter" : "marquinho", | |
"filter_name" : "Marquinho", | |
"checked" : false | |
} | |
] | |
}, | |
{ | |
"id" : 3, | |
"category_name" : "Talla", | |
"category_filter" : "size", | |
"open": false, | |
"data" : [ | |
{ | |
"id" : 1, | |
"filter" : "andres", | |
"filter_name" : "Andrés", | |
"checked" : false | |
}, | |
{ | |
"id" : 2, | |
"filter" : "ourico", | |
"filter_name" : "Ouriço", | |
"checked" : false | |
}, | |
{ | |
"id" : 3, | |
"filter" : "isabel", | |
"filter_name" : "Isabel", | |
"checked" : false | |
}, | |
{ | |
"id" : 4, | |
"filter" : "marquinho", | |
"filter_name" : "Marquinho", | |
"checked" : false | |
} | |
] | |
}, | |
{ | |
"id" : 4, | |
"category_name" : "Género", | |
"category_filter" : "gendre", | |
"open": false, | |
"data" : [ | |
{ | |
"id" : 1, | |
"filter" : "andres", | |
"filter_name" : "Andrés", | |
"checked" : false | |
}, | |
{ | |
"id" : 2, | |
"filter" : "ourico", | |
"filter_name" : "Ouriço", | |
"checked" : false | |
}, | |
{ | |
"id" : 3, | |
"filter" : "isabel", | |
"filter_name" : "Isabel", | |
"checked" : false | |
}, | |
{ | |
"id" : 4, | |
"filter" : "marquinho", | |
"filter_name" : "Marquinho", | |
"checked" : false | |
} | |
] | |
}, | |
{ | |
"id" : 5, | |
"category_name" : "Color", | |
"category_filter" : "color", | |
"open": false, | |
"data" : [ | |
{ | |
"id" : 1, | |
"filter" : "andres", | |
"filter_name" : "Andrés", | |
"checked" : false | |
}, | |
{ | |
"id" : 2, | |
"filter" : "ourico", | |
"filter_name" : "Ouriço", | |
"checked" : false | |
}, | |
{ | |
"id" : 3, | |
"filter" : "isabel", | |
"filter_name" : "Isabel", | |
"checked" : false | |
}, | |
{ | |
"id" : 4, | |
"filter" : "marquinho", | |
"filter_name" : "Marquinho", | |
"checked" : false | |
} | |
] | |
}, | |
], | |
"total": [ | |
{ | |
"total": 548, | |
"offset": 0, | |
"limit": 15, | |
"max_product_price": 79.9 | |
} | |
] | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment