Using nuxt-shopify with shop.app

TypeScript integration

Install
npm install nuxt-shopify
Quick start
import Nuxt_shopify from 'nuxt-shopify';

const client = new Nuxt_shopify({ apiKey: "YOUR_API_KEY" });
Search for products
curl \
  https://server.shop.app/openai/search
Return more details about a list of products.
curl \
  https://server.shop.app/openai/details
SDK on GitHub 📄 API Docs
SDK
nuxt-shopify
TypeScript
API
shop.app
shop.app
At a glance
Language TypeScript
Endpoints2
Base URLhttps://server.shop.app