Module: Core-01

Getting Started

Initialize your distributed infrastructure. This blueprint guides you through Shopify synchronization, secure authentication, and metaobject modeling.

01 / DEPLOYMENT

Install Shopify App

check_circle STABLE
1

Navigate to Marketplace

Access the Shopify App Store and search for 'SaveLayer'.

2

Grant Permissions

Approve read/write access for metaobjects and webhooks.

3

Confirm Installation

Wait for the secure handshake to complete. Redirecting to dashboard...

Instance Health

API Status 99.9%
Webhook Load MINIMAL
Integration Guide

View the comprehensive video walkthrough for Shopify Plus merchants.

02 / PROTOCOL

Initial Configuration

Establish your secure environment. Define authentication headers and specify which environment variables will drive your SaveLayer instance.

Authentication Header
Authorization: Bearer [SL_PROV_TOKEN]
config.yaml
code

version: "2.4.0"

environment: production

auth:

  provider: savelayer-native

  strict_ssl: true

sync:

  throttle: 150ms

  retry_policy: exponential

// Waiting for handshake...
03 / SCHEMATIC

First Metaobject

Define the structural integrity of your custom data types. Preview the schema before broadcasting.

Schema Preview: Product_Spec_v1
Field Type Validator
material_density integer range(0, 100)
origin_node single_line_text regex("^[A-Z]{2}$")
safety_certification boolean non_null
© 2026 SAVELAYER INFRASTRUCTURE AS ART