An Introduction to the Spiffy Stores API

From Spiffy Stores Knowledge Base

The Spiffy Stores Application Programming Interface (API) is a means by which developers can access and manage your store's data via a programming interface.

Typically, an API is used to automate the various aspects involved in managing your online store, or it can be used to extend your store's functionality allowing you to share your data with other applications, such as a customer management application, accounting systems, point-of-sale system, fulfilment and shipping applications or any other third-party application.

The API can be accessed by any programming language that can generate simple web-based requests to the required URL using the JSON protocol.

Further Reference