product_listing.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "product_id": 2,
  3. "created_at": "2017-01-06T14:52:56-05:00",
  4. "updated_at": "2017-01-06T14:52:56-05:00",
  5. "body_html": null,
  6. "handle": "synergistic-silk-chair",
  7. "product_type": "morph magnetic solutions",
  8. "title": "Synergistic Silk Chair",
  9. "vendor": "O'Hara, Fritsch and Hudson",
  10. "available": true,
  11. "tags": "",
  12. "published_at": "2017-01-06T14:52:53-05:00",
  13. "images": [
  14. ],
  15. "options": [
  16. {
  17. "id": 2,
  18. "name": "Color or something",
  19. "product_id": 2,
  20. "position": 1
  21. }
  22. ],
  23. "variants": [
  24. {
  25. "id": 3,
  26. "title": "Aerodynamic Copper Clock",
  27. "option_values": [
  28. {
  29. "option_id": 2,
  30. "name": "Color or something",
  31. "value": "Aerodynamic Copper Clock"
  32. }
  33. ],
  34. "price": "179.99",
  35. "formatted_price": "$179.99",
  36. "compare_at_price": null,
  37. "grams": 8400,
  38. "requires_shipping": true,
  39. "sku": "",
  40. "barcode": null,
  41. "taxable": true,
  42. "position": 1,
  43. "available": true,
  44. "inventory_policy": "deny",
  45. "inventory_quantity": 810,
  46. "inventory_management": "shopify",
  47. "fulfillment_service": "manual",
  48. "weight": 8.4,
  49. "weight_unit": "kg",
  50. "image_id": null,
  51. "created_at": "2017-01-04T17:07:47-05:00",
  52. "updated_at": "2017-01-04T17:07:47-05:00"
  53. },
  54. {
  55. "id": 4,
  56. "title": "Awesome Concrete Knife",
  57. "option_values": [
  58. {
  59. "option_id": 2,
  60. "name": "Color or something",
  61. "value": "Awesome Concrete Knife"
  62. }
  63. ],
  64. "price": "179.99",
  65. "formatted_price": "$179.99",
  66. "compare_at_price": null,
  67. "grams": 8400,
  68. "requires_shipping": true,
  69. "sku": "",
  70. "barcode": null,
  71. "taxable": true,
  72. "position": 2,
  73. "available": true,
  74. "inventory_policy": "deny",
  75. "inventory_quantity": 1,
  76. "inventory_management": null,
  77. "fulfillment_service": "manual",
  78. "weight": 8.4,
  79. "weight_unit": "kg",
  80. "image_id": null,
  81. "created_at": "2017-01-04T17:07:47-05:00",
  82. "updated_at": "2017-01-04T17:07:47-05:00"
  83. }
  84. ]
  85. }