Authentication

After installing Syncify you will need to configure a connection to your Shopify store. Syncify requires you provide either an Admin API Access Token (recommended) or API Key and Secret as credentials. You will need to create a private app to obtain this information from Shopify. If you are coming from Theme Kit you might be able to port those settings but it is recommended that you generate API access information specifically for usage with Syncify.

Scopes

You need to provide Syncify read and write access to a couple of admin endpoints so it can perform operations. Below are the required scopes you will need to enable within in your private app.

Themes

Allows syncify to upload and download themes in your store.

  • write_themes
  • read_themes

Files

Allows syncify to sync conent to store files in your store.

  • write_files
  • read_files

Pages

Allows syncify upload, download and manage pages in your store.

  • write_online_store_pages
  • read_online_store_pages

Store

Allows syncify to sync redirects and additional content in your store.

  • write_online_store_content
  • read_online_store_content

Metaobject

Allows syncify to upload, download and manage metaobjects in your store.

  • write_metaobject_definitions
  • read_metaobject_definitions