Skip to content

Instantly share code, notes, and snippets.

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