Commerce

Shopify

standard

Shopify is an reliable commerce provider offering Product Management, Order Management, Inventory Management and 1 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try ShopifyOfficial docs

Specifications

CategoryCommerce
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://{shop}.myshopify.com/admin/api/2024-10
SDK Package

Capabilities (4)

Product Managementcommerce.products
Score: 86DEFAULT
Order Managementcommerce.orders
Score: 86DEFAULT
Inventory Managementcommerce.inventory
Score: 85DEFAULT
Checkoutcommerce.checkout
Score: 84DEFAULT

Quick start

Use Shopify through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "shopify",
    "capability": "commerce.products",
    "input": { "prompt": "Hello from Shopify!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'shopify',
  capability: 'commerce.products',
  input: { prompt: 'Hello from Shopify!' },
});

console.log(result.output);

Related Commerce providers

Medusa

economy tier

Getting started →API reference →All capabilities →All providers →