Last active
February 23, 2022 23:13
-
-
Save rafaelcavalcante/2bfa86d927609813cb37e63540119063 to your computer and use it in GitHub Desktop.
ktt-data
This file contains 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
{ | |
"content":{ | |
"categories":[ | |
{ | |
"label":"All Categories", | |
"value":"all" | |
}, | |
{ | |
"label":"Integração", | |
"value":"1" | |
}, | |
{ | |
"label":"Elétricos", | |
"value":"16" | |
}, | |
{ | |
"label":"Cabelos", | |
"value":"2" | |
} | |
], | |
"brands":[ | |
{ | |
"label":"All Brands", | |
"value":"all" | |
}, | |
{ | |
"label":"BELLIZ", | |
"value":"203" | |
}, | |
{ | |
"label":"FARMAERVAS", | |
"value":"34" | |
}, | |
{ | |
"label":"GAMA", | |
"value":"44" | |
} | |
], | |
"products":[ | |
{ | |
"id":32, | |
"url":"/escova-madeira-pro-pequena-belliz-465/p", | |
"title":"Escova Madeira Pro Pequena Belliz 465", | |
"price":"37.29", | |
"image":"https://royalcosmeticos.vteximg.com.br/arquivos/ids/11029161/fotoproduto-imagem.jpg?v=637653391304900000" | |
}, | |
{ | |
"id":58, | |
"url":"/prancha-gama-titanium-laser-ion/p", | |
"title":"Prancha gama titanium laser ion", | |
"price":"192.99", | |
"image":"https://royalcosmeticos.vteximg.com.br/arquivos/ids/6035818/fotoproduto-imagem.jpg?v=637103103587730000" | |
}, | |
{ | |
"id":175, | |
"url":"/shampoo-farmaervas-anticaspa-320ml/p", | |
"title":"Shampoo Farmaervas Anticaspa 320ml", | |
"price":"17.79", | |
"image":"https://royalcosmeticos.vteximg.com.br/arquivos/ids/10996947/fotoproduto-imagem.jpg?v=637631062386700000" | |
}, | |
{ | |
"id":619, | |
"url":"/prancha-gama-cp9-tourmaline-digital/p", | |
"title":"Prancha gama cp9 tourmaline digital", | |
"price":"219.89", | |
"image":"https://royalcosmeticos.vteximg.com.br/arquivos/ids/6036666/fotoproduto-imagem.jpg?v=637103203214730000" | |
} | |
] | |
}, | |
"page":0, | |
"size":20, | |
"totalElements":4, | |
"totalPages":1, | |
"last":true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment