Skip to content

Instantly share code, notes, and snippets.

@josev55
Created June 10, 2015 18:06
Show Gist options
  • Save josev55/20d52929c344f544162f to your computer and use it in GitHub Desktop.
Save josev55/20d52929c344f544162f to your computer and use it in GitHub Desktop.
Request
{
"Header": {
"country": "CL",
"commerce": "Falabella",
"channel": "Mobile-APP"
},
"Body": {
"productId": "4499865",
"idLocal": 0
}
}
Response
{
"response": {
"Header": {
"code": "0",
"message": "OK"
},
"Body": {
"obtenerMetodosEnvioDespachoResponse": {
"metodosEnvioDespachoDisponiblesTienda": null,
"metodosEnvioDespachoDisponiblesInternet": {
"productID": "4499865",
"homeDelivery": "true",
"storePickup": "true",
"deliveryPoints": "true"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment