Advertisement
kiojiotisha

Untitled

Nov 29th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. {
  2. "item": [
  3. {
  4. "id": 1,
  5. "inf_categories_id": 3,
  6. "name": "coba variant",
  7. "multiple_price": null,
  8. "sku": null,
  9. "desc": "desc",
  10. "created_at": "2019-11-21 21:02:25",
  11. "updated_at": "2019-11-21 21:02:25",
  12. "categories": "coba1",
  13. "variant": [
  14. {
  15. "id": 1,
  16. "name": "variant1",
  17. "sku": null,
  18. "inf_item_id": 1,
  19. "created_at": null,
  20. "updated_at": null
  21. },
  22. {
  23. "id": 2,
  24. "name": "variant2",
  25. "sku": null,
  26. "inf_item_id": 1,
  27. "created_at": null,
  28. "updated_at": null
  29. },
  30. {
  31. "id": 3,
  32. "name": "variant3",
  33. "sku": null,
  34. "inf_item_id": 1,
  35. "created_at": null,
  36. "updated_at": null
  37. }
  38. ],
  39. "extra": [
  40. {
  41. "id": 1,
  42. "inf_item_id": 1,
  43. "inf_variant_id": 1,
  44. "inf_sales_id": 1,
  45. "inf_modifier_set_id": 1,
  46. "price": 10000,
  47. "created_at": null,
  48. "updated_at": null,
  49. "name": "coba1",
  50. "option": [
  51. {
  52. "id": 1,
  53. "inf_modifier_set_id": 1,
  54. "name": "coba12",
  55. "value": 1209,
  56. "created_at": "2019-10-11 20:38:39",
  57. "updated_at": "2019-10-11 20:38:39"
  58. },
  59. {
  60. "id": 2,
  61. "inf_modifier_set_id": 1,
  62. "name": "coba11",
  63. "value": 3923,
  64. "created_at": "2019-10-11 20:40:43",
  65. "updated_at": "2019-10-11 20:40:43"
  66. },
  67. {
  68. "id": 3,
  69. "inf_modifier_set_id": 1,
  70. "name": "coba13",
  71. "value": 2390,
  72. "created_at": "2019-10-11 20:40:54",
  73. "updated_at": "2019-10-11 20:40:54"
  74. }
  75. ]
  76. }
  77. ],
  78. "sales": [
  79. {
  80. "name": "coba",
  81. "status": 0,
  82. "price": 10000
  83. }
  84. ],
  85. "promo": [
  86. {
  87. "id": 1,
  88. "name": "beli 1 gratis 1",
  89. "multyple": 1,
  90. "from": "2019-11-26 20:20:30",
  91. "to": "2019-11-30 20:20:33",
  92. "status": 1,
  93. "created_at": "2019-11-27 05:26:29",
  94. "updated_at": "2019-11-27 05:26:29",
  95. "discounts": null,
  96. "inf_variant_id": null,
  97. "percentage": null,
  98. "key": 1
  99. },
  100. {
  101. "id": 1,
  102. "name": "beli 1 gratis 1",
  103. "multyple": 1,
  104. "from": "2019-11-26 20:20:30",
  105. "to": "2019-11-30 20:20:33",
  106. "status": 1,
  107. "created_at": "2019-11-27 05:26:29",
  108. "updated_at": "2019-11-27 05:26:29",
  109. "discounts": null,
  110. "inf_variant_id": null,
  111. "percentage": null,
  112. "key": 1
  113. }
  114. ]
  115. },
  116. {
  117. "id": 2,
  118. "inf_categories_id": 2,
  119. "name": "coba sales type",
  120. "multiple_price": 1,
  121. "sku": null,
  122. "desc": "desc",
  123. "created_at": "2019-11-21 21:02:40",
  124. "updated_at": "2019-11-21 21:02:40",
  125. "categories": "frendi triarista",
  126. "variant": [],
  127. "extra": [],
  128. "sales": [],
  129. "promo": []
  130. },
  131. {
  132. "id": 3,
  133. "inf_categories_id": 4,
  134. "name": "coba langsung",
  135. "multiple_price": null,
  136. "sku": null,
  137. "desc": "desc",
  138. "created_at": null,
  139. "updated_at": null,
  140. "categories": "aziz",
  141. "variant": [],
  142. "extra": [],
  143. "sales": [],
  144. "promo": []
  145. }
  146. ]
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement