Shopify API – Shop

top

Receive a single Shop

Get the configuration of the shop account

GET /admin/shop.xml

Response

           
HTTP/1.1 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<shop>
  <address1>1 Infinite Loop</address1>
  <city>Cupertino</city>
  <country>US</country>
  <created-at type="datetime">2007-12-31T19:00:00-05:00</created-at>
  <domain>apple.myshopify.com</domain>
  <email>steve@apple.com</email>
  <id type="integer">690933842</id>
  <name>Apple Computers</name>
  <phone nil="true"></phone>
  <province>CA</province>
  <public type="boolean">false</public>
  <source nil="true"></source>
  <zip>95014</zip>
  <currency>USD</currency>
  <timezone>(GMT-05:00) Eastern Time (US &amp; Canada)</timezone>
  <shop-owner>Steve Jobs</shop-owner>
  <money-format>$ {{amount}}</money-format>
  <money-with-currency-format>$ {{amount}} USD</money-with-currency-format>
  <taxes-included nil="true"></taxes-included>
  <tax-shipping nil="true"></tax-shipping>
  <plan-name>enterprise</plan-name>
</shop>
Last updated at Feb 2010 Feb:02 PM.