Skip to content

Instantly share code, notes, and snippets.

@josev55
Last active August 29, 2015 14:22
Show Gist options
  • Save josev55/12e20af2c5e69bad7fea to your computer and use it in GitHub Desktop.
Save josev55/12e20af2c5e69bad7fea to your computer and use it in GitHub Desktop.
Request
{
"Header": {
"country": "CL",
"commerce": "Falabella",
"channel": "Mobile-APP"
},
"Body": {
"productId": "4499868",
"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