Advertisement
calintamas

get-cart-response

Dec 11th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. {
  2. "cart_id": 1015566,
  3. "items": [
  4. {
  5. "item_id": 4205603,
  6. "sku": "57988398",
  7. "qty": 1,
  8. "name": "Winrich Over-The Knee Boots - Black 20130805-WINRICH",
  9. "price": 499,
  10. "product_type": "simple",
  11. "quote_id": "1015566",
  12. "config_sku": "20130805-WINRICH-BLACK",
  13. "availability": 1,
  14. "size_option": "UK",
  15. "size_value": "5",
  16. "color": "Black",
  17. "thumbnail": "https://en-ae-stage.6tst.com/media/catalog/product/cache/0dd86d071f6fe41e96ba973e3db8e423/2/0/20130805-winrich-black-760x850.jpg",
  18. "brand_name": "Aldo",
  19. "available_qty": 4998
  20. }
  21. ],
  22. "totals": {
  23. "grand_total": 499,
  24. "base_grand_total": 499,
  25. "subtotal": 499,
  26. "base_subtotal": 499,
  27. "discount_amount": 0,
  28. "base_discount_amount": 0,
  29. "subtotal_with_discount": 499,
  30. "base_subtotal_with_discount": 499,
  31. "shipping_amount": 0,
  32. "base_shipping_amount": 0,
  33. "shipping_discount_amount": 0,
  34. "base_shipping_discount_amount": 0,
  35. "tax_amount": 0,
  36. "base_tax_amount": 0,
  37. "weee_tax_applied_amount": null,
  38. "shipping_tax_amount": 0,
  39. "base_shipping_tax_amount": 0,
  40. "subtotal_incl_tax": 499,
  41. "shipping_incl_tax": 0,
  42. "base_shipping_incl_tax": 0,
  43. "base_currency_code": "AED",
  44. "quote_currency_code": "AED",
  45. "items_qty": 1,
  46. "items": [
  47. {
  48. "item_id": 4205603,
  49. "price": 499,
  50. "base_price": 499,
  51. "qty": 1,
  52. "row_total": 499,
  53. "base_row_total": 499,
  54. "row_total_with_discount": 0,
  55. "tax_amount": 0,
  56. "base_tax_amount": 0,
  57. "tax_percent": 0,
  58. "discount_amount": 0,
  59. "base_discount_amount": 0,
  60. "discount_percent": 0,
  61. "price_incl_tax": 499,
  62. "base_price_incl_tax": 499,
  63. "row_total_incl_tax": 499,
  64. "base_row_total_incl_tax": 499,
  65. "options": [],
  66. "weee_tax_applied_amount": null,
  67. "weee_tax_applied": null,
  68. "name": "Winrich Over-The Knee Boots - Black 20130805-WINRICH"
  69. }
  70. ],
  71. "total_segments": [
  72. {
  73. "code": "subtotal",
  74. "title": "Subtotal",
  75. "value": 499
  76. },
  77. {
  78. "code": "giftwrapping",
  79. "title": "Gift Wrapping",
  80. "value": null,
  81. "extension_attributes": {
  82. "gw_item_ids": [],
  83. "gw_price": "0.0000",
  84. "gw_base_price": "0.0000",
  85. "gw_items_price": "0.0000",
  86. "gw_items_base_price": "0.0000",
  87. "gw_card_price": "0.0000",
  88. "gw_card_base_price": "0.0000"
  89. }
  90. },
  91. {
  92. "code": "shipping",
  93. "title": "Shipping & Handling",
  94. "value": 0
  95. },
  96. {
  97. "code": "tax",
  98. "title": "Tax",
  99. "value": 0,
  100. "extension_attributes": {
  101. "tax_grandtotal_details": []
  102. }
  103. },
  104. {
  105. "code": "grand_total",
  106. "title": "Grand Total",
  107. "value": 499,
  108. "area": "footer"
  109. },
  110. {
  111. "code": "customerbalance",
  112. "title": "Store Credit",
  113. "value": 0
  114. },
  115. {
  116. "code": "reward",
  117. "title": "0 Reward points",
  118. "value": 0
  119. }
  120. ],
  121. "extension_attributes": {
  122. "reward_points_balance": 0,
  123. "reward_currency_amount": 0,
  124. "base_reward_currency_amount": 0
  125. },
  126. "msp_cod_amount": 20,
  127. "base_msp_cod_amount": 20
  128. }
  129. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement