Difference between revisions of "API Store"

From Spiffy Stores Knowledge Base

Line 12: Line 12:
 
{| class="wikitable"
 
{| class="wikitable"
 
|style="width: 30%"|id
 
|style="width: 30%"|id
|<pre>{ "id" : 123456789 }</pre><br/>
+
|<code>{ "id" : 123456789 }</code><br/>
 
A unique numeric identifier for the store.
 
A unique numeric identifier for the store.
 
|-
 
|-

Revision as of 14:36, 18 November 2014

The Spiffy Stores API Store object returns information about the store's settings and how it is configured.

These settings are managed from the Spiffy Stores Toolbox and can only be changed there. The API only allows you to read the settings.

Store Properties

id { "id" : 123456789 }

A unique numeric identifier for the store.

GET /api/store.json

Return the settings for the store.