{
"name": "@kody/shopify",
"version": "1.0.0",
"license": "MIT",
"private": false,
"description": "Shopify Admin API helpers for GraphQL and REST: shop, products, orders, customers, inventory, and more.",
"exports": {
".": "./src/index.ts",
"./request": "./src/request.ts",
"./graphql": "./src/graphql.ts",
"./shop": "./src/shop.ts",
"./products": "./src/products.ts",
"./orders": "./src/orders.ts",
"./customers": "./src/customers.ts",
"./inventory": "./src/inventory.ts",
"./collections": "./src/collections.ts",
"./fulfillments": "./src/fulfillments.ts",
"./draft-orders": "./src/draft-orders.ts",
"./webhooks": "./src/webhooks.ts",
"./metafields": "./src/metafields.ts",
"./config": "./src/config.ts",
"./smoke-test": "./src/smoke-test.ts",
"./types": "./src/types.ts"
},
"kody": {
"id": "shopify",
"description": "Shopify Admin API helpers for products, orders, customers, and GraphQL — secret-backed, no OAuth app.",
"tags": [
"shopify",
"ecommerce",
"admin-api",
"graphql",
"products",
"orders",
"customers",
"inventory"
],
"searchText": "shopify admin api graphql rest shop products variants orders customers inventory collections fulfillments draft orders webhooks metafields shopifyAdminAccessToken shopifyClientId shopifyClientSecret client credentials custom app myshopify.com 2026-07 ecommerce store catalog checkout dryRun fork ready no oauth integration kody community"
}
}