Guest User

Untitled

a guest
Apr 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. request:
  2. {
  3. "customer":{
  4. "firstName":"Juan",
  5. "lastName":"Flores"
  6. },
  7. "order":{
  8. "customerOrderNumber":"X000070033"
  9. },
  10. "address":{
  11. "address1":"Cono Sur alfonso ugarte i etapa mza lote 11",
  12. "streetNumber":"22",
  13. "municipality":"TACNA",
  14. "mobilePhone":"951248700",
  15. "region":"TACNA",
  16. "postcode":"230110",
  17. "additionalInformation":"Indicaciones especiales"
  18. },
  19. "items":[
  20. {
  21. "sku":"SI027HB1C1JDOLAPE-4794455",
  22. "name":"Plancha de Cabello Siegen SG-4750-Morado",
  23. "quantity":1,
  24. "price":329
  25. }
  26. ]
  27. }
  28.  
  29. response:
  30. {
  31. "code": "ORDER_PROCESS_FAILURE",
  32. "message": "EXCEPTION_CART_RECALCULATION_ERROR",
  33. "errors": [
  34. {
  35. "field": "postcode",
  36. "message": "ERROR_POSTCODE_NOT_RESOLVED"
  37. }
  38. ]
  39. }
Add Comment
Please, Sign In to add comment