Skip to content

Instantly share code, notes, and snippets.

@josev55
Created June 10, 2015 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josev55/de083d89c1f78f876e78 to your computer and use it in GitHub Desktop.
Save josev55/de083d89c1f78f876e78 to your computer and use it in GitHub Desktop.
Request
{
"Header": {
"country": "CL",
"commerce": "Falabella",
"channel": "Mobile-APP"
},
"Body": {
"productId": "4499869",
"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