Created
October 18, 2019 06:31
-
-
Save hawkapparel/3039d78660e6d1e5f49ed780767a74b0 to your computer and use it in GitHub Desktop.
Json para la interna de los productos de la tienda
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": [ | |
{ | |
"name": "Macacão longo", | |
"brand": "Urso marinho", | |
"model": "18-1056", | |
"price": 64.60, | |
"currency": "R$", | |
"stock": 10, | |
"discount": 1.57, | |
"url": "macacao-longo", | |
"galeries": [ | |
"http://billing.mundolibre.org.pe/images/items/18-1056.png", | |
"http://billing.mundolibre.org.pe/images/items/687-30.png", | |
"http://billing.mundolibre.org.pe/images/items/687-71.png" | |
], | |
"available_genders": [ | |
{"id": "1", "name": "Menininha"}, | |
{"id": "2", "name": "Menininho"} | |
], | |
"colors": [ | |
{"id": "1", "name": "Rojo"}, | |
{"id": "2", "name": "Azul"}, | |
{"id": "3", "name": "Verde"} | |
], | |
"size": [ | |
{"id": "1", "name": "2"}, | |
{"id": "2", "name": "4"}, | |
{"id": "3", "name": "6"} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment