Advertisement
Guest User

Untitled

a guest
May 25th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [
  2. {
  3. "id": 1,
  4. "product_id": 1,
  5. "price": "119.00",
  6. "options": [
  7. {
  8. "variant_id": 1,
  9. "option_id": 1,
  10. "option": {
  11. "id": 1,
  12. "attribute_id": 1,
  13. "option": "Fialová",
  14. "attribute": {
  15. "id": 1,
  16. "attribute": "Barva"
  17. }
  18. }
  19. },
  20. {
  21. "variant_id": 1,
  22. "option_id": 5,
  23. "option": {
  24. "id": 5,
  25. "attribute_id": 2,
  26. "option": "XS",
  27. "attribute": {
  28. "id": 2,
  29. "attribute": "Velikost"
  30. }
  31. }
  32. }
  33. ],
  34. "stock": {
  35. "variant_id": 1,
  36. "quantity": 11
  37. },
  38. "discount": null
  39. },
  40. {
  41. "id": 2,
  42. "product_id": 1,
  43. "price": "129.00",
  44. "options": [
  45. {
  46. "variant_id": 2,
  47. "option_id": 1,
  48. "option": {
  49. "id": 1,
  50. "attribute_id": 1,
  51. "option": "Fialová",
  52. "attribute": {
  53. "id": 1,
  54. "attribute": "Barva"
  55. }
  56. }
  57. },
  58. {
  59. "variant_id": 2,
  60. "option_id": 6,
  61. "option": {
  62. "id": 6,
  63. "attribute_id": 2,
  64. "option": "S",
  65. "attribute": {
  66. "id": 2,
  67. "attribute": "Velikost"
  68. }
  69. }
  70. }
  71. ],
  72. "stock": {
  73. "variant_id": 2,
  74. "quantity": 67
  75. },
  76. "discount": null
  77. }
  78. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement