Skip to main content

Shopify

We look after several Shopify stores.

We generally focus on integrating Shopify with the other systems your business uses such as accounting systems, inventory, product databases and CRM (Customer Relationship Management) systems.

We can also make coding changes to your template files (written in liquid) to change the look, feel and functionality of your store.

What is Liquid

Liquid is a template language created by Shopify. It’s available as an open source project on GitHub, and is used by many different software projects and companies. This reference documents the Liquid tags, filters, and objects that you can use to build Shopify Themes.

Source: https://shopify.dev/docs/api/liquid

What is the Shopify API

The Shopify API allows developers to integrate Shopify with other systems.  This usually adds new functionality to your Shopify system.

Source: https://shopify.dev/docs/api

What does API code look like?

A very brief PHP Shopify API coding tutorial to help get new developers started.