What problem does it solve? Shopify's default resource fields cannot hold custom data like care instructions, dimensions, loyalty tiers, or FAQs, forcing developers to misuse product descriptions or build external databases. This Skill provides the exact Admin API, Storefront API, and Liquid patterns for storing structured custom data on any Shopify resource with type validation. ## Core Features & Use Cases - Metafield Definitions: Create typed definitions (text, number, date, URL, JSON, file, product reference, and more) via the Admin API with storefront visibility controls. - Bulk Metafield Writes: Set metafields across many resources using the metafieldsSet mutation with 25-per-request batching. - Metaobjects: Build reusable structured content entries (FAQs, testimonials, specs) that non-technical staff can edit in the Shopify Admin UI. - Use Case: An outdoor retailer needs weight and dimension data on 150 products for EU compliance. Use this Skill to create the definitions, bulk-populate values in batches, and render the data in Liquid and a headless storefront. ## Quick Start Ask the AI to create a Shopify metafield definition for product care instructions and show how to read it in a Liquid template and via the Storefront API.