Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. {
  2. "variants": [
  3. {
  4. "attributes": {
  5. "medium": "digital"
  6. },
  7. "code": "1-5-C-FT-58",
  8. "id": 1,
  9. "image_urls": [
  10. {
  11. "large_thumbnail": "/static-file-transform/5/thumbnail%2Cw_500%2Ch_500%2Cm_a.png",
  12. "regular": "/static-file/Default%20Images/CatalogAddress_1.png",
  13. "small_thumbnail": "/static-file-transform/5/thumbnail%2Cw_120%2Ch_120%2Cm_a.png"
  14. },
  15. {
  16. "large_thumbnail": "/static-file-transform/3/thumbnail%2Cw_500%2Ch_500%2Cm_a.png",
  17. "regular": "/static-file/Default%20Images/Selection_057.png",
  18. "small_thumbnail": "/static-file-transform/3/thumbnail%2Cw_120%2Ch_120%2Cm_a.png"
  19. }
  20. ],
  21. "name": "First",
  22. "price": "$5.00",
  23. "rec_name": "[1-5-C-FT-58] First",
  24. "url": "/product/first"
  25. },
  26. {
  27. "attributes": {
  28. "medium": "physical"
  29. },
  30. "code": "",
  31. "id": 5,
  32. "image_urls": [
  33. {
  34. "large_thumbnail": "/static-file-transform/3/thumbnail%2Cw_500%2Ch_500%2Cm_a.png",
  35. "regular": "/static-file/Default%20Images/Selection_057.png",
  36. "small_thumbnail": "/static-file-transform/3/thumbnail%2Cw_120%2Ch_120%2Cm_a.png"
  37. },
  38. {
  39. "large_thumbnail": "/static-file-transform/4/thumbnail%2Cw_500%2Ch_500%2Cm_a.png",
  40. "regular": "/static-file/Default%20Images/Selection_058.png",
  41. "small_thumbnail": "/static-file-transform/4/thumbnail%2Cw_120%2Ch_120%2Cm_a.png"
  42. }
  43. ],
  44. "name": "First",
  45. "price": "$5.00",
  46. "rec_name": "First",
  47. "url": "/product/anotherprod"
  48. }
  49. ],
  50. "varying_attributes": [
  51. {
  52. "name": "medium",
  53. "options": [
  54. [
  55. "digital",
  56. "Digital"
  57. ],
  58. [
  59. "physical",
  60. "Physical"
  61. ]
  62. ],
  63. "sequence": 10,
  64. "string": "Medium",
  65. "widget": "dropdown"
  66. }
  67. ]
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement