Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt

Use this file to discover all available pages before exploring further.

Access credentials

To connect your Shopify store you need the credentials and domain of your application. You can create your application at the following link. When creating the application, configure the following:
SettingValue
App URLhttps://gateway.jelou.ai
Scopeswrite_inventory, read_inventory, read_orders, read_products, write_products
Redirect URLshttps://gateway.jelou.ai/marketplace/v1/auth-apps/add
CredentialExample
Shopify domainmy-store.myshopify.com
Client IDxxxx1234abcd5678efgh9012xxxx
Client Secretshpss_XXXabd09ebd2c7c9e091707778XXXX
When you connect Shopify, the Jelou Shop MCP is included automatically. You can configure the connection directly from the Jelou Agent in Brain Studio.
Shopify and Jelou Shop connection in Brain Studio

Integration

You can integrate Shopify in two ways: using the Jelou Agent (in Brain Studio) or via the Marketplace. In both cases you will need your store domain and your app’s Client ID and Client Secret.

Using the Jelou Agent

Configure the connection directly in the Jelou Agent in Brain Studio.
Integrate Shopify using the Jelou Agent in Brain Studio

Via the Marketplace

Activate the integration from the Jelou Marketplace.
Integrate Shopify via the Marketplace

Native checkout in your store

If you prefer the payment to be completed in your own Shopify store instead of the Jelou payment flow, enable use_external_checkout: true when running the get_and_clear_cart tool. Jelou generates a Shopify cart permalink and returns it in checkout_url so the user can finalize the purchase in your store’s official checkout.
Native Shopify checkout opened from the link generated by Jelou
{
  "success": true,
  "data": {
    "items": [
      { "product_name": "Light blue t-shirt", "sku": "vj6ybab6e1", "quantity": 2, "price": "35.00", "discount_value": 70, "tax_rate": 0 }
    ],
    "total": 70,
    "subTotal": 70,
    "tax": 0,
    "tax_value": 0,
    "cart_id": 12345,
    "checkout_url": "https://my-store.myshopify.com/cart/456:2?attributes%5Bjelou_cart_id%5D=12345"
  }
}

Next step

Once your store is connected, choose how you want your customers to interact with the products:

WebView interaction

Send catalogs and carts as interactive webviews inside WhatsApp

Conversational interaction

The AI agent describes products and manages the cart directly in the conversation