Shop Resource

Content


Current Shop Informations

GET /api/shop.json

  • GET /api/shop.json will return informations about the current shop.

Example:

$ curl -s \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-u APP_API_KEY:APP_API_PASSWORD \
-X GET \
Status: 200 OK

{
  "shop": {
    "api_key": "7d49b87bafefa3842207e38942ec3a47a3f1eafc",
    "app_registrations_count": 4,
    "botconfig": "User-agent: *\nAllow: /\nDisallow: /cart\nDisallow: /checkout/\nDisallow: /admin/\nDisallow: /sessions/\nDisallow: /account\nDisallow: /search\n\nSitemap: https://test-store.versacommerce.de/feeds/sitemap.xml",
    "created_on": "2011-10-06",
    "currency_code": "USD",
    "current_design": "kaze",
    "current_facebook_design": null,
    "current_sandbox_design": "kaze",
    "deleted_at": null,
    "design_version": 1,
    "domain": "versacommerce.de",
    "domain_aliases": "",
    "facebook_shop": false,
    "id": 953,
    "installing": false,
    "locale": "en",
    "main_domain_alias": "",
    "name": "The Famous Store",
    "online": true,
    "password": "",
    "password_protected": false,
    "price_includes_tax": true,
    "redirect_to_payment": false,
    "reduced_tax_rate": "7.0",
    "restricted_access": false,
    "search_index": "Test Store",
    "subdomain": "test-store",
    "subscription_id": 86,
    "tax_rate": "19.0",
    "updated_at": "2013-10-11T16:53:44+02:00",
    "valid_dns": false,
    "version": 3925,
    "url": "https://test-store.versacommerce.de"
  }
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.