Aller au contenu
← Documentation

Shopify Integration

Guide d'intégration Shopify

Installation

  1. Allez sur le Shopify App Store
  2. Recherchez "Luneo 3D/AR Customizer"
  3. Cliquez sur "Add app"
  4. Autorisez les permissions
  5. Configurez votre API key Luneo

Configuration Produit

Dans l'admin Shopify :

  1. Ouvrez un produit
  2. Section "Luneo Customization"
  3. Sélectionnez un template
  4. Configurez les options
  5. Sauvegardez

Code Liquid

<!-- Dans votre theme.liquid -->
<div id="luneo-customizer"></div>
<script>
  LuneoCustomizer.init({
    productId: {{ product.id }},
    apiKey: 'YOUR_API_KEY'
  });
</script>