API Page
From Spiffy Stores Knowledge Base
Your Spiffy Store comes with a tool for creating basic HTML web pages. Store owners can create any number of pages to hold static content, such as an 'About us' page, a 'Contact us' page, or a page with customer testimonials.
These web pages are represented by the Page resource, and their HTML content is contained in the value of the body_html property. The Page resource lets you retrieve, create, update, and delete web pages for a store.
Pages are used for long-term, static content that rarely changes. Frequently updated content is best created with the Blog resource instead.
Page Properties
id | { "id" : 123456789 } A unique numeric identifier for the metafield. |
---|---|
namespace | { "namespace" : "accessories" } This is the name assigned to a set of unique metadata keys. Namespaces allow you to group and manage the metadata associated with the objects. A Namespace name has a maximum of 20 lower-case alphabetic characters, numbers and '_'. } |