---
title: "Shopify"
date: "2024-07-24T18:50:32+00:00"
summary: "Learn Shopify CMS integration requirements for Acquia Web Governance, including deeplinking setup and URL generation for seamless e-commerce management."
image:
type: "page"
url: "/web-governance/shopify"
id: "844be11d-8431-4ef3-b2e0-a5f94d6f6b11"
---

This page provides the requirements for Web Governance CMS integration to work with Shopify.
============================================================================================

Requirements[​](https://developer.monsido.com/cms/shopify#requirements "Direct link to Requirements")
-----------------------------------------------------------------------------------------------------

Deeplinking Shopify requires a Javascript element containing `{"pageType":"collection",...,"resourceId": 420 }` and a `subdomain` on your myshopify.com account

#### Example: [​](https://developer.monsido.com/cms/shopify#ex "Direct link to Ex:")

    <script>
        var meta = {"page":{"pageType":"collection","resourceType":"collection","resourceId":12345}};
    </script>
    

Generated URL[​](https://developer.monsido.com/cms/shopify#generated-url "Direct link to Generated URL")
--------------------------------------------------------------------------------------------------------

    http(s)://#{subdomain}.myshopify.com/admin/#{page_type}/#{resource_id}