Skip to main content

Shopify

Integrating Shopify with Osano

Connecting to Shopify


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Setup

An admin must create a API Key and enter that information in Osano to establish a connection via apiKey.

Authenticated Roles

admin

Authentication Actions

  • API Key -Instructions for generating your Shopify API Key. You’ll find the subdomain in the URL when you login into Shopify. Example: osano-test.myshopify.com/admin Sub-domain: osano-test

Authentication Methods

  • oauth
  • apiKey

Core Functionality

  • Data Discovery
  • User Search
  • Data Deletion

Base URL

https://$subdomain.myshopify.com

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Endpoints

Used for data discovery

  • GET admin/api/2021-07/customers/search.json

Used for user search

  • GET /admin/api/2021-07/customers.json?query=email:{{email}}
  • GET /admin/api/2021-07/customers.json?query=phone:{{phoneNumber}}
  • GET /admin/api/2021-07/customers.json?query=address1:{{address}}
  • GET /admin/api/2021-07/customers.json?query=address2:{{address}}
  • GET /admin/api/2021-07/customers.json?query=first_name:{{firstName}}&query=last_name:{{lastName}}

GET /admin/api/2021-07/customers.json?query=first_name:{{firstName}}&query=last_name:{{lastName}}&query=address:{{address}}

Demo Video

Last Modified: 2025-03-27