Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "id": "a5e12b16-cc85-45f5-b7cf-1b8b5f7e2386",
  5. "type": "cart_item",
  6. "product_id": "e4159e04-4c58-46ea-9784-a792a430c4a4",
  7. "name": "Dan's Shirt Blue Extra Large",
  8. "description": "The Dan's Sacramento Shirt is our timeless classic. A 100% cotton twill flannel check shirt, which is available in a huge array of colour variations - these colour choices are updated seasonally to keep the product fresh and relevant and to keep you coming back for more!\n\nSS19 collection\nRegular fit, long sleeve\nYarn dyed check\n\nAPPENDED DESC\nBrushed & garment washed\n",
  9. "sku": "DANSHIRTBASICTEE00-BLUE-X-LARGE",
  10. "slug": "DANSHIRTBASICTEE00-02X-LARGE",
  11. "image": {
  12. "mime_type": "",
  13. "file_name": "",
  14. "href": ""
  15. },
  16. "quantity": 3,
  17. "manage_stock": true,
  18. "unit_price": {
  19. "amount": 10000,
  20. "currency": "USD",
  21. "includes_tax": true
  22. },
  23. "value": {
  24. "amount": 30000,
  25. "currency": "USD",
  26. "includes_tax": true
  27. },
  28. "discounts": [
  29. {
  30. "amount": {
  31. "amount": -10000,
  32. "currency": "USD",
  33. "includes_tax": false
  34. },
  35. "code": "auto_e6e1b1af-bd4d-49e9-af22-0498329b4a19"
  36. }
  37. ],
  38. "links": {
  39. "product": "https://api.moltin.com/v2/products/e4159e04-4c58-46ea-9784-a792a430c4a4"
  40. },
  41. "meta": {
  42. "display_price": {
  43. "with_tax": {
  44. "unit": {
  45. "amount": 6667,
  46. "currency": "USD",
  47. "formatted": "66.67"
  48. },
  49. "value": {
  50. "amount": 20000,
  51. "currency": "USD",
  52. "formatted": "200.00"
  53. }
  54. },
  55. "without_tax": {
  56. "unit": {
  57. "amount": 6667,
  58. "currency": "USD",
  59. "formatted": "66.67"
  60. },
  61. "value": {
  62. "amount": 20000,
  63. "currency": "USD",
  64. "formatted": "200.00"
  65. }
  66. },
  67. "tax": {
  68. "unit": {
  69. "amount": 0,
  70. "currency": "USD",
  71. "formatted": "0.00"
  72. },
  73. "value": {
  74. "amount": 0,
  75. "currency": "USD",
  76. "formatted": "0.00"
  77. }
  78. }
  79. },
  80. "timestamps": {
  81. "created_at": "2020-02-27T10:39:59Z",
  82. "updated_at": "2020-02-27T10:39:59Z"
  83. }
  84. }
  85. }
  86. ],
  87. "meta": {
  88. "display_price": {
  89. "with_tax": {
  90. "amount": 20000,
  91. "currency": "USD",
  92. "formatted": "200.00"
  93. },
  94. "without_tax": {
  95. "amount": 20000,
  96. "currency": "USD",
  97. "formatted": "200.00"
  98. },
  99. "tax": {
  100. "amount": 0,
  101. "currency": "USD",
  102. "formatted": "0.00"
  103. }
  104. },
  105. "timestamps": {
  106. "created_at": "2020-02-27T10:39:59Z",
  107. "updated_at": "2020-02-27T10:39:59Z"
  108. }
  109. }
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement