shop.json 700 B

1234567891011121314151617181920212223242526
  1. {
  2. "shop": {
  3. "name": "Apple Computers",
  4. "city": "Cupertino",
  5. "address1": "1 Infinite Loop",
  6. "zip": "95014",
  7. "created_at": "2007-12-31T19:00:00-05:00",
  8. "shop_owner": "Steve Jobs",
  9. "plan_name": "enterprise",
  10. "public": false,
  11. "country": "US",
  12. "money_with_currency_format": "$ {{amount}} USD",
  13. "money_format": "$ {{amount}}",
  14. "domain": "shop.apple.com",
  15. "taxes_included": null,
  16. "id": 690933842,
  17. "timezone": "(GMT-05:00) Eastern Time (US & Canada)",
  18. "tax_shipping": null,
  19. "phone": null,
  20. "currency": "USD",
  21. "myshopify_domain": "apple.myshopify.com",
  22. "source": null,
  23. "province": "CA",
  24. "email": "steve@apple.com"
  25. }
  26. }