Skip to Content

Shopify Connection

Introduction

A Shopify connection, created using the Shopify connector, establishes access to Shopify. Once a connection is configured, you can create instances of Shopify activities associated with that connection to be used either as sources (to provide data in an operation) or as targets (to consume data in an operation).

Create or Edit a Shopify Connection

A new Shopify connection is created using the Shopify connector from one of these locations:

An existing Shopify connection can be edited from these locations:

Configure a Shopify Connection

Each user interface element of the Shopify connection configuration screen is described below.

Shopify connection configuration

Tip

Fields with a variable icon Variable icon support using global variables, project variables, and Jitterbit variables. Begin either by typing an open square bracket [ into the field or by clicking the variable icon to display a list of the existing variables to choose from.

  • Connection Name: Enter a name to use to identify the connection. The name must be unique for each Shopify connection and must not contain forward slashes / or colons :. This name is also used to identify the Shopify endpoint, which refers to both a specific connection and its activities.

  • Store Name: Enter the Shopify store name.

  • Authentication Type: Select the authentication type, one of Basic Authentication or Shopify Access Token. If you are using a private app, select Basic Authentication. If you are using a custom app created in the Shopify admin, select Shopify Access Token.

  • API Key: If Basic Authentication was selected as the Authentication Type, enter the API key for the Shopify instance.

  • Password: If Basic Authentication was selected as the Authentication Type, enter the password for the Shopify instance.

  • API Access Token: If Shopify Access Token was selected as the Authentication Type, enter the API access token for the Shopify instance.

  • Use Proxy Settings (Private Agent Only): When using a Private Agent, this setting can be selected to use Private Agent proxy settings.

  • Optional Settings: Click to expand additional settings:

    • API Version: Select the Shopify REST Admin API version, one of 2022-04 (default), 2023-01, 2023-04, 2023-07, 2023-10, or 2024-01. Depending on the API endpoints supported by Shopify in the API version being used, the objects and sub-objects that are available for selection during activity configuration may vary. If changing the API Version for a connection that has existing configured activities, see additional considerations in Change the API Version below.

      Important

      Shopify automatically redirects calls of unsupported API versions to the next oldest supported version. Note that Shopify has deprecated certain Fulfillment API endpoints with version 2022-07, as described in Shopify Fulfillment API Deprecation.

  • Test: Click to verify the connection using the provided configuration. When the connection is tested, the latest version of the connector is downloaded by the agent(s) in the agent group associated with the current environment. This connector supports suspending the download of the latest connector version by using the Disable Auto Connector Update organization policy.

  • Save Changes: Click to save and close the connection configuration.

  • Discard Changes: After making changes to a new or existing configuration, click to close the configuration without saving. A message asks you to confirm that you want to discard changes.

  • Delete: After opening an existing connection configuration, click to permanently delete the connection from the project and close the configuration (see Component Dependencies, Deletion, and Removal). A message asks you to confirm that you want to delete the connection.

Change the API Version

If a Shopify connection has existing configured activities, there are additional considerations to take into account when changing the selected API Version. That is because the objects and sub-objects available for selection in the activity configuration depend on the API endpoints supported by Shopify in the API version being used. If the existing activity configuration uses API endpoints that are not supported in the API version that you are changing to, then those activities will fail unless they are reconfigured.

To prevent this from occurring, follow these steps:

  1. Change the API Version in the Shopify connection.

  2. Open each activity configuration screen where an object or sub-object is selected and click Refresh. On refreshing, the current object and sub-object selection lists will be retrieved using the API version selected in the Shopify connection. Note that Shopify automatically redirects calls of unsupported API versions to the next oldest supported version.

    Important

    If the selected object or sub-object is not supported in the API version being called, the selection may change on refreshing. Pay close attention to make sure that any changed selections are as intended.

  3. Select the appropriate object and sub-object supported by the API version being called.

  4. Redeploy operations using the connection and activities.

Next Steps

After a Shopify connection has been created, you place an activity type on the design canvas to create activity instances to be used either as sources (to provide data in an operation) or as targets (to consume data in an operation).

Menu actions for a connection and its activity types are accessible from the project pane and design component palette. For details, see Actions Menus in Connector Basics.

These activity types are available:

  • Read: Retrieves object data from Shopify and is intended to be used as a source in an operation.

  • Query: Queries object data from Shopify and is intended to be used as a source in an operation.

  • Create: Creates object data in Shopify and is intended to be used as a target in an operation.

  • Update: Updates object data in Shopify and is intended to be used as a target in an operation.

  • Delete: Deletes object data from Shopify and is intended to be used as a target in an operation.