Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. {
  2. "addressInformation": {
  3. "shippingAddress": {
  4. "id": 0,
  5. "region": "string",
  6. "regionId": 0,
  7. "regionCode": "string",
  8. "countryId": "IN",
  9. "street": [
  10. "Lane5 pune"
  11. ],
  12. "company": "string",
  13. "telephone": "9494949494",
  14. "fax": "string",
  15. "postcode": "411001",
  16. "city": "pune",
  17. "firstname": "vaibhav",
  18. "lastname": "kapoor",
  19. "middlename": "string",
  20. "prefix": "string",
  21. "suffix": "string",
  22. "vatId": "string",
  23. "customerId": 2,
  24. "email": "vaibhav@gmail.com",
  25. "sameAsBilling": 0,
  26. "customerAddressId": 0,
  27. "saveInAddressBook": 0,
  28. "extensionAttributes": {},
  29. "customAttributes": [
  30. {
  31. "attributeCode": "string",
  32. "value": "string"
  33. }
  34. ]
  35. },
  36. "billingAddress": {
  37. "id": 0,
  38. "region": "string",
  39. "regionId": 0,
  40. "regionCode": "string",
  41. "countryId": "IN",
  42. "street": [
  43. "Lane5 une"
  44. ],
  45. "company": "string",
  46. "telephone": "9494949494",
  47. "fax": "string",
  48. "postcode": "411001",
  49. "city": "pune",
  50. "firstname": "vaibhav",
  51. "lastname": "kapoor",
  52. "middlename": "string",
  53. "prefix": "string",
  54. "suffix": "string",
  55. "vatId": "string",
  56. "customerId": 2,
  57. "email": "vaibhav@gmail.com",
  58. "sameAsBilling": 0,
  59. "customerAddressId": 0,
  60. "saveInAddressBook": 0,
  61. "extensionAttributes": {},
  62. "customAttributes": [
  63. {
  64. "attributeCode": "string",
  65. "value": "string"
  66. }
  67. ]
  68. },
  69. "shippingMethodCode": "freeshipping",
  70. "shippingCarrierCode": "freeshipping",
  71. "extensionAttributes": {},
  72. "customAttributes": [
  73. {
  74. "attributeCode": "string",
  75. "value": "string"
  76. }
  77. ]
  78. }
  79. }
  80.  
  81. "message": "Unable to save shipping information. Please, check input data."
  82.  
  83. {
  84. "addressInformation": {
  85. "shipping_address": {
  86. "firstname": "Your name",
  87. "lastname": "your last name",
  88. "city": "India",
  89. "country_id": "IN",
  90. "region": "Region",
  91. "postcode": "123456",
  92. "telephone": "1234567",
  93. "region_id": 0,
  94. "street": ["Line1", "Line2"],
  95. "customer_id": 1,
  96. "customer_address_id": 1
  97. },
  98. "billing_address": {
  99. "firstname": "Your name",
  100. "lastname": "your last name",
  101. "city": "India",
  102. "country_id": "IN",
  103. "region": "Region",
  104. "postcode": "123456",
  105. "telephone": "1234567",
  106. "region_id": 0,
  107. "street": ["Line1", "Line2"],
  108. "customer_id": 1,
  109. "customer_address_id": 1
  110. },
  111. "shipping_method_code": "freeshipping",
  112. "shipping_carrier_code": "freeshipping"
  113. }
  114. }
  115.  
  116. "shippingMethodCode": "freeshipping",
  117. "shippingCarrierCode": "freeshipping",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement