carts.json 879 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "carts": [
  3. {
  4. "id": 2,
  5. "note": null,
  6. "token": "3eed8183d4281db6ea82ee2b8f23e9cc",
  7. "updated_at": "2012-02-13T14:39:37-05:00",
  8. "line_items":
  9. [
  10. {
  11. "id": 1,
  12. "title": "test",
  13. "price": "1.00",
  14. "line_price": "1.00",
  15. "quantity": 1,
  16. "sku": "",
  17. "grams": 1000,
  18. "vendor": "test",
  19. "variant_id": 1
  20. }
  21. ]
  22. },
  23. {
  24. "id": 1,
  25. "note": "",
  26. "token": "49801807939c296be1e9a4bf6783a705",
  27. "updated_at": "2012-02-13T14:39:12-05:00",
  28. "line_items":[
  29. {
  30. "id": 1,
  31. "title": "test",
  32. "price": "1.00",
  33. "line_price": "1.00",
  34. "quantity": 1,
  35. "sku": "",
  36. "grams": 1000,
  37. "vendor": "test",
  38. "variant_id": 1
  39. }
  40. ]
  41. }
  42. ]
  43. }