AI AGENT ADDONS

Shopify Custom Data

shopify/shopify-ai-toolkit
E-Commerce
7,248installs

Shopify app developers often need to store extra information beyond what the built-in fields offer. Metafields let you attach custom data to existing items like products or customers. Metaobjects let you create entirely new types of custom data structures.

Both use definitions to set up a schema and rules for the data. This makes your custom data organized and consistent. You define these configurations in a TOML file for most apps.

After definitions exist, you can read and write values using GraphQL. Merchants can edit these fields when given the right permissions. This skill shows you the best way to work with Metafields and Metaobjects.

Add Shopify Custom Data skill to your workflow

Global

mkdir -p ~/.claude/skills/shopify-custom-data

Project

mkdir -p .claude/skills/shopify-custom-data

Source Repository

Stars
420
Forks
47
Watchers
420
License
MIT
Last Push
24 days ago
Created
3 months ago