E-commerce

Shopify

Connect your AI agent to Shopify stores. Provide AI-powered customer support, automate order management, and sync product information. Enable conversational commerce experiences.

Features

  • Order management
  • Product sync
  • Customer support
  • Webhook events
  • GraphQL API
  • REST API
  • App proxy support

Requirements

  • Shopify store
  • Shopify app
  • OAuth tokens
  • Webhook endpoint
  • API permissions

Setup

  1. 1Create Shopify app
  2. 2Configure OAuth redirect
  3. 3Connect "Shopify" integration
  4. 4Authorize store access
  5. 5Configure webhook subscriptions
  6. 6Set up product sync
  7. 7Test order management

Authentication

OAuth 2.0

Webhook Events

  • orders/createorders/create
  • orders/updatedorders/updated
  • products/createproducts/create
  • customers/createcustomers/create

Code Examples

cURL

curl -X GET "https://YOUR_STORE.myshopify.com/admin/api/2024-01/products.json" \
  -H "X-Shopify-Access-Token: YOUR_ACCESS_TOKEN"