Shopify

This page describes how to use Census with Shopify.

Getting Started

In this guide, we will show you how to connect Shopify to Census.

Prerequisites

Note: Census will only query Shopify based on the syncs/objects that you configure

  1. Census connects via OAuth, so you need a Shopify user that can login to the instance with the following permission scopes:

Supported Objects and Sync Behaviors

Census currently supports syncing to the following Shopify objects and Sync Behaviors (Contact us if you're looking for more!):

Census also supports Shopify's Custom Metafields on Customer and Product as well.

Learn more about all of our sync behaviors in our Syncs documentation.

Contact us if you want Census to support more Shopify objects and/or behaviors.

Updating Product Images

Census supports setting product images by passing an Array to the images field on the Product. The images array needs to be a set of one more objects that contain URLs to each image you want to upload. It should look something like the following:

[
  {
    "position": 1,
    "src": "https://via.placeholder.com/300.png?text=iPod%20Nano,%208GB",
    "width": 640,
    "height": 480
  }
]

Only the src field is required. position, width, and height are optional.

Need help connecting to Shopify?

Contact us via support@getcensus.com or start a conversation with us via the in-app chat.

Last updated