sanity-plugin-headup

v1.0.0
Uploads media assets to Shopify
sanity sanity-plugin

sanity-plugin-headup

This is a Sanity Studio v3 plugin.

First you'll need to install the Shopify App from the App Store

Some link to the Shopify App

Installation

npm install sanity-plugin-headup

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {headup} from 'sanity-plugin-headup'

export default defineConfig({
  //...
  plugins: [haedup({
    {
      "apiKey": "[keyProvidedFromShopifyApp]",
      "store": "yourshopifystore.myshopify.com"
    }
  })],
})

License

MIT © Kevin Green

Metadata

  • MIT
  • >=18
  • Kevin Green
  • released 5/29/2024

Downloads

Maintainers