Overview
Build by drizzle team
Tento - is simple yet powerful API for working with Shopify data, including metaobjects, metafields and products. It also provides a CLI tool for two-way synchronization between your local schema definition and Shopify.
npm
yarn
pnpm
bun
Schema
Tento lets you declare a definition schema with both metaobjects and metafields. It serves as the source of truth for queries and migrations.
Metaobjects
Tento represents Shopify Metaobject API.
Metafields
Tento represents Shopify Metafield API. Now you can declare your schema file with metafield definitions and use it for metaobject definition reference, products.
Products
Tento represents Shopify Product API.
Migrations
Tento has a CLI tool for managing Shopify Metaobjects and Metafields schema definitions.
npm
yarn
pnpm
bun