Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. {
  2. "delivery": {
  3. "uuid": "33e3d542-4124-429b-b293-947a5ae5ac77",
  4. "status": {
  5. "shipping_problems": [],
  6. "pickup_problems": [],
  7. "global": "picked_up"
  8. },
  9. "secondary_order_reference": "",
  10. "route": [
  11. {
  12. "type": "pickup",
  13. "location": {
  14. "type": "address",
  15. "society": "",
  16. "secondary_phone": "",
  17. "primary_phone": "0437246299",
  18. "postal_code": "69006",
  19. "name": "Franprix",
  20. "line2": "",
  21. "line1": "49 rue cuvier",
  22. "last_name": "Franprix",
  23. "first_name": "",
  24. "email": "commandes@shoppingadventure.fr",
  25. "country": "France",
  26. "city": "lyon",
  27. "additional_informations": ""
  28. },
  29. "calendar": {
  30. "starts_at": "2016-06-27T12:00:00Z",
  31. "ends_at": "2016-06-27T14:00:00Z"
  32. }
  33. },
  34. {
  35. "type": "shipping",
  36. "location": {
  37. "type": "address",
  38. "society": "",
  39. "secondary_phone": "",
  40. "primary_phone": "0622481561 OU 0478357543",
  41. "postal_code": "69006",
  42. "name": "MADAME MME GONIN",
  43. "line2": "",
  44. "line1": "126 RUE DE CREQUI",
  45. "last_name": "MME GONIN",
  46. "first_name": "MADAME",
  47. "email": "commandes@shoppingadventure.fr",
  48. "country": "France",
  49. "city": "LYON",
  50. "additional_informations": ""
  51. },
  52. "calendar": {
  53. "starts_at": "2016-06-27T12:00:00Z",
  54. "ends_at": "2016-06-27T14:00:00Z"
  55. }
  56. }
  57. ],
  58. "primary_order_reference": "2016-06-27-15463",
  59. "packaging": {
  60. "width": 80,
  61. "weight": 25,
  62. "packets_quantity": 1,
  63. "packets": [],
  64. "packaging_ref": "",
  65. "length": 80,
  66. "height": 80,
  67. "global_description": ""
  68. }
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement