Skip to content

Instantly share code, notes, and snippets.

@mevangelista-alvarado
Created January 23, 2020 22:34
Show Gist options
  • Save mevangelista-alvarado/ba74a5a68922f24e2667fb68eda3dc5b to your computer and use it in GitHub Desktop.
Save mevangelista-alvarado/ba74a5a68922f24e2667fb68eda3dc5b to your computer and use it in GitHub Desktop.
Un ejemplo de como se guardará la data de total medic en Products
{
"_id" : ObjectId("5c59de20791330c1e7ad15d5"),
"package_desc" : "Muñequera Sencilla de Neopreno",
"brand" : "TOTAL MEDIC",
"upc" : "7503024808988",
"image_url" : "https://s3-us-west-2.amazonaws.com/drugs-catalog/all_drugs/7503024808988.png",
"provider" : "total_medic",
"categories" : "['muñequera']",
"flag dbase" : "Total Medic",
"unique_id" : "64d2d603e682c0b4d63f4c9a242852b66df33da05d9654000aef8dc56ded3403",
"pharmacies" : {
"total_medic" : {
"modo_magento" : "Venta",
"fecha_alta" : "6/13/2018",
"status" : "LINEA",
"cathegria" : [muñequera],
"largo_cm" : 2.0,
"ancho_cm" : 3.0,
"alto_cm" : 21.0,
"peso_kg" : 0.1,
"stock_total": 11,
"stock_disponible": 11
}
},
"prices" : [
{
"pharmacy" : "totalmedic",
"precio_pagina" : 159.00,
"precio_sin_intereses" : 159.00,
"precio_final_promo" : 171.40,
},
],
"phxs" : [
"total_medic"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment