customer_saved_search_customers.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "customers": [
  3. {
  4. "accepts_marketing": true,
  5. "created_at": "2013-01-29T16:33:35-05:00",
  6. "email": "john.smith@gmail.com",
  7. "first_name": "John",
  8. "id": 112223902,
  9. "last_name": "Smith",
  10. "last_order_id": null,
  11. "multipass_identifier": null,
  12. "note": "This is sample note",
  13. "orders_count": 0,
  14. "state": "disabled",
  15. "total_spent": "0.00",
  16. "updated_at": "2013-03-05T17:00:05-05:00",
  17. "verified_email": true,
  18. "tags": "Buyer, Canadian",
  19. "last_order_name": null,
  20. "default_address": {
  21. "address1": "1234 Simple Road",
  22. "address2": null,
  23. "city": "Ottawa",
  24. "company": null,
  25. "country": "Canada",
  26. "first_name": "John",
  27. "id": 152583148,
  28. "last_name": "Smith",
  29. "phone": "555-555-5555",
  30. "province": "Ontario",
  31. "zip": "K2H 0A0",
  32. "name": "John Smith",
  33. "province_code": "ON",
  34. "country_code": "CA",
  35. "country_name": "Canada",
  36. "default": true
  37. },
  38. "addresses": [
  39. {
  40. "address1": "1234 Simple Road",
  41. "address2": null,
  42. "city": "Ottawa",
  43. "company": null,
  44. "country": "Canada",
  45. "first_name": "John",
  46. "id": 152583148,
  47. "last_name": "Smith",
  48. "phone": "555-555-5555",
  49. "province": "Ontario",
  50. "zip": "K2H 0A0",
  51. "name": "John Smith",
  52. "province_code": "ON",
  53. "country_code": "CA",
  54. "country_name": "Canada",
  55. "default": true
  56. }
  57. ]
  58. }
  59. ]
  60. }